cd src && /home/autobuild/make/make install make[2]: Entering directory '/tmp/instance-3/output-1/build/zlog-1.2.16/src' mkdir -p /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin cp -a zlog.h /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/include cp -a zlog-chk-conf /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/bin cp -a libzlog.so /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib/libzlog.so.1.2 cd /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib make[2]: Leaving directory '/tmp/instance-3/output-1/build/zlog-1.2.16/src' make[1]: Leaving directory '/tmp/instance-3/output-1/build/zlog-1.2.16' >>> zlog 1.2.16 Fixing libtool files for la in $(find /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/tmp/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zlog 1.2.16 Installing to target PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/make/make -j1 PREFIX=/tmp/instance-3/output-1/target/usr -C /tmp/instance-3/output-1/build/zlog-1.2.16 install make[1]: Entering directory '/tmp/instance-3/output-1/build/zlog-1.2.16' cd src && /home/autobuild/make/make install make[2]: Entering directory '/tmp/instance-3/output-1/build/zlog-1.2.16/src' mkdir -p /tmp/instance-3/output-1/target/usr/include /tmp/instance-3/output-1/target/usr/lib /tmp/instance-3/output-1/target/usr/bin cp -a zlog.h /tmp/instance-3/output-1/target/usr/include cp -a zlog-chk-conf /tmp/instance-3/output-1/target/usr/bin cp -a libzlog.so /tmp/instance-3/output-1/target/usr/lib/libzlog.so.1.2 cd /tmp/instance-3/output-1/target/usr/lib && ln -sf libzlog.so.1.2 libzlog.so.1 cd /tmp/instance-3/output-1/target/usr/lib && ln -sf libzlog.so.1 libzlog.so cp -a libzlog.a /tmp/instance-3/output-1/target/usr/lib make[2]: Leaving directory '/tmp/instance-3/output-1/build/zlog-1.2.16/src' make[1]: Leaving directory '/tmp/instance-3/output-1/build/zlog-1.2.16' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-3/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-3/output-1/host/bin/mips-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-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', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-3/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-3/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/dash" >> /tmp/instance-3/output-1/target/etc/shells rm -f /tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.xml /tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas/*.dtd /tmp/instance-3/output-1/host/bin/glib-compile-schemas /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/tmp/instance-3/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /tmp/instance-3/output-1/target/etc echo "buildroot" > /tmp/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-3/output-1/target/etc/hosts mkdir -p /tmp/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-3/output-1/target/etc/shells ln -sf dash /tmp/instance-3/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /tmp/instance-3/output-1/target/etc/passwd /usr/bin/sed -i -e '/^passwd:/ {/systemd/! s/$/ systemd/}' -e '/^group:/ {/systemd/! s/$/ [SUCCESS=merge] systemd/}' -e '/^shadow:/ {/systemd/! s/$/ systemd/}' -e '/^gshadow:/ {/systemd/! s/$/ systemd/}' /tmp/instance-3/output-1/target/etc/nsswitch.conf rm -rf /tmp/instance-3/output-1/target/usr/include /tmp/instance-3/output-1/target/usr/share/aclocal \ /tmp/instance-3/output-1/target/usr/lib/pkgconfig /tmp/instance-3/output-1/target/usr/share/pkgconfig \ /tmp/instance-3/output-1/target/usr/lib/cmake /tmp/instance-3/output-1/target/usr/share/cmake \ /tmp/instance-3/output-1/target/usr/lib/rpm /tmp/instance-3/output-1/target/usr/doc find /tmp/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-3/output-1/target/lib/ /tmp/instance-3/output-1/target/usr/lib/ /tmp/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-3/output-1/target/usr/share/gdb rm -rf /tmp/instance-3/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-3/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-3/output-1/target/usr/share/zsh rm -rf /tmp/instance-3/output-1/target/usr/man /tmp/instance-3/output-1/target/usr/share/man rm -rf /tmp/instance-3/output-1/target/usr/info /tmp/instance-3/output-1/target/usr/share/info rm -rf /tmp/instance-3/output-1/target/usr/doc /tmp/instance-3/output-1/target/usr/share/doc rm -rf /tmp/instance-3/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-3/output-1/target/lib/debug /tmp/instance-3/output-1/target/usr/lib/debug find /tmp/instance-3/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 /tmp/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-3/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 /tmp/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-696-g2f0a2a43bb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-3/output-1/per-package /tmp/instance-3/buildroot/support/scripts/fix-rpath target touch /tmp/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-3/output-1/build/buildroot-fs mkdir -p /tmp/instance-3/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n # udev user groups\n - - render -1 * - - - DRI rendering nodes\n - - sgx -1 * - - - SGX device nodes\n # systemd user groups\n - - systemd-journal -1 * - - - Journal\n \n \n \n \n \n \n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n\n' >> /tmp/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /var/spool d 755 0 0 - - - - -\n /var/lib d 755 0 0 - - - - -\n /var/lib/private d 700 0 0 - - - - -\n /var/log/private d 700 0 0 - - - - -\n /var/cache/private d 700 0 0 - - - - -\n \n \n \n \n \n \n\n' > /tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-3/output-1/images rm -rf /tmp/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-3/output-1/target/ /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-3/buildroot/support/scripts/mkusers /tmp/instance-3/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-3/output-1/host/bin/makedevs -d /tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/catalog /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/systemd-journal-catalog-update.service /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/systemd/system/*/systemd-journal-catalog-update.service\n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-3/output-1/host/bin/systemctl --root=/tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target preset-all\n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-3/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-3/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-3/output-1/host/bin/fakeroot -- /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' Created symlink /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/sysinit.target.wants/systemd-network-generator.service -> /usr/lib/systemd/system/systemd-network-generator.service. Created symlink /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/syslog.service -> /usr/lib/systemd/system/syslogd.service. Created symlink /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/syslogd.service -> /usr/lib/systemd/system/syslogd.service. Created symlink /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/remote-fs.target -> /usr/lib/systemd/system/remote-fs.target. Created symlink /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/ctrl-alt-del.target -> /usr/lib/systemd/system/reboot.target. Created symlink /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/lxc.service -> /usr/lib/systemd/system/lxc.service. Created symlink /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/lxc-net.service -> /usr/lib/systemd/system/lxc-net.service. Created symlink /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/multi-user.target.wants/lxc-monitord.service -> /usr/lib/systemd/system/lxc-monitord.service. Created symlink /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/systemd/system/getty.target.wants/getty@tty1.service -> /usr/lib/systemd/system/getty@.service. mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 3142 objects. stage 2: creating image '/tmp/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/3142 0% [ ] 2/3142 0% [ ] 3/3142 0% [ ] 4/3142 0% [ ] 5/3142 0% [ ] 6/3142 0% [ ] 7/3142 0% [ ] 8/3142 0% [ ] 9/3142 0% [ ] 10/3142 0% [ ] 11/3142 0% [ ] 12/3142 0% [ ] 13/3142 0% [ ] 14/3142 0% [ ] 15/3142 0% [ ] 16/3142 0% [ ] 17/3142 0% [ ] 18/3142 0% [ ] 19/3142 0% [ ] 20/3142 0% [ ] 21/3142 0% [ ] 22/3142 0% [ ] 23/3142 0% [ ] 24/3142 0% [ ] 25/3142 0% [ ] 26/3142 0% [ ] 27/3142 0% [ ] 28/3142 0% [ ] 29/3142 0% [ ] 30/3142 0% [ ] 31/3142 0% [ ] 32/3142 1% [ ] 33/3142 1% [ ] 34/3142 1% [ ] 35/3142 1% [ ] 36/3142 1% [ ] 37/3142 1% [ ] 38/3142 1% [ ] 39/3142 1% [ ] 40/3142 1% [ ] 41/3142 1% [ ] 42/3142 1% [ ] 43/3142 1% [ ] 44/3142 1% [ ] 45/3142 1% [ ] 46/3142 1% [ ] 47/3142 1% [ ] 48/3142 1% [ ] 49/3142 1% [ ] 50/3142 1% [= ] 51/3142 1% [= ] 52/3142 1% [= ] 53/3142 1% [= ] 54/3142 1% [= ] 55/3142 1% [= ] 56/3142 1% [= ] 57/3142 1% [= ] 58/3142 1% [= ] 59/3142 1% [= ] 60/3142 1% [= ] 61/3142 1% [= ] 62/3142 1% [= ] 63/3142 2% [= ] 64/3142 2% [= ] 65/3142 2% [= ] 66/3142 2% [= ] 67/3142 2% [= ] 68/3142 2% [= ] 69/3142 2% [= ] 70/3142 2% [= ] 71/3142 2% [= ] 72/3142 2% [= ] 73/3142 2% [= ] 74/3142 2% [= ] 75/3142 2% [= ] 76/3142 2% [= ] 77/3142 2% [= ] 78/3142 2% [= ] 79/3142 2% [= ] 80/3142 2% [= ] 81/3142 2% [= ] 82/3142 2% [= ] 83/3142 2% [= ] 84/3142 2% [= ] 85/3142 2% [= ] 86/3142 2% [= ] 87/3142 2% [= ] 88/3142 2% [= ] 89/3142 2% [= ] 90/3142 2% [= ] 91/3142 2% [= ] 92/3142 2% [= ] 93/3142 2% [= ] 94/3142 2% [= ] 95/3142 3% [= ] 96/3142 3% [= ] 97/3142 3% [= ] 98/3142 3% [= ] 99/3142 3% [= ] 100/3142 3% [= ] 101/3142 3% [== ] 102/3142 3% [== ] 103/3142 3% [== ] 104/3142 3% [== ] 105/3142 3% [== ] 106/3142 3% [== ] 107/3142 3% [== ] 108/3142 3% [== ] 109/3142 3% [== ] 110/3142 3% [== ] 111/3142 3% [== ] 112/3142 3% [== ] 113/3142 3% [== ] 114/3142 3% [== ] 115/3142 3% [== ] 116/3142 3% [== ] 117/3142 3% [== ] 118/3142 3% [== ] 119/3142 3% [== ] 120/3142 3% [== ] 121/3142 3% [== ] 122/3142 3% [== ] 123/3142 3% [== ] 124/3142 3% [== ] 125/3142 3% [== ] 126/3142 4% [== ] 127/3142 4% [== ] 128/3142 4% [== ] 129/3142 4% [== ] 130/3142 4% [== ] 131/3142 4% [== ] 132/3142 4% [== ] 133/3142 4% [== ] 134/3142 4% [== ] 135/3142 4% [== ] 136/3142 4% [== ] 137/3142 4% [== ] 138/3142 4% [== ] 139/3142 4% [== ] 140/3142 4% [== ] 141/3142 4% [== ] 142/3142 4% [== ] 143/3142 4% [== ] 144/3142 4% [== ] 145/3142 4% [== ] 146/3142 4% [== ] 147/3142 4% [== ] 148/3142 4% [== ] 149/3142 4% [== ] 150/3142 4% [== ] 151/3142 4% [== ] 152/3142 4% [=== ] 153/3142 4% [=== ] 154/3142 4% [=== ] 155/3142 4% [=== ] 156/3142 4% [=== ] 157/3142 4% [=== ] 158/3142 5% [=== ] 159/3142 5% [=== ] 160/3142 5% [=== ] 161/3142 5% [=== ] 162/3142 5% [=== ] 163/3142 5% [=== ] 164/3142 5% [=== ] 165/3142 5% [=== ] 166/3142 5% [=== ] 167/3142 5% [=== ] 168/3142 5% [=== ] 169/3142 5% [=== ] 170/3142 5% [=== ] 171/3142 5% [=== ] 172/3142 5% [=== ] 173/3142 5% [=== ] 174/3142 5% [=== ] 175/3142 5% [=== ] 176/3142 5% [=== ] 177/3142 5% [=== ] 178/3142 5% [=== ] 179/3142 5% [=== ] 180/3142 5% [=== ] 181/3142 5% [=== ] 182/3142 5% [=== ] 183/3142 5% [=== ] 184/3142 5% [=== ] 185/3142 5% [=== ] 186/3142 5% [=== ] 187/3142 5% [=== ] 188/3142 5% [=== ] 189/3142 6% [=== ] 190/3142 6% [=== ] 191/3142 6% [=== ] 192/3142 6% [=== ] 193/3142 6% [=== ] 194/3142 6% [=== ] 195/3142 6% [=== ] 196/3142 6% [=== ] 197/3142 6% [=== ] 198/3142 6% [=== ] 199/3142 6% [=== ] 200/3142 6% [=== ] 201/3142 6% [=== ] 202/3142 6% [==== ] 203/3142 6% [==== ] 204/3142 6% [==== ] 205/3142 6% [==== ] 206/3142 6% [==== ] 207/3142 6% [==== ] 208/3142 6% [==== ] 209/3142 6% [==== ] 210/3142 6% [==== ] 211/3142 6% [==== ] 212/3142 6% [==== ] 213/3142 6% [==== ] 214/3142 6% [==== ] 215/3142 6% [==== ] 216/3142 6% [==== ] 217/3142 6% [==== ] 218/3142 6% [==== ] 219/3142 6% [==== ] 220/3142 7% [==== ] 221/3142 7% [==== ] 222/3142 7% [==== ] 223/3142 7% [==== ] 224/3142 7% [==== ] 225/3142 7% [==== ] 226/3142 7% [==== ] 227/3142 7% [==== ] 228/3142 7% [==== ] 229/3142 7% [==== ] 230/3142 7% [==== ] 231/3142 7% [==== ] 232/3142 7% [==== ] 233/3142 7% [==== ] 234/3142 7% [==== ] 235/3142 7% [==== ] 236/3142 7% [==== ] 237/3142 7% [==== ] 238/3142 7% [==== ] 239/3142 7% [==== ] 240/3142 7% [==== ] 241/3142 7% [==== ] 242/3142 7% [==== ] 243/3142 7% [==== ] 244/3142 7% [==== ] 245/3142 7% [==== ] 246/3142 7% [==== ] 247/3142 7% [==== ] 248/3142 7% [==== ] 249/3142 7% [==== ] 250/3142 7% [==== ] 251/3142 7% [==== ] 252/3142 8% [==== ] 253/3142 8% [===== ] 254/3142 8% [===== ] 255/3142 8% [===== ] 256/3142 8% [===== ] 257/3142 8% [===== ] 258/3142 8% [===== ] 259/3142 8% [===== ] 260/3142 8% [===== ] 261/3142 8% [===== ] 262/3142 8% [===== ] 263/3142 8% [===== ] 264/3142 8% [===== ] 265/3142 8% [===== ] 266/3142 8% [===== ] 267/3142 8% [===== ] 268/3142 8% [===== ] 269/3142 8% [===== ] 270/3142 8% [===== ] 271/3142 8% [===== ] 272/3142 8% [===== ] 273/3142 8% [===== ] 274/3142 8% [===== ] 275/3142 8% [===== ] 276/3142 8% [===== ] 277/3142 8% [===== ] 278/3142 8% [===== ] 279/3142 8% [===== ] 280/3142 8% [===== ] 281/3142 8% [===== ] 282/3142 8% [===== ] 283/3142 9% [===== ] 284/3142 9% [===== ] 285/3142 9% [===== ] 286/3142 9% [===== ] 287/3142 9% [===== ] 288/3142 9% [===== ] 289/3142 9% [===== ] 290/3142 9% [===== ] 291/3142 9% [===== ] 292/3142 9% [===== ] 293/3142 9% [===== ] 294/3142 9% [===== ] 295/3142 9% [===== ] 296/3142 9% [===== ] 297/3142 9% [===== ] 298/3142 9% [===== ] 299/3142 9% [===== ] 300/3142 9% [===== ] 301/3142 9% [===== ] 302/3142 9% [===== ] 303/3142 9% [===== ] 304/3142 9% [====== ] 305/3142 9% [====== ] 306/3142 9% [====== ] 307/3142 9% [====== ] 308/3142 9% [====== ] 309/3142 9% [====== ] 310/3142 9% [====== ] 311/3142 9% [====== ] 312/3142 9% [====== ] 313/3142 9% [====== ] 314/3142 9% [====== ] 315/3142 10% [====== ] 316/3142 10% [====== ] 317/3142 10% [====== ] 318/3142 10% [====== ] 319/3142 10% [====== ] 320/3142 10% [====== ] 321/3142 10% [====== ] 322/3142 10% [====== ] 323/3142 10% [====== ] 324/3142 10% [====== ] 325/3142 10% [====== ] 326/3142 10% [====== ] 327/3142 10% [====== ] 328/3142 10% [====== ] 329/3142 10% [====== ] 330/3142 10% [====== ] 331/3142 10% [====== ] 332/3142 10% [====== ] 333/3142 10% [====== ] 334/3142 10% [====== ] 335/3142 10% [====== ] 336/3142 10% [====== ] 337/3142 10% [====== ] 338/3142 10% [====== ] 339/3142 10% [====== ] 340/3142 10% [====== ] 341/3142 10% [====== ] 342/3142 10% [====== ] 343/3142 10% [====== ] 344/3142 10% [====== ] 345/3142 10% [====== ] 346/3142 11% [====== ] 347/3142 11% [====== ] 348/3142 11% [====== ] 349/3142 11% [====== ] 350/3142 11% [====== ] 351/3142 11% [====== ] 352/3142 11% [====== ] 353/3142 11% [====== ] 354/3142 11% [======= ] 355/3142 11% [======= ] 356/3142 11% [======= ] 357/3142 11% [======= ] 358/3142 11% [======= ] 359/3142 11% [======= ] 360/3142 11% [======= ] 361/3142 11% [======= ] 362/3142 11% [======= ] 363/3142 11% [======= ] 364/3142 11% [======= ] 365/3142 11% [======= ] 366/3142 11% [======= ] 367/3142 11% [======= ] 368/3142 11% [======= ] 369/3142 11% [======= ] 370/3142 11% [======= ] 371/3142 11% [======= ] 372/3142 11% [======= ] 373/3142 11% [======= ] 374/3142 11% [======= ] 375/3142 11% [======= ] 376/3142 11% [======= ] 377/3142 11% [======= ] 378/3142 12% [======= ] 379/3142 12% [======= ] 380/3142 12% [======= ] 381/3142 12% [======= ] 382/3142 12% [======= ] 383/3142 12% [======= ] 384/3142 12% [======= ] 385/3142 12% [======= ] 386/3142 12% [======= ] 387/3142 12% [======= ] 388/3142 12% [======= ] 389/3142 12% [======= ] 390/3142 12% [======= ] 391/3142 12% [======= ] 392/3142 12% [======= ] 393/3142 12% [======= ] 394/3142 12% [======= ] 395/3142 12% [======= ] 396/3142 12% [======= ] 397/3142 12% [======= ] 398/3142 12% [======= ] 399/3142 12% [======= ] 400/3142 12% [======= ] 401/3142 12% [======= ] 402/3142 12% [======= ] 403/3142 12% [======= ] 404/3142 12% [======= ] 405/3142 12% [======== ] 406/3142 12% [======== ] 407/3142 12% [======== ] 408/3142 12% [======== ] 409/3142 13% [======== ] 410/3142 13% [======== ] 411/3142 13% [======== ] 412/3142 13% [======== ] 413/3142 13% [======== ] 414/3142 13% [======== ] 415/3142 13% [======== ] 416/3142 13% [======== ] 417/3142 13% [======== ] 418/3142 13% [======== ] 419/3142 13% [======== ] 420/3142 13% [======== ] 421/3142 13% [======== ] 422/3142 13% [======== ] 423/3142 13% [======== ] 424/3142 13% [======== ] 425/3142 13% [======== ] 426/3142 13% [======== ] 427/3142 13% [======== ] 428/3142 13% [======== ] 429/3142 13% [======== ] 430/3142 13% [======== ] 431/3142 13% [======== ] 432/3142 13% [======== ] 433/3142 13% [======== ] 434/3142 13% [======== ] 435/3142 13% [======== ] 436/3142 13% [======== ] 437/3142 13% [======== ] 438/3142 13% [======== ] 439/3142 13% [======== ] 440/3142 14% [======== ] 441/3142 14% [======== ] 442/3142 14% [======== ] 443/3142 14% [======== ] 444/3142 14% [======== ] 445/3142 14% [======== ] 446/3142 14% [======== ] 447/3142 14% [======== ] 448/3142 14% [======== ] 449/3142 14% [======== ] 450/3142 14% [======== ] 451/3142 14% [======== ] 452/3142 14% [======== ] 453/3142 14% [======== ] 454/3142 14% [======== ] 455/3142 14% [======== ] 456/3142 14% [========= ] 457/3142 14% [========= ] 458/3142 14% [========= ] 459/3142 14% [========= ] 460/3142 14% [========= ] 461/3142 14% [========= ] 462/3142 14% [========= ] 463/3142 14% [========= ] 464/3142 14% [========= ] 465/3142 14% [========= ] 466/3142 14% [========= ] 467/3142 14% [========= ] 468/3142 14% [========= ] 469/3142 14% [========= ] 470/3142 14% [========= ] 471/3142 14% [========= ] 472/3142 15% [========= ] 473/3142 15% [========= ] 474/3142 15% [========= ] 475/3142 15% [========= ] 476/3142 15% [========= ] 477/3142 15% [========= ] 478/3142 15% [========= ] 479/3142 15% [========= ] 480/3142 15% [========= ] 481/3142 15% [========= ] 482/3142 15% [========= ] 483/3142 15% [========= ] 484/3142 15% [========= ] 485/3142 15% [========= ] 486/3142 15% [========= ] 487/3142 15% [========= ] 488/3142 15% [========= ] 489/3142 15% [========= ] 490/3142 15% [========= ] 491/3142 15% [========= ] 492/3142 15% [========= ] 493/3142 15% [========= ] 494/3142 15% [========= ] 495/3142 15% [========= ] 496/3142 15% [========= ] 497/3142 15% [========= ] 498/3142 15% [========= ] 499/3142 15% [========= ] 500/3142 15% [========= ] 501/3142 15% [========= ] 502/3142 15% [========= ] 503/3142 16% [========= ] 504/3142 16% [========= ] 505/3142 16% [========= ] 506/3142 16% [========== ] 507/3142 16% [========== ] 508/3142 16% [========== ] 509/3142 16% [========== ] 510/3142 16% [========== ] 511/3142 16% [========== ] 512/3142 16% [========== ] 513/3142 16% [========== ] 514/3142 16% [========== ] 515/3142 16% [========== ] 516/3142 16% [========== ] 517/3142 16% [========== ] 518/3142 16% [========== ] 519/3142 16% [========== ] 520/3142 16% [========== ] 521/3142 16% [========== ] 522/3142 16% [========== ] 523/3142 16% [========== ] 524/3142 16% [========== ] 525/3142 16% [========== ] 526/3142 16% [========== ] 527/3142 16% [========== ] 528/3142 16% [========== ] 529/3142 16% [========== ] 530/3142 16% [========== ] 531/3142 16% [========== ] 532/3142 16% [========== ] 533/3142 16% [========== ] 534/3142 16% [========== ] 535/3142 17% [========== ] 536/3142 17% [========== ] 537/3142 17% [========== ] 538/3142 17% [========== ] 539/3142 17% [========== ] 540/3142 17% [========== ] 541/3142 17% [========== ] 542/3142 17% [========== ] 543/3142 17% [========== ] 544/3142 17% [========== ] 545/3142 17% [========== ] 546/3142 17% [========== ] 547/3142 17% [========== ] 548/3142 17% [========== ] 549/3142 17% [========== ] 550/3142 17% [========== ] 551/3142 17% [========== ] 552/3142 17% [========== ] 553/3142 17% [========== ] 554/3142 17% [========== ] 555/3142 17% [========== ] 556/3142 17% [========== ] 557/3142 17% [=========== ] 558/3142 17% [=========== ] 559/3142 17% [=========== ] 560/3142 17% [=========== ] 561/3142 17% [=========== ] 562/3142 17% [=========== ] 563/3142 17% [=========== ] 564/3142 17% [=========== ] 565/3142 17% [=========== ] 566/3142 18% [=========== ] 567/3142 18% [=========== ] 568/3142 18% [=========== ] 569/3142 18% [=========== ] 570/3142 18% [=========== ] 571/3142 18% [=========== ] 572/3142 18% [=========== ] 573/3142 18% [=========== ] 574/3142 18% [=========== ] 575/3142 18% [=========== ] 576/3142 18% [=========== ] 577/3142 18% [=========== ] 578/3142 18% [=========== ] 579/3142 18% [=========== ] 580/3142 18% [=========== ] 581/3142 18% [=========== ] 582/3142 18% [=========== ] 583/3142 18% [=========== ] 584/3142 18% [=========== ] 585/3142 18% [=========== ] 586/3142 18% [=========== ] 587/3142 18% [=========== ] 588/3142 18% [=========== ] 589/3142 18% [=========== ] 590/3142 18% [=========== ] 591/3142 18% [=========== ] 592/3142 18% [=========== ] 593/3142 18% [=========== ] 594/3142 18% [=========== ] 595/3142 18% [=========== ] 596/3142 18% [=========== ] 597/3142 19% [=========== ] 598/3142 19% [=========== ] 599/3142 19% [=========== ] 600/3142 19% [=========== ] 601/3142 19% [=========== ] 602/3142 19% [=========== ] 603/3142 19% [=========== ] 604/3142 19% [=========== ] 605/3142 19% [=========== ] 606/3142 19% [=========== ] 607/3142 19% [=========== ] 608/3142 19% [============ ] 609/3142 19% [============ ] 610/3142 19% [============ ] 611/3142 19% [============ ] 612/3142 19% [============ ] 613/3142 19% [============ ] 614/3142 19% [============ ] 615/3142 19% [============ ] 616/3142 19% [============ ] 617/3142 19% [============ ] 618/3142 19% [============ ] 619/3142 19% [============ ] 620/3142 19% [============ ] 621/3142 19% [============ ] 622/3142 19% [============ ] 623/3142 19% [============ ] 624/3142 19% [============ ] 625/3142 19% [============ ] 626/3142 19% [============ ] 627/3142 19% [============ ] 628/3142 19% [============ ] 629/3142 20% [============ ] 630/3142 20% [============ ] 631/3142 20% [============ ] 632/3142 20% [============ ] 633/3142 20% [============ ] 634/3142 20% [============ ] 635/3142 20% [============ ] 636/3142 20% [============ ] 637/3142 20% [============ ] 638/3142 20% [============ ] 639/3142 20% [============ ] 640/3142 20% [============ ] 641/3142 20% [============ ] 642/3142 20% [============ ] 643/3142 20% [============ ] 644/3142 20% [============ ] 645/3142 20% [============ ] 646/3142 20% [============ ] 647/3142 20% [============ ] 648/3142 20% [============ ] 649/3142 20% [============ ] 650/3142 20% [============ ] 651/3142 20% [============ ] 652/3142 20% [============ ] 653/3142 20% [============ ] 654/3142 20% [============ ] 655/3142 20% [============ ] 656/3142 20% [============ ] 657/3142 20% [============ ] 658/3142 20% [============= ] 659/3142 20% [============= ] 660/3142 21% [============= ] 661/3142 21% [============= ] 662/3142 21% [============= ] 663/3142 21% [============= ] 664/3142 21% [============= ] 665/3142 21% [============= ] 666/3142 21% [============= ] 667/3142 21% [============= ] 668/3142 21% [============= ] 669/3142 21% [============= ] 670/3142 21% [============= ] 671/3142 21% [============= ] 672/3142 21% [============= ] 673/3142 21% [============= ] 674/3142 21% [============= ] 675/3142 21% [============= ] 676/3142 21% [============= ] 677/3142 21% [============= ] 678/3142 21% [============= ] 679/3142 21% [============= ] 680/3142 21% [============= ] 681/3142 21% [============= ] 682/3142 21% [============= ] 683/3142 21% [============= ] 684/3142 21% [============= ] 685/3142 21% [============= ] 686/3142 21% [============= ] 687/3142 21% [============= ] 688/3142 21% [============= ] 689/3142 21% [============= ] 690/3142 21% [============= ] 691/3142 21% [============= ] 692/3142 22% [============= ] 693/3142 22% [============= ] 694/3142 22% [============= ] 695/3142 22% [============= ] 696/3142 22% [============= ] 697/3142 22% [============= ] 698/3142 22% [============= ] 699/3142 22% [============= ] 700/3142 22% [============= ] 701/3142 22% [============= ] 702/3142 22% [============= ] 703/3142 22% [============= ] 704/3142 22% [============= ] 705/3142 22% [============= ] 706/3142 22% [============= ] 707/3142 22% [============= ] 708/3142 22% [============= ] 709/3142 22% [============== ] 710/3142 22% [============== ] 711/3142 22% [============== ] 712/3142 22% [============== ] 713/3142 22% [============== ] 714/3142 22% [============== ] 715/3142 22% [============== ] 716/3142 22% [============== ] 717/3142 22% [============== ] 718/3142 22% [============== ] 719/3142 22% [============== ] 720/3142 22% [============== ] 721/3142 22% [============== ] 722/3142 22% [============== ] 723/3142 23% [============== ] 724/3142 23% [============== ] 725/3142 23% [============== ] 726/3142 23% [============== ] 727/3142 23% [============== ] 728/3142 23% [============== ] 729/3142 23% [============== ] 730/3142 23% [============== ] 731/3142 23% [============== ] 732/3142 23% [============== ] 733/3142 23% [============== ] 734/3142 23% [============== ] 735/3142 23% [============== ] 736/3142 23% [============== ] 737/3142 23% [============== ] 738/3142 23% [============== ] 739/3142 23% [============== ] 740/3142 23% [============== ] 741/3142 23% [============== ] 742/3142 23% [============== ] 743/3142 23% [============== ] 744/3142 23% [============== ] 745/3142 23% [============== ] 746/3142 23% [============== ] 747/3142 23% [============== ] 748/3142 23% [============== ] 749/3142 23% [============== ] 750/3142 23% [============== ] 751/3142 23% [============== ] 752/3142 23% [============== ] 753/3142 23% [============== ] 754/3142 23% [============== ] 755/3142 24% [============== ] 756/3142 24% [============== ] 757/3142 24% [============== ] 758/3142 24% [============== ] 759/3142 24% [============== ] 760/3142 24% [=============== ] 761/3142 24% [=============== ] 762/3142 24% [=============== ] 763/3142 24% [=============== ] 764/3142 24% [=============== ] 765/3142 24% [=============== ] 766/3142 24% [=============== ] 767/3142 24% [=============== ] 768/3142 24% [=============== ] 769/3142 24% [=============== ] 770/3142 24% [=============== ] 771/3142 24% [=============== ] 772/3142 24% [=============== ] 773/3142 24% [=============== ] 774/3142 24% [=============== ] 775/3142 24% [=============== ] 776/3142 24% [=============== ] 777/3142 24% [=============== ] 778/3142 24% [=============== ] 779/3142 24% [=============== ] 780/3142 24% [=============== ] 781/3142 24% [=============== ] 782/3142 24% [=============== ] 783/3142 24% [=============== ] 784/3142 24% [=============== ] 785/3142 24% [=============== ] 786/3142 25% [=============== ] 787/3142 25% [=============== ] 788/3142 25% [=============== ] 789/3142 25% [=============== ] 790/3142 25% [=============== ] 791/3142 25% [=============== ] 792/3142 25% [=============== ] 793/3142 25% [=============== ] 794/3142 25% [=============== ] 795/3142 25% [=============== ] 796/3142 25% [=============== ] 797/3142 25% [=============== ] 798/3142 25% [=============== ] 799/3142 25% [=============== ] 800/3142 25% [=============== ] 801/3142 25% [=============== ] 802/3142 25% [=============== ] 803/3142 25% [=============== ] 804/3142 25% [=============== ] 805/3142 25% [=============== ] 806/3142 25% [=============== ] 807/3142 25% [=============== ] 808/3142 25% [=============== ] 809/3142 25% [=============== ] 810/3142 25% [================ ] 811/3142 25% [================ ] 812/3142 25% [================ ] 813/3142 25% [================ ] 814/3142 25% [================ ] 815/3142 25% [================ ] 816/3142 25% [================ ] 817/3142 26% [================ ] 818/3142 26% [================ ] 819/3142 26% [================ ] 820/3142 26% [================ ] 821/3142 26% [================ ] 822/3142 26% [================ ] 823/3142 26% [================ ] 824/3142 26% [================ ] 825/3142 26% [================ ] 826/3142 26% [================ ] 827/3142 26% [================ ] 828/3142 26% [================ ] 829/3142 26% [================ ] 830/3142 26% [================ ] 831/3142 26% [================ ] 832/3142 26% [================ ] 833/3142 26% [================ ] 834/3142 26% [================ ] 835/3142 26% [================ ] 836/3142 26% [================ ] 837/3142 26% [================ ] 838/3142 26% [================ ] 839/3142 26% [================ ] 840/3142 26% [================ ] 841/3142 26% [================ ] 842/3142 26% [================ ] 843/3142 26% [================ ] 844/3142 26% [================ ] 845/3142 26% [================ ] 846/3142 26% [================ ] 847/3142 26% [================ ] 848/3142 26% [================ ] 849/3142 27% [================ ] 850/3142 27% [================ ] 851/3142 27% [================ ] 852/3142 27% [================ ] 853/3142 27% [================ ] 854/3142 27% [================ ] 855/3142 27% [================ ] 856/3142 27% [================ ] 857/3142 27% [================ ] 858/3142 27% [================ ] 859/3142 27% [================ ] 860/3142 27% [================ ] 861/3142 27% [================= ] 862/3142 27% [================= ] 863/3142 27% [================= ] 864/3142 27% [================= ] 865/3142 27% [================= ] 866/3142 27% [================= ] 867/3142 27% [================= ] 868/3142 27% [================= ] 869/3142 27% [================= ] 870/3142 27% [================= ] 871/3142 27% [================= ] 872/3142 27% [================= ] 873/3142 27% [================= ] 874/3142 27% [================= ] 875/3142 27% [================= ] 876/3142 27% [================= ] 877/3142 27% [================= ] 878/3142 27% [================= ] 879/3142 27% [================= ] 880/3142 28% [================= ] 881/3142 28% [================= ] 882/3142 28% [================= ] 883/3142 28% [================= ] 884/3142 28% [================= ] 885/3142 28% [================= ] 886/3142 28% [================= ] 887/3142 28% [================= ] 888/3142 28% [================= ] 889/3142 28% [================= ] 890/3142 28% [================= ] 891/3142 28% [================= ] 892/3142 28% [================= ] 893/3142 28% [================= ] 894/3142 28% [================= ] 895/3142 28% [================= ] 896/3142 28% [================= ] 897/3142 28% [================= ] 898/3142 28% [================= ] 899/3142 28% [================= ] 900/3142 28% [================= ] 901/3142 28% [================= ] 902/3142 28% [================= ] 903/3142 28% [================= ] 904/3142 28% [================= ] 905/3142 28% [================= ] 906/3142 28% [================= ] 907/3142 28% [================= ] 908/3142 28% [================= ] 909/3142 28% [================= ] 910/3142 28% [================= ] 911/3142 28% [================= ] 912/3142 29% [================== ] 913/3142 29% [================== ] 914/3142 29% [================== ] 915/3142 29% [================== ] 916/3142 29% [================== ] 917/3142 29% [================== ] 918/3142 29% [================== ] 919/3142 29% [================== ] 920/3142 29% [================== ] 921/3142 29% [================== ] 922/3142 29% [================== ] 923/3142 29% [================== ] 924/3142 29% [================== ] 925/3142 29% [================== ] 926/3142 29% [================== ] 927/3142 29% [================== ] 928/3142 29% [================== ] 929/3142 29% [================== ] 930/3142 29% [================== ] 931/3142 29% [================== ] 932/3142 29% [================== ] 933/3142 29% [================== ] 934/3142 29% [================== ] 935/3142 29% [================== ] 936/3142 29% [================== ] 937/3142 29% [================== ] 938/3142 29% [================== ] 939/3142 29% [================== ] 940/3142 29% [================== ] 941/3142 29% [================== ] 942/3142 29% [================== ] 943/3142 30% [================== ] 944/3142 30% [================== ] 945/3142 30% [================== ] 946/3142 30% [================== ] 947/3142 30% [================== ] 948/3142 30% [================== ] 949/3142 30% [================== ] 950/3142 30% [================== ] 951/3142 30% [================== ] 952/3142 30% [================== ] 953/3142 30% [================== ] 954/3142 30% [================== ] 955/3142 30% [================== ] 956/3142 30% [================== ] 957/3142 30% [================== ] 958/3142 30% [================== ] 959/3142 30% [================== ] 960/3142 30% [================== ] 961/3142 30% [================== ] 962/3142 30% [=================== ] 963/3142 30% [=================== ] 964/3142 30% [=================== ] 965/3142 30% [=================== ] 966/3142 30% [=================== ] 967/3142 30% [=================== ] 968/3142 30% [=================== ] 969/3142 30% [=================== ] 970/3142 30% [=================== ] 971/3142 30% [=================== ] 972/3142 30% [=================== ] 973/3142 30% [=================== ] 974/3142 30% [=================== ] 975/3142 31% [=================== ] 976/3142 31% [=================== ] 977/3142 31% [=================== ] 978/3142 31% [=================== ] 979/3142 31% [=================== ] 980/3142 31% [=================== ] 981/3142 31% [=================== ] 982/3142 31% [=================== ] 983/3142 31% [=================== ] 984/3142 31% [=================== ] 985/3142 31% [=================== ] 986/3142 31% [=================== ] 987/3142 31% [=================== ] 988/3142 31% [=================== ] 989/3142 31% [=================== ] 990/3142 31% [=================== ] 991/3142 31% [=================== ] 992/3142 31% [=================== ] 993/3142 31% [=================== ] 994/3142 31% [=================== ] 995/3142 31% [=================== ] 996/3142 31% [=================== ] 997/3142 31% [=================== ] 998/3142 31% [=================== ] 999/3142 31% [=================== ] 1000/3142 31% [=================== ] 1001/3142 31% [=================== ] 1002/3142 31% [=================== ] 1003/3142 31% [=================== ] 1004/3142 31% [=================== ] 1005/3142 31% [=================== ] 1006/3142 32% [=================== ] 1007/3142 32% [=================== ] 1008/3142 32% [=================== ] 1009/3142 32% [=================== ] 1010/3142 32% [=================== ] 1011/3142 32% [=================== ] 1012/3142 32% [=================== ] 1013/3142 32% [==================== ] 1014/3142 32% [==================== ] 1015/3142 32% [==================== ] 1016/3142 32% [==================== ] 1017/3142 32% [==================== ] 1018/3142 32% [==================== ] 1019/3142 32% [==================== ] 1020/3142 32% [==================== ] 1021/3142 32% [==================== ] 1022/3142 32% [==================== ] 1023/3142 32% [==================== ] 1024/3142 32% [==================== ] 1025/3142 32% [==================== ] 1026/3142 32% [==================== ] 1027/3142 32% [==================== ] 1028/3142 32% [==================== ] 1029/3142 32% [==================== ] 1030/3142 32% [==================== ] 1031/3142 32% [==================== ] 1032/3142 32% [==================== ] 1033/3142 32% [==================== ] 1034/3142 32% [==================== ] 1035/3142 32% [==================== ] 1036/3142 32% [==================== ] 1037/3142 33% [==================== ] 1038/3142 33% [==================== ] 1039/3142 33% [==================== ] 1040/3142 33% [==================== ] 1041/3142 33% [==================== ] 1042/3142 33% [==================== ] 1043/3142 33% [==================== ] 1044/3142 33% [==================== ] 1045/3142 33% [==================== ] 1046/3142 33% [==================== ] 1047/3142 33% [==================== ] 1048/3142 33% [==================== ] 1049/3142 33% [==================== ] 1050/3142 33% [==================== ] 1051/3142 33% [==================== ] 1052/3142 33% [==================== ] 1053/3142 33% [==================== ] 1054/3142 33% [==================== ] 1055/3142 33% [==================== ] 1056/3142 33% [==================== ] 1057/3142 33% [==================== ] 1058/3142 33% [==================== ] 1059/3142 33% [==================== ] 1060/3142 33% [==================== ] 1061/3142 33% [==================== ] 1062/3142 33% [==================== ] 1063/3142 33% [==================== ] 1064/3142 33% [===================== ] 1065/3142 33% [===================== ] 1066/3142 33% [===================== ] 1067/3142 33% [===================== ] 1068/3142 33% [===================== ] 1069/3142 34% [===================== ] 1070/3142 34% [===================== ] 1071/3142 34% [===================== ] 1072/3142 34% [===================== ] 1073/3142 34% [===================== ] 1074/3142 34% [===================== ] 1075/3142 34% [===================== ] 1076/3142 34% [===================== ] 1077/3142 34% [===================== ] 1078/3142 34% [===================== ] 1079/3142 34% [===================== ] 1080/3142 34% [===================== ] 1081/3142 34% [===================== ] 1082/3142 34% [===================== ] 1083/3142 34% [===================== ] 1084/3142 34% [===================== ] 1085/3142 34% [===================== ] 1086/3142 34% [===================== ] 1087/3142 34% [===================== ] 1088/3142 34% [===================== ] 1089/3142 34% [===================== ] 1090/3142 34% [===================== ] 1091/3142 34% [===================== ] 1092/3142 34% [===================== ] 1093/3142 34% [===================== ] 1094/3142 34% [===================== ] 1095/3142 34% [===================== ] 1096/3142 34% [===================== ] 1097/3142 34% [===================== ] 1098/3142 34% [===================== ] 1099/3142 34% [===================== ] 1100/3142 35% [===================== ] 1101/3142 35% [===================== ] 1102/3142 35% [===================== ] 1103/3142 35% [===================== ] 1104/3142 35% [===================== ] 1105/3142 35% [===================== ] 1106/3142 35% [===================== ] 1107/3142 35% [===================== ] 1108/3142 35% [===================== ] 1109/3142 35% [===================== ] 1110/3142 35% [===================== ] 1111/3142 35% [===================== ] 1112/3142 35% [===================== ] 1113/3142 35% [===================== ] 1114/3142 35% [====================== ] 1115/3142 35% [====================== ] 1116/3142 35% [====================== ] 1117/3142 35% [====================== ] 1118/3142 35% [====================== ] 1119/3142 35% [====================== ] 1120/3142 35% [====================== ] 1121/3142 35% [====================== ] 1122/3142 35% [====================== ] 1123/3142 35% [====================== ] 1124/3142 35% [====================== ] 1125/3142 35% [====================== ] 1126/3142 35% [====================== ] 1127/3142 35% [====================== ] 1128/3142 35% [====================== ] 1129/3142 35% [====================== ] 1130/3142 35% [====================== ] 1131/3142 35% [====================== ] 1132/3142 36% [====================== ] 1133/3142 36% [====================== ] 1134/3142 36% [====================== ] 1135/3142 36% [====================== ] 1136/3142 36% [====================== ] 1137/3142 36% [====================== ] 1138/3142 36% [====================== ] 1139/3142 36% [====================== ] 1140/3142 36% [====================== ] 1141/3142 36% [====================== ] 1142/3142 36% [====================== ] 1143/3142 36% [====================== ] 1144/3142 36% [====================== ] 1145/3142 36% [====================== ] 1146/3142 36% [====================== ] 1147/3142 36% [====================== ] 1148/3142 36% [====================== ] 1149/3142 36% [====================== ] 1150/3142 36% [====================== ] 1151/3142 36% [====================== ] 1152/3142 36% [====================== ] 1153/3142 36% [====================== ] 1154/3142 36% [====================== ] 1155/3142 36% [====================== ] 1156/3142 36% [====================== ] 1157/3142 36% [====================== ] 1158/3142 36% [====================== ] 1159/3142 36% [====================== ] 1160/3142 36% [====================== ] 1161/3142 36% [====================== ] 1162/3142 36% [====================== ] 1163/3142 37% [====================== ] 1164/3142 37% [====================== ] 1165/3142 37% [======================= ] 1166/3142 37% [======================= ] 1167/3142 37% [======================= ] 1168/3142 37% [======================= ] 1169/3142 37% [======================= ] 1170/3142 37% [======================= ] 1171/3142 37% [======================= ] 1172/3142 37% [======================= ] 1173/3142 37% [======================= ] 1174/3142 37% [======================= ] 1175/3142 37% [======================= ] 1176/3142 37% [======================= ] 1177/3142 37% [======================= ] 1178/3142 37% [======================= ] 1179/3142 37% [======================= ] 1180/3142 37% [======================= ] 1181/3142 37% [======================= ] 1182/3142 37% [======================= ] 1183/3142 37% [======================= ] 1184/3142 37% [======================= ] 1185/3142 37% [======================= ] 1186/3142 37% [======================= ] 1187/3142 37% [======================= ] 1188/3142 37% [======================= ] 1189/3142 37% [======================= ] 1190/3142 37% [======================= ] 1191/3142 37% [======================= ] 1192/3142 37% [======================= ] 1193/3142 37% [======================= ] 1194/3142 38% [======================= ] 1195/3142 38% [======================= ] 1196/3142 38% [======================= ] 1197/3142 38% [======================= ] 1198/3142 38% [======================= ] 1199/3142 38% [======================= ] 1200/3142 38% [======================= ] 1201/3142 38% [======================= ] 1202/3142 38% [======================= ] 1203/3142 38% [======================= ] 1204/3142 38% [======================= ] 1205/3142 38% [======================= ] 1206/3142 38% [======================= ] 1207/3142 38% [======================= ] 1208/3142 38% [======================= ] 1209/3142 38% [======================= ] 1210/3142 38% [======================= ] 1211/3142 38% [======================= ] 1212/3142 38% [======================= ] 1213/3142 38% [======================= ] 1214/3142 38% [======================= ] 1215/3142 38% [======================= ] 1216/3142 38% [======================== ] 1217/3142 38% [======================== ] 1218/3142 38% [======================== ] 1219/3142 38% [======================== ] 1220/3142 38% [======================== ] 1221/3142 38% [======================== ] 1222/3142 38% [======================== ] 1223/3142 38% [======================== ] 1224/3142 38% [======================== ] 1225/3142 38% [======================== ] 1226/3142 39% [======================== ] 1227/3142 39% [======================== ] 1228/3142 39% [======================== ] 1229/3142 39% [======================== ] 1230/3142 39% [======================== ] 1231/3142 39% [======================== ] 1232/3142 39% [======================== ] 1233/3142 39% [======================== ] 1234/3142 39% [======================== ] 1235/3142 39% [======================== ] 1236/3142 39% [======================== ] 1237/3142 39% [======================== ] 1238/3142 39% [======================== ] 1239/3142 39% [======================== ] 1240/3142 39% [======================== ] 1241/3142 39% [======================== ] 1242/3142 39% [======================== ] 1243/3142 39% [======================== ] 1244/3142 39% [======================== ] 1245/3142 39% [======================== ] 1246/3142 39% [======================== ] 1247/3142 39% [======================== ] 1248/3142 39% [======================== ] 1249/3142 39% [======================== ] 1250/3142 39% [======================== ] 1251/3142 39% [======================== ] 1252/3142 39% [======================== ] 1253/3142 39% [======================== ] 1254/3142 39% [======================== ] 1255/3142 39% [======================== ] 1256/3142 39% [======================== ] 1257/3142 40% [======================== ] 1258/3142 40% [======================== ] 1259/3142 40% [======================== ] 1260/3142 40% [======================== ] 1261/3142 40% [======================== ] 1262/3142 40% [======================== ] 1263/3142 40% [======================== ] 1264/3142 40% [======================== ] 1265/3142 40% [======================== ] 1266/3142 40% [========================= ] 1267/3142 40% [========================= ] 1268/3142 40% [========================= ] 1269/3142 40% [========================= ] 1270/3142 40% [========================= ] 1271/3142 40% [========================= ] 1272/3142 40% [========================= ] 1273/3142 40% [========================= ] 1274/3142 40% [========================= ] 1275/3142 40% [========================= ] 1276/3142 40% [========================= ] 1277/3142 40% [========================= ] 1278/3142 40% [========================= ] 1279/3142 40% [========================= ] 1280/3142 40% [========================= ] 1281/3142 40% [========================= ] 1282/3142 40% [========================= ] 1283/3142 40% [========================= ] 1284/3142 40% [========================= ] 1285/3142 40% [========================= ] 1286/3142 40% [========================= ] 1287/3142 40% [========================= ] 1288/3142 40% [========================= ] 1289/3142 41% [========================= ] 1290/3142 41% [========================= ] 1291/3142 41% [========================= ] 1292/3142 41% [========================= ] 1293/3142 41% [========================= ] 1294/3142 41% [========================= ] 1295/3142 41% [========================= ] 1296/3142 41% [========================= ] 1297/3142 41% [========================= ] 1298/3142 41% [========================= ] 1299/3142 41% [========================= ] 1300/3142 41% [========================= ] 1301/3142 41% [========================= ] 1302/3142 41% [========================= ] 1303/3142 41% [========================= ] 1304/3142 41% [========================= ] 1305/3142 41% [========================= ] 1306/3142 41% [========================= ] 1307/3142 41% [========================= ] 1308/3142 41% [========================= ] 1309/3142 41% [========================= ] 1310/3142 41% [========================= ] 1311/3142 41% [========================= ] 1312/3142 41% [========================= ] 1313/3142 41% [========================= ] 1314/3142 41% [========================= ] 1315/3142 41% [========================= ] 1316/3142 41% [========================= ] 1317/3142 41% [========================== ] 1318/3142 41% [========================== ] 1319/3142 41% [========================== ] 1320/3142 42% [========================== ] 1321/3142 42% [========================== ] 1322/3142 42% [========================== ] 1323/3142 42% [========================== ] 1324/3142 42% [========================== ] 1325/3142 42% [========================== ] 1326/3142 42% [========================== ] 1327/3142 42% [========================== ] 1328/3142 42% [========================== ] 1329/3142 42% [========================== ] 1330/3142 42% [========================== ] 1331/3142 42% [========================== ] 1332/3142 42% [========================== ] 1333/3142 42% [========================== ] 1334/3142 42% [========================== ] 1335/3142 42% [========================== ] 1336/3142 42% [========================== ] 1337/3142 42% [========================== ] 1338/3142 42% [========================== ] 1339/3142 42% [========================== ] 1340/3142 42% [========================== ] 1341/3142 42% [========================== ] 1342/3142 42% [========================== ] 1343/3142 42% [========================== ] 1344/3142 42% [========================== ] 1345/3142 42% [========================== ] 1346/3142 42% [========================== ] 1347/3142 42% [========================== ] 1348/3142 42% [========================== ] 1349/3142 42% [========================== ] 1350/3142 42% [========================== ] 1351/3142 42% [========================== ] 1352/3142 43% [========================== ] 1353/3142 43% [========================== ] 1354/3142 43% [========================== ] 1355/3142 43% [========================== ] 1356/3142 43% [========================== ] 1357/3142 43% [========================== ] 1358/3142 43% [========================== ] 1359/3142 43% [========================== ] 1360/3142 43% [========================== ] 1361/3142 43% [========================== ] 1362/3142 43% [========================== ] 1363/3142 43% [========================== ] 1364/3142 43% [========================== ] 1365/3142 43% [========================== ] 1366/3142 43% [========================== ] 1367/3142 43% [========================== ] 1368/3142 43% [=========================== ] 1369/3142 43% [=========================== ] 1370/3142 43% [=========================== ] 1371/3142 43% [=========================== ] 1372/3142 43% [=========================== ] 1373/3142 43% [=========================== ] 1374/3142 43% [=========================== ] 1375/3142 43% [=========================== ] 1376/3142 43% [=========================== ] 1377/3142 43% [=========================== ] 1378/3142 43% [=========================== ] 1379/3142 43% [=========================== ] 1380/3142 43% [=========================== ] 1381/3142 43% [=========================== ] 1382/3142 43% [=========================== ] 1383/3142 44% [=========================== ] 1384/3142 44% [=========================== ] 1385/3142 44% [=========================== ] 1386/3142 44% [=========================== ] 1387/3142 44% [=========================== ] 1388/3142 44% [=========================== ] 1389/3142 44% [=========================== ] 1390/3142 44% [=========================== ] 1391/3142 44% [=========================== ] 1392/3142 44% [=========================== ] 1393/3142 44% [=========================== ] 1394/3142 44% [=========================== ] 1395/3142 44% [=========================== ] 1396/3142 44% [=========================== ] 1397/3142 44% [=========================== ] 1398/3142 44% [=========================== ] 1399/3142 44% [=========================== ] 1400/3142 44% [=========================== ] 1401/3142 44% [=========================== ] 1402/3142 44% [=========================== ] 1403/3142 44% [=========================== ] 1404/3142 44% [=========================== ] 1405/3142 44% [=========================== ] 1406/3142 44% [=========================== ] 1407/3142 44% [=========================== ] 1408/3142 44% [=========================== ] 1409/3142 44% [=========================== ] 1410/3142 44% [=========================== ] 1411/3142 44% [=========================== ] 1412/3142 44% [=========================== ] 1413/3142 44% [=========================== ] 1414/3142 45% [=========================== ] 1415/3142 45% [=========================== ] 1416/3142 45% [=========================== ] 1417/3142 45% [=========================== ] 1418/3142 45% [============================ ] 1419/3142 45% [============================ ] 1420/3142 45% [============================ ] 1421/3142 45% [============================ ] 1422/3142 45% [============================ ] 1423/3142 45% [============================ ] 1424/3142 45% [============================ ] 1425/3142 45% [============================ ] 1426/3142 45% [============================ ] 1427/3142 45% [============================ ] 1428/3142 45% [============================ ] 1429/3142 45% [============================ ] 1430/3142 45% [============================ ] 1431/3142 45% [============================ ] 1432/3142 45% [============================ ] 1433/3142 45% [============================ ] 1434/3142 45% [============================ ] 1435/3142 45% [============================ ] 1436/3142 45% [============================ ] 1437/3142 45% [============================ ] 1438/3142 45% [============================ ] 1439/3142 45% [============================ ] 1440/3142 45% [============================ ] 1441/3142 45% [============================ ] 1442/3142 45% [============================ ] 1443/3142 45% [============================ ] 1444/3142 45% [============================ ] 1445/3142 45% [============================ ] 1446/3142 46% [============================ ] 1447/3142 46% [============================ ] 1448/3142 46% [============================ ] 1449/3142 46% [============================ ] 1450/3142 46% [============================ ] 1451/3142 46% [============================ ] 1452/3142 46% [============================ ] 1453/3142 46% [============================ ] 1454/3142 46% [============================ ] 1455/3142 46% [============================ ] 1456/3142 46% [============================ ] 1457/3142 46% [============================ ] 1458/3142 46% [============================ ] 1459/3142 46% [============================ ] 1460/3142 46% [============================ ] 1461/3142 46% [============================ ] 1462/3142 46% [============================ ] 1463/3142 46% [============================ ] 1464/3142 46% [============================ ] 1465/3142 46% [============================ ] 1466/3142 46% [============================ ] 1467/3142 46% [============================ ] 1468/3142 46% [============================ ] 1469/3142 46% [============================= ] 1470/3142 46% [============================= ] 1471/3142 46% [============================= ] 1472/3142 46% [============================= ] 1473/3142 46% [============================= ] 1474/3142 46% [============================= ] 1475/3142 46% [============================= ] 1476/3142 46% [============================= ] 1477/3142 47% [============================= ] 1478/3142 47% [============================= ] 1479/3142 47% [============================= ] 1480/3142 47% [============================= ] 1481/3142 47% [============================= ] 1482/3142 47% [============================= ] 1483/3142 47% [============================= ] 1484/3142 47% [============================= ] 1485/3142 47% [============================= ] 1486/3142 47% [============================= ] 1487/3142 47% [============================= ] 1488/3142 47% [============================= ] 1489/3142 47% [============================= ] 1490/3142 47% [============================= ] 1491/3142 47% [============================= ] 1492/3142 47% [============================= ] 1493/3142 47% [============================= ] 1494/3142 47% [============================= ] 1495/3142 47% [============================= ] 1496/3142 47% [============================= ] 1497/3142 47% [============================= ] 1498/3142 47% [============================= ] 1499/3142 47% [============================= ] 1500/3142 47% [============================= ] 1501/3142 47% [============================= ] 1502/3142 47% [============================= ] 1503/3142 47% [============================= ] 1504/3142 47% [============================= ] 1505/3142 47% [============================= ] 1506/3142 47% [============================= ] 1507/3142 47% [============================= ] 1508/3142 47% [============================= ] 1509/3142 48% [============================= ] 1510/3142 48% [============================= ] 1511/3142 48% [============================= ] 1512/3142 48% [============================= ] 1513/3142 48% [============================= ] 1514/3142 48% [============================= ] 1515/3142 48% [============================= ] 1516/3142 48% [============================= ] 1517/3142 48% [============================= ] 1518/3142 48% [============================= ] 1519/3142 48% [============================= ] 1520/3142 48% [============================== ] 1521/3142 48% [============================== ] 1522/3142 48% [============================== ] 1523/3142 48% [============================== ] 1524/3142 48% [============================== ] 1525/3142 48% [============================== ] 1526/3142 48% [============================== ] 1527/3142 48% [============================== ] 1528/3142 48% [============================== ] 1529/3142 48% [============================== ] 1530/3142 48% [============================== ] 1531/3142 48% [============================== ] 1532/3142 48% [============================== ] 1533/3142 48% [============================== ] 1534/3142 48% [============================== ] 1535/3142 48% [============================== ] 1536/3142 48% [============================== ] 1537/3142 48% [============================== ] 1538/3142 48% [============================== ] 1539/3142 48% [============================== ] 1540/3142 49% [============================== ] 1541/3142 49% [============================== ] 1542/3142 49% [============================== ] 1543/3142 49% [============================== ] 1544/3142 49% [============================== ] 1545/3142 49% [============================== ] 1546/3142 49% [============================== ] 1547/3142 49% [============================== ] 1548/3142 49% [============================== ] 1549/3142 49% [============================== ] 1550/3142 49% [============================== ] 1551/3142 49% [============================== ] 1552/3142 49% [============================== ] 1553/3142 49% [============================== ] 1554/3142 49% [============================== ] 1555/3142 49% [============================== ] 1556/3142 49% [============================== ] 1557/3142 49% [============================== ] 1558/3142 49% [============================== ] 1559/3142 49% [============================== ] 1560/3142 49% [============================== ] 1561/3142 49% [============================== ] 1562/3142 49% [============================== ] 1563/3142 49% [============================== ] 1564/3142 49% [============================== ] 1565/3142 49% [============================== ] 1566/3142 49% [============================== ] 1567/3142 49% [============================== ] 1568/3142 49% [============================== ] 1569/3142 49% [============================== ] 1570/3142 49% [=============================== ] 1571/3142 50% [=============================== ] 1572/3142 50% [=============================== ] 1573/3142 50% [=============================== ] 1574/3142 50% [=============================== ] 1575/3142 50% [=============================== ] 1576/3142 50% [=============================== ] 1577/3142 50% [=============================== ] 1578/3142 50% [=============================== ] 1579/3142 50% [=============================== ] 1580/3142 50% [=============================== ] 1581/3142 50% [=============================== ] 1582/3142 50% [=============================== ] 1583/3142 50% [=============================== ] 1584/3142 50% [=============================== ] 1585/3142 50% [=============================== ] 1586/3142 50% [=============================== ] 1587/3142 50% [=============================== ] 1588/3142 50% [=============================== ] 1589/3142 50% [=============================== ] 1590/3142 50% [=============================== ] 1591/3142 50% [=============================== ] 1592/3142 50% [=============================== ] 1593/3142 50% [=============================== ] 1594/3142 50% [=============================== ] 1595/3142 50% [=============================== ] 1596/3142 50% [=============================== ] 1597/3142 50% [=============================== ] 1598/3142 50% [=============================== ] 1599/3142 50% [=============================== ] 1600/3142 50% [=============================== ] 1601/3142 50% [=============================== ] 1602/3142 50% [=============================== ] 1603/3142 51% [=============================== ] 1604/3142 51% [=============================== ] 1605/3142 51% [=============================== ] 1606/3142 51% [=============================== ] 1607/3142 51% [=============================== ] 1608/3142 51% [=============================== ] 1609/3142 51% [=============================== ] 1610/3142 51% [=============================== ] 1611/3142 51% [=============================== ] 1612/3142 51% [=============================== ] 1613/3142 51% [=============================== ] 1614/3142 51% [=============================== ] 1615/3142 51% [=============================== ] 1616/3142 51% [=============================== ] 1617/3142 51% [=============================== ] 1618/3142 51% [=============================== ] 1619/3142 51% [=============================== ] 1620/3142 51% [=============================== ] 1621/3142 51% [================================ ] 1622/3142 51% [================================ ] 1623/3142 51% [================================ ] 1624/3142 51% [================================ ] 1625/3142 51% [================================ ] 1626/3142 51% [================================ ] 1627/3142 51% [================================ ] 1628/3142 51% [================================ ] 1629/3142 51% [================================ ] 1630/3142 51% [================================ ] 1631/3142 51% [================================ ] 1632/3142 51% [================================ ] 1633/3142 51% [================================ ] 1634/3142 52% [================================ ] 1635/3142 52% [================================ ] 1636/3142 52% [================================ ] 1637/3142 52% [================================ ] 1638/3142 52% [================================ ] 1639/3142 52% [================================ ] 1640/3142 52% [================================ ] 1641/3142 52% [================================ ] 1642/3142 52% [================================ ] 1643/3142 52% [================================ ] 1644/3142 52% [================================ ] 1645/3142 52% [================================ ] 1646/3142 52% [================================ ] 1647/3142 52% [================================ ] 1648/3142 52% [================================ ] 1649/3142 52% [================================ ] 1650/3142 52% [================================ ] 1651/3142 52% [================================ ] 1652/3142 52% [================================ ] 1653/3142 52% [================================ ] 1654/3142 52% [================================ ] 1655/3142 52% [================================ ] 1656/3142 52% [================================ ] 1657/3142 52% [================================ ] 1658/3142 52% [================================ ] 1659/3142 52% [================================ ] 1660/3142 52% [================================ ] 1661/3142 52% [================================ ] 1662/3142 52% [================================ ] 1663/3142 52% [================================ ] 1664/3142 52% [================================ ] 1665/3142 52% [================================ ] 1666/3142 53% [================================ ] 1667/3142 53% [================================ ] 1668/3142 53% [================================ ] 1669/3142 53% [================================ ] 1670/3142 53% [================================ ] 1671/3142 53% [================================ ] 1672/3142 53% [================================= ] 1673/3142 53% [================================= ] 1674/3142 53% [================================= ] 1675/3142 53% [================================= ] 1676/3142 53% [================================= ] 1677/3142 53% [================================= ] 1678/3142 53% [================================= ] 1679/3142 53% [================================= ] 1680/3142 53% [================================= ] 1681/3142 53% [================================= ] 1682/3142 53% [================================= ] 1683/3142 53% [================================= ] 1684/3142 53% [================================= ] 1685/3142 53% [================================= ] 1686/3142 53% [================================= ] 1687/3142 53% [================================= ] 1688/3142 53% [================================= ] 1689/3142 53% [================================= ] 1690/3142 53% [================================= ] 1691/3142 53% [================================= ] 1692/3142 53% [================================= ] 1693/3142 53% [================================= ] 1694/3142 53% [================================= ] 1695/3142 53% [================================= ] 1696/3142 53% [================================= ] 1697/3142 54% [================================= ] 1698/3142 54% [================================= ] 1699/3142 54% [================================= ] 1700/3142 54% [================================= ] 1701/3142 54% [================================= ] 1702/3142 54% [================================= ] 1703/3142 54% [================================= ] 1704/3142 54% [================================= ] 1705/3142 54% [================================= ] 1706/3142 54% [================================= ] 1707/3142 54% [================================= ] 1708/3142 54% [================================= ] 1709/3142 54% [================================= ] 1710/3142 54% [================================= ] 1711/3142 54% [================================= ] 1712/3142 54% [================================= ] 1713/3142 54% [================================= ] 1714/3142 54% [================================= ] 1715/3142 54% [================================= ] 1716/3142 54% [================================= ] 1717/3142 54% [================================= ] 1718/3142 54% [================================= ] 1719/3142 54% [================================= ] 1720/3142 54% [================================= ] 1721/3142 54% [================================= ] 1722/3142 54% [================================= ] 1723/3142 54% [================================== ] 1724/3142 54% [================================== ] 1725/3142 54% [================================== ] 1726/3142 54% [================================== ] 1727/3142 54% [================================== ] 1728/3142 54% [================================== ] 1729/3142 55% [================================== ] 1730/3142 55% [================================== ] 1731/3142 55% [================================== ] 1732/3142 55% [================================== ] 1733/3142 55% [================================== ] 1734/3142 55% [================================== ] 1735/3142 55% [================================== ] 1736/3142 55% [================================== ] 1737/3142 55% [================================== ] 1738/3142 55% [================================== ] 1739/3142 55% [================================== ] 1740/3142 55% [================================== ] 1741/3142 55% [================================== ] 1742/3142 55% [================================== ] 1743/3142 55% [================================== ] 1744/3142 55% [================================== ] 1745/3142 55% [================================== ] 1746/3142 55% [================================== ] 1747/3142 55% [================================== ] 1748/3142 55% [================================== ] 1749/3142 55% [================================== ] 1750/3142 55% [================================== ] 1751/3142 55% [================================== ] 1752/3142 55% [================================== ] 1753/3142 55% [================================== ] 1754/3142 55% [================================== ] 1755/3142 55% [================================== ] 1756/3142 55% [================================== ] 1757/3142 55% [================================== ] 1758/3142 55% [================================== ] 1759/3142 55% [================================== ] 1760/3142 56% [================================== ] 1761/3142 56% [================================== ] 1762/3142 56% [================================== ] 1763/3142 56% [================================== ] 1764/3142 56% [================================== ] 1765/3142 56% [================================== ] 1766/3142 56% [================================== ] 1767/3142 56% [================================== ] 1768/3142 56% [================================== ] 1769/3142 56% [================================== ] 1770/3142 56% [================================== ] 1771/3142 56% [================================== ] 1772/3142 56% [================================== ] 1773/3142 56% [=================================== ] 1774/3142 56% [=================================== ] 1775/3142 56% [=================================== ] 1776/3142 56% [=================================== ] 1777/3142 56% [=================================== ] 1778/3142 56% [=================================== ] 1779/3142 56% [=================================== ] 1780/3142 56% [=================================== ] 1781/3142 56% [=================================== ] 1782/3142 56% [=================================== ] 1783/3142 56% [=================================== ] 1784/3142 56% [=================================== ] 1785/3142 56% [=================================== ] 1786/3142 56% [=================================== ] 1787/3142 56% [=================================== ] 1788/3142 56% [=================================== ] 1789/3142 56% [=================================== ] 1790/3142 56% [=================================== ] 1791/3142 57% [=================================== ] 1792/3142 57% [=================================== ] 1793/3142 57% [=================================== ] 1794/3142 57% [=================================== ] 1795/3142 57% [=================================== ] 1796/3142 57% [=================================== ] 1797/3142 57% [=================================== ] 1798/3142 57% [=================================== ] 1799/3142 57% [=================================== ] 1800/3142 57% [=================================== ] 1801/3142 57% [=================================== ] 1802/3142 57% [=================================== ] 1803/3142 57% [=================================== ] 1804/3142 57% [=================================== ] 1805/3142 57% [=================================== ] 1806/3142 57% [=================================== ] 1807/3142 57% [=================================== ] 1808/3142 57% [=================================== ] 1809/3142 57% [=================================== ] 1810/3142 57% [=================================== ] 1811/3142 57% [=================================== ] 1812/3142 57% [=================================== ] 1813/3142 57% [=================================== ] 1814/3142 57% [=================================== ] 1815/3142 57% [=================================== ] 1816/3142 57% [=================================== ] 1817/3142 57% [=================================== ] 1818/3142 57% [=================================== ] 1819/3142 57% [=================================== ] 1820/3142 57% [=================================== ] 1821/3142 57% [=================================== ] 1822/3142 57% [=================================== ] 1823/3142 58% [=================================== ] 1824/3142 58% [==================================== ] 1825/3142 58% [==================================== ] 1826/3142 58% [==================================== ] 1827/3142 58% [==================================== ] 1828/3142 58% [==================================== ] 1829/3142 58% [==================================== ] 1830/3142 58% [==================================== ] 1831/3142 58% [==================================== ] 1832/3142 58% [==================================== ] 1833/3142 58% [==================================== ] 1834/3142 58% [==================================== ] 1835/3142 58% [==================================== ] 1836/3142 58% [==================================== ] 1837/3142 58% [==================================== ] 1838/3142 58% [==================================== ] 1839/3142 58% [==================================== ] 1840/3142 58% [==================================== ] 1841/3142 58% [==================================== ] 1842/3142 58% [==================================== ] 1843/3142 58% [==================================== ] 1844/3142 58% [==================================== ] 1845/3142 58% [==================================== ] 1846/3142 58% [==================================== ] 1847/3142 58% [==================================== ] 1848/3142 58% [==================================== ] 1849/3142 58% [==================================== ] 1850/3142 58% [==================================== ] 1851/3142 58% [==================================== ] 1852/3142 58% [==================================== ] 1853/3142 58% [==================================== ] 1854/3142 59% [==================================== ] 1855/3142 59% [==================================== ] 1856/3142 59% [==================================== ] 1857/3142 59% [==================================== ] 1858/3142 59% [==================================== ] 1859/3142 59% [==================================== ] 1860/3142 59% [==================================== ] 1861/3142 59% [==================================== ] 1862/3142 59% [==================================== ] 1863/3142 59% [==================================== ] 1864/3142 59% [==================================== ] 1865/3142 59% [==================================== ] 1866/3142 59% [==================================== ] 1867/3142 59% [==================================== ] 1868/3142 59% [==================================== ] 1869/3142 59% [==================================== ] 1870/3142 59% [==================================== ] 1871/3142 59% [==================================== ] 1872/3142 59% [==================================== ] 1873/3142 59% [==================================== ] 1874/3142 59% [==================================== ] 1875/3142 59% [===================================== ] 1876/3142 59% [===================================== ] 1877/3142 59% [===================================== ] 1878/3142 59% [===================================== ] 1879/3142 59% [===================================== ] 1880/3142 59% [===================================== ] 1881/3142 59% [===================================== ] 1882/3142 59% [===================================== ] 1883/3142 59% [===================================== ] 1884/3142 59% [===================================== ] 1885/3142 59% [===================================== ] 1886/3142 60% [===================================== ] 1887/3142 60% [===================================== ] 1888/3142 60% [===================================== ] 1889/3142 60% [===================================== ] 1890/3142 60% [===================================== ] 1891/3142 60% [===================================== ] 1892/3142 60% [===================================== ] 1893/3142 60% [===================================== ] 1894/3142 60% [===================================== ] 1895/3142 60% [===================================== ] 1896/3142 60% [===================================== ] 1897/3142 60% [===================================== ] 1898/3142 60% [===================================== ] 1899/3142 60% [===================================== ] 1900/3142 60% [===================================== ] 1901/3142 60% [===================================== ] 1902/3142 60% [===================================== ] 1903/3142 60% [===================================== ] 1904/3142 60% [===================================== ] 1905/3142 60% [===================================== ] 1906/3142 60% [===================================== ] 1907/3142 60% [===================================== ] 1908/3142 60% [===================================== ] 1909/3142 60% [===================================== ] 1910/3142 60% [===================================== ] 1911/3142 60% [===================================== ] 1912/3142 60% [===================================== ] 1913/3142 60% [===================================== ] 1914/3142 60% [===================================== ] 1915/3142 60% [===================================== ] 1916/3142 60% [===================================== ] 1917/3142 61% [===================================== ] 1918/3142 61% [===================================== ] 1919/3142 61% [===================================== ] 1920/3142 61% [===================================== ] 1921/3142 61% [===================================== ] 1922/3142 61% [===================================== ] 1923/3142 61% [===================================== ] 1924/3142 61% [===================================== ] 1925/3142 61% [====================================== ] 1926/3142 61% [====================================== ] 1927/3142 61% [====================================== ] 1928/3142 61% [====================================== ] 1929/3142 61% [====================================== ] 1930/3142 61% [====================================== ] 1931/3142 61% [====================================== ] 1932/3142 61% [====================================== ] 1933/3142 61% [====================================== ] 1934/3142 61% [====================================== ] 1935/3142 61% [====================================== ] 1936/3142 61% [====================================== ] 1937/3142 61% [====================================== ] 1938/3142 61% [====================================== ] 1939/3142 61% [====================================== ] 1940/3142 61% [====================================== ] 1941/3142 61% [====================================== ] 1942/3142 61% [====================================== ] 1943/3142 61% [====================================== ] 1944/3142 61% [====================================== ] 1945/3142 61% [====================================== ] 1946/3142 61% [====================================== ] 1947/3142 61% [====================================== ] 1948/3142 61% [====================================== ] 1949/3142 62% [====================================== ] 1950/3142 62% [====================================== ] 1951/3142 62% [====================================== ] 1952/3142 62% [====================================== ] 1953/3142 62% [====================================== ] 1954/3142 62% [====================================== ] 1955/3142 62% [====================================== ] 1956/3142 62% [====================================== ] 1957/3142 62% [====================================== ] 1958/3142 62% [====================================== ] 1959/3142 62% [====================================== ] 1960/3142 62% [====================================== ] 1961/3142 62% [====================================== ] 1962/3142 62% [====================================== ] 1963/3142 62% [====================================== ] 1964/3142 62% [====================================== ] 1965/3142 62% [====================================== ] 1966/3142 62% [====================================== ] 1967/3142 62% [====================================== ] 1968/3142 62% [====================================== ] 1969/3142 62% [====================================== ] 1970/3142 62% [====================================== ] 1971/3142 62% [====================================== ] 1972/3142 62% [====================================== ] 1973/3142 62% [====================================== ] 1974/3142 62% [====================================== ] 1975/3142 62% [====================================== ] 1976/3142 62% [======================================= ] 1977/3142 62% [======================================= ] 1978/3142 62% [======================================= ] 1979/3142 62% [======================================= ] 1980/3142 63% [======================================= ] 1981/3142 63% [======================================= ] 1982/3142 63% [======================================= ] 1983/3142 63% [======================================= ] 1984/3142 63% [======================================= ] 1985/3142 63% [======================================= ] 1986/3142 63% [======================================= ] 1987/3142 63% [======================================= ] 1988/3142 63% [======================================= ] 1989/3142 63% [======================================= ] 1990/3142 63% [======================================= ] 1991/3142 63% [======================================= ] 1992/3142 63% [======================================= ] 1993/3142 63% [======================================= ] 1994/3142 63% [======================================= ] 1995/3142 63% [======================================= ] 1996/3142 63% [======================================= ] 1997/3142 63% [======================================= ] 1998/3142 63% [======================================= ] 1999/3142 63% [======================================= ] 2000/3142 63% [======================================= ] 2001/3142 63% [======================================= ] 2002/3142 63% [======================================= ] 2003/3142 63% [======================================= ] 2004/3142 63% [======================================= ] 2005/3142 63% [======================================= ] 2006/3142 63% [======================================= ] 2007/3142 63% [======================================= ] 2008/3142 63% [======================================= ] 2009/3142 63% [======================================= ] 2010/3142 63% [======================================= ] 2011/3142 64% [======================================= ] 2012/3142 64% [======================================= ] 2013/3142 64% [======================================= ] 2014/3142 64% [======================================= ] 2015/3142 64% [======================================= ] 2016/3142 64% [======================================= ] 2017/3142 64% [======================================= ] 2018/3142 64% [======================================= ] 2019/3142 64% [======================================= ] 2020/3142 64% [======================================= ] 2021/3142 64% [======================================= ] 2022/3142 64% [======================================= ] 2023/3142 64% [======================================= ] 2024/3142 64% [======================================= ] 2025/3142 64% [======================================= ] 2026/3142 64% [======================================= ] 2027/3142 64% [======================================== ] 2028/3142 64% [======================================== ] 2029/3142 64% [======================================== ] 2030/3142 64% [======================================== ] 2031/3142 64% [======================================== ] 2032/3142 64% [======================================== ] 2033/3142 64% [======================================== ] 2034/3142 64% [======================================== ] 2035/3142 64% [======================================== ] 2036/3142 64% [======================================== ] 2037/3142 64% [======================================== ] 2038/3142 64% [======================================== ] 2039/3142 64% [======================================== ] 2040/3142 64% [======================================== ] 2041/3142 64% [======================================== ] 2042/3142 64% [======================================== ] 2043/3142 65% [======================================== ] 2044/3142 65% [======================================== ] 2045/3142 65% [======================================== ] 2046/3142 65% [======================================== ] 2047/3142 65% [======================================== ] 2048/3142 65% [======================================== ] 2049/3142 65% [======================================== ] 2050/3142 65% [======================================== ] 2051/3142 65% [======================================== ] 2052/3142 65% [======================================== ] 2053/3142 65% [======================================== ] 2054/3142 65% [======================================== ] 2055/3142 65% [======================================== ] 2056/3142 65% [======================================== ] 2057/3142 65% [======================================== ] 2058/3142 65% [======================================== ] 2059/3142 65% [======================================== ] 2060/3142 65% [======================================== ] 2061/3142 65% [======================================== ] 2062/3142 65% [======================================== ] 2063/3142 65% [======================================== ] 2064/3142 65% [======================================== ] 2065/3142 65% [======================================== ] 2066/3142 65% [======================================== ] 2067/3142 65% [======================================== ] 2068/3142 65% [======================================== ] 2069/3142 65% [======================================== ] 2070/3142 65% [======================================== ] 2071/3142 65% [======================================== ] 2072/3142 65% [======================================== ] 2073/3142 65% [======================================== ] 2074/3142 66% [======================================== ] 2075/3142 66% [======================================== ] 2076/3142 66% [======================================== ] 2077/3142 66% [========================================= ] 2078/3142 66% [========================================= ] 2079/3142 66% [========================================= ] 2080/3142 66% [========================================= ] 2081/3142 66% [========================================= ] 2082/3142 66% [========================================= ] 2083/3142 66% [========================================= ] 2084/3142 66% [========================================= ] 2085/3142 66% [========================================= ] 2086/3142 66% [========================================= ] 2087/3142 66% [========================================= ] 2088/3142 66% [========================================= ] 2089/3142 66% [========================================= ] 2090/3142 66% [========================================= ] 2091/3142 66% [========================================= ] 2092/3142 66% [========================================= ] 2093/3142 66% [========================================= ] 2094/3142 66% [========================================= ] 2095/3142 66% [========================================= ] 2096/3142 66% [========================================= ] 2097/3142 66% [========================================= ] 2098/3142 66% [========================================= ] 2099/3142 66% [========================================= ] 2100/3142 66% [========================================= ] 2101/3142 66% [========================================= ] 2102/3142 66% [========================================= ] 2103/3142 66% [========================================= ] 2104/3142 66% [========================================= ] 2105/3142 66% [========================================= ] 2106/3142 67% [========================================= ] 2107/3142 67% [========================================= ] 2108/3142 67% [========================================= ] 2109/3142 67% [========================================= ] 2110/3142 67% [========================================= ] 2111/3142 67% [========================================= ] 2112/3142 67% [========================================= ] 2113/3142 67% [========================================= ] 2114/3142 67% [========================================= ] 2115/3142 67% [========================================= ] 2116/3142 67% [========================================= ] 2117/3142 67% [========================================= ] 2118/3142 67% [========================================= ] 2119/3142 67% [========================================= ] 2120/3142 67% [========================================= ] 2121/3142 67% [========================================= ] 2122/3142 67% [========================================= ] 2123/3142 67% [========================================= ] 2124/3142 67% [========================================= ] 2125/3142 67% [========================================= ] 2126/3142 67% [========================================= ] 2127/3142 67% [========================================= ] 2128/3142 67% [========================================== ] 2129/3142 67% [========================================== ] 2130/3142 67% [========================================== ] 2131/3142 67% [========================================== ] 2132/3142 67% [========================================== ] 2133/3142 67% [========================================== ] 2134/3142 67% [========================================== ] 2135/3142 67% [========================================== ] 2136/3142 67% [========================================== ] 2137/3142 68% [========================================== ] 2138/3142 68% [========================================== ] 2139/3142 68% [========================================== ] 2140/3142 68% [========================================== ] 2141/3142 68% [========================================== ] 2142/3142 68% [========================================== ] 2143/3142 68% [========================================== ] 2144/3142 68% [========================================== ] 2145/3142 68% [========================================== ] 2146/3142 68% [========================================== ] 2147/3142 68% [========================================== ] 2148/3142 68% [========================================== ] 2149/3142 68% [========================================== ] 2150/3142 68% [========================================== ] 2151/3142 68% [========================================== ] 2152/3142 68% [========================================== ] 2153/3142 68% [========================================== ] 2154/3142 68% [========================================== ] 2155/3142 68% [========================================== ] 2156/3142 68% [========================================== ] 2157/3142 68% [========================================== ] 2158/3142 68% [========================================== ] 2159/3142 68% [========================================== ] 2160/3142 68% [========================================== ] 2161/3142 68% [========================================== ] 2162/3142 68% [========================================== ] 2163/3142 68% [========================================== ] 2164/3142 68% [========================================== ] 2165/3142 68% [========================================== ] 2166/3142 68% [========================================== ] 2167/3142 68% [========================================== ] 2168/3142 69% [========================================== ] 2169/3142 69% [========================================== ] 2170/3142 69% [========================================== ] 2171/3142 69% [========================================== ] 2172/3142 69% [========================================== ] 2173/3142 69% [========================================== ] 2174/3142 69% [========================================== ] 2175/3142 69% [========================================== ] 2176/3142 69% [========================================== ] 2177/3142 69% [========================================== ] 2178/3142 69% [========================================== ] 2179/3142 69% [=========================================== ] 2180/3142 69% [=========================================== ] 2181/3142 69% [=========================================== ] 2182/3142 69% [=========================================== ] 2183/3142 69% [=========================================== ] 2184/3142 69% [=========================================== ] 2185/3142 69% [=========================================== ] 2186/3142 69% [=========================================== ] 2187/3142 69% [=========================================== ] 2188/3142 69% [=========================================== ] 2189/3142 69% [=========================================== ] 2190/3142 69% [=========================================== ] 2191/3142 69% [=========================================== ] 2192/3142 69% [=========================================== ] 2193/3142 69% [=========================================== ] 2194/3142 69% [=========================================== ] 2195/3142 69% [=========================================== ] 2196/3142 69% [=========================================== ] 2197/3142 69% [=========================================== ] 2198/3142 69% [=========================================== ] 2199/3142 69% [=========================================== ] 2200/3142 70% [=========================================== ] 2201/3142 70% [=========================================== ] 2202/3142 70% [=========================================== ] 2203/3142 70% [=========================================== ] 2204/3142 70% [=========================================== ] 2205/3142 70% [=========================================== ] 2206/3142 70% [=========================================== ] 2207/3142 70% [=========================================== ] 2208/3142 70% [=========================================== ] 2209/3142 70% [=========================================== ] 2210/3142 70% [=========================================== ] 2211/3142 70% [=========================================== ] 2212/3142 70% [=========================================== ] 2213/3142 70% [=========================================== ] 2214/3142 70% [=========================================== ] 2215/3142 70% [=========================================== ] 2216/3142 70% [=========================================== ] 2217/3142 70% [=========================================== ] 2218/3142 70% [=========================================== ] 2219/3142 70% [=========================================== ] 2220/3142 70% [=========================================== ] 2221/3142 70% [=========================================== ] 2222/3142 70% [=========================================== ] 2223/3142 70% [=========================================== ] 2224/3142 70% [=========================================== ] 2225/3142 70% [=========================================== ] 2226/3142 70% [=========================================== ] 2227/3142 70% [=========================================== ] 2228/3142 70% [=========================================== ] 2229/3142 70% [============================================ ] 2230/3142 70% [============================================ ] 2231/3142 71% [============================================ ] 2232/3142 71% [============================================ ] 2233/3142 71% [============================================ ] 2234/3142 71% [============================================ ] 2235/3142 71% [============================================ ] 2236/3142 71% [============================================ ] 2237/3142 71% [============================================ ] 2238/3142 71% [============================================ ] 2239/3142 71% [============================================ ] 2240/3142 71% [============================================ ] 2241/3142 71% [============================================ ] 2242/3142 71% [============================================ ] 2243/3142 71% [============================================ ] 2244/3142 71% [============================================ ] 2245/3142 71% [============================================ ] 2246/3142 71% [============================================ ] 2247/3142 71% [============================================ ] 2248/3142 71% [============================================ ] 2249/3142 71% [============================================ ] 2250/3142 71% [============================================ ] 2251/3142 71% [============================================ ] 2252/3142 71% [============================================ ] 2253/3142 71% [============================================ ] 2254/3142 71% [============================================ ] 2255/3142 71% [============================================ ] 2256/3142 71% [============================================ ] 2257/3142 71% [============================================ ] 2258/3142 71% [============================================ ] 2259/3142 71% [============================================ ] 2260/3142 71% [============================================ ] 2261/3142 71% [============================================ ] 2262/3142 71% [============================================ ] 2263/3142 72% [============================================ ] 2264/3142 72% [============================================ ] 2265/3142 72% [============================================ ] 2266/3142 72% [============================================ ] 2267/3142 72% [============================================ ] 2268/3142 72% [============================================ ] 2269/3142 72% [============================================ ] 2270/3142 72% [============================================ ] 2271/3142 72% [============================================ ] 2272/3142 72% [============================================ ] 2273/3142 72% [============================================ ] 2274/3142 72% [============================================ ] 2275/3142 72% [============================================ ] 2276/3142 72% [============================================ ] 2277/3142 72% [============================================ ] 2278/3142 72% [============================================ ] 2279/3142 72% [============================================ ] 2280/3142 72% [============================================= ] 2281/3142 72% [============================================= ] 2282/3142 72% [============================================= ] 2283/3142 72% [============================================= ] 2284/3142 72% [============================================= ] 2285/3142 72% [============================================= ] 2286/3142 72% [============================================= ] 2287/3142 72% [============================================= ] 2288/3142 72% [============================================= ] 2289/3142 72% [============================================= ] 2290/3142 72% [============================================= ] 2291/3142 72% [============================================= ] 2292/3142 72% [============================================= ] 2293/3142 72% [============================================= ] 2294/3142 73% [============================================= ] 2295/3142 73% [============================================= ] 2296/3142 73% [============================================= ] 2297/3142 73% [============================================= ] 2298/3142 73% [============================================= ] 2299/3142 73% [============================================= ] 2300/3142 73% [============================================= ] 2301/3142 73% [============================================= ] 2302/3142 73% [============================================= ] 2303/3142 73% [============================================= ] 2304/3142 73% [============================================= ] 2305/3142 73% [============================================= ] 2306/3142 73% [============================================= ] 2307/3142 73% [============================================= ] 2308/3142 73% [============================================= ] 2309/3142 73% [============================================= ] 2310/3142 73% [============================================= ] 2311/3142 73% [============================================= ] 2312/3142 73% [============================================= ] 2313/3142 73% [============================================= ] 2314/3142 73% [============================================= ] 2315/3142 73% [============================================= ] 2316/3142 73% [============================================= ] 2317/3142 73% [============================================= ] 2318/3142 73% [============================================= ] 2319/3142 73% [============================================= ] 2320/3142 73% [============================================= ] 2321/3142 73% [============================================= ] 2322/3142 73% [============================================= ] 2323/3142 73% [============================================= ] 2324/3142 73% [============================================= ] 2325/3142 73% [============================================= ] 2326/3142 74% [============================================= ] 2327/3142 74% [============================================= ] 2328/3142 74% [============================================= ] 2329/3142 74% [============================================= ] 2330/3142 74% [============================================= ] 2331/3142 74% [============================================== ] 2332/3142 74% [============================================== ] 2333/3142 74% [============================================== ] 2334/3142 74% [============================================== ] 2335/3142 74% [============================================== ] 2336/3142 74% [============================================== ] 2337/3142 74% [============================================== ] 2338/3142 74% [============================================== ] 2339/3142 74% [============================================== ] 2340/3142 74% [============================================== ] 2341/3142 74% [============================================== ] 2342/3142 74% [============================================== ] 2343/3142 74% [============================================== ] 2344/3142 74% [============================================== ] 2345/3142 74% [============================================== ] 2346/3142 74% [============================================== ] 2347/3142 74% [============================================== ] 2348/3142 74% [============================================== ] 2349/3142 74% [============================================== ] 2350/3142 74% [============================================== ] 2351/3142 74% [============================================== ] 2352/3142 74% [============================================== ] 2353/3142 74% [============================================== ] 2354/3142 74% [============================================== ] 2355/3142 74% [============================================== ] 2356/3142 74% [============================================== ] 2357/3142 75% [============================================== ] 2358/3142 75% [============================================== ] 2359/3142 75% [============================================== ] 2360/3142 75% [============================================== ] 2361/3142 75% [============================================== ] 2362/3142 75% [============================================== ] 2363/3142 75% [============================================== ] 2364/3142 75% [============================================== ] 2365/3142 75% [============================================== ] 2366/3142 75% [============================================== ] 2367/3142 75% [============================================== ] 2368/3142 75% [============================================== ] 2369/3142 75% [============================================== ] 2370/3142 75% [============================================== ] 2371/3142 75% [============================================== ] 2372/3142 75% [============================================== ] 2373/3142 75% [============================================== ] 2374/3142 75% [============================================== ] 2375/3142 75% [============================================== ] 2376/3142 75% [============================================== ] 2377/3142 75% [============================================== ] 2378/3142 75% [============================================== ] 2379/3142 75% [============================================== ] 2380/3142 75% [============================================== ] 2381/3142 75% [=============================================== ] 2382/3142 75% [=============================================== ] 2383/3142 75% [=============================================== ] 2384/3142 75% [=============================================== ] 2385/3142 75% [=============================================== ] 2386/3142 75% [=============================================== ] 2387/3142 75% [=============================================== ] 2388/3142 76% [=============================================== ] 2389/3142 76% [=============================================== ] 2390/3142 76% [=============================================== ] 2391/3142 76% [=============================================== ] 2392/3142 76% [=============================================== ] 2393/3142 76% [=============================================== ] 2394/3142 76% [=============================================== ] 2395/3142 76% [=============================================== ] 2396/3142 76% [=============================================== ] 2397/3142 76% [=============================================== ] 2398/3142 76% [=============================================== ] 2399/3142 76% [=============================================== ] 2400/3142 76% [=============================================== ] 2401/3142 76% [=============================================== ] 2402/3142 76% [=============================================== ] 2403/3142 76% [=============================================== ] 2404/3142 76% [=============================================== ] 2405/3142 76% [=============================================== ] 2406/3142 76% [=============================================== ] 2407/3142 76% [=============================================== ] 2408/3142 76% [=============================================== ] 2409/3142 76% [=============================================== ] 2410/3142 76% [=============================================== ] 2411/3142 76% [=============================================== ] 2412/3142 76% [=============================================== ] 2413/3142 76% [=============================================== ] 2414/3142 76% [=============================================== ] 2415/3142 76% [=============================================== ] 2416/3142 76% [=============================================== ] 2417/3142 76% [=============================================== ] 2418/3142 76% [=============================================== ] 2419/3142 76% [=============================================== ] 2420/3142 77% [=============================================== ] 2421/3142 77% [=============================================== ] 2422/3142 77% [=============================================== ] 2423/3142 77% [=============================================== ] 2424/3142 77% [=============================================== ] 2425/3142 77% [=============================================== ] 2426/3142 77% [=============================================== ] 2427/3142 77% [=============================================== ] 2428/3142 77% [=============================================== ] 2429/3142 77% [=============================================== ] 2430/3142 77% [=============================================== ] 2431/3142 77% [=============================================== ] 2432/3142 77% [================================================ ] 2433/3142 77% [================================================ ] 2434/3142 77% [================================================ ] 2435/3142 77% [================================================ ] 2436/3142 77% [================================================ ] 2437/3142 77% [================================================ ] 2438/3142 77% [================================================ ] 2439/3142 77% [================================================ ] 2440/3142 77% [================================================ ] 2441/3142 77% [================================================ ] 2442/3142 77% [================================================ ] 2443/3142 77% [================================================ ] 2444/3142 77% [================================================ ] 2445/3142 77% [================================================ ] 2446/3142 77% [================================================ ] 2447/3142 77% [================================================ ] 2448/3142 77% [================================================ ] 2449/3142 77% [================================================ ] 2450/3142 77% [================================================ ] 2451/3142 78% [================================================ ] 2452/3142 78% [================================================ ] 2453/3142 78% [================================================ ] 2454/3142 78% [================================================ ] 2455/3142 78% [================================================ ] 2456/3142 78% [================================================ ] 2457/3142 78% [================================================ ] 2458/3142 78% [================================================ ] 2459/3142 78% [================================================ ] 2460/3142 78% [================================================ ] 2461/3142 78% [================================================ ] 2462/3142 78% [================================================ ] 2463/3142 78% [================================================ ] 2464/3142 78% [================================================ ] 2465/3142 78% [================================================ ] 2466/3142 78% [================================================ ] 2467/3142 78% [================================================ ] 2468/3142 78% [================================================ ] 2469/3142 78% [================================================ ] 2470/3142 78% [================================================ ] 2471/3142 78% [================================================ ] 2472/3142 78% [================================================ ] 2473/3142 78% [================================================ ] 2474/3142 78% [================================================ ] 2475/3142 78% [================================================ ] 2476/3142 78% [================================================ ] 2477/3142 78% [================================================ ] 2478/3142 78% [================================================ ] 2479/3142 78% [================================================ ] 2480/3142 78% [================================================ ] 2481/3142 78% [================================================ ] 2482/3142 78% [================================================ ] 2483/3142 79% [================================================= ] 2484/3142 79% [================================================= ] 2485/3142 79% [================================================= ] 2486/3142 79% [================================================= ] 2487/3142 79% [================================================= ] 2488/3142 79% [================================================= ] 2489/3142 79% [================================================= ] 2490/3142 79% [================================================= ] 2491/3142 79% [================================================= ] 2492/3142 79% [================================================= ] 2493/3142 79% [================================================= ] 2494/3142 79% [================================================= ] 2495/3142 79% [================================================= ] 2496/3142 79% [================================================= ] 2497/3142 79% [================================================= ] 2498/3142 79% [================================================= ] 2499/3142 79% [================================================= ] 2500/3142 79% [================================================= ] 2501/3142 79% [================================================= ] 2502/3142 79% [================================================= ] 2503/3142 79% [================================================= ] 2504/3142 79% [================================================= ] 2505/3142 79% [================================================= ] 2506/3142 79% [================================================= ] 2507/3142 79% [================================================= ] 2508/3142 79% [================================================= ] 2509/3142 79% [================================================= ] 2510/3142 79% [================================================= ] 2511/3142 79% [================================================= ] 2512/3142 79% [================================================= ] 2513/3142 79% [================================================= ] 2514/3142 80% [================================================= ] 2515/3142 80% [================================================= ] 2516/3142 80% [================================================= ] 2517/3142 80% [================================================= ] 2518/3142 80% [================================================= ] 2519/3142 80% [================================================= ] 2520/3142 80% [================================================= ] 2521/3142 80% [================================================= ] 2522/3142 80% [================================================= ] 2523/3142 80% [================================================= ] 2524/3142 80% [================================================= ] 2525/3142 80% [================================================= ] 2526/3142 80% [================================================= ] 2527/3142 80% [================================================= ] 2528/3142 80% [================================================= ] 2529/3142 80% [================================================= ] 2530/3142 80% [================================================= ] 2531/3142 80% [================================================= ] 2532/3142 80% [================================================= ] 2533/3142 80% [================================================== ] 2534/3142 80% [================================================== ] 2535/3142 80% [================================================== ] 2536/3142 80% [================================================== ] 2537/3142 80% [================================================== ] 2538/3142 80% [================================================== ] 2539/3142 80% [================================================== ] 2540/3142 80% [================================================== ] 2541/3142 80% [================================================== ] 2542/3142 80% [================================================== ] 2543/3142 80% [================================================== ] 2544/3142 80% [================================================== ] 2545/3142 80% [================================================== ] 2546/3142 81% [================================================== ] 2547/3142 81% [================================================== ] 2548/3142 81% [================================================== ] 2549/3142 81% [================================================== ] 2550/3142 81% [================================================== ] 2551/3142 81% [================================================== ] 2552/3142 81% [================================================== ] 2553/3142 81% [================================================== ] 2554/3142 81% [================================================== ] 2555/3142 81% [================================================== ] 2556/3142 81% [================================================== ] 2557/3142 81% [================================================== ] 2558/3142 81% [================================================== ] 2559/3142 81% [================================================== ] 2560/3142 81% [================================================== ] 2561/3142 81% [================================================== ] 2562/3142 81% [================================================== ] 2563/3142 81% [================================================== ] 2564/3142 81% [================================================== ] 2565/3142 81% [================================================== ] 2566/3142 81% [================================================== ] 2567/3142 81% [================================================== ] 2568/3142 81% [================================================== ] 2569/3142 81% [================================================== ] 2570/3142 81% [================================================== ] 2571/3142 81% [================================================== ] 2572/3142 81% [================================================== ] 2573/3142 81% [================================================== ] 2574/3142 81% [================================================== ] 2575/3142 81% [================================================== ] 2576/3142 81% [================================================== ] 2577/3142 82% [================================================== ] 2578/3142 82% [================================================== ] 2579/3142 82% [================================================== ] 2580/3142 82% [================================================== ] 2581/3142 82% [================================================== ] 2582/3142 82% [================================================== ] 2583/3142 82% [================================================== ] 2584/3142 82% [=================================================== ] 2585/3142 82% [=================================================== ] 2586/3142 82% [=================================================== ] 2587/3142 82% [=================================================== ] 2588/3142 82% [=================================================== ] 2589/3142 82% [=================================================== ] 2590/3142 82% [=================================================== ] 2591/3142 82% [=================================================== ] 2592/3142 82% [=================================================== ] 2593/3142 82% [=================================================== ] 2594/3142 82% [=================================================== ] 2595/3142 82% [=================================================== ] 2596/3142 82% [=================================================== ] 2597/3142 82% [=================================================== ] 2598/3142 82% [=================================================== ] 2599/3142 82% [=================================================== ] 2600/3142 82% [=================================================== ] 2601/3142 82% [=================================================== ] 2602/3142 82% [=================================================== ] 2603/3142 82% [=================================================== ] 2604/3142 82% [=================================================== ] 2605/3142 82% [=================================================== ] 2606/3142 82% [=================================================== ] 2607/3142 82% [=================================================== ] 2608/3142 83% [=================================================== ] 2609/3142 83% [=================================================== ] 2610/3142 83% [=================================================== ] 2611/3142 83% [=================================================== ] 2612/3142 83% [=================================================== ] 2613/3142 83% [=================================================== ] 2614/3142 83% [=================================================== ] 2615/3142 83% [=================================================== ] 2616/3142 83% [=================================================== ] 2617/3142 83% [=================================================== ] 2618/3142 83% [=================================================== ] 2619/3142 83% [=================================================== ] 2620/3142 83% [=================================================== ] 2621/3142 83% [=================================================== ] 2622/3142 83% [=================================================== ] 2623/3142 83% [=================================================== ] 2624/3142 83% [=================================================== ] 2625/3142 83% [=================================================== ] 2626/3142 83% [=================================================== ] 2627/3142 83% [=================================================== ] 2628/3142 83% [=================================================== ] 2629/3142 83% [=================================================== ] 2630/3142 83% [=================================================== ] 2631/3142 83% [=================================================== ] 2632/3142 83% [=================================================== ] 2633/3142 83% [=================================================== ] 2634/3142 83% [=================================================== ] 2635/3142 83% [==================================================== ] 2636/3142 83% [==================================================== ] 2637/3142 83% [==================================================== ] 2638/3142 83% [==================================================== ] 2639/3142 83% [==================================================== ] 2640/3142 84% [==================================================== ] 2641/3142 84% [==================================================== ] 2642/3142 84% [==================================================== ] 2643/3142 84% [==================================================== ] 2644/3142 84% [==================================================== ] 2645/3142 84% [==================================================== ] 2646/3142 84% [==================================================== ] 2647/3142 84% [==================================================== ] 2648/3142 84% [==================================================== ] 2649/3142 84% [==================================================== ] 2650/3142 84% [==================================================== ] 2651/3142 84% [==================================================== ] 2652/3142 84% [==================================================== ] 2653/3142 84% [==================================================== ] 2654/3142 84% [==================================================== ] 2655/3142 84% [==================================================== ] 2656/3142 84% [==================================================== ] 2657/3142 84% [==================================================== ] 2658/3142 84% [==================================================== ] 2659/3142 84% [==================================================== ] 2660/3142 84% [==================================================== ] 2661/3142 84% [==================================================== ] 2662/3142 84% [==================================================== ] 2663/3142 84% [==================================================== ] 2664/3142 84% [==================================================== ] 2665/3142 84% [==================================================== ] 2666/3142 84% [==================================================== ] 2667/3142 84% [==================================================== ] 2668/3142 84% [==================================================== ] 2669/3142 84% [==================================================== ] 2670/3142 84% [==================================================== ] 2671/3142 85% [==================================================== ] 2672/3142 85% [==================================================== ] 2673/3142 85% [==================================================== ] 2674/3142 85% [==================================================== ] 2675/3142 85% [==================================================== ] 2676/3142 85% [==================================================== ] 2677/3142 85% [==================================================== ] 2678/3142 85% [==================================================== ] 2679/3142 85% [==================================================== ] 2680/3142 85% [==================================================== ] 2681/3142 85% [==================================================== ] 2682/3142 85% [==================================================== ] 2683/3142 85% [==================================================== ] 2684/3142 85% [==================================================== ] 2685/3142 85% [===================================================== ] 2686/3142 85% [===================================================== ] 2687/3142 85% [===================================================== ] 2688/3142 85% [===================================================== ] 2689/3142 85% [===================================================== ] 2690/3142 85% [===================================================== ] 2691/3142 85% [===================================================== ] 2692/3142 85% [===================================================== ] 2693/3142 85% [===================================================== ] 2694/3142 85% [===================================================== ] 2695/3142 85% [===================================================== ] 2696/3142 85% [===================================================== ] 2697/3142 85% [===================================================== ] 2698/3142 85% [===================================================== ] 2699/3142 85% [===================================================== ] 2700/3142 85% [===================================================== ] 2701/3142 85% [===================================================== ] 2702/3142 85% [===================================================== ] 2703/3142 86% [===================================================== ] 2704/3142 86% [===================================================== ] 2705/3142 86% [===================================================== ] 2706/3142 86% [===================================================== ] 2707/3142 86% [===================================================== ] 2708/3142 86% [===================================================== ] 2709/3142 86% [===================================================== ] 2710/3142 86% [===================================================== ] 2711/3142 86% [===================================================== ] 2712/3142 86% [===================================================== ] 2713/3142 86% [===================================================== ] 2714/3142 86% [===================================================== ] 2715/3142 86% [===================================================== ] 2716/3142 86% [===================================================== ] 2717/3142 86% [===================================================== ] 2718/3142 86% [===================================================== ] 2719/3142 86% [===================================================== ] 2720/3142 86% [===================================================== ] 2721/3142 86% [===================================================== ] 2722/3142 86% [===================================================== ] 2723/3142 86% [===================================================== ] 2724/3142 86% [===================================================== ] 2725/3142 86% [===================================================== ] 2726/3142 86% [===================================================== ] 2727/3142 86% [===================================================== ] 2728/3142 86% [===================================================== ] 2729/3142 86% [===================================================== ] 2730/3142 86% [===================================================== ] 2731/3142 86% [===================================================== ] 2732/3142 86% [===================================================== ] 2733/3142 86% [===================================================== ] 2734/3142 87% [===================================================== ] 2735/3142 87% [===================================================== ] 2736/3142 87% [====================================================== ] 2737/3142 87% [====================================================== ] 2738/3142 87% [====================================================== ] 2739/3142 87% [====================================================== ] 2740/3142 87% [====================================================== ] 2741/3142 87% [====================================================== ] 2742/3142 87% [====================================================== ] 2743/3142 87% [====================================================== ] 2744/3142 87% [====================================================== ] 2745/3142 87% [====================================================== ] 2746/3142 87% [====================================================== ] 2747/3142 87% [====================================================== ] 2748/3142 87% [====================================================== ] 2749/3142 87% [====================================================== ] 2750/3142 87% [====================================================== ] 2751/3142 87% [====================================================== ] 2752/3142 87% [====================================================== ] 2753/3142 87% [====================================================== ] 2754/3142 87% [====================================================== ] 2755/3142 87% [====================================================== ] 2756/3142 87% [====================================================== ] 2757/3142 87% [====================================================== ] 2758/3142 87% [====================================================== ] 2759/3142 87% [====================================================== ] 2760/3142 87% [====================================================== ] 2761/3142 87% [====================================================== ] 2762/3142 87% [====================================================== ] 2763/3142 87% [====================================================== ] 2764/3142 87% [====================================================== ] 2765/3142 88% [====================================================== ] 2766/3142 88% [====================================================== ] 2767/3142 88% [====================================================== ] 2768/3142 88% [====================================================== ] 2769/3142 88% [====================================================== ] 2770/3142 88% [====================================================== ] 2771/3142 88% [====================================================== ] 2772/3142 88% [====================================================== ] 2773/3142 88% [====================================================== ] 2774/3142 88% [====================================================== ] 2775/3142 88% [====================================================== ] 2776/3142 88% [====================================================== ] 2777/3142 88% [====================================================== ] 2778/3142 88% [====================================================== ] 2779/3142 88% [====================================================== ] 2780/3142 88% [====================================================== ] 2781/3142 88% [====================================================== ] 2782/3142 88% [====================================================== ] 2783/3142 88% [====================================================== ] 2784/3142 88% [====================================================== ] 2785/3142 88% [====================================================== ] 2786/3142 88% [====================================================== ] 2787/3142 88% [======================================================= ] 2788/3142 88% [======================================================= ] 2789/3142 88% [======================================================= ] 2790/3142 88% [======================================================= ] 2791/3142 88% [======================================================= ] 2792/3142 88% [======================================================= ] 2793/3142 88% [======================================================= ] 2794/3142 88% [======================================================= ] 2795/3142 88% [======================================================= ] 2796/3142 88% [======================================================= ] 2797/3142 89% [======================================================= ] 2798/3142 89% [======================================================= ] 2799/3142 89% [======================================================= ] 2800/3142 89% [======================================================= ] 2801/3142 89% [======================================================= ] 2802/3142 89% [======================================================= ] 2803/3142 89% [======================================================= ] 2804/3142 89% [======================================================= ] 2805/3142 89% [======================================================= ] 2806/3142 89% [======================================================= ] 2807/3142 89% [======================================================= ] 2808/3142 89% [======================================================= ] 2809/3142 89% [======================================================= ] 2810/3142 89% [======================================================= ] 2811/3142 89% [======================================================= ] 2812/3142 89% [======================================================= ] 2813/3142 89% [======================================================= ] 2814/3142 89% [======================================================= ] 2815/3142 89% [======================================================= ] 2816/3142 89% [======================================================= ] 2817/3142 89% [======================================================= ] 2818/3142 89% [======================================================= ] 2819/3142 89% [======================================================= ] 2820/3142 89% [======================================================= ] 2821/3142 89% [======================================================= ] 2822/3142 89% [======================================================= ] 2823/3142 89% [======================================================= ] 2824/3142 89% [======================================================= ] 2825/3142 89% [======================================================= ] 2826/3142 89% [======================================================= ] 2827/3142 89% [======================================================= ] 2828/3142 90% [======================================================= ] 2829/3142 90% [======================================================= ] 2830/3142 90% [======================================================= ] 2831/3142 90% [======================================================= ] 2832/3142 90% [======================================================= ] 2833/3142 90% [======================================================= ] 2834/3142 90% [======================================================= ] 2835/3142 90% [======================================================= ] 2836/3142 90% [======================================================= ] 2837/3142 90% [======================================================== ] 2838/3142 90% [======================================================== ] 2839/3142 90% [======================================================== ] 2840/3142 90% [======================================================== ] 2841/3142 90% [======================================================== ] 2842/3142 90% [======================================================== ] 2843/3142 90% [======================================================== ] 2844/3142 90% [======================================================== ] 2845/3142 90% [======================================================== ] 2846/3142 90% [======================================================== ] 2847/3142 90% [======================================================== ] 2848/3142 90% [======================================================== ] 2849/3142 90% [======================================================== ] 2850/3142 90% [======================================================== ] 2851/3142 90% [======================================================== ] 2852/3142 90% [======================================================== ] 2853/3142 90% [======================================================== ] 2854/3142 90% [======================================================== ] 2855/3142 90% [======================================================== ] 2856/3142 90% [======================================================== ] 2857/3142 90% [======================================================== ] 2858/3142 90% [======================================================== ] 2859/3142 90% [======================================================== ] 2860/3142 91% [======================================================== ] 2861/3142 91% [======================================================== ] 2862/3142 91% [======================================================== ] 2863/3142 91% [======================================================== ] 2864/3142 91% [======================================================== ] 2865/3142 91% [======================================================== ] 2866/3142 91% [======================================================== ] 2867/3142 91% [======================================================== ] 2868/3142 91% [======================================================== ] 2869/3142 91% [======================================================== ] 2870/3142 91% [======================================================== ] 2871/3142 91% [======================================================== ] 2872/3142 91% [======================================================== ] 2873/3142 91% [======================================================== ] 2874/3142 91% [======================================================== ] 2875/3142 91% [======================================================== ] 2876/3142 91% [======================================================== ] 2877/3142 91% [======================================================== ] 2878/3142 91% [======================================================== ] 2879/3142 91% [======================================================== ] 2880/3142 91% [======================================================== ] 2881/3142 91% [======================================================== ] 2882/3142 91% [======================================================== ] 2883/3142 91% [======================================================== ] 2884/3142 91% [======================================================== ] 2885/3142 91% [======================================================== ] 2886/3142 91% [======================================================== ] 2887/3142 91% [======================================================== ] 2888/3142 91% [========================================================= ] 2889/3142 91% [========================================================= ] 2890/3142 91% [========================================================= ] 2891/3142 92% [========================================================= ] 2892/3142 92% [========================================================= ] 2893/3142 92% [========================================================= ] 2894/3142 92% [========================================================= ] 2895/3142 92% [========================================================= ] 2896/3142 92% [========================================================= ] 2897/3142 92% [========================================================= ] 2898/3142 92% [========================================================= ] 2899/3142 92% [========================================================= ] 2900/3142 92% [========================================================= ] 2901/3142 92% [========================================================= ] 2902/3142 92% [========================================================= ] 2903/3142 92% [========================================================= ] 2904/3142 92% [========================================================= ] 2905/3142 92% [========================================================= ] 2906/3142 92% [========================================================= ] 2907/3142 92% [========================================================= ] 2908/3142 92% [========================================================= ] 2909/3142 92% [========================================================= ] 2910/3142 92% [========================================================= ] 2911/3142 92% [========================================================= ] 2912/3142 92% [========================================================= ] 2913/3142 92% [========================================================= ] 2914/3142 92% [========================================================= ] 2915/3142 92% [========================================================= ] 2916/3142 92% [========================================================= ] 2917/3142 92% [========================================================= ] 2918/3142 92% [========================================================= ] 2919/3142 92% [========================================================= ] 2920/3142 92% [========================================================= ] 2921/3142 92% [========================================================= ] 2922/3142 92% [========================================================= ] 2923/3142 93% [========================================================= ] 2924/3142 93% [========================================================= ] 2925/3142 93% [========================================================= ] 2926/3142 93% [========================================================= ] 2927/3142 93% [========================================================= ] 2928/3142 93% [========================================================= ] 2929/3142 93% [========================================================= ] 2930/3142 93% [========================================================= ] 2931/3142 93% [========================================================= ] 2932/3142 93% [========================================================= ] 2933/3142 93% [========================================================= ] 2934/3142 93% [========================================================= ] 2935/3142 93% [========================================================= ] 2936/3142 93% [========================================================= ] 2937/3142 93% [========================================================= ] 2938/3142 93% [========================================================= ] 2939/3142 93% [========================================================== ] 2940/3142 93% [========================================================== ] 2941/3142 93% [========================================================== ] 2942/3142 93% [========================================================== ] 2943/3142 93% [========================================================== ] 2944/3142 93% [========================================================== ] 2945/3142 93% [========================================================== ] 2946/3142 93% [========================================================== ] 2947/3142 93% [========================================================== ] 2948/3142 93% [========================================================== ] 2949/3142 93% [========================================================== ] 2950/3142 93% [========================================================== ] 2951/3142 93% [========================================================== ] 2952/3142 93% [========================================================== ] 2953/3142 93% [========================================================== ] 2954/3142 94% [========================================================== ] 2955/3142 94% [========================================================== ] 2956/3142 94% [========================================================== ] 2957/3142 94% [========================================================== ] 2958/3142 94% [========================================================== ] 2959/3142 94% [========================================================== ] 2960/3142 94% [========================================================== ] 2961/3142 94% [========================================================== ] 2962/3142 94% [========================================================== ] 2963/3142 94% [========================================================== ] 2964/3142 94% [========================================================== ] 2965/3142 94% [========================================================== ] 2966/3142 94% [========================================================== ] 2967/3142 94% [========================================================== ] 2968/3142 94% [========================================================== ] 2969/3142 94% [========================================================== ] 2970/3142 94% [========================================================== ] 2971/3142 94% [========================================================== ] 2972/3142 94% [========================================================== ] 2973/3142 94% [========================================================== ] 2974/3142 94% [========================================================== ] 2975/3142 94% [========================================================== ] 2976/3142 94% [========================================================== ] 2977/3142 94% [========================================================== ] 2978/3142 94% [========================================================== ] 2979/3142 94% [========================================================== ] 2980/3142 94% [========================================================== ] 2981/3142 94% [========================================================== ] 2982/3142 94% [========================================================== ] 2983/3142 94% [========================================================== ] 2984/3142 94% [========================================================== ] 2985/3142 95% [========================================================== ] 2986/3142 95% [========================================================== ] 2987/3142 95% [========================================================== ] 2988/3142 95% [========================================================== ] 2989/3142 95% [=========================================================== ] 2990/3142 95% [=========================================================== ] 2991/3142 95% [=========================================================== ] 2992/3142 95% [=========================================================== ] 2993/3142 95% [=========================================================== ] 2994/3142 95% [=========================================================== ] 2995/3142 95% [=========================================================== ] 2996/3142 95% [=========================================================== ] 2997/3142 95% [=========================================================== ] 2998/3142 95% [=========================================================== ] 2999/3142 95% [=========================================================== ] 3000/3142 95% [=========================================================== ] 3001/3142 95% [=========================================================== ] 3002/3142 95% [=========================================================== ] 3003/3142 95% [=========================================================== ] 3004/3142 95% [=========================================================== ] 3005/3142 95% [=========================================================== ] 3006/3142 95% [=========================================================== ] 3007/3142 95% [=========================================================== ] 3008/3142 95% [=========================================================== ] 3009/3142 95% [=========================================================== ] 3010/3142 95% [=========================================================== ] 3011/3142 95% [=========================================================== ] 3012/3142 95% [=========================================================== ] 3013/3142 95% [=========================================================== ] 3014/3142 95% [=========================================================== ] 3015/3142 95% [=========================================================== ] 3016/3142 95% [=========================================================== ] 3017/3142 96% [=========================================================== ] 3018/3142 96% [=========================================================== ] 3019/3142 96% [=========================================================== ] 3020/3142 96% [=========================================================== ] 3021/3142 96% [=========================================================== ] 3022/3142 96% [=========================================================== ] 3023/3142 96% [=========================================================== ] 3024/3142 96% [=========================================================== ] 3025/3142 96% [=========================================================== ] 3026/3142 96% [=========================================================== ] 3027/3142 96% [=========================================================== ] 3028/3142 96% [=========================================================== ] 3029/3142 96% [=========================================================== ] 3030/3142 96% [=========================================================== ] 3031/3142 96% [=========================================================== ] 3032/3142 96% [=========================================================== ] 3033/3142 96% [=========================================================== ] 3034/3142 96% [=========================================================== ] 3035/3142 96% [=========================================================== ] 3036/3142 96% [=========================================================== ] 3037/3142 96% [=========================================================== ] 3038/3142 96% [=========================================================== ] 3039/3142 96% [=========================================================== ] 3040/3142 96% [============================================================ ] 3041/3142 96% [============================================================ ] 3042/3142 96% [============================================================ ] 3043/3142 96% [============================================================ ] 3044/3142 96% [============================================================ ] 3045/3142 96% [============================================================ ] 3046/3142 96% [============================================================ ] 3047/3142 96% [============================================================ ] 3048/3142 97% [============================================================ ] 3049/3142 97% [============================================================ ] 3050/3142 97% [============================================================ ] 3051/3142 97% [============================================================ ] 3052/3142 97% [============================================================ ] 3053/3142 97% [============================================================ ] 3054/3142 97% [============================================================ ] 3055/3142 97% [============================================================ ] 3056/3142 97% [============================================================ ] 3057/3142 97% [============================================================ ] 3058/3142 97% [============================================================ ] 3059/3142 97% [============================================================ ] 3060/3142 97% [============================================================ ] 3061/3142 97% [============================================================ ] 3062/3142 97% [============================================================ ] 3063/3142 97% [============================================================ ] 3064/3142 97% [============================================================ ] 3065/3142 97% [============================================================ ] 3066/3142 97% [============================================================ ] 3067/3142 97% [============================================================ ] 3068/3142 97% [============================================================ ] 3069/3142 97% [============================================================ ] 3070/3142 97% [============================================================ ] 3071/3142 97% [============================================================ ] 3072/3142 97% [============================================================ ] 3073/3142 97% [============================================================ ] 3074/3142 97% [============================================================ ] 3075/3142 97% [============================================================ ] 3076/3142 97% [============================================================ ] 3077/3142 97% [============================================================ ] 3078/3142 97% [============================================================ ] 3079/3142 97% [============================================================ ] 3080/3142 98% [============================================================ ] 3081/3142 98% [============================================================ ] 3082/3142 98% [============================================================ ] 3083/3142 98% [============================================================ ] 3084/3142 98% [============================================================ ] 3085/3142 98% [============================================================ ] 3086/3142 98% [============================================================ ] 3087/3142 98% [============================================================ ] 3088/3142 98% [============================================================ ] 3089/3142 98% [============================================================ ] 3090/3142 98% [============================================================ ] 3091/3142 98% [============================================================= ] 3092/3142 98% [============================================================= ] 3093/3142 98% [============================================================= ] 3094/3142 98% [============================================================= ] 3095/3142 98% [============================================================= ] 3096/3142 98% [============================================================= ] 3097/3142 98% [============================================================= ] 3098/3142 98% [============================================================= ] 3099/3142 98% [============================================================= ] 3100/3142 98% [============================================================= ] 3101/3142 98% [============================================================= ] 3102/3142 98% [============================================================= ] 3103/3142 98% [============================================================= ] 3104/3142 98% [============================================================= ] 3105/3142 98% [============================================================= ] 3106/3142 98% [============================================================= ] 3107/3142 98% [============================================================= ] 3108/3142 98% [============================================================= ] 3109/3142 98% [============================================================= ] 3110/3142 98% [============================================================= ] 3111/3142 99% [============================================================= ] 3112/3142 99% [============================================================= ] 3113/3142 99% [============================================================= ] 3114/3142 99% [============================================================= ] 3115/3142 99% [============================================================= ] 3116/3142 99% [============================================================= ] 3117/3142 99% [============================================================= ] 3118/3142 99% [============================================================= ] 3119/3142 99% [============================================================= ] 3120/3142 99% [============================================================= ] 3121/3142 99% [============================================================= ] 3122/3142 99% [============================================================= ] 3123/3142 99% [============================================================= ] 3124/3142 99% [============================================================= ] 3125/3142 99% [============================================================= ] 3126/3142 99% [============================================================= ] 3127/3142 99% [============================================================= ] 3128/3142 99% [============================================================= ] 3129/3142 99% [============================================================= ] 3130/3142 99% [============================================================= ] 3131/3142 99% [============================================================= ] 3132/3142 99% [============================================================= ] 3133/3142 99% [============================================================= ] 3134/3142 99% [============================================================= ] 3135/3142 99% [============================================================= ] 3136/3142 99% [============================================================= ] 3137/3142 99% [============================================================= ] 3138/3142 99% [============================================================= ] 3139/3142 99% [============================================================= ] 3140/3142 99% [============================================================= ] 3141/3142 99% [==============================================================] 3142/3142 100% operation complete, 3142 objects in 66530 NAND pages. ln -snf /tmp/instance-3/output-1/host/mips-buildroot-linux-gnu/sysroot /tmp/instance-3/output-1/staging make: Leaving directory '/tmp/instance-3/buildroot' make: Entering directory '/tmp/instance-3/buildroot' >>> Buildroot 2022.11-696-g2f0a2a43bb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca 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.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.1 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-systemd Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-bootgen xilinx_v2022.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> systemd 250.8 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 11801e931f252252a16eac8299465510d0a82c36bfd9ac8aea9b202b76d2f82b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-jinja2 3.1.2 Collecting legal info LICENSE.rst: OK (sha256: 3b49dcee4105eb37bac10faf1be260408fe85d252b8e9df2e0979fc1e094437b) >>> host-python-markupsafe 2.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> util-linux-libs 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dhrystone 2 Collecting legal info >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> 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) >>> ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> udev Collecting legal info >>> fftw-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gnutls 3.7.8 Collecting legal info doc/COPYING.LESSER: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) doc/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ibm-sw-tpm2 1661 Collecting legal info LICENSE: OK (sha256: dd2d31b560011ea673e197251e710e52669d911367d83cd3cfd018f8ed58bde9) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> irssi 1.4.2 Collecting legal info COPYING: OK (sha256: a1a27cb2ecee8d5378fbb3562f577104a445d6d66fee89286e16758305e63e2b) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jitterentropy-library 3.4.1 Collecting legal info LICENSE: OK (sha256: 7a89069066f6c0b8767d3256e5ec5d765b2c7f3354a5a06fc8d5bd7b8103d8a3) LICENSE.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) LICENSE.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> kexec 2.0.25 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libaacs 0.11.1 Collecting legal info COPYING: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libbsd 0.11.3 Collecting legal info COPYING: OK (sha256: ff2fdeeb0fe8bcb9045fe91d69e8312a5b477c54db48dffe34dd1c0d730c5864) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libksba 1.6.2 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> librsync 2.3.2 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libxmlrpc r3119 Collecting legal info doc/COPYING: OK (sha256: db7a6d3f187b218c3534010a83424c6bcdef88e6a0b6b1aa3a8762238bd642e6) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lxc 5.0.1 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> orc 0.4.33 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.33 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rabbitmq-c 0.11.0 Collecting legal info LICENSE-MIT: OK (sha256: 94a12c906acb31a66c2c8a6c1b6e46cab52bc5694c5ada2a06d86b05d3d3f422) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sysklogd 2.4.4 Collecting legal info LICENSE: OK (sha256: 7a71d7603a7c4456df441463e54da35acf151c1be0879246de63544f1f34f477) >>> host-systemd 250.8 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/BSD-2-Clause.txt: OK (sha256: e5a8645ad94aab24e312dd0c6be2aa54236eb9374480b1b14ea5c61598874fd5) LICENSES/BSD-3-Clause.txt: OK (sha256: 83bb6bd9ccd2cf5230cb1807ed16258289768dc4d9cb80069a814e04415a1275) LICENSES/CC0-1.0.txt: OK (sha256: a2010f343487d3f7618affe54f789f5487602331c0a8d03f49e9a7c547cf0499) LICENSES/LGPL-2.0-or-later.txt: OK (sha256: 61778e80a2fd85955b626b29aa2bcf06144c714277bded65633e4a81479d9fb3) LICENSES/Linux-syscall-note.txt: OK (sha256: 5bcef4fedbfc08776630e65d5d0d074dd31208037eddb167ca46a9ec4f737764) LICENSES/lookup3-public-domain.txt: OK (sha256: 790ac93fb2859097bdda4cf08b5a4feb5e479d0cb2c74f403248241bc3e7c216) LICENSES/MIT.txt: OK (sha256: b85dcd3e453d05982552c52b5fc9e0bdd6d23c6f8e844b984a88af32570b0cc0) LICENSES/murmurhash2-public-domain.txt: OK (sha256: 2a98749f6bec00dfaed86fa9c1edea871aaae4f11ee4d100b671aaf4ce353a73) LICENSES/OFL-1.1.txt: OK (sha256: 1a7adaa2c86cedfd6c7f5c0c7c72fd6d3e02cd0c9593f21fdb53c89bb2b130ec) LICENSES/README.md: OK (sha256: 11801e931f252252a16eac8299465510d0a82c36bfd9ac8aea9b202b76d2f82b) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tinycompress 1.2.8 Collecting legal info COPYING: OK (sha256: 912ea37a4435594a3b3c35f04efa4b5b7af2e68a05f5319c16c881711a31e4b7) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> trace-cmd 2.9.7 Collecting legal info COPYING: OK (sha256: b1d04b850c1c7471b0f0896f6c6f0fcfc9f07e2dd183a5f5826af269fe9e88fb) COPYING.LIB: OK (sha256: 70f297763149e72306919c924e164f83041d5e512868d4c8c1826c171b3e49f9) LICENSES/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> transmission 3.00 Collecting legal info COPYING: OK (sha256: 2b16da5bd02790d1e4d332cfd42b9dfd7d1b0ed3a16a75dc7e76b6ed239fdba9) >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdata 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2022f Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> uftp 5.0.1 Collecting legal info LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> w_scan 20170107 Collecting legal info COPYING: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> zlog 1.2.16 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) Legal info produced in /tmp/instance-3/output-1/legal-info make: Leaving directory '/tmp/instance-3/buildroot'