grep -qsE '^/bin/dash$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/instance-0/output-1/target/etc/shells rm -f /home/buildroot/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/instance-0/output-1/host/bin/glib-compile-schemas /home/buildroot/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. mkdir -p /home/buildroot/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/instance-0/output-1/target/etc/shells ln -sf dash /home/buildroot/instance-0/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/instance-0/output-1/target/etc/passwd rm -rf /home/buildroot/instance-0/output-1/target/usr/include /home/buildroot/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/instance-0/output-1/target/usr/lib/cmake /home/buildroot/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/instance-0/output-1/target/usr/lib/rpm /home/buildroot/instance-0/output-1/target/usr/doc find /home/buildroot/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/instance-0/output-1/target/lib/ /home/buildroot/instance-0/output-1/target/usr/lib/ /home/buildroot/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/instance-0/output-1/target/usr/man /home/buildroot/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/instance-0/output-1/target/usr/info /home/buildroot/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/instance-0/output-1/target/usr/doc /home/buildroot/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/instance-0/output-1/target/lib/debug /home/buildroot/instance-0/output-1/target/usr/lib/debug find /home/buildroot/instance-0/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-914-g848c86a7ce"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.11-git\"" \ ) > /home/buildroot/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=17 \ PER_PACKAGE_DIR=/home/buildroot/instance-0/output-1/per-package \ /home/buildroot/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs printf ' chrony -1 chrony -1 * /run/chrony - - Time daemon\n dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n news -1 news -1 * - - - Leafnode2 daemon\n\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/instance-0/output-1/images rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/instance-0/output-1/target/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/instance-0/buildroot/support/scripts/mkusers /home/buildroot/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/instance-0/output-1/host/bin/makedevs -d /home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/instance-0/output-1/host/bin:/home/buildroot/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2243 objects. stage 2: creating image '/home/buildroot/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/2243 0% [ ] 2/2243 0% [ ] 3/2243 0% [ ] 4/2243 0% [ ] 5/2243 0% [ ] 6/2243 0% [ ] 7/2243 0% [ ] 8/2243 0% [ ] 9/2243 0% [ ] 10/2243 0% [ ] 11/2243 0% [ ] 12/2243 0% [ ] 13/2243 0% [ ] 14/2243 0% [ ] 15/2243 0% [ ] 16/2243 0% [ ] 17/2243 0% [ ] 18/2243 0% [ ] 19/2243 0% [ ] 20/2243 0% [ ] 21/2243 0% [ ] 22/2243 0% [ ] 23/2243 1% [ ] 24/2243 1% [ ] 25/2243 1% [ ] 26/2243 1% [ ] 27/2243 1% [ ] 28/2243 1% [ ] 29/2243 1% [ ] 30/2243 1% [ ] 31/2243 1% [ ] 32/2243 1% [ ] 33/2243 1% [ ] 34/2243 1% [ ] 35/2243 1% [ ] 36/2243 1% [= ] 37/2243 1% [= ] 38/2243 1% [= ] 39/2243 1% [= ] 40/2243 1% [= ] 41/2243 1% [= ] 42/2243 1% [= ] 43/2243 1% [= ] 44/2243 1% [= ] 45/2243 2% [= ] 46/2243 2% [= ] 47/2243 2% [= ] 48/2243 2% [= ] 49/2243 2% [= ] 50/2243 2% [= ] 51/2243 2% [= ] 52/2243 2% [= ] 53/2243 2% [= ] 54/2243 2% [= ] 55/2243 2% [= ] 56/2243 2% [= ] 57/2243 2% [= ] 58/2243 2% [= ] 59/2243 2% [= ] 60/2243 2% [= ] 61/2243 2% [= ] 62/2243 2% [= ] 63/2243 2% [= ] 64/2243 2% [= ] 65/2243 2% [= ] 66/2243 2% [= ] 67/2243 2% [= ] 68/2243 3% [= ] 69/2243 3% [= ] 70/2243 3% [= ] 71/2243 3% [= ] 72/2243 3% [== ] 73/2243 3% [== ] 74/2243 3% [== ] 75/2243 3% [== ] 76/2243 3% [== ] 77/2243 3% [== ] 78/2243 3% [== ] 79/2243 3% [== ] 80/2243 3% [== ] 81/2243 3% [== ] 82/2243 3% [== ] 83/2243 3% [== ] 84/2243 3% [== ] 85/2243 3% [== ] 86/2243 3% [== ] 87/2243 3% [== ] 88/2243 3% [== ] 89/2243 3% [== ] 90/2243 4% [== ] 91/2243 4% [== ] 92/2243 4% [== ] 93/2243 4% [== ] 94/2243 4% [== ] 95/2243 4% [== ] 96/2243 4% [== ] 97/2243 4% [== ] 98/2243 4% [== ] 99/2243 4% [== ] 100/2243 4% [== ] 101/2243 4% [== ] 102/2243 4% [== ] 103/2243 4% [== ] 104/2243 4% [== ] 105/2243 4% [== ] 106/2243 4% [== ] 107/2243 4% [== ] 108/2243 4% [=== ] 109/2243 4% [=== ] 110/2243 4% [=== ] 111/2243 4% [=== ] 112/2243 4% [=== ] 113/2243 5% [=== ] 114/2243 5% [=== ] 115/2243 5% [=== ] 116/2243 5% [=== ] 117/2243 5% [=== ] 118/2243 5% [=== ] 119/2243 5% [=== ] 120/2243 5% [=== ] 121/2243 5% [=== ] 122/2243 5% [=== ] 123/2243 5% [=== ] 124/2243 5% [=== ] 125/2243 5% [=== ] 126/2243 5% [=== ] 127/2243 5% [=== ] 128/2243 5% [=== ] 129/2243 5% [=== ] 130/2243 5% [=== ] 131/2243 5% [=== ] 132/2243 5% [=== ] 133/2243 5% [=== ] 134/2243 5% [=== ] 135/2243 6% [=== ] 136/2243 6% [=== ] 137/2243 6% [=== ] 138/2243 6% [=== ] 139/2243 6% [=== ] 140/2243 6% [=== ] 141/2243 6% [=== ] 142/2243 6% [=== ] 143/2243 6% [=== ] 144/2243 6% [==== ] 145/2243 6% [==== ] 146/2243 6% [==== ] 147/2243 6% [==== ] 148/2243 6% [==== ] 149/2243 6% [==== ] 150/2243 6% [==== ] 151/2243 6% [==== ] 152/2243 6% [==== ] 153/2243 6% [==== ] 154/2243 6% [==== ] 155/2243 6% [==== ] 156/2243 6% [==== ] 157/2243 6% [==== ] 158/2243 7% [==== ] 159/2243 7% [==== ] 160/2243 7% [==== ] 161/2243 7% [==== ] 162/2243 7% [==== ] 163/2243 7% [==== ] 164/2243 7% [==== ] 165/2243 7% [==== ] 166/2243 7% [==== ] 167/2243 7% [==== ] 168/2243 7% [==== ] 169/2243 7% [==== ] 170/2243 7% [==== ] 171/2243 7% [==== ] 172/2243 7% [==== ] 173/2243 7% [==== ] 174/2243 7% [==== ] 175/2243 7% [==== ] 176/2243 7% [==== ] 177/2243 7% [==== ] 178/2243 7% [==== ] 179/2243 7% [==== ] 180/2243 8% [===== ] 181/2243 8% [===== ] 182/2243 8% [===== ] 183/2243 8% [===== ] 184/2243 8% [===== ] 185/2243 8% [===== ] 186/2243 8% [===== ] 187/2243 8% [===== ] 188/2243 8% [===== ] 189/2243 8% [===== ] 190/2243 8% [===== ] 191/2243 8% [===== ] 192/2243 8% [===== ] 193/2243 8% [===== ] 194/2243 8% [===== ] 195/2243 8% [===== ] 196/2243 8% [===== ] 197/2243 8% [===== ] 198/2243 8% [===== ] 199/2243 8% [===== ] 200/2243 8% [===== ] 201/2243 8% [===== ] 202/2243 9% [===== ] 203/2243 9% [===== ] 204/2243 9% [===== ] 205/2243 9% [===== ] 206/2243 9% [===== ] 207/2243 9% [===== ] 208/2243 9% [===== ] 209/2243 9% [===== ] 210/2243 9% [===== ] 211/2243 9% [===== ] 212/2243 9% [===== ] 213/2243 9% [===== ] 214/2243 9% [===== ] 215/2243 9% [===== ] 216/2243 9% [===== ] 217/2243 9% [====== ] 218/2243 9% [====== ] 219/2243 9% [====== ] 220/2243 9% [====== ] 221/2243 9% [====== ] 222/2243 9% [====== ] 223/2243 9% [====== ] 224/2243 9% [====== ] 225/2243 10% [====== ] 226/2243 10% [====== ] 227/2243 10% [====== ] 228/2243 10% [====== ] 229/2243 10% [====== ] 230/2243 10% [====== ] 231/2243 10% [====== ] 232/2243 10% [====== ] 233/2243 10% [====== ] 234/2243 10% [====== ] 235/2243 10% [====== ] 236/2243 10% [====== ] 237/2243 10% [====== ] 238/2243 10% [====== ] 239/2243 10% [====== ] 240/2243 10% [====== ] 241/2243 10% [====== ] 242/2243 10% [====== ] 243/2243 10% [====== ] 244/2243 10% [====== ] 245/2243 10% [====== ] 246/2243 10% [====== ] 247/2243 11% [====== ] 248/2243 11% [====== ] 249/2243 11% [====== ] 250/2243 11% [====== ] 251/2243 11% [====== ] 252/2243 11% [====== ] 253/2243 11% [======= ] 254/2243 11% [======= ] 255/2243 11% [======= ] 256/2243 11% [======= ] 257/2243 11% [======= ] 258/2243 11% [======= ] 259/2243 11% [======= ] 260/2243 11% [======= ] 261/2243 11% [======= ] 262/2243 11% [======= ] 263/2243 11% [======= ] 264/2243 11% [======= ] 265/2243 11% [======= ] 266/2243 11% [======= ] 267/2243 11% [======= ] 268/2243 11% [======= ] 269/2243 11% [======= ] 270/2243 12% [======= ] 271/2243 12% [======= ] 272/2243 12% [======= ] 273/2243 12% [======= ] 274/2243 12% [======= ] 275/2243 12% [======= ] 276/2243 12% [======= ] 277/2243 12% [======= ] 278/2243 12% [======= ] 279/2243 12% [======= ] 280/2243 12% [======= ] 281/2243 12% [======= ] 282/2243 12% [======= ] 283/2243 12% [======= ] 284/2243 12% [======= ] 285/2243 12% [======= ] 286/2243 12% [======= ] 287/2243 12% [======= ] 288/2243 12% [======= ] 289/2243 12% [======== ] 290/2243 12% [======== ] 291/2243 12% [======== ] 292/2243 13% [======== ] 293/2243 13% [======== ] 294/2243 13% [======== ] 295/2243 13% [======== ] 296/2243 13% [======== ] 297/2243 13% [======== ] 298/2243 13% [======== ] 299/2243 13% [======== ] 300/2243 13% [======== ] 301/2243 13% [======== ] 302/2243 13% [======== ] 303/2243 13% [======== ] 304/2243 13% [======== ] 305/2243 13% [======== ] 306/2243 13% [======== ] 307/2243 13% [======== ] 308/2243 13% [======== ] 309/2243 13% [======== ] 310/2243 13% [======== ] 311/2243 13% [======== ] 312/2243 13% [======== ] 313/2243 13% [======== ] 314/2243 13% [======== ] 315/2243 14% [======== ] 316/2243 14% [======== ] 317/2243 14% [======== ] 318/2243 14% [======== ] 319/2243 14% [======== ] 320/2243 14% [======== ] 321/2243 14% [======== ] 322/2243 14% [======== ] 323/2243 14% [======== ] 324/2243 14% [======== ] 325/2243 14% [========= ] 326/2243 14% [========= ] 327/2243 14% [========= ] 328/2243 14% [========= ] 329/2243 14% [========= ] 330/2243 14% [========= ] 331/2243 14% [========= ] 332/2243 14% [========= ] 333/2243 14% [========= ] 334/2243 14% [========= ] 335/2243 14% [========= ] 336/2243 14% [========= ] 337/2243 15% [========= ] 338/2243 15% [========= ] 339/2243 15% [========= ] 340/2243 15% [========= ] 341/2243 15% [========= ] 342/2243 15% [========= ] 343/2243 15% [========= ] 344/2243 15% [========= ] 345/2243 15% [========= ] 346/2243 15% [========= ] 347/2243 15% [========= ] 348/2243 15% [========= ] 349/2243 15% [========= ] 350/2243 15% [========= ] 351/2243 15% [========= ] 352/2243 15% [========= ] 353/2243 15% [========= ] 354/2243 15% [========= ] 355/2243 15% [========= ] 356/2243 15% [========= ] 357/2243 15% [========= ] 358/2243 15% [========= ] 359/2243 16% [========= ] 360/2243 16% [========= ] 361/2243 16% [========== ] 362/2243 16% [========== ] 363/2243 16% [========== ] 364/2243 16% [========== ] 365/2243 16% [========== ] 366/2243 16% [========== ] 367/2243 16% [========== ] 368/2243 16% [========== ] 369/2243 16% [========== ] 370/2243 16% [========== ] 371/2243 16% [========== ] 372/2243 16% [========== ] 373/2243 16% [========== ] 374/2243 16% [========== ] 375/2243 16% [========== ] 376/2243 16% [========== ] 377/2243 16% [========== ] 378/2243 16% [========== ] 379/2243 16% [========== ] 380/2243 16% [========== ] 381/2243 16% [========== ] 382/2243 17% [========== ] 383/2243 17% [========== ] 384/2243 17% [========== ] 385/2243 17% [========== ] 386/2243 17% [========== ] 387/2243 17% [========== ] 388/2243 17% [========== ] 389/2243 17% [========== ] 390/2243 17% [========== ] 391/2243 17% [========== ] 392/2243 17% [========== ] 393/2243 17% [========== ] 394/2243 17% [========== ] 395/2243 17% [========== ] 396/2243 17% [========== ] 397/2243 17% [=========== ] 398/2243 17% [=========== ] 399/2243 17% [=========== ] 400/2243 17% [=========== ] 401/2243 17% [=========== ] 402/2243 17% [=========== ] 403/2243 17% [=========== ] 404/2243 18% [=========== ] 405/2243 18% [=========== ] 406/2243 18% [=========== ] 407/2243 18% [=========== ] 408/2243 18% [=========== ] 409/2243 18% [=========== ] 410/2243 18% [=========== ] 411/2243 18% [=========== ] 412/2243 18% [=========== ] 413/2243 18% [=========== ] 414/2243 18% [=========== ] 415/2243 18% [=========== ] 416/2243 18% [=========== ] 417/2243 18% [=========== ] 418/2243 18% [=========== ] 419/2243 18% [=========== ] 420/2243 18% [=========== ] 421/2243 18% [=========== ] 422/2243 18% [=========== ] 423/2243 18% [=========== ] 424/2243 18% [=========== ] 425/2243 18% [=========== ] 426/2243 18% [=========== ] 427/2243 19% [=========== ] 428/2243 19% [=========== ] 429/2243 19% [=========== ] 430/2243 19% [=========== ] 431/2243 19% [=========== ] 432/2243 19% [=========== ] 433/2243 19% [=========== ] 434/2243 19% [============ ] 435/2243 19% [============ ] 436/2243 19% [============ ] 437/2243 19% [============ ] 438/2243 19% [============ ] 439/2243 19% [============ ] 440/2243 19% [============ ] 441/2243 19% [============ ] 442/2243 19% [============ ] 443/2243 19% [============ ] 444/2243 19% [============ ] 445/2243 19% [============ ] 446/2243 19% [============ ] 447/2243 19% [============ ] 448/2243 19% [============ ] 449/2243 20% [============ ] 450/2243 20% [============ ] 451/2243 20% [============ ] 452/2243 20% [============ ] 453/2243 20% [============ ] 454/2243 20% [============ ] 455/2243 20% [============ ] 456/2243 20% [============ ] 457/2243 20% [============ ] 458/2243 20% [============ ] 459/2243 20% [============ ] 460/2243 20% [============ ] 461/2243 20% [============ ] 462/2243 20% [============ ] 463/2243 20% [============ ] 464/2243 20% [============ ] 465/2243 20% [============ ] 466/2243 20% [============ ] 467/2243 20% [============ ] 468/2243 20% [============ ] 469/2243 20% [============ ] 470/2243 20% [============= ] 471/2243 20% [============= ] 472/2243 21% [============= ] 473/2243 21% [============= ] 474/2243 21% [============= ] 475/2243 21% [============= ] 476/2243 21% [============= ] 477/2243 21% [============= ] 478/2243 21% [============= ] 479/2243 21% [============= ] 480/2243 21% [============= ] 481/2243 21% [============= ] 482/2243 21% [============= ] 483/2243 21% [============= ] 484/2243 21% [============= ] 485/2243 21% [============= ] 486/2243 21% [============= ] 487/2243 21% [============= ] 488/2243 21% [============= ] 489/2243 21% [============= ] 490/2243 21% [============= ] 491/2243 21% [============= ] 492/2243 21% [============= ] 493/2243 21% [============= ] 494/2243 22% [============= ] 495/2243 22% [============= ] 496/2243 22% [============= ] 497/2243 22% [============= ] 498/2243 22% [============= ] 499/2243 22% [============= ] 500/2243 22% [============= ] 501/2243 22% [============= ] 502/2243 22% [============= ] 503/2243 22% [============= ] 504/2243 22% [============= ] 505/2243 22% [============= ] 506/2243 22% [============== ] 507/2243 22% [============== ] 508/2243 22% [============== ] 509/2243 22% [============== ] 510/2243 22% [============== ] 511/2243 22% [============== ] 512/2243 22% [============== ] 513/2243 22% [============== ] 514/2243 22% [============== ] 515/2243 22% [============== ] 516/2243 23% [============== ] 517/2243 23% [============== ] 518/2243 23% [============== ] 519/2243 23% [============== ] 520/2243 23% [============== ] 521/2243 23% [============== ] 522/2243 23% [============== ] 523/2243 23% [============== ] 524/2243 23% [============== ] 525/2243 23% [============== ] 526/2243 23% [============== ] 527/2243 23% [============== ] 528/2243 23% [============== ] 529/2243 23% [============== ] 530/2243 23% [============== ] 531/2243 23% [============== ] 532/2243 23% [============== ] 533/2243 23% [============== ] 534/2243 23% [============== ] 535/2243 23% [============== ] 536/2243 23% [============== ] 537/2243 23% [============== ] 538/2243 23% [============== ] 539/2243 24% [============== ] 540/2243 24% [============== ] 541/2243 24% [============== ] 542/2243 24% [=============== ] 543/2243 24% [=============== ] 544/2243 24% [=============== ] 545/2243 24% [=============== ] 546/2243 24% [=============== ] 547/2243 24% [=============== ] 548/2243 24% [=============== ] 549/2243 24% [=============== ] 550/2243 24% [=============== ] 551/2243 24% [=============== ] 552/2243 24% [=============== ] 553/2243 24% [=============== ] 554/2243 24% [=============== ] 555/2243 24% [=============== ] 556/2243 24% [=============== ] 557/2243 24% [=============== ] 558/2243 24% [=============== ] 559/2243 24% [=============== ] 560/2243 24% [=============== ] 561/2243 25% [=============== ] 562/2243 25% [=============== ] 563/2243 25% [=============== ] 564/2243 25% [=============== ] 565/2243 25% [=============== ] 566/2243 25% [=============== ] 567/2243 25% [=============== ] 568/2243 25% [=============== ] 569/2243 25% [=============== ] 570/2243 25% [=============== ] 571/2243 25% [=============== ] 572/2243 25% [=============== ] 573/2243 25% [=============== ] 574/2243 25% [=============== ] 575/2243 25% [=============== ] 576/2243 25% [=============== ] 577/2243 25% [=============== ] 578/2243 25% [================ ] 579/2243 25% [================ ] 580/2243 25% [================ ] 581/2243 25% [================ ] 582/2243 25% [================ ] 583/2243 25% [================ ] 584/2243 26% [================ ] 585/2243 26% [================ ] 586/2243 26% [================ ] 587/2243 26% [================ ] 588/2243 26% [================ ] 589/2243 26% [================ ] 590/2243 26% [================ ] 591/2243 26% [================ ] 592/2243 26% [================ ] 593/2243 26% [================ ] 594/2243 26% [================ ] 595/2243 26% [================ ] 596/2243 26% [================ ] 597/2243 26% [================ ] 598/2243 26% [================ ] 599/2243 26% [================ ] 600/2243 26% [================ ] 601/2243 26% [================ ] 602/2243 26% [================ ] 603/2243 26% [================ ] 604/2243 26% [================ ] 605/2243 26% [================ ] 606/2243 27% [================ ] 607/2243 27% [================ ] 608/2243 27% [================ ] 609/2243 27% [================ ] 610/2243 27% [================ ] 611/2243 27% [================ ] 612/2243 27% [================ ] 613/2243 27% [================ ] 614/2243 27% [================ ] 615/2243 27% [================= ] 616/2243 27% [================= ] 617/2243 27% [================= ] 618/2243 27% [================= ] 619/2243 27% [================= ] 620/2243 27% [================= ] 621/2243 27% [================= ] 622/2243 27% [================= ] 623/2243 27% [================= ] 624/2243 27% [================= ] 625/2243 27% [================= ] 626/2243 27% [================= ] 627/2243 27% [================= ] 628/2243 27% [================= ] 629/2243 28% [================= ] 630/2243 28% [================= ] 631/2243 28% [================= ] 632/2243 28% [================= ] 633/2243 28% [================= ] 634/2243 28% [================= ] 635/2243 28% [================= ] 636/2243 28% [================= ] 637/2243 28% [================= ] 638/2243 28% [================= ] 639/2243 28% [================= ] 640/2243 28% [================= ] 641/2243 28% [================= ] 642/2243 28% [================= ] 643/2243 28% [================= ] 644/2243 28% [================= ] 645/2243 28% [================= ] 646/2243 28% [================= ] 647/2243 28% [================= ] 648/2243 28% [================= ] 649/2243 28% [================= ] 650/2243 28% [================= ] 651/2243 29% [================== ] 652/2243 29% [================== ] 653/2243 29% [================== ] 654/2243 29% [================== ] 655/2243 29% [================== ] 656/2243 29% [================== ] 657/2243 29% [================== ] 658/2243 29% [================== ] 659/2243 29% [================== ] 660/2243 29% [================== ] 661/2243 29% [================== ] 662/2243 29% [================== ] 663/2243 29% [================== ] 664/2243 29% [================== ] 665/2243 29% [================== ] 666/2243 29% [================== ] 667/2243 29% [================== ] 668/2243 29% [================== ] 669/2243 29% [================== ] 670/2243 29% [================== ] 671/2243 29% [================== ] 672/2243 29% [================== ] 673/2243 30% [================== ] 674/2243 30% [================== ] 675/2243 30% [================== ] 676/2243 30% [================== ] 677/2243 30% [================== ] 678/2243 30% [================== ] 679/2243 30% [================== ] 680/2243 30% [================== ] 681/2243 30% [================== ] 682/2243 30% [================== ] 683/2243 30% [================== ] 684/2243 30% [================== ] 685/2243 30% [================== ] 686/2243 30% [================== ] 687/2243 30% [=================== ] 688/2243 30% [=================== ] 689/2243 30% [=================== ] 690/2243 30% [=================== ] 691/2243 30% [=================== ] 692/2243 30% [=================== ] 693/2243 30% [=================== ] 694/2243 30% [=================== ] 695/2243 30% [=================== ] 696/2243 31% [=================== ] 697/2243 31% [=================== ] 698/2243 31% [=================== ] 699/2243 31% [=================== ] 700/2243 31% [=================== ] 701/2243 31% [=================== ] 702/2243 31% [=================== ] 703/2243 31% [=================== ] 704/2243 31% [=================== ] 705/2243 31% [=================== ] 706/2243 31% [=================== ] 707/2243 31% [=================== ] 708/2243 31% [=================== ] 709/2243 31% [=================== ] 710/2243 31% [=================== ] 711/2243 31% [=================== ] 712/2243 31% [=================== ] 713/2243 31% [=================== ] 714/2243 31% [=================== ] 715/2243 31% [=================== ] 716/2243 31% [=================== ] 717/2243 31% [=================== ] 718/2243 32% [=================== ] 719/2243 32% [=================== ] 720/2243 32% [=================== ] 721/2243 32% [=================== ] 722/2243 32% [=================== ] 723/2243 32% [==================== ] 724/2243 32% [==================== ] 725/2243 32% [==================== ] 726/2243 32% [==================== ] 727/2243 32% [==================== ] 728/2243 32% [==================== ] 729/2243 32% [==================== ] 730/2243 32% [==================== ] 731/2243 32% [==================== ] 732/2243 32% [==================== ] 733/2243 32% [==================== ] 734/2243 32% [==================== ] 735/2243 32% [==================== ] 736/2243 32% [==================== ] 737/2243 32% [==================== ] 738/2243 32% [==================== ] 739/2243 32% [==================== ] 740/2243 32% [==================== ] 741/2243 33% [==================== ] 742/2243 33% [==================== ] 743/2243 33% [==================== ] 744/2243 33% [==================== ] 745/2243 33% [==================== ] 746/2243 33% [==================== ] 747/2243 33% [==================== ] 748/2243 33% [==================== ] 749/2243 33% [==================== ] 750/2243 33% [==================== ] 751/2243 33% [==================== ] 752/2243 33% [==================== ] 753/2243 33% [==================== ] 754/2243 33% [==================== ] 755/2243 33% [==================== ] 756/2243 33% [==================== ] 757/2243 33% [==================== ] 758/2243 33% [==================== ] 759/2243 33% [===================== ] 760/2243 33% [===================== ] 761/2243 33% [===================== ] 762/2243 33% [===================== ] 763/2243 34% [===================== ] 764/2243 34% [===================== ] 765/2243 34% [===================== ] 766/2243 34% [===================== ] 767/2243 34% [===================== ] 768/2243 34% [===================== ] 769/2243 34% [===================== ] 770/2243 34% [===================== ] 771/2243 34% [===================== ] 772/2243 34% [===================== ] 773/2243 34% [===================== ] 774/2243 34% [===================== ] 775/2243 34% [===================== ] 776/2243 34% [===================== ] 777/2243 34% [===================== ] 778/2243 34% [===================== ] 779/2243 34% [===================== ] 780/2243 34% [===================== ] 781/2243 34% [===================== ] 782/2243 34% [===================== ] 783/2243 34% [===================== ] 784/2243 34% [===================== ] 785/2243 34% [===================== ] 786/2243 35% [===================== ] 787/2243 35% [===================== ] 788/2243 35% [===================== ] 789/2243 35% [===================== ] 790/2243 35% [===================== ] 791/2243 35% [===================== ] 792/2243 35% [===================== ] 793/2243 35% [===================== ] 794/2243 35% [===================== ] 795/2243 35% [====================== ] 796/2243 35% [====================== ] 797/2243 35% [====================== ] 798/2243 35% [====================== ] 799/2243 35% [====================== ] 800/2243 35% [====================== ] 801/2243 35% [====================== ] 802/2243 35% [====================== ] 803/2243 35% [====================== ] 804/2243 35% [====================== ] 805/2243 35% [====================== ] 806/2243 35% [====================== ] 807/2243 35% [====================== ] 808/2243 36% [====================== ] 809/2243 36% [====================== ] 810/2243 36% [====================== ] 811/2243 36% [====================== ] 812/2243 36% [====================== ] 813/2243 36% [====================== ] 814/2243 36% [====================== ] 815/2243 36% [====================== ] 816/2243 36% [====================== ] 817/2243 36% [====================== ] 818/2243 36% [====================== ] 819/2243 36% [====================== ] 820/2243 36% [====================== ] 821/2243 36% [====================== ] 822/2243 36% [====================== ] 823/2243 36% [====================== ] 824/2243 36% [====================== ] 825/2243 36% [====================== ] 826/2243 36% [====================== ] 827/2243 36% [====================== ] 828/2243 36% [====================== ] 829/2243 36% [====================== ] 830/2243 37% [====================== ] 831/2243 37% [====================== ] 832/2243 37% [======================= ] 833/2243 37% [======================= ] 834/2243 37% [======================= ] 835/2243 37% [======================= ] 836/2243 37% [======================= ] 837/2243 37% [======================= ] 838/2243 37% [======================= ] 839/2243 37% [======================= ] 840/2243 37% [======================= ] 841/2243 37% [======================= ] 842/2243 37% [======================= ] 843/2243 37% [======================= ] 844/2243 37% [======================= ] 845/2243 37% [======================= ] 846/2243 37% [======================= ] 847/2243 37% [======================= ] 848/2243 37% [======================= ] 849/2243 37% [======================= ] 850/2243 37% [======================= ] 851/2243 37% [======================= ] 852/2243 37% [======================= ] 853/2243 38% [======================= ] 854/2243 38% [======================= ] 855/2243 38% [======================= ] 856/2243 38% [======================= ] 857/2243 38% [======================= ] 858/2243 38% [======================= ] 859/2243 38% [======================= ] 860/2243 38% [======================= ] 861/2243 38% [======================= ] 862/2243 38% [======================= ] 863/2243 38% [======================= ] 864/2243 38% [======================= ] 865/2243 38% [======================= ] 866/2243 38% [======================= ] 867/2243 38% [======================= ] 868/2243 38% [======================== ] 869/2243 38% [======================== ] 870/2243 38% [======================== ] 871/2243 38% [======================== ] 872/2243 38% [======================== ] 873/2243 38% [======================== ] 874/2243 38% [======================== ] 875/2243 39% [======================== ] 876/2243 39% [======================== ] 877/2243 39% [======================== ] 878/2243 39% [======================== ] 879/2243 39% [======================== ] 880/2243 39% [======================== ] 881/2243 39% [======================== ] 882/2243 39% [======================== ] 883/2243 39% [======================== ] 884/2243 39% [======================== ] 885/2243 39% [======================== ] 886/2243 39% [======================== ] 887/2243 39% [======================== ] 888/2243 39% [======================== ] 889/2243 39% [======================== ] 890/2243 39% [======================== ] 891/2243 39% [======================== ] 892/2243 39% [======================== ] 893/2243 39% [======================== ] 894/2243 39% [======================== ] 895/2243 39% [======================== ] 896/2243 39% [======================== ] 897/2243 39% [======================== ] 898/2243 40% [======================== ] 899/2243 40% [======================== ] 900/2243 40% [======================== ] 901/2243 40% [======================== ] 902/2243 40% [======================== ] 903/2243 40% [======================== ] 904/2243 40% [========================= ] 905/2243 40% [========================= ] 906/2243 40% [========================= ] 907/2243 40% [========================= ] 908/2243 40% [========================= ] 909/2243 40% [========================= ] 910/2243 40% [========================= ] 911/2243 40% [========================= ] 912/2243 40% [========================= ] 913/2243 40% [========================= ] 914/2243 40% [========================= ] 915/2243 40% [========================= ] 916/2243 40% [========================= ] 917/2243 40% [========================= ] 918/2243 40% [========================= ] 919/2243 40% [========================= ] 920/2243 41% [========================= ] 921/2243 41% [========================= ] 922/2243 41% [========================= ] 923/2243 41% [========================= ] 924/2243 41% [========================= ] 925/2243 41% [========================= ] 926/2243 41% [========================= ] 927/2243 41% [========================= ] 928/2243 41% [========================= ] 929/2243 41% [========================= ] 930/2243 41% [========================= ] 931/2243 41% [========================= ] 932/2243 41% [========================= ] 933/2243 41% [========================= ] 934/2243 41% [========================= ] 935/2243 41% [========================= ] 936/2243 41% [========================= ] 937/2243 41% [========================= ] 938/2243 41% [========================= ] 939/2243 41% [========================= ] 940/2243 41% [========================== ] 941/2243 41% [========================== ] 942/2243 41% [========================== ] 943/2243 42% [========================== ] 944/2243 42% [========================== ] 945/2243 42% [========================== ] 946/2243 42% [========================== ] 947/2243 42% [========================== ] 948/2243 42% [========================== ] 949/2243 42% [========================== ] 950/2243 42% [========================== ] 951/2243 42% [========================== ] 952/2243 42% [========================== ] 953/2243 42% [========================== ] 954/2243 42% [========================== ] 955/2243 42% [========================== ] 956/2243 42% [========================== ] 957/2243 42% [========================== ] 958/2243 42% [========================== ] 959/2243 42% [========================== ] 960/2243 42% [========================== ] 961/2243 42% [========================== ] 962/2243 42% [========================== ] 963/2243 42% [========================== ] 964/2243 42% [========================== ] 965/2243 43% [========================== ] 966/2243 43% [========================== ] 967/2243 43% [========================== ] 968/2243 43% [========================== ] 969/2243 43% [========================== ] 970/2243 43% [========================== ] 971/2243 43% [========================== ] 972/2243 43% [========================== ] 973/2243 43% [========================== ] 974/2243 43% [========================== ] 975/2243 43% [========================== ] 976/2243 43% [=========================== ] 977/2243 43% [=========================== ] 978/2243 43% [=========================== ] 979/2243 43% [=========================== ] 980/2243 43% [=========================== ] 981/2243 43% [=========================== ] 982/2243 43% [=========================== ] 983/2243 43% [=========================== ] 984/2243 43% [=========================== ] 985/2243 43% [=========================== ] 986/2243 43% [=========================== ] 987/2243 44% [=========================== ] 988/2243 44% [=========================== ] 989/2243 44% [=========================== ] 990/2243 44% [=========================== ] 991/2243 44% [=========================== ] 992/2243 44% [=========================== ] 993/2243 44% [=========================== ] 994/2243 44% [=========================== ] 995/2243 44% [=========================== ] 996/2243 44% [=========================== ] 997/2243 44% [=========================== ] 998/2243 44% [=========================== ] 999/2243 44% [=========================== ] 1000/2243 44% [=========================== ] 1001/2243 44% [=========================== ] 1002/2243 44% [=========================== ] 1003/2243 44% [=========================== ] 1004/2243 44% [=========================== ] 1005/2243 44% [=========================== ] 1006/2243 44% [=========================== ] 1007/2243 44% [=========================== ] 1008/2243 44% [=========================== ] 1009/2243 44% [=========================== ] 1010/2243 45% [=========================== ] 1011/2243 45% [=========================== ] 1012/2243 45% [============================ ] 1013/2243 45% [============================ ] 1014/2243 45% [============================ ] 1015/2243 45% [============================ ] 1016/2243 45% [============================ ] 1017/2243 45% [============================ ] 1018/2243 45% [============================ ] 1019/2243 45% [============================ ] 1020/2243 45% [============================ ] 1021/2243 45% [============================ ] 1022/2243 45% [============================ ] 1023/2243 45% [============================ ] 1024/2243 45% [============================ ] 1025/2243 45% [============================ ] 1026/2243 45% [============================ ] 1027/2243 45% [============================ ] 1028/2243 45% [============================ ] 1029/2243 45% [============================ ] 1030/2243 45% [============================ ] 1031/2243 45% [============================ ] 1032/2243 46% [============================ ] 1033/2243 46% [============================ ] 1034/2243 46% [============================ ] 1035/2243 46% [============================ ] 1036/2243 46% [============================ ] 1037/2243 46% [============================ ] 1038/2243 46% [============================ ] 1039/2243 46% [============================ ] 1040/2243 46% [============================ ] 1041/2243 46% [============================ ] 1042/2243 46% [============================ ] 1043/2243 46% [============================ ] 1044/2243 46% [============================ ] 1045/2243 46% [============================ ] 1046/2243 46% [============================ ] 1047/2243 46% [============================ ] 1048/2243 46% [============================ ] 1049/2243 46% [============================= ] 1050/2243 46% [============================= ] 1051/2243 46% [============================= ] 1052/2243 46% [============================= ] 1053/2243 46% [============================= ] 1054/2243 46% [============================= ] 1055/2243 47% [============================= ] 1056/2243 47% [============================= ] 1057/2243 47% [============================= ] 1058/2243 47% [============================= ] 1059/2243 47% [============================= ] 1060/2243 47% [============================= ] 1061/2243 47% [============================= ] 1062/2243 47% [============================= ] 1063/2243 47% [============================= ] 1064/2243 47% [============================= ] 1065/2243 47% [============================= ] 1066/2243 47% [============================= ] 1067/2243 47% [============================= ] 1068/2243 47% [============================= ] 1069/2243 47% [============================= ] 1070/2243 47% [============================= ] 1071/2243 47% [============================= ] 1072/2243 47% [============================= ] 1073/2243 47% [============================= ] 1074/2243 47% [============================= ] 1075/2243 47% [============================= ] 1076/2243 47% [============================= ] 1077/2243 48% [============================= ] 1078/2243 48% [============================= ] 1079/2243 48% [============================= ] 1080/2243 48% [============================= ] 1081/2243 48% [============================= ] 1082/2243 48% [============================= ] 1083/2243 48% [============================= ] 1084/2243 48% [============================= ] 1085/2243 48% [============================== ] 1086/2243 48% [============================== ] 1087/2243 48% [============================== ] 1088/2243 48% [============================== ] 1089/2243 48% [============================== ] 1090/2243 48% [============================== ] 1091/2243 48% [============================== ] 1092/2243 48% [============================== ] 1093/2243 48% [============================== ] 1094/2243 48% [============================== ] 1095/2243 48% [============================== ] 1096/2243 48% [============================== ] 1097/2243 48% [============================== ] 1098/2243 48% [============================== ] 1099/2243 48% [============================== ] 1100/2243 49% [============================== ] 1101/2243 49% [============================== ] 1102/2243 49% [============================== ] 1103/2243 49% [============================== ] 1104/2243 49% [============================== ] 1105/2243 49% [============================== ] 1106/2243 49% [============================== ] 1107/2243 49% [============================== ] 1108/2243 49% [============================== ] 1109/2243 49% [============================== ] 1110/2243 49% [============================== ] 1111/2243 49% [============================== ] 1112/2243 49% [============================== ] 1113/2243 49% [============================== ] 1114/2243 49% [============================== ] 1115/2243 49% [============================== ] 1116/2243 49% [============================== ] 1117/2243 49% [============================== ] 1118/2243 49% [============================== ] 1119/2243 49% [============================== ] 1120/2243 49% [============================== ] 1121/2243 49% [=============================== ] 1122/2243 50% [=============================== ] 1123/2243 50% [=============================== ] 1124/2243 50% [=============================== ] 1125/2243 50% [=============================== ] 1126/2243 50% [=============================== ] 1127/2243 50% [=============================== ] 1128/2243 50% [=============================== ] 1129/2243 50% [=============================== ] 1130/2243 50% [=============================== ] 1131/2243 50% [=============================== ] 1132/2243 50% [=============================== ] 1133/2243 50% [=============================== ] 1134/2243 50% [=============================== ] 1135/2243 50% [=============================== ] 1136/2243 50% [=============================== ] 1137/2243 50% [=============================== ] 1138/2243 50% [=============================== ] 1139/2243 50% [=============================== ] 1140/2243 50% [=============================== ] 1141/2243 50% [=============================== ] 1142/2243 50% [=============================== ] 1143/2243 50% [=============================== ] 1144/2243 51% [=============================== ] 1145/2243 51% [=============================== ] 1146/2243 51% [=============================== ] 1147/2243 51% [=============================== ] 1148/2243 51% [=============================== ] 1149/2243 51% [=============================== ] 1150/2243 51% [=============================== ] 1151/2243 51% [=============================== ] 1152/2243 51% [=============================== ] 1153/2243 51% [=============================== ] 1154/2243 51% [=============================== ] 1155/2243 51% [=============================== ] 1156/2243 51% [=============================== ] 1157/2243 51% [================================ ] 1158/2243 51% [================================ ] 1159/2243 51% [================================ ] 1160/2243 51% [================================ ] 1161/2243 51% [================================ ] 1162/2243 51% [================================ ] 1163/2243 51% [================================ ] 1164/2243 51% [================================ ] 1165/2243 51% [================================ ] 1166/2243 51% [================================ ] 1167/2243 52% [================================ ] 1168/2243 52% [================================ ] 1169/2243 52% [================================ ] 1170/2243 52% [================================ ] 1171/2243 52% [================================ ] 1172/2243 52% [================================ ] 1173/2243 52% [================================ ] 1174/2243 52% [================================ ] 1175/2243 52% [================================ ] 1176/2243 52% [================================ ] 1177/2243 52% [================================ ] 1178/2243 52% [================================ ] 1179/2243 52% [================================ ] 1180/2243 52% [================================ ] 1181/2243 52% [================================ ] 1182/2243 52% [================================ ] 1183/2243 52% [================================ ] 1184/2243 52% [================================ ] 1185/2243 52% [================================ ] 1186/2243 52% [================================ ] 1187/2243 52% [================================ ] 1188/2243 52% [================================ ] 1189/2243 53% [================================ ] 1190/2243 53% [================================ ] 1191/2243 53% [================================ ] 1192/2243 53% [================================ ] 1193/2243 53% [================================= ] 1194/2243 53% [================================= ] 1195/2243 53% [================================= ] 1196/2243 53% [================================= ] 1197/2243 53% [================================= ] 1198/2243 53% [================================= ] 1199/2243 53% [================================= ] 1200/2243 53% [================================= ] 1201/2243 53% [================================= ] 1202/2243 53% [================================= ] 1203/2243 53% [================================= ] 1204/2243 53% [================================= ] 1205/2243 53% [================================= ] 1206/2243 53% [================================= ] 1207/2243 53% [================================= ] 1208/2243 53% [================================= ] 1209/2243 53% [================================= ] 1210/2243 53% [================================= ] 1211/2243 53% [================================= ] 1212/2243 54% [================================= ] 1213/2243 54% [================================= ] 1214/2243 54% [================================= ] 1215/2243 54% [================================= ] 1216/2243 54% [================================= ] 1217/2243 54% [================================= ] 1218/2243 54% [================================= ] 1219/2243 54% [================================= ] 1220/2243 54% [================================= ] 1221/2243 54% [================================= ] 1222/2243 54% [================================= ] 1223/2243 54% [================================= ] 1224/2243 54% [================================= ] 1225/2243 54% [================================= ] 1226/2243 54% [================================= ] 1227/2243 54% [================================= ] 1228/2243 54% [================================= ] 1229/2243 54% [================================= ] 1230/2243 54% [================================== ] 1231/2243 54% [================================== ] 1232/2243 54% [================================== ] 1233/2243 54% [================================== ] 1234/2243 55% [================================== ] 1235/2243 55% [================================== ] 1236/2243 55% [================================== ] 1237/2243 55% [================================== ] 1238/2243 55% [================================== ] 1239/2243 55% [================================== ] 1240/2243 55% [================================== ] 1241/2243 55% [================================== ] 1242/2243 55% [================================== ] 1243/2243 55% [================================== ] 1244/2243 55% [================================== ] 1245/2243 55% [================================== ] 1246/2243 55% [================================== ] 1247/2243 55% [================================== ] 1248/2243 55% [================================== ] 1249/2243 55% [================================== ] 1250/2243 55% [================================== ] 1251/2243 55% [================================== ] 1252/2243 55% [================================== ] 1253/2243 55% [================================== ] 1254/2243 55% [================================== ] 1255/2243 55% [================================== ] 1256/2243 55% [================================== ] 1257/2243 56% [================================== ] 1258/2243 56% [================================== ] 1259/2243 56% [================================== ] 1260/2243 56% [================================== ] 1261/2243 56% [================================== ] 1262/2243 56% [================================== ] 1263/2243 56% [================================== ] 1264/2243 56% [================================== ] 1265/2243 56% [================================== ] 1266/2243 56% [=================================== ] 1267/2243 56% [=================================== ] 1268/2243 56% [=================================== ] 1269/2243 56% [=================================== ] 1270/2243 56% [=================================== ] 1271/2243 56% [=================================== ] 1272/2243 56% [=================================== ] 1273/2243 56% [=================================== ] 1274/2243 56% [=================================== ] 1275/2243 56% [=================================== ] 1276/2243 56% [=================================== ] 1277/2243 56% [=================================== ] 1278/2243 56% [=================================== ] 1279/2243 57% [=================================== ] 1280/2243 57% [=================================== ] 1281/2243 57% [=================================== ] 1282/2243 57% [=================================== ] 1283/2243 57% [=================================== ] 1284/2243 57% [=================================== ] 1285/2243 57% [=================================== ] 1286/2243 57% [=================================== ] 1287/2243 57% [=================================== ] 1288/2243 57% [=================================== ] 1289/2243 57% [=================================== ] 1290/2243 57% [=================================== ] 1291/2243 57% [=================================== ] 1292/2243 57% [=================================== ] 1293/2243 57% [=================================== ] 1294/2243 57% [=================================== ] 1295/2243 57% [=================================== ] 1296/2243 57% [=================================== ] 1297/2243 57% [=================================== ] 1298/2243 57% [=================================== ] 1299/2243 57% [=================================== ] 1300/2243 57% [=================================== ] 1301/2243 58% [=================================== ] 1302/2243 58% [==================================== ] 1303/2243 58% [==================================== ] 1304/2243 58% [==================================== ] 1305/2243 58% [==================================== ] 1306/2243 58% [==================================== ] 1307/2243 58% [==================================== ] 1308/2243 58% [==================================== ] 1309/2243 58% [==================================== ] 1310/2243 58% [==================================== ] 1311/2243 58% [==================================== ] 1312/2243 58% [==================================== ] 1313/2243 58% [==================================== ] 1314/2243 58% [==================================== ] 1315/2243 58% [==================================== ] 1316/2243 58% [==================================== ] 1317/2243 58% [==================================== ] 1318/2243 58% [==================================== ] 1319/2243 58% [==================================== ] 1320/2243 58% [==================================== ] 1321/2243 58% [==================================== ] 1322/2243 58% [==================================== ] 1323/2243 58% [==================================== ] 1324/2243 59% [==================================== ] 1325/2243 59% [==================================== ] 1326/2243 59% [==================================== ] 1327/2243 59% [==================================== ] 1328/2243 59% [==================================== ] 1329/2243 59% [==================================== ] 1330/2243 59% [==================================== ] 1331/2243 59% [==================================== ] 1332/2243 59% [==================================== ] 1333/2243 59% [==================================== ] 1334/2243 59% [==================================== ] 1335/2243 59% [==================================== ] 1336/2243 59% [==================================== ] 1337/2243 59% [==================================== ] 1338/2243 59% [===================================== ] 1339/2243 59% [===================================== ] 1340/2243 59% [===================================== ] 1341/2243 59% [===================================== ] 1342/2243 59% [===================================== ] 1343/2243 59% [===================================== ] 1344/2243 59% [===================================== ] 1345/2243 59% [===================================== ] 1346/2243 60% [===================================== ] 1347/2243 60% [===================================== ] 1348/2243 60% [===================================== ] 1349/2243 60% [===================================== ] 1350/2243 60% [===================================== ] 1351/2243 60% [===================================== ] 1352/2243 60% [===================================== ] 1353/2243 60% [===================================== ] 1354/2243 60% [===================================== ] 1355/2243 60% [===================================== ] 1356/2243 60% [===================================== ] 1357/2243 60% [===================================== ] 1358/2243 60% [===================================== ] 1359/2243 60% [===================================== ] 1360/2243 60% [===================================== ] 1361/2243 60% [===================================== ] 1362/2243 60% [===================================== ] 1363/2243 60% [===================================== ] 1364/2243 60% [===================================== ] 1365/2243 60% [===================================== ] 1366/2243 60% [===================================== ] 1367/2243 60% [===================================== ] 1368/2243 60% [===================================== ] 1369/2243 61% [===================================== ] 1370/2243 61% [===================================== ] 1371/2243 61% [===================================== ] 1372/2243 61% [===================================== ] 1373/2243 61% [===================================== ] 1374/2243 61% [====================================== ] 1375/2243 61% [====================================== ] 1376/2243 61% [====================================== ] 1377/2243 61% [====================================== ] 1378/2243 61% [====================================== ] 1379/2243 61% [====================================== ] 1380/2243 61% [====================================== ] 1381/2243 61% [====================================== ] 1382/2243 61% [====================================== ] 1383/2243 61% [====================================== ] 1384/2243 61% [====================================== ] 1385/2243 61% [====================================== ] 1386/2243 61% [====================================== ] 1387/2243 61% [====================================== ] 1388/2243 61% [====================================== ] 1389/2243 61% [====================================== ] 1390/2243 61% [====================================== ] 1391/2243 62% [====================================== ] 1392/2243 62% [====================================== ] 1393/2243 62% [====================================== ] 1394/2243 62% [====================================== ] 1395/2243 62% [====================================== ] 1396/2243 62% [====================================== ] 1397/2243 62% [====================================== ] 1398/2243 62% [====================================== ] 1399/2243 62% [====================================== ] 1400/2243 62% [====================================== ] 1401/2243 62% [====================================== ] 1402/2243 62% [====================================== ] 1403/2243 62% [====================================== ] 1404/2243 62% [====================================== ] 1405/2243 62% [====================================== ] 1406/2243 62% [====================================== ] 1407/2243 62% [====================================== ] 1408/2243 62% [====================================== ] 1409/2243 62% [====================================== ] 1410/2243 62% [======================================= ] 1411/2243 62% [======================================= ] 1412/2243 62% [======================================= ] 1413/2243 62% [======================================= ] 1414/2243 63% [======================================= ] 1415/2243 63% [======================================= ] 1416/2243 63% [======================================= ] 1417/2243 63% [======================================= ] 1418/2243 63% [======================================= ] 1419/2243 63% [======================================= ] 1420/2243 63% [======================================= ] 1421/2243 63% [======================================= ] 1422/2243 63% [======================================= ] 1423/2243 63% [======================================= ] 1424/2243 63% [======================================= ] 1425/2243 63% [======================================= ] 1426/2243 63% [======================================= ] 1427/2243 63% [======================================= ] 1428/2243 63% [======================================= ] 1429/2243 63% [======================================= ] 1430/2243 63% [======================================= ] 1431/2243 63% [======================================= ] 1432/2243 63% [======================================= ] 1433/2243 63% [======================================= ] 1434/2243 63% [======================================= ] 1435/2243 63% [======================================= ] 1436/2243 64% [======================================= ] 1437/2243 64% [======================================= ] 1438/2243 64% [======================================= ] 1439/2243 64% [======================================= ] 1440/2243 64% [======================================= ] 1441/2243 64% [======================================= ] 1442/2243 64% [======================================= ] 1443/2243 64% [======================================= ] 1444/2243 64% [======================================= ] 1445/2243 64% [======================================= ] 1446/2243 64% [======================================= ] 1447/2243 64% [======================================== ] 1448/2243 64% [======================================== ] 1449/2243 64% [======================================== ] 1450/2243 64% [======================================== ] 1451/2243 64% [======================================== ] 1452/2243 64% [======================================== ] 1453/2243 64% [======================================== ] 1454/2243 64% [======================================== ] 1455/2243 64% [======================================== ] 1456/2243 64% [======================================== ] 1457/2243 64% [======================================== ] 1458/2243 65% [======================================== ] 1459/2243 65% [======================================== ] 1460/2243 65% [======================================== ] 1461/2243 65% [======================================== ] 1462/2243 65% [======================================== ] 1463/2243 65% [======================================== ] 1464/2243 65% [======================================== ] 1465/2243 65% [======================================== ] 1466/2243 65% [======================================== ] 1467/2243 65% [======================================== ] 1468/2243 65% [======================================== ] 1469/2243 65% [======================================== ] 1470/2243 65% [======================================== ] 1471/2243 65% [======================================== ] 1472/2243 65% [======================================== ] 1473/2243 65% [======================================== ] 1474/2243 65% [======================================== ] 1475/2243 65% [======================================== ] 1476/2243 65% [======================================== ] 1477/2243 65% [======================================== ] 1478/2243 65% [======================================== ] 1479/2243 65% [======================================== ] 1480/2243 65% [======================================== ] 1481/2243 66% [======================================== ] 1482/2243 66% [======================================== ] 1483/2243 66% [========================================= ] 1484/2243 66% [========================================= ] 1485/2243 66% [========================================= ] 1486/2243 66% [========================================= ] 1487/2243 66% [========================================= ] 1488/2243 66% [========================================= ] 1489/2243 66% [========================================= ] 1490/2243 66% [========================================= ] 1491/2243 66% [========================================= ] 1492/2243 66% [========================================= ] 1493/2243 66% [========================================= ] 1494/2243 66% [========================================= ] 1495/2243 66% [========================================= ] 1496/2243 66% [========================================= ] 1497/2243 66% [========================================= ] 1498/2243 66% [========================================= ] 1499/2243 66% [========================================= ] 1500/2243 66% [========================================= ] 1501/2243 66% [========================================= ] 1502/2243 66% [========================================= ] 1503/2243 67% [========================================= ] 1504/2243 67% [========================================= ] 1505/2243 67% [========================================= ] 1506/2243 67% [========================================= ] 1507/2243 67% [========================================= ] 1508/2243 67% [========================================= ] 1509/2243 67% [========================================= ] 1510/2243 67% [========================================= ] 1511/2243 67% [========================================= ] 1512/2243 67% [========================================= ] 1513/2243 67% [========================================= ] 1514/2243 67% [========================================= ] 1515/2243 67% [========================================= ] 1516/2243 67% [========================================= ] 1517/2243 67% [========================================= ] 1518/2243 67% [========================================= ] 1519/2243 67% [========================================== ] 1520/2243 67% [========================================== ] 1521/2243 67% [========================================== ] 1522/2243 67% [========================================== ] 1523/2243 67% [========================================== ] 1524/2243 67% [========================================== ] 1525/2243 67% [========================================== ] 1526/2243 68% [========================================== ] 1527/2243 68% [========================================== ] 1528/2243 68% [========================================== ] 1529/2243 68% [========================================== ] 1530/2243 68% [========================================== ] 1531/2243 68% [========================================== ] 1532/2243 68% [========================================== ] 1533/2243 68% [========================================== ] 1534/2243 68% [========================================== ] 1535/2243 68% [========================================== ] 1536/2243 68% [========================================== ] 1537/2243 68% [========================================== ] 1538/2243 68% [========================================== ] 1539/2243 68% [========================================== ] 1540/2243 68% [========================================== ] 1541/2243 68% [========================================== ] 1542/2243 68% [========================================== ] 1543/2243 68% [========================================== ] 1544/2243 68% [========================================== ] 1545/2243 68% [========================================== ] 1546/2243 68% [========================================== ] 1547/2243 68% [========================================== ] 1548/2243 69% [========================================== ] 1549/2243 69% [========================================== ] 1550/2243 69% [========================================== ] 1551/2243 69% [========================================== ] 1552/2243 69% [========================================== ] 1553/2243 69% [========================================== ] 1554/2243 69% [========================================== ] 1555/2243 69% [=========================================== ] 1556/2243 69% [=========================================== ] 1557/2243 69% [=========================================== ] 1558/2243 69% [=========================================== ] 1559/2243 69% [=========================================== ] 1560/2243 69% [=========================================== ] 1561/2243 69% [=========================================== ] 1562/2243 69% [=========================================== ] 1563/2243 69% [=========================================== ] 1564/2243 69% [=========================================== ] 1565/2243 69% [=========================================== ] 1566/2243 69% [=========================================== ] 1567/2243 69% [=========================================== ] 1568/2243 69% [=========================================== ] 1569/2243 69% [=========================================== ] 1570/2243 69% [=========================================== ] 1571/2243 70% [=========================================== ] 1572/2243 70% [=========================================== ] 1573/2243 70% [=========================================== ] 1574/2243 70% [=========================================== ] 1575/2243 70% [=========================================== ] 1576/2243 70% [=========================================== ] 1577/2243 70% [=========================================== ] 1578/2243 70% [=========================================== ] 1579/2243 70% [=========================================== ] 1580/2243 70% [=========================================== ] 1581/2243 70% [=========================================== ] 1582/2243 70% [=========================================== ] 1583/2243 70% [=========================================== ] 1584/2243 70% [=========================================== ] 1585/2243 70% [=========================================== ] 1586/2243 70% [=========================================== ] 1587/2243 70% [=========================================== ] 1588/2243 70% [=========================================== ] 1589/2243 70% [=========================================== ] 1590/2243 70% [=========================================== ] 1591/2243 70% [============================================ ] 1592/2243 70% [============================================ ] 1593/2243 71% [============================================ ] 1594/2243 71% [============================================ ] 1595/2243 71% [============================================ ] 1596/2243 71% [============================================ ] 1597/2243 71% [============================================ ] 1598/2243 71% [============================================ ] 1599/2243 71% [============================================ ] 1600/2243 71% [============================================ ] 1601/2243 71% [============================================ ] 1602/2243 71% [============================================ ] 1603/2243 71% [============================================ ] 1604/2243 71% [============================================ ] 1605/2243 71% [============================================ ] 1606/2243 71% [============================================ ] 1607/2243 71% [============================================ ] 1608/2243 71% [============================================ ] 1609/2243 71% [============================================ ] 1610/2243 71% [============================================ ] 1611/2243 71% [============================================ ] 1612/2243 71% [============================================ ] 1613/2243 71% [============================================ ] 1614/2243 71% [============================================ ] 1615/2243 72% [============================================ ] 1616/2243 72% [============================================ ] 1617/2243 72% [============================================ ] 1618/2243 72% [============================================ ] 1619/2243 72% [============================================ ] 1620/2243 72% [============================================ ] 1621/2243 72% [============================================ ] 1622/2243 72% [============================================ ] 1623/2243 72% [============================================ ] 1624/2243 72% [============================================ ] 1625/2243 72% [============================================ ] 1626/2243 72% [============================================ ] 1627/2243 72% [============================================= ] 1628/2243 72% [============================================= ] 1629/2243 72% [============================================= ] 1630/2243 72% [============================================= ] 1631/2243 72% [============================================= ] 1632/2243 72% [============================================= ] 1633/2243 72% [============================================= ] 1634/2243 72% [============================================= ] 1635/2243 72% [============================================= ] 1636/2243 72% [============================================= ] 1637/2243 72% [============================================= ] 1638/2243 73% [============================================= ] 1639/2243 73% [============================================= ] 1640/2243 73% [============================================= ] 1641/2243 73% [============================================= ] 1642/2243 73% [============================================= ] 1643/2243 73% [============================================= ] 1644/2243 73% [============================================= ] 1645/2243 73% [============================================= ] 1646/2243 73% [============================================= ] 1647/2243 73% [============================================= ] 1648/2243 73% [============================================= ] 1649/2243 73% [============================================= ] 1650/2243 73% [============================================= ] 1651/2243 73% [============================================= ] 1652/2243 73% [============================================= ] 1653/2243 73% [============================================= ] 1654/2243 73% [============================================= ] 1655/2243 73% [============================================= ] 1656/2243 73% [============================================= ] 1657/2243 73% [============================================= ] 1658/2243 73% [============================================= ] 1659/2243 73% [============================================= ] 1660/2243 74% [============================================= ] 1661/2243 74% [============================================= ] 1662/2243 74% [============================================= ] 1663/2243 74% [============================================= ] 1664/2243 74% [============================================== ] 1665/2243 74% [============================================== ] 1666/2243 74% [============================================== ] 1667/2243 74% [============================================== ] 1668/2243 74% [============================================== ] 1669/2243 74% [============================================== ] 1670/2243 74% [============================================== ] 1671/2243 74% [============================================== ] 1672/2243 74% [============================================== ] 1673/2243 74% [============================================== ] 1674/2243 74% [============================================== ] 1675/2243 74% [============================================== ] 1676/2243 74% [============================================== ] 1677/2243 74% [============================================== ] 1678/2243 74% [============================================== ] 1679/2243 74% [============================================== ] 1680/2243 74% [============================================== ] 1681/2243 74% [============================================== ] 1682/2243 74% [============================================== ] 1683/2243 75% [============================================== ] 1684/2243 75% [============================================== ] 1685/2243 75% [============================================== ] 1686/2243 75% [============================================== ] 1687/2243 75% [============================================== ] 1688/2243 75% [============================================== ] 1689/2243 75% [============================================== ] 1690/2243 75% [============================================== ] 1691/2243 75% [============================================== ] 1692/2243 75% [============================================== ] 1693/2243 75% [============================================== ] 1694/2243 75% [============================================== ] 1695/2243 75% [============================================== ] 1696/2243 75% [============================================== ] 1697/2243 75% [============================================== ] 1698/2243 75% [============================================== ] 1699/2243 75% [============================================== ] 1700/2243 75% [=============================================== ] 1701/2243 75% [=============================================== ] 1702/2243 75% [=============================================== ] 1703/2243 75% [=============================================== ] 1704/2243 75% [=============================================== ] 1705/2243 76% [=============================================== ] 1706/2243 76% [=============================================== ] 1707/2243 76% [=============================================== ] 1708/2243 76% [=============================================== ] 1709/2243 76% [=============================================== ] 1710/2243 76% [=============================================== ] 1711/2243 76% [=============================================== ] 1712/2243 76% [=============================================== ] 1713/2243 76% [=============================================== ] 1714/2243 76% [=============================================== ] 1715/2243 76% [=============================================== ] 1716/2243 76% [=============================================== ] 1717/2243 76% [=============================================== ] 1718/2243 76% [=============================================== ] 1719/2243 76% [=============================================== ] 1720/2243 76% [=============================================== ] 1721/2243 76% [=============================================== ] 1722/2243 76% [=============================================== ] 1723/2243 76% [=============================================== ] 1724/2243 76% [=============================================== ] 1725/2243 76% [=============================================== ] 1726/2243 76% [=============================================== ] 1727/2243 76% [=============================================== ] 1728/2243 77% [=============================================== ] 1729/2243 77% [=============================================== ] 1730/2243 77% [=============================================== ] 1731/2243 77% [=============================================== ] 1732/2243 77% [=============================================== ] 1733/2243 77% [=============================================== ] 1734/2243 77% [=============================================== ] 1735/2243 77% [=============================================== ] 1736/2243 77% [================================================ ] 1737/2243 77% [================================================ ] 1738/2243 77% [================================================ ] 1739/2243 77% [================================================ ] 1740/2243 77% [================================================ ] 1741/2243 77% [================================================ ] 1742/2243 77% [================================================ ] 1743/2243 77% [================================================ ] 1744/2243 77% [================================================ ] 1745/2243 77% [================================================ ] 1746/2243 77% [================================================ ] 1747/2243 77% [================================================ ] 1748/2243 77% [================================================ ] 1749/2243 77% [================================================ ] 1750/2243 78% [================================================ ] 1751/2243 78% [================================================ ] 1752/2243 78% [================================================ ] 1753/2243 78% [================================================ ] 1754/2243 78% [================================================ ] 1755/2243 78% [================================================ ] 1756/2243 78% [================================================ ] 1757/2243 78% [================================================ ] 1758/2243 78% [================================================ ] 1759/2243 78% [================================================ ] 1760/2243 78% [================================================ ] 1761/2243 78% [================================================ ] 1762/2243 78% [================================================ ] 1763/2243 78% [================================================ ] 1764/2243 78% [================================================ ] 1765/2243 78% [================================================ ] 1766/2243 78% [================================================ ] 1767/2243 78% [================================================ ] 1768/2243 78% [================================================ ] 1769/2243 78% [================================================ ] 1770/2243 78% [================================================ ] 1771/2243 78% [================================================ ] 1772/2243 79% [================================================= ] 1773/2243 79% [================================================= ] 1774/2243 79% [================================================= ] 1775/2243 79% [================================================= ] 1776/2243 79% [================================================= ] 1777/2243 79% [================================================= ] 1778/2243 79% [================================================= ] 1779/2243 79% [================================================= ] 1780/2243 79% [================================================= ] 1781/2243 79% [================================================= ] 1782/2243 79% [================================================= ] 1783/2243 79% [================================================= ] 1784/2243 79% [================================================= ] 1785/2243 79% [================================================= ] 1786/2243 79% [================================================= ] 1787/2243 79% [================================================= ] 1788/2243 79% [================================================= ] 1789/2243 79% [================================================= ] 1790/2243 79% [================================================= ] 1791/2243 79% [================================================= ] 1792/2243 79% [================================================= ] 1793/2243 79% [================================================= ] 1794/2243 79% [================================================= ] 1795/2243 80% [================================================= ] 1796/2243 80% [================================================= ] 1797/2243 80% [================================================= ] 1798/2243 80% [================================================= ] 1799/2243 80% [================================================= ] 1800/2243 80% [================================================= ] 1801/2243 80% [================================================= ] 1802/2243 80% [================================================= ] 1803/2243 80% [================================================= ] 1804/2243 80% [================================================= ] 1805/2243 80% [================================================= ] 1806/2243 80% [================================================= ] 1807/2243 80% [================================================= ] 1808/2243 80% [================================================== ] 1809/2243 80% [================================================== ] 1810/2243 80% [================================================== ] 1811/2243 80% [================================================== ] 1812/2243 80% [================================================== ] 1813/2243 80% [================================================== ] 1814/2243 80% [================================================== ] 1815/2243 80% [================================================== ] 1816/2243 80% [================================================== ] 1817/2243 81% [================================================== ] 1818/2243 81% [================================================== ] 1819/2243 81% [================================================== ] 1820/2243 81% [================================================== ] 1821/2243 81% [================================================== ] 1822/2243 81% [================================================== ] 1823/2243 81% [================================================== ] 1824/2243 81% [================================================== ] 1825/2243 81% [================================================== ] 1826/2243 81% [================================================== ] 1827/2243 81% [================================================== ] 1828/2243 81% [================================================== ] 1829/2243 81% [================================================== ] 1830/2243 81% [================================================== ] 1831/2243 81% [================================================== ] 1832/2243 81% [================================================== ] 1833/2243 81% [================================================== ] 1834/2243 81% [================================================== ] 1835/2243 81% [================================================== ] 1836/2243 81% [================================================== ] 1837/2243 81% [================================================== ] 1838/2243 81% [================================================== ] 1839/2243 81% [================================================== ] 1840/2243 82% [================================================== ] 1841/2243 82% [================================================== ] 1842/2243 82% [================================================== ] 1843/2243 82% [================================================== ] 1844/2243 82% [================================================== ] 1845/2243 82% [=================================================== ] 1846/2243 82% [=================================================== ] 1847/2243 82% [=================================================== ] 1848/2243 82% [=================================================== ] 1849/2243 82% [=================================================== ] 1850/2243 82% [=================================================== ] 1851/2243 82% [=================================================== ] 1852/2243 82% [=================================================== ] 1853/2243 82% [=================================================== ] 1854/2243 82% [=================================================== ] 1855/2243 82% [=================================================== ] 1856/2243 82% [=================================================== ] 1857/2243 82% [=================================================== ] 1858/2243 82% [=================================================== ] 1859/2243 82% [=================================================== ] 1860/2243 82% [=================================================== ] 1861/2243 82% [=================================================== ] 1862/2243 83% [=================================================== ] 1863/2243 83% [=================================================== ] 1864/2243 83% [=================================================== ] 1865/2243 83% [=================================================== ] 1866/2243 83% [=================================================== ] 1867/2243 83% [=================================================== ] 1868/2243 83% [=================================================== ] 1869/2243 83% [=================================================== ] 1870/2243 83% [=================================================== ] 1871/2243 83% [=================================================== ] 1872/2243 83% [=================================================== ] 1873/2243 83% [=================================================== ] 1874/2243 83% [=================================================== ] 1875/2243 83% [=================================================== ] 1876/2243 83% [=================================================== ] 1877/2243 83% [=================================================== ] 1878/2243 83% [=================================================== ] 1879/2243 83% [=================================================== ] 1880/2243 83% [=================================================== ] 1881/2243 83% [==================================================== ] 1882/2243 83% [==================================================== ] 1883/2243 83% [==================================================== ] 1884/2243 83% [==================================================== ] 1885/2243 84% [==================================================== ] 1886/2243 84% [==================================================== ] 1887/2243 84% [==================================================== ] 1888/2243 84% [==================================================== ] 1889/2243 84% [==================================================== ] 1890/2243 84% [==================================================== ] 1891/2243 84% [==================================================== ] 1892/2243 84% [==================================================== ] 1893/2243 84% [==================================================== ] 1894/2243 84% [==================================================== ] 1895/2243 84% [==================================================== ] 1896/2243 84% [==================================================== ] 1897/2243 84% [==================================================== ] 1898/2243 84% [==================================================== ] 1899/2243 84% [==================================================== ] 1900/2243 84% [==================================================== ] 1901/2243 84% [==================================================== ] 1902/2243 84% [==================================================== ] 1903/2243 84% [==================================================== ] 1904/2243 84% [==================================================== ] 1905/2243 84% [==================================================== ] 1906/2243 84% [==================================================== ] 1907/2243 85% [==================================================== ] 1908/2243 85% [==================================================== ] 1909/2243 85% [==================================================== ] 1910/2243 85% [==================================================== ] 1911/2243 85% [==================================================== ] 1912/2243 85% [==================================================== ] 1913/2243 85% [==================================================== ] 1914/2243 85% [==================================================== ] 1915/2243 85% [==================================================== ] 1916/2243 85% [==================================================== ] 1917/2243 85% [===================================================== ] 1918/2243 85% [===================================================== ] 1919/2243 85% [===================================================== ] 1920/2243 85% [===================================================== ] 1921/2243 85% [===================================================== ] 1922/2243 85% [===================================================== ] 1923/2243 85% [===================================================== ] 1924/2243 85% [===================================================== ] 1925/2243 85% [===================================================== ] 1926/2243 85% [===================================================== ] 1927/2243 85% [===================================================== ] 1928/2243 85% [===================================================== ] 1929/2243 86% [===================================================== ] 1930/2243 86% [===================================================== ] 1931/2243 86% [===================================================== ] 1932/2243 86% [===================================================== ] 1933/2243 86% [===================================================== ] 1934/2243 86% [===================================================== ] 1935/2243 86% [===================================================== ] 1936/2243 86% [===================================================== ] 1937/2243 86% [===================================================== ] 1938/2243 86% [===================================================== ] 1939/2243 86% [===================================================== ] 1940/2243 86% [===================================================== ] 1941/2243 86% [===================================================== ] 1942/2243 86% [===================================================== ] 1943/2243 86% [===================================================== ] 1944/2243 86% [===================================================== ] 1945/2243 86% [===================================================== ] 1946/2243 86% [===================================================== ] 1947/2243 86% [===================================================== ] 1948/2243 86% [===================================================== ] 1949/2243 86% [===================================================== ] 1950/2243 86% [===================================================== ] 1951/2243 86% [===================================================== ] 1952/2243 87% [===================================================== ] 1953/2243 87% [====================================================== ] 1954/2243 87% [====================================================== ] 1955/2243 87% [====================================================== ] 1956/2243 87% [====================================================== ] 1957/2243 87% [====================================================== ] 1958/2243 87% [====================================================== ] 1959/2243 87% [====================================================== ] 1960/2243 87% [====================================================== ] 1961/2243 87% [====================================================== ] 1962/2243 87% [====================================================== ] 1963/2243 87% [====================================================== ] 1964/2243 87% [====================================================== ] 1965/2243 87% [====================================================== ] 1966/2243 87% [====================================================== ] 1967/2243 87% [====================================================== ] 1968/2243 87% [====================================================== ] 1969/2243 87% [====================================================== ] 1970/2243 87% [====================================================== ] 1971/2243 87% [====================================================== ] 1972/2243 87% [====================================================== ] 1973/2243 87% [====================================================== ] 1974/2243 88% [====================================================== ] 1975/2243 88% [====================================================== ] 1976/2243 88% [====================================================== ] 1977/2243 88% [====================================================== ] 1978/2243 88% [====================================================== ] 1979/2243 88% [====================================================== ] 1980/2243 88% [====================================================== ] 1981/2243 88% [====================================================== ] 1982/2243 88% [====================================================== ] 1983/2243 88% [====================================================== ] 1984/2243 88% [====================================================== ] 1985/2243 88% [====================================================== ] 1986/2243 88% [====================================================== ] 1987/2243 88% [====================================================== ] 1988/2243 88% [====================================================== ] 1989/2243 88% [======================================================= ] 1990/2243 88% [======================================================= ] 1991/2243 88% [======================================================= ] 1992/2243 88% [======================================================= ] 1993/2243 88% [======================================================= ] 1994/2243 88% [======================================================= ] 1995/2243 88% [======================================================= ] 1996/2243 88% [======================================================= ] 1997/2243 89% [======================================================= ] 1998/2243 89% [======================================================= ] 1999/2243 89% [======================================================= ] 2000/2243 89% [======================================================= ] 2001/2243 89% [======================================================= ] 2002/2243 89% [======================================================= ] 2003/2243 89% [======================================================= ] 2004/2243 89% [======================================================= ] 2005/2243 89% [======================================================= ] 2006/2243 89% [======================================================= ] 2007/2243 89% [======================================================= ] 2008/2243 89% [======================================================= ] 2009/2243 89% [======================================================= ] 2010/2243 89% [======================================================= ] 2011/2243 89% [======================================================= ] 2012/2243 89% [======================================================= ] 2013/2243 89% [======================================================= ] 2014/2243 89% [======================================================= ] 2015/2243 89% [======================================================= ] 2016/2243 89% [======================================================= ] 2017/2243 89% [======================================================= ] 2018/2243 89% [======================================================= ] 2019/2243 90% [======================================================= ] 2020/2243 90% [======================================================= ] 2021/2243 90% [======================================================= ] 2022/2243 90% [======================================================= ] 2023/2243 90% [======================================================= ] 2024/2243 90% [======================================================= ] 2025/2243 90% [======================================================== ] 2026/2243 90% [======================================================== ] 2027/2243 90% [======================================================== ] 2028/2243 90% [======================================================== ] 2029/2243 90% [======================================================== ] 2030/2243 90% [======================================================== ] 2031/2243 90% [======================================================== ] 2032/2243 90% [======================================================== ] 2033/2243 90% [======================================================== ] 2034/2243 90% [======================================================== ] 2035/2243 90% [======================================================== ] 2036/2243 90% [======================================================== ] 2037/2243 90% [======================================================== ] 2038/2243 90% [======================================================== ] 2039/2243 90% [======================================================== ] 2040/2243 90% [======================================================== ] 2041/2243 90% [======================================================== ] 2042/2243 91% [======================================================== ] 2043/2243 91% [======================================================== ] 2044/2243 91% [======================================================== ] 2045/2243 91% [======================================================== ] 2046/2243 91% [======================================================== ] 2047/2243 91% [======================================================== ] 2048/2243 91% [======================================================== ] 2049/2243 91% [======================================================== ] 2050/2243 91% [======================================================== ] 2051/2243 91% [======================================================== ] 2052/2243 91% [======================================================== ] 2053/2243 91% [======================================================== ] 2054/2243 91% [======================================================== ] 2055/2243 91% [======================================================== ] 2056/2243 91% [======================================================== ] 2057/2243 91% [======================================================== ] 2058/2243 91% [======================================================== ] 2059/2243 91% [======================================================== ] 2060/2243 91% [======================================================== ] 2061/2243 91% [======================================================== ] 2062/2243 91% [========================================================= ] 2063/2243 91% [========================================================= ] 2064/2243 92% [========================================================= ] 2065/2243 92% [========================================================= ] 2066/2243 92% [========================================================= ] 2067/2243 92% [========================================================= ] 2068/2243 92% [========================================================= ] 2069/2243 92% [========================================================= ] 2070/2243 92% [========================================================= ] 2071/2243 92% [========================================================= ] 2072/2243 92% [========================================================= ] 2073/2243 92% [========================================================= ] 2074/2243 92% [========================================================= ] 2075/2243 92% [========================================================= ] 2076/2243 92% [========================================================= ] 2077/2243 92% [========================================================= ] 2078/2243 92% [========================================================= ] 2079/2243 92% [========================================================= ] 2080/2243 92% [========================================================= ] 2081/2243 92% [========================================================= ] 2082/2243 92% [========================================================= ] 2083/2243 92% [========================================================= ] 2084/2243 92% [========================================================= ] 2085/2243 92% [========================================================= ] 2086/2243 93% [========================================================= ] 2087/2243 93% [========================================================= ] 2088/2243 93% [========================================================= ] 2089/2243 93% [========================================================= ] 2090/2243 93% [========================================================= ] 2091/2243 93% [========================================================= ] 2092/2243 93% [========================================================= ] 2093/2243 93% [========================================================= ] 2094/2243 93% [========================================================= ] 2095/2243 93% [========================================================= ] 2096/2243 93% [========================================================= ] 2097/2243 93% [========================================================= ] 2098/2243 93% [========================================================== ] 2099/2243 93% [========================================================== ] 2100/2243 93% [========================================================== ] 2101/2243 93% [========================================================== ] 2102/2243 93% [========================================================== ] 2103/2243 93% [========================================================== ] 2104/2243 93% [========================================================== ] 2105/2243 93% [========================================================== ] 2106/2243 93% [========================================================== ] 2107/2243 93% [========================================================== ] 2108/2243 93% [========================================================== ] 2109/2243 94% [========================================================== ] 2110/2243 94% [========================================================== ] 2111/2243 94% [========================================================== ] 2112/2243 94% [========================================================== ] 2113/2243 94% [========================================================== ] 2114/2243 94% [========================================================== ] 2115/2243 94% [========================================================== ] 2116/2243 94% [========================================================== ] 2117/2243 94% [========================================================== ] 2118/2243 94% [========================================================== ] 2119/2243 94% [========================================================== ] 2120/2243 94% [========================================================== ] 2121/2243 94% [========================================================== ] 2122/2243 94% [========================================================== ] 2123/2243 94% [========================================================== ] 2124/2243 94% [========================================================== ] 2125/2243 94% [========================================================== ] 2126/2243 94% [========================================================== ] 2127/2243 94% [========================================================== ] 2128/2243 94% [========================================================== ] 2129/2243 94% [========================================================== ] 2130/2243 94% [========================================================== ] 2131/2243 95% [========================================================== ] 2132/2243 95% [========================================================== ] 2133/2243 95% [========================================================== ] 2134/2243 95% [=========================================================== ] 2135/2243 95% [=========================================================== ] 2136/2243 95% [=========================================================== ] 2137/2243 95% [=========================================================== ] 2138/2243 95% [=========================================================== ] 2139/2243 95% [=========================================================== ] 2140/2243 95% [=========================================================== ] 2141/2243 95% [=========================================================== ] 2142/2243 95% [=========================================================== ] 2143/2243 95% [=========================================================== ] 2144/2243 95% [=========================================================== ] 2145/2243 95% [=========================================================== ] 2146/2243 95% [=========================================================== ] 2147/2243 95% [=========================================================== ] 2148/2243 95% [=========================================================== ] 2149/2243 95% [=========================================================== ] 2150/2243 95% [=========================================================== ] 2151/2243 95% [=========================================================== ] 2152/2243 95% [=========================================================== ] 2153/2243 95% [=========================================================== ] 2154/2243 96% [=========================================================== ] 2155/2243 96% [=========================================================== ] 2156/2243 96% [=========================================================== ] 2157/2243 96% [=========================================================== ] 2158/2243 96% [=========================================================== ] 2159/2243 96% [=========================================================== ] 2160/2243 96% [=========================================================== ] 2161/2243 96% [=========================================================== ] 2162/2243 96% [=========================================================== ] 2163/2243 96% [=========================================================== ] 2164/2243 96% [=========================================================== ] 2165/2243 96% [=========================================================== ] 2166/2243 96% [=========================================================== ] 2167/2243 96% [=========================================================== ] 2168/2243 96% [=========================================================== ] 2169/2243 96% [=========================================================== ] 2170/2243 96% [============================================================ ] 2171/2243 96% [============================================================ ] 2172/2243 96% [============================================================ ] 2173/2243 96% [============================================================ ] 2174/2243 96% [============================================================ ] 2175/2243 96% [============================================================ ] 2176/2243 97% [============================================================ ] 2177/2243 97% [============================================================ ] 2178/2243 97% [============================================================ ] 2179/2243 97% [============================================================ ] 2180/2243 97% [============================================================ ] 2181/2243 97% [============================================================ ] 2182/2243 97% [============================================================ ] 2183/2243 97% [============================================================ ] 2184/2243 97% [============================================================ ] 2185/2243 97% [============================================================ ] 2186/2243 97% [============================================================ ] 2187/2243 97% [============================================================ ] 2188/2243 97% [============================================================ ] 2189/2243 97% [============================================================ ] 2190/2243 97% [============================================================ ] 2191/2243 97% [============================================================ ] 2192/2243 97% [============================================================ ] 2193/2243 97% [============================================================ ] 2194/2243 97% [============================================================ ] 2195/2243 97% [============================================================ ] 2196/2243 97% [============================================================ ] 2197/2243 97% [============================================================ ] 2198/2243 97% [============================================================ ] 2199/2243 98% [============================================================ ] 2200/2243 98% [============================================================ ] 2201/2243 98% [============================================================ ] 2202/2243 98% [============================================================ ] 2203/2243 98% [============================================================ ] 2204/2243 98% [============================================================ ] 2205/2243 98% [============================================================ ] 2206/2243 98% [============================================================= ] 2207/2243 98% [============================================================= ] 2208/2243 98% [============================================================= ] 2209/2243 98% [============================================================= ] 2210/2243 98% [============================================================= ] 2211/2243 98% [============================================================= ] 2212/2243 98% [============================================================= ] 2213/2243 98% [============================================================= ] 2214/2243 98% [============================================================= ] 2215/2243 98% [============================================================= ] 2216/2243 98% [============================================================= ] 2217/2243 98% [============================================================= ] 2218/2243 98% [============================================================= ] 2219/2243 98% [============================================================= ] 2220/2243 98% [============================================================= ] 2221/2243 99% [============================================================= ] 2222/2243 99% [============================================================= ] 2223/2243 99% [============================================================= ] 2224/2243 99% [============================================================= ] 2225/2243 99% [============================================================= ] 2226/2243 99% [============================================================= ] 2227/2243 99% [============================================================= ] 2228/2243 99% [============================================================= ] 2229/2243 99% [============================================================= ] 2230/2243 99% [============================================================= ] 2231/2243 99% [============================================================= ] 2232/2243 99% [============================================================= ] 2233/2243 99% [============================================================= ] 2234/2243 99% [============================================================= ] 2235/2243 99% [============================================================= ] 2236/2243 99% [============================================================= ] 2237/2243 99% [============================================================= ] 2238/2243 99% [============================================================= ] 2239/2243 99% [============================================================= ] 2240/2243 99% [============================================================= ] 2241/2243 99% [============================================================= ] 2242/2243 99% [==============================================================] 2243/2243 100% operation complete, 2243 objects in 117790 NAND pages. ln -snf /home/buildroot/instance-0/output-1/host/microblazeel-buildroot-linux-gnu/sysroot /home/buildroot/instance-0/output-1/staging make: Leaving directory '/home/buildroot/instance-0/buildroot' make: Entering directory '/home/buildroot/instance-0/buildroot' >>> Buildroot 2024.08-914-g848c86a7ce Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.40-18-g5641780762723156b0d20a0b9f7df1d76831bab0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> 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-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 4.19.322 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> axel 2.17.14 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> openssl Collecting legal info >>> libopenssl 3.3.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bash 5.2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> basu 0.2.1 Collecting legal info LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.30.0 Collecting legal info Copyright.txt: OK (sha256: 0676e30827684487aa0ea8f72f01e9460a6320fa34a2888df0ad1dd3e8a06eb8) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.3 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.2 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.2 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.2.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 75.1.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.44.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libcap 2.70 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> bluez-alsa 4.3.1 Collecting legal info LICENSE: OK (sha256: 956564dcf06ba65cd7a5eb6cdfd695e2ab0f09ea9684e4eaf079f5d533bd206d) >>> bluez5_utils 5.78 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> bluez5_utils-headers 5.78 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.6.3 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> chrony 4.4 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libedit 20230828-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> cwiid fadf11e89b579bcc0336a0692ac15c93785f3f82 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> darkhttpd 1.15 Collecting legal info COPYING: OK (sha256: 1ecf63e8f84fd60ac7215e04195b9a61dcb47176ea65df26547582027f6c1dee) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dehydrated 0.7.1 Collecting legal info LICENSE: OK (sha256: f25ab9c5f13abf15ab097180423ef6b82a89c552e92d49ae627762ee9c04a3a8) >>> host-delve 1.22.1 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.22.8 Collecting legal info go1.22.8.src.tar.gz: OK (sha256: df12c23ebf19dea0f4bf46a22cbeda4a3eca6f474f318390ce774974278440b8) >>> host-go-bin Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-depot-tools 62fc3a1d244368a430ffd7a6b55377a6dfd5e348 Collecting legal info LICENSE: OK (sha256: 984523ee987f4e8b72d61df37d8f1189a7077cd4b77e41a397e35593b297a29d) >>> host-python-httplib2 0.22.0 Collecting legal info LICENSE: OK (sha256: 589eec38f72df2be203711d3b8cbece9b908c5e7ff00bc3cab7f63bae9e366b4) >>> host-python-pyparsing 3.1.4 Collecting legal info LICENSE: OK (sha256: 10d5120a16805804ffda8b688c220bfb4e8f39741b57320604d455a309e01972) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> dropbear 2024.85 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dtc 1.7.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> ffmpeg 6.1.2 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> findutils 4.9.0 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> gdk-pixbuf 2.42.12 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gdk-pixbuf 2.42.12 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwdata 0.385 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> iproute2 6.10.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> janus-gateway 1.1.2 Collecting legal info COPYING: OK (sha256: 91d04c97fa1da3fcd28205873276358aafc071c5b00a9ea8c49dd06d487a9dc6) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 8.10.1 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> libnice 0.1.21 Collecting legal info COPYING: OK (sha256: 9246b2ee8b1db30cf03d5d9719ad8bb5edce1cadc85f8cfef319c23d24d950b5) COPYING.MPL: OK (sha256: 3b3c75ae6c663c4f93987647eb5463d33dc1602a1aded3ac479773f2c3928e3a) COPYING.LGPL: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsrtp 2.6.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> jquery-datetimepicker 2.4.5 Collecting legal info MIT-LICENSE.txt: OK (sha256: 491add640b4678b78571d3b4c0840422b48a5b397e47e2104c1942ff1fce1a68) >>> jquery 3.5.1 Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> leafnode2 9543ffaf82406f943d449d522d88baa554515e0f Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libdisplay-info 0.2.0 Collecting legal info LICENSE: OK (sha256: 15b396244e58830c5614b9394f4deccfe684970cd507f299383ab57ad339eedd) >>> libgphoto2 2.5.27 Collecting legal info COPYING: OK (sha256: ebc385a0b1d477be5177ed6d9129557aa59a3ad0f26ebe7dd97ee942a0fb68ee) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.13.3 Collecting legal info Copyright: OK (sha256: c99aae1afe013e50b8b3701e089222b351258043c3025b64053a233fd25b4be7) >>> libhtp 0.5.48 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libpcap 1.10.5 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libphidget 2.1.9.20190409 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpthread-stubs 0.5 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libsecret 0.20.5 Collecting legal info COPYING: OK (sha256: a1a33180d02960ab1c5de36cf20b1a2f0fe9888d83826ad263da5db52f1b183b) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libtirpc 1.3.5 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libusbgx a5bfa81017a9b2064bc449cf74f5f9d106445f62 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuv 1.48.0 Collecting legal info LICENSE: OK (sha256: 16de0c32b265cb7d46a6d3bd614f259dd4d693a5e26b3407b04aae8d73041f0c) LICENSE-extra: OK (sha256: 262c44bd2cdba037e6d2a82fba15f5800d292bc993a6f5d6b6ea487744d02836) >>> libwebsockets 4.3.3 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mhz 11aac2399780a1f7ea9f007b14af0464797d5cf1 Collecting legal info LICENSE: OK (sha256: 9449d373cad921620bb8f1e4f7b39f957e263163ded159c1efc8de27f8997099) >>> minissdpd 1.6.0 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> netdata 1.33.1 Collecting legal info LICENSE: OK (sha256: 0e5fd9d833efe9b79f784d1903281554af82d1b4261af67d35455728e5572aa6) node-v20.15.1.tar.xz: OK (sha256: fdd53a5729d936691a2a1151046fb4897721cb8b0fca2af957823a9b40fe0c34) >>> host-nodejs-bin 20.15.1 Collecting legal info LICENSE: OK (sha256: 49cd410e0fe6a8879a40d0764092d1e6114cc85fe41d4efed990d028eec25582) >>> host-openocd 0.12.0 Collecting legal info COPYING: OK (sha256: 1b8f7e37ee5afbbf95c2a4d62b12b25232e29538692663b434318503a9a88419) LICENSES/license-rules.txt: OK (sha256: 0a37155eb8bc0cb94477a0cae4f030e39da9317374e8a9f597e9229fd09aff78) LICENSES/exceptions/eCos-exception-2.0: OK (sha256: 034da732b4f3079b8783fff756613c1cff89dec5ac80c5cdd90532b7539922a1) LICENSES/preferred/BSD-1-Clause: OK (sha256: f3ba76203a7b6993db31f987559cc4c621ae1ff78119ced2a669756c2c5fd3b1) LICENSES/preferred/BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSES/preferred/BSD-2-Clause-Views: OK (sha256: 1483f15e9fddc73b5df0acab1c42d21ecd0bf6ade8a79179fb90c09f13d03dcd) LICENSES/preferred/BSD-3-Clause: OK (sha256: 7a83b1aeb460458db9a4bd521d7f237c45b1650f6e60ea5ffc71e49472454de3) LICENSES/preferred/BSD-Source-Code: OK (sha256: 5cf024f6e3611d5c6fb98748d1a0ad99b8cf9ffe46f2d60fa10c299cd29e0a75) LICENSES/preferred/GFDL-1.2: OK (sha256: f35396f4095619f986736ca5e2976b313d381463a35c921c9ae677cc7eb83e28) LICENSES/preferred/gfdl-1.2.texi.readme: OK (sha256: 76515be2d7334a1a038f775238c9a4c2b37e19514248e5eea0434cdfee526f9d) LICENSES/preferred/GPL-2.0: OK (sha256: 7d35bc44da7bb763022e3c2c32cfc0125dd222060bc50992420599d8e65f6c0a) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) LICENSES/stand-alone/GPL-3.0: OK (sha256: 9a41b56594cd89743ca72f188318c9871661847074dd16497ae0c695fe3ab9c9) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proxychains-ng 4.16 Collecting legal info COPYING: OK (sha256: 86728623caeff60e9bcc37e03b432fd191de927eed48a72a3bb4ac4e53fe20df) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> quota 4.09 Collecting legal info COPYING: OK (sha256: 32a5fd41e7a257f7f0373988ea8d45cebdbf376060703c242c11c000751b1203) >>> host-nfs-utils 2.6.4 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> host-libtirpc 1.3.5 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> host-sqlite 3.46.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rdma-core 53.0 Collecting legal info COPYING.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.BSD_MIT: OK (sha256: 99e0df1d009a21d0dfb031600c550fd8f4efc0c6b2a4ef8b34a995aa6f79c9f4) COPYING.md: OK (sha256: c46a557f25b8ef9bec76526c4e593fc13e6cba27e7ba30d73b6497a689cf06f6) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> syslog-ng 4.7.1 Collecting legal info COPYING: OK (sha256: d7d51f8d0f6ee9757a371080e7f5fa19ac73afbef14db6e981705cf1ec813d6b) GPL.txt: OK (sha256: ce3324c9f22299cfc7c281e5a6ab40fbe9c2ea1a67cee87226cb8cd39db1e1d2) LGPL.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> tcpdump 4.99.5 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> ttyd 1.7.7 Collecting legal info LICENSE: OK (sha256: 8b7e100f8311cb428c57609164d93099bada2599f948359045d1ac876a7a625b) >>> unifdef 2.12 Collecting legal info COPYING: OK (sha256: 37ed46a39446b15b08af418fda23b75c27a769d5aad236d817ee7522cc9caeee) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-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: linux-headers-4.19.322: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/buildroot/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/instance-0/buildroot'