/home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05.3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05.3"; \ echo "PRETTY_NAME=\"Buildroot 2024.05.3\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package \ /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n nslcd -1 nslcd -1 * - - - nslcd user\n postgres -1 postgres -1 * /var/lib/pgsql /bin/sh - PostgreSQL Server\n - - input -1 * - - - Input device group\n - - kvm -1 * - - - kvm nodes\n - - sgx -1 * - - - SGX device nodes\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2302 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/2302 0% [ ] 2/2302 0% [ ] 3/2302 0% [ ] 4/2302 0% [ ] 5/2302 0% [ ] 6/2302 0% [ ] 7/2302 0% [ ] 8/2302 0% [ ] 9/2302 0% [ ] 10/2302 0% [ ] 11/2302 0% [ ] 12/2302 0% [ ] 13/2302 0% [ ] 14/2302 0% [ ] 15/2302 0% [ ] 16/2302 0% [ ] 17/2302 0% [ ] 18/2302 0% [ ] 19/2302 0% [ ] 20/2302 0% [ ] 21/2302 0% [ ] 22/2302 0% [ ] 23/2302 0% [ ] 24/2302 1% [ ] 25/2302 1% [ ] 26/2302 1% [ ] 27/2302 1% [ ] 28/2302 1% [ ] 29/2302 1% [ ] 30/2302 1% [ ] 31/2302 1% [ ] 32/2302 1% [ ] 33/2302 1% [ ] 34/2302 1% [ ] 35/2302 1% [ ] 36/2302 1% [ ] 37/2302 1% [= ] 38/2302 1% [= ] 39/2302 1% [= ] 40/2302 1% [= ] 41/2302 1% [= ] 42/2302 1% [= ] 43/2302 1% [= ] 44/2302 1% [= ] 45/2302 1% [= ] 46/2302 1% [= ] 47/2302 2% [= ] 48/2302 2% [= ] 49/2302 2% [= ] 50/2302 2% [= ] 51/2302 2% [= ] 52/2302 2% [= ] 53/2302 2% [= ] 54/2302 2% [= ] 55/2302 2% [= ] 56/2302 2% [= ] 57/2302 2% [= ] 58/2302 2% [= ] 59/2302 2% [= ] 60/2302 2% [= ] 61/2302 2% [= ] 62/2302 2% [= ] 63/2302 2% [= ] 64/2302 2% [= ] 65/2302 2% [= ] 66/2302 2% [= ] 67/2302 2% [= ] 68/2302 2% [= ] 69/2302 2% [= ] 70/2302 3% [= ] 71/2302 3% [= ] 72/2302 3% [= ] 73/2302 3% [= ] 74/2302 3% [== ] 75/2302 3% [== ] 76/2302 3% [== ] 77/2302 3% [== ] 78/2302 3% [== ] 79/2302 3% [== ] 80/2302 3% [== ] 81/2302 3% [== ] 82/2302 3% [== ] 83/2302 3% [== ] 84/2302 3% [== ] 85/2302 3% [== ] 86/2302 3% [== ] 87/2302 3% [== ] 88/2302 3% [== ] 89/2302 3% [== ] 90/2302 3% [== ] 91/2302 3% [== ] 92/2302 3% [== ] 93/2302 4% [== ] 94/2302 4% [== ] 95/2302 4% [== ] 96/2302 4% [== ] 97/2302 4% [== ] 98/2302 4% [== ] 99/2302 4% [== ] 100/2302 4% [== ] 101/2302 4% [== ] 102/2302 4% [== ] 103/2302 4% [== ] 104/2302 4% [== ] 105/2302 4% [== ] 106/2302 4% [== ] 107/2302 4% [== ] 108/2302 4% [== ] 109/2302 4% [== ] 110/2302 4% [== ] 111/2302 4% [=== ] 112/2302 4% [=== ] 113/2302 4% [=== ] 114/2302 4% [=== ] 115/2302 4% [=== ] 116/2302 5% [=== ] 117/2302 5% [=== ] 118/2302 5% [=== ] 119/2302 5% [=== ] 120/2302 5% [=== ] 121/2302 5% [=== ] 122/2302 5% [=== ] 123/2302 5% [=== ] 124/2302 5% [=== ] 125/2302 5% [=== ] 126/2302 5% [=== ] 127/2302 5% [=== ] 128/2302 5% [=== ] 129/2302 5% [=== ] 130/2302 5% [=== ] 131/2302 5% [=== ] 132/2302 5% [=== ] 133/2302 5% [=== ] 134/2302 5% [=== ] 135/2302 5% [=== ] 136/2302 5% [=== ] 137/2302 5% [=== ] 138/2302 5% [=== ] 139/2302 6% [=== ] 140/2302 6% [=== ] 141/2302 6% [=== ] 142/2302 6% [=== ] 143/2302 6% [=== ] 144/2302 6% [=== ] 145/2302 6% [=== ] 146/2302 6% [=== ] 147/2302 6% [=== ] 148/2302 6% [==== ] 149/2302 6% [==== ] 150/2302 6% [==== ] 151/2302 6% [==== ] 152/2302 6% [==== ] 153/2302 6% [==== ] 154/2302 6% [==== ] 155/2302 6% [==== ] 156/2302 6% [==== ] 157/2302 6% [==== ] 158/2302 6% [==== ] 159/2302 6% [==== ] 160/2302 6% [==== ] 161/2302 6% [==== ] 162/2302 7% [==== ] 163/2302 7% [==== ] 164/2302 7% [==== ] 165/2302 7% [==== ] 166/2302 7% [==== ] 167/2302 7% [==== ] 168/2302 7% [==== ] 169/2302 7% [==== ] 170/2302 7% [==== ] 171/2302 7% [==== ] 172/2302 7% [==== ] 173/2302 7% [==== ] 174/2302 7% [==== ] 175/2302 7% [==== ] 176/2302 7% [==== ] 177/2302 7% [==== ] 178/2302 7% [==== ] 179/2302 7% [==== ] 180/2302 7% [==== ] 181/2302 7% [==== ] 182/2302 7% [==== ] 183/2302 7% [==== ] 184/2302 7% [==== ] 185/2302 8% [===== ] 186/2302 8% [===== ] 187/2302 8% [===== ] 188/2302 8% [===== ] 189/2302 8% [===== ] 190/2302 8% [===== ] 191/2302 8% [===== ] 192/2302 8% [===== ] 193/2302 8% [===== ] 194/2302 8% [===== ] 195/2302 8% [===== ] 196/2302 8% [===== ] 197/2302 8% [===== ] 198/2302 8% [===== ] 199/2302 8% [===== ] 200/2302 8% [===== ] 201/2302 8% [===== ] 202/2302 8% [===== ] 203/2302 8% [===== ] 204/2302 8% [===== ] 205/2302 8% [===== ] 206/2302 8% [===== ] 207/2302 8% [===== ] 208/2302 9% [===== ] 209/2302 9% [===== ] 210/2302 9% [===== ] 211/2302 9% [===== ] 212/2302 9% [===== ] 213/2302 9% [===== ] 214/2302 9% [===== ] 215/2302 9% [===== ] 216/2302 9% [===== ] 217/2302 9% [===== ] 218/2302 9% [===== ] 219/2302 9% [===== ] 220/2302 9% [===== ] 221/2302 9% [===== ] 222/2302 9% [====== ] 223/2302 9% [====== ] 224/2302 9% [====== ] 225/2302 9% [====== ] 226/2302 9% [====== ] 227/2302 9% [====== ] 228/2302 9% [====== ] 229/2302 9% [====== ] 230/2302 9% [====== ] 231/2302 10% [====== ] 232/2302 10% [====== ] 233/2302 10% [====== ] 234/2302 10% [====== ] 235/2302 10% [====== ] 236/2302 10% [====== ] 237/2302 10% [====== ] 238/2302 10% [====== ] 239/2302 10% [====== ] 240/2302 10% [====== ] 241/2302 10% [====== ] 242/2302 10% [====== ] 243/2302 10% [====== ] 244/2302 10% [====== ] 245/2302 10% [====== ] 246/2302 10% [====== ] 247/2302 10% [====== ] 248/2302 10% [====== ] 249/2302 10% [====== ] 250/2302 10% [====== ] 251/2302 10% [====== ] 252/2302 10% [====== ] 253/2302 10% [====== ] 254/2302 11% [====== ] 255/2302 11% [====== ] 256/2302 11% [====== ] 257/2302 11% [====== ] 258/2302 11% [====== ] 259/2302 11% [======= ] 260/2302 11% [======= ] 261/2302 11% [======= ] 262/2302 11% [======= ] 263/2302 11% [======= ] 264/2302 11% [======= ] 265/2302 11% [======= ] 266/2302 11% [======= ] 267/2302 11% [======= ] 268/2302 11% [======= ] 269/2302 11% [======= ] 270/2302 11% [======= ] 271/2302 11% [======= ] 272/2302 11% [======= ] 273/2302 11% [======= ] 274/2302 11% [======= ] 275/2302 11% [======= ] 276/2302 11% [======= ] 277/2302 12% [======= ] 278/2302 12% [======= ] 279/2302 12% [======= ] 280/2302 12% [======= ] 281/2302 12% [======= ] 282/2302 12% [======= ] 283/2302 12% [======= ] 284/2302 12% [======= ] 285/2302 12% [======= ] 286/2302 12% [======= ] 287/2302 12% [======= ] 288/2302 12% [======= ] 289/2302 12% [======= ] 290/2302 12% [======= ] 291/2302 12% [======= ] 292/2302 12% [======= ] 293/2302 12% [======= ] 294/2302 12% [======= ] 295/2302 12% [======= ] 296/2302 12% [======= ] 297/2302 12% [======== ] 298/2302 12% [======== ] 299/2302 12% [======== ] 300/2302 13% [======== ] 301/2302 13% [======== ] 302/2302 13% [======== ] 303/2302 13% [======== ] 304/2302 13% [======== ] 305/2302 13% [======== ] 306/2302 13% [======== ] 307/2302 13% [======== ] 308/2302 13% [======== ] 309/2302 13% [======== ] 310/2302 13% [======== ] 311/2302 13% [======== ] 312/2302 13% [======== ] 313/2302 13% [======== ] 314/2302 13% [======== ] 315/2302 13% [======== ] 316/2302 13% [======== ] 317/2302 13% [======== ] 318/2302 13% [======== ] 319/2302 13% [======== ] 320/2302 13% [======== ] 321/2302 13% [======== ] 322/2302 13% [======== ] 323/2302 14% [======== ] 324/2302 14% [======== ] 325/2302 14% [======== ] 326/2302 14% [======== ] 327/2302 14% [======== ] 328/2302 14% [======== ] 329/2302 14% [======== ] 330/2302 14% [======== ] 331/2302 14% [======== ] 332/2302 14% [======== ] 333/2302 14% [======== ] 334/2302 14% [========= ] 335/2302 14% [========= ] 336/2302 14% [========= ] 337/2302 14% [========= ] 338/2302 14% [========= ] 339/2302 14% [========= ] 340/2302 14% [========= ] 341/2302 14% [========= ] 342/2302 14% [========= ] 343/2302 14% [========= ] 344/2302 14% [========= ] 345/2302 14% [========= ] 346/2302 15% [========= ] 347/2302 15% [========= ] 348/2302 15% [========= ] 349/2302 15% [========= ] 350/2302 15% [========= ] 351/2302 15% [========= ] 352/2302 15% [========= ] 353/2302 15% [========= ] 354/2302 15% [========= ] 355/2302 15% [========= ] 356/2302 15% [========= ] 357/2302 15% [========= ] 358/2302 15% [========= ] 359/2302 15% [========= ] 360/2302 15% [========= ] 361/2302 15% [========= ] 362/2302 15% [========= ] 363/2302 15% [========= ] 364/2302 15% [========= ] 365/2302 15% [========= ] 366/2302 15% [========= ] 367/2302 15% [========= ] 368/2302 15% [========= ] 369/2302 16% [========= ] 370/2302 16% [========= ] 371/2302 16% [========== ] 372/2302 16% [========== ] 373/2302 16% [========== ] 374/2302 16% [========== ] 375/2302 16% [========== ] 376/2302 16% [========== ] 377/2302 16% [========== ] 378/2302 16% [========== ] 379/2302 16% [========== ] 380/2302 16% [========== ] 381/2302 16% [========== ] 382/2302 16% [========== ] 383/2302 16% [========== ] 384/2302 16% [========== ] 385/2302 16% [========== ] 386/2302 16% [========== ] 387/2302 16% [========== ] 388/2302 16% [========== ] 389/2302 16% [========== ] 390/2302 16% [========== ] 391/2302 16% [========== ] 392/2302 17% [========== ] 393/2302 17% [========== ] 394/2302 17% [========== ] 395/2302 17% [========== ] 396/2302 17% [========== ] 397/2302 17% [========== ] 398/2302 17% [========== ] 399/2302 17% [========== ] 400/2302 17% [========== ] 401/2302 17% [========== ] 402/2302 17% [========== ] 403/2302 17% [========== ] 404/2302 17% [========== ] 405/2302 17% [========== ] 406/2302 17% [========== ] 407/2302 17% [========== ] 408/2302 17% [=========== ] 409/2302 17% [=========== ] 410/2302 17% [=========== ] 411/2302 17% [=========== ] 412/2302 17% [=========== ] 413/2302 17% [=========== ] 414/2302 17% [=========== ] 415/2302 18% [=========== ] 416/2302 18% [=========== ] 417/2302 18% [=========== ] 418/2302 18% [=========== ] 419/2302 18% [=========== ] 420/2302 18% [=========== ] 421/2302 18% [=========== ] 422/2302 18% [=========== ] 423/2302 18% [=========== ] 424/2302 18% [=========== ] 425/2302 18% [=========== ] 426/2302 18% [=========== ] 427/2302 18% [=========== ] 428/2302 18% [=========== ] 429/2302 18% [=========== ] 430/2302 18% [=========== ] 431/2302 18% [=========== ] 432/2302 18% [=========== ] 433/2302 18% [=========== ] 434/2302 18% [=========== ] 435/2302 18% [=========== ] 436/2302 18% [=========== ] 437/2302 18% [=========== ] 438/2302 19% [=========== ] 439/2302 19% [=========== ] 440/2302 19% [=========== ] 441/2302 19% [=========== ] 442/2302 19% [=========== ] 443/2302 19% [=========== ] 444/2302 19% [=========== ] 445/2302 19% [============ ] 446/2302 19% [============ ] 447/2302 19% [============ ] 448/2302 19% [============ ] 449/2302 19% [============ ] 450/2302 19% [============ ] 451/2302 19% [============ ] 452/2302 19% [============ ] 453/2302 19% [============ ] 454/2302 19% [============ ] 455/2302 19% [============ ] 456/2302 19% [============ ] 457/2302 19% [============ ] 458/2302 19% [============ ] 459/2302 19% [============ ] 460/2302 19% [============ ] 461/2302 20% [============ ] 462/2302 20% [============ ] 463/2302 20% [============ ] 464/2302 20% [============ ] 465/2302 20% [============ ] 466/2302 20% [============ ] 467/2302 20% [============ ] 468/2302 20% [============ ] 469/2302 20% [============ ] 470/2302 20% [============ ] 471/2302 20% [============ ] 472/2302 20% [============ ] 473/2302 20% [============ ] 474/2302 20% [============ ] 475/2302 20% [============ ] 476/2302 20% [============ ] 477/2302 20% [============ ] 478/2302 20% [============ ] 479/2302 20% [============ ] 480/2302 20% [============ ] 481/2302 20% [============ ] 482/2302 20% [============= ] 483/2302 20% [============= ] 484/2302 21% [============= ] 485/2302 21% [============= ] 486/2302 21% [============= ] 487/2302 21% [============= ] 488/2302 21% [============= ] 489/2302 21% [============= ] 490/2302 21% [============= ] 491/2302 21% [============= ] 492/2302 21% [============= ] 493/2302 21% [============= ] 494/2302 21% [============= ] 495/2302 21% [============= ] 496/2302 21% [============= ] 497/2302 21% [============= ] 498/2302 21% [============= ] 499/2302 21% [============= ] 500/2302 21% [============= ] 501/2302 21% [============= ] 502/2302 21% [============= ] 503/2302 21% [============= ] 504/2302 21% [============= ] 505/2302 21% [============= ] 506/2302 21% [============= ] 507/2302 22% [============= ] 508/2302 22% [============= ] 509/2302 22% [============= ] 510/2302 22% [============= ] 511/2302 22% [============= ] 512/2302 22% [============= ] 513/2302 22% [============= ] 514/2302 22% [============= ] 515/2302 22% [============= ] 516/2302 22% [============= ] 517/2302 22% [============= ] 518/2302 22% [============= ] 519/2302 22% [============== ] 520/2302 22% [============== ] 521/2302 22% [============== ] 522/2302 22% [============== ] 523/2302 22% [============== ] 524/2302 22% [============== ] 525/2302 22% [============== ] 526/2302 22% [============== ] 527/2302 22% [============== ] 528/2302 22% [============== ] 529/2302 22% [============== ] 530/2302 23% [============== ] 531/2302 23% [============== ] 532/2302 23% [============== ] 533/2302 23% [============== ] 534/2302 23% [============== ] 535/2302 23% [============== ] 536/2302 23% [============== ] 537/2302 23% [============== ] 538/2302 23% [============== ] 539/2302 23% [============== ] 540/2302 23% [============== ] 541/2302 23% [============== ] 542/2302 23% [============== ] 543/2302 23% [============== ] 544/2302 23% [============== ] 545/2302 23% [============== ] 546/2302 23% [============== ] 547/2302 23% [============== ] 548/2302 23% [============== ] 549/2302 23% [============== ] 550/2302 23% [============== ] 551/2302 23% [============== ] 552/2302 23% [============== ] 553/2302 24% [============== ] 554/2302 24% [============== ] 555/2302 24% [============== ] 556/2302 24% [=============== ] 557/2302 24% [=============== ] 558/2302 24% [=============== ] 559/2302 24% [=============== ] 560/2302 24% [=============== ] 561/2302 24% [=============== ] 562/2302 24% [=============== ] 563/2302 24% [=============== ] 564/2302 24% [=============== ] 565/2302 24% [=============== ] 566/2302 24% [=============== ] 567/2302 24% [=============== ] 568/2302 24% [=============== ] 569/2302 24% [=============== ] 570/2302 24% [=============== ] 571/2302 24% [=============== ] 572/2302 24% [=============== ] 573/2302 24% [=============== ] 574/2302 24% [=============== ] 575/2302 24% [=============== ] 576/2302 25% [=============== ] 577/2302 25% [=============== ] 578/2302 25% [=============== ] 579/2302 25% [=============== ] 580/2302 25% [=============== ] 581/2302 25% [=============== ] 582/2302 25% [=============== ] 583/2302 25% [=============== ] 584/2302 25% [=============== ] 585/2302 25% [=============== ] 586/2302 25% [=============== ] 587/2302 25% [=============== ] 588/2302 25% [=============== ] 589/2302 25% [=============== ] 590/2302 25% [=============== ] 591/2302 25% [=============== ] 592/2302 25% [=============== ] 593/2302 25% [=============== ] 594/2302 25% [================ ] 595/2302 25% [================ ] 596/2302 25% [================ ] 597/2302 25% [================ ] 598/2302 25% [================ ] 599/2302 26% [================ ] 600/2302 26% [================ ] 601/2302 26% [================ ] 602/2302 26% [================ ] 603/2302 26% [================ ] 604/2302 26% [================ ] 605/2302 26% [================ ] 606/2302 26% [================ ] 607/2302 26% [================ ] 608/2302 26% [================ ] 609/2302 26% [================ ] 610/2302 26% [================ ] 611/2302 26% [================ ] 612/2302 26% [================ ] 613/2302 26% [================ ] 614/2302 26% [================ ] 615/2302 26% [================ ] 616/2302 26% [================ ] 617/2302 26% [================ ] 618/2302 26% [================ ] 619/2302 26% [================ ] 620/2302 26% [================ ] 621/2302 26% [================ ] 622/2302 27% [================ ] 623/2302 27% [================ ] 624/2302 27% [================ ] 625/2302 27% [================ ] 626/2302 27% [================ ] 627/2302 27% [================ ] 628/2302 27% [================ ] 629/2302 27% [================ ] 630/2302 27% [================ ] 631/2302 27% [================= ] 632/2302 27% [================= ] 633/2302 27% [================= ] 634/2302 27% [================= ] 635/2302 27% [================= ] 636/2302 27% [================= ] 637/2302 27% [================= ] 638/2302 27% [================= ] 639/2302 27% [================= ] 640/2302 27% [================= ] 641/2302 27% [================= ] 642/2302 27% [================= ] 643/2302 27% [================= ] 644/2302 27% [================= ] 645/2302 28% [================= ] 646/2302 28% [================= ] 647/2302 28% [================= ] 648/2302 28% [================= ] 649/2302 28% [================= ] 650/2302 28% [================= ] 651/2302 28% [================= ] 652/2302 28% [================= ] 653/2302 28% [================= ] 654/2302 28% [================= ] 655/2302 28% [================= ] 656/2302 28% [================= ] 657/2302 28% [================= ] 658/2302 28% [================= ] 659/2302 28% [================= ] 660/2302 28% [================= ] 661/2302 28% [================= ] 662/2302 28% [================= ] 663/2302 28% [================= ] 664/2302 28% [================= ] 665/2302 28% [================= ] 666/2302 28% [================= ] 667/2302 28% [================= ] 668/2302 29% [================== ] 669/2302 29% [================== ] 670/2302 29% [================== ] 671/2302 29% [================== ] 672/2302 29% [================== ] 673/2302 29% [================== ] 674/2302 29% [================== ] 675/2302 29% [================== ] 676/2302 29% [================== ] 677/2302 29% [================== ] 678/2302 29% [================== ] 679/2302 29% [================== ] 680/2302 29% [================== ] 681/2302 29% [================== ] 682/2302 29% [================== ] 683/2302 29% [================== ] 684/2302 29% [================== ] 685/2302 29% [================== ] 686/2302 29% [================== ] 687/2302 29% [================== ] 688/2302 29% [================== ] 689/2302 29% [================== ] 690/2302 29% [================== ] 691/2302 30% [================== ] 692/2302 30% [================== ] 693/2302 30% [================== ] 694/2302 30% [================== ] 695/2302 30% [================== ] 696/2302 30% [================== ] 697/2302 30% [================== ] 698/2302 30% [================== ] 699/2302 30% [================== ] 700/2302 30% [================== ] 701/2302 30% [================== ] 702/2302 30% [================== ] 703/2302 30% [================== ] 704/2302 30% [================== ] 705/2302 30% [=================== ] 706/2302 30% [=================== ] 707/2302 30% [=================== ] 708/2302 30% [=================== ] 709/2302 30% [=================== ] 710/2302 30% [=================== ] 711/2302 30% [=================== ] 712/2302 30% [=================== ] 713/2302 30% [=================== ] 714/2302 31% [=================== ] 715/2302 31% [=================== ] 716/2302 31% [=================== ] 717/2302 31% [=================== ] 718/2302 31% [=================== ] 719/2302 31% [=================== ] 720/2302 31% [=================== ] 721/2302 31% [=================== ] 722/2302 31% [=================== ] 723/2302 31% [=================== ] 724/2302 31% [=================== ] 725/2302 31% [=================== ] 726/2302 31% [=================== ] 727/2302 31% [=================== ] 728/2302 31% [=================== ] 729/2302 31% [=================== ] 730/2302 31% [=================== ] 731/2302 31% [=================== ] 732/2302 31% [=================== ] 733/2302 31% [=================== ] 734/2302 31% [=================== ] 735/2302 31% [=================== ] 736/2302 31% [=================== ] 737/2302 32% [=================== ] 738/2302 32% [=================== ] 739/2302 32% [=================== ] 740/2302 32% [=================== ] 741/2302 32% [=================== ] 742/2302 32% [==================== ] 743/2302 32% [==================== ] 744/2302 32% [==================== ] 745/2302 32% [==================== ] 746/2302 32% [==================== ] 747/2302 32% [==================== ] 748/2302 32% [==================== ] 749/2302 32% [==================== ] 750/2302 32% [==================== ] 751/2302 32% [==================== ] 752/2302 32% [==================== ] 753/2302 32% [==================== ] 754/2302 32% [==================== ] 755/2302 32% [==================== ] 756/2302 32% [==================== ] 757/2302 32% [==================== ] 758/2302 32% [==================== ] 759/2302 32% [==================== ] 760/2302 33% [==================== ] 761/2302 33% [==================== ] 762/2302 33% [==================== ] 763/2302 33% [==================== ] 764/2302 33% [==================== ] 765/2302 33% [==================== ] 766/2302 33% [==================== ] 767/2302 33% [==================== ] 768/2302 33% [==================== ] 769/2302 33% [==================== ] 770/2302 33% [==================== ] 771/2302 33% [==================== ] 772/2302 33% [==================== ] 773/2302 33% [==================== ] 774/2302 33% [==================== ] 775/2302 33% [==================== ] 776/2302 33% [==================== ] 777/2302 33% [==================== ] 778/2302 33% [==================== ] 779/2302 33% [===================== ] 780/2302 33% [===================== ] 781/2302 33% [===================== ] 782/2302 33% [===================== ] 783/2302 34% [===================== ] 784/2302 34% [===================== ] 785/2302 34% [===================== ] 786/2302 34% [===================== ] 787/2302 34% [===================== ] 788/2302 34% [===================== ] 789/2302 34% [===================== ] 790/2302 34% [===================== ] 791/2302 34% [===================== ] 792/2302 34% [===================== ] 793/2302 34% [===================== ] 794/2302 34% [===================== ] 795/2302 34% [===================== ] 796/2302 34% [===================== ] 797/2302 34% [===================== ] 798/2302 34% [===================== ] 799/2302 34% [===================== ] 800/2302 34% [===================== ] 801/2302 34% [===================== ] 802/2302 34% [===================== ] 803/2302 34% [===================== ] 804/2302 34% [===================== ] 805/2302 34% [===================== ] 806/2302 35% [===================== ] 807/2302 35% [===================== ] 808/2302 35% [===================== ] 809/2302 35% [===================== ] 810/2302 35% [===================== ] 811/2302 35% [===================== ] 812/2302 35% [===================== ] 813/2302 35% [===================== ] 814/2302 35% [===================== ] 815/2302 35% [===================== ] 816/2302 35% [====================== ] 817/2302 35% [====================== ] 818/2302 35% [====================== ] 819/2302 35% [====================== ] 820/2302 35% [====================== ] 821/2302 35% [====================== ] 822/2302 35% [====================== ] 823/2302 35% [====================== ] 824/2302 35% [====================== ] 825/2302 35% [====================== ] 826/2302 35% [====================== ] 827/2302 35% [====================== ] 828/2302 35% [====================== ] 829/2302 36% [====================== ] 830/2302 36% [====================== ] 831/2302 36% [====================== ] 832/2302 36% [====================== ] 833/2302 36% [====================== ] 834/2302 36% [====================== ] 835/2302 36% [====================== ] 836/2302 36% [====================== ] 837/2302 36% [====================== ] 838/2302 36% [====================== ] 839/2302 36% [====================== ] 840/2302 36% [====================== ] 841/2302 36% [====================== ] 842/2302 36% [====================== ] 843/2302 36% [====================== ] 844/2302 36% [====================== ] 845/2302 36% [====================== ] 846/2302 36% [====================== ] 847/2302 36% [====================== ] 848/2302 36% [====================== ] 849/2302 36% [====================== ] 850/2302 36% [====================== ] 851/2302 36% [====================== ] 852/2302 37% [====================== ] 853/2302 37% [======================= ] 854/2302 37% [======================= ] 855/2302 37% [======================= ] 856/2302 37% [======================= ] 857/2302 37% [======================= ] 858/2302 37% [======================= ] 859/2302 37% [======================= ] 860/2302 37% [======================= ] 861/2302 37% [======================= ] 862/2302 37% [======================= ] 863/2302 37% [======================= ] 864/2302 37% [======================= ] 865/2302 37% [======================= ] 866/2302 37% [======================= ] 867/2302 37% [======================= ] 868/2302 37% [======================= ] 869/2302 37% [======================= ] 870/2302 37% [======================= ] 871/2302 37% [======================= ] 872/2302 37% [======================= ] 873/2302 37% [======================= ] 874/2302 37% [======================= ] 875/2302 38% [======================= ] 876/2302 38% [======================= ] 877/2302 38% [======================= ] 878/2302 38% [======================= ] 879/2302 38% [======================= ] 880/2302 38% [======================= ] 881/2302 38% [======================= ] 882/2302 38% [======================= ] 883/2302 38% [======================= ] 884/2302 38% [======================= ] 885/2302 38% [======================= ] 886/2302 38% [======================= ] 887/2302 38% [======================= ] 888/2302 38% [======================= ] 889/2302 38% [======================= ] 890/2302 38% [======================= ] 891/2302 38% [======================== ] 892/2302 38% [======================== ] 893/2302 38% [======================== ] 894/2302 38% [======================== ] 895/2302 38% [======================== ] 896/2302 38% [======================== ] 897/2302 38% [======================== ] 898/2302 39% [======================== ] 899/2302 39% [======================== ] 900/2302 39% [======================== ] 901/2302 39% [======================== ] 902/2302 39% [======================== ] 903/2302 39% [======================== ] 904/2302 39% [======================== ] 905/2302 39% [======================== ] 906/2302 39% [======================== ] 907/2302 39% [======================== ] 908/2302 39% [======================== ] 909/2302 39% [======================== ] 910/2302 39% [======================== ] 911/2302 39% [======================== ] 912/2302 39% [======================== ] 913/2302 39% [======================== ] 914/2302 39% [======================== ] 915/2302 39% [======================== ] 916/2302 39% [======================== ] 917/2302 39% [======================== ] 918/2302 39% [======================== ] 919/2302 39% [======================== ] 920/2302 39% [======================== ] 921/2302 40% [======================== ] 922/2302 40% [======================== ] 923/2302 40% [======================== ] 924/2302 40% [======================== ] 925/2302 40% [======================== ] 926/2302 40% [======================== ] 927/2302 40% [======================== ] 928/2302 40% [========================= ] 929/2302 40% [========================= ] 930/2302 40% [========================= ] 931/2302 40% [========================= ] 932/2302 40% [========================= ] 933/2302 40% [========================= ] 934/2302 40% [========================= ] 935/2302 40% [========================= ] 936/2302 40% [========================= ] 937/2302 40% [========================= ] 938/2302 40% [========================= ] 939/2302 40% [========================= ] 940/2302 40% [========================= ] 941/2302 40% [========================= ] 942/2302 40% [========================= ] 943/2302 40% [========================= ] 944/2302 41% [========================= ] 945/2302 41% [========================= ] 946/2302 41% [========================= ] 947/2302 41% [========================= ] 948/2302 41% [========================= ] 949/2302 41% [========================= ] 950/2302 41% [========================= ] 951/2302 41% [========================= ] 952/2302 41% [========================= ] 953/2302 41% [========================= ] 954/2302 41% [========================= ] 955/2302 41% [========================= ] 956/2302 41% [========================= ] 957/2302 41% [========================= ] 958/2302 41% [========================= ] 959/2302 41% [========================= ] 960/2302 41% [========================= ] 961/2302 41% [========================= ] 962/2302 41% [========================= ] 963/2302 41% [========================= ] 964/2302 41% [========================= ] 965/2302 41% [========================== ] 966/2302 41% [========================== ] 967/2302 42% [========================== ] 968/2302 42% [========================== ] 969/2302 42% [========================== ] 970/2302 42% [========================== ] 971/2302 42% [========================== ] 972/2302 42% [========================== ] 973/2302 42% [========================== ] 974/2302 42% [========================== ] 975/2302 42% [========================== ] 976/2302 42% [========================== ] 977/2302 42% [========================== ] 978/2302 42% [========================== ] 979/2302 42% [========================== ] 980/2302 42% [========================== ] 981/2302 42% [========================== ] 982/2302 42% [========================== ] 983/2302 42% [========================== ] 984/2302 42% [========================== ] 985/2302 42% [========================== ] 986/2302 42% [========================== ] 987/2302 42% [========================== ] 988/2302 42% [========================== ] 989/2302 42% [========================== ] 990/2302 43% [========================== ] 991/2302 43% [========================== ] 992/2302 43% [========================== ] 993/2302 43% [========================== ] 994/2302 43% [========================== ] 995/2302 43% [========================== ] 996/2302 43% [========================== ] 997/2302 43% [========================== ] 998/2302 43% [========================== ] 999/2302 43% [========================== ] 1000/2302 43% [========================== ] 1001/2302 43% [========================== ] 1002/2302 43% [=========================== ] 1003/2302 43% [=========================== ] 1004/2302 43% [=========================== ] 1005/2302 43% [=========================== ] 1006/2302 43% [=========================== ] 1007/2302 43% [=========================== ] 1008/2302 43% [=========================== ] 1009/2302 43% [=========================== ] 1010/2302 43% [=========================== ] 1011/2302 43% [=========================== ] 1012/2302 43% [=========================== ] 1013/2302 44% [=========================== ] 1014/2302 44% [=========================== ] 1015/2302 44% [=========================== ] 1016/2302 44% [=========================== ] 1017/2302 44% [=========================== ] 1018/2302 44% [=========================== ] 1019/2302 44% [=========================== ] 1020/2302 44% [=========================== ] 1021/2302 44% [=========================== ] 1022/2302 44% [=========================== ] 1023/2302 44% [=========================== ] 1024/2302 44% [=========================== ] 1025/2302 44% [=========================== ] 1026/2302 44% [=========================== ] 1027/2302 44% [=========================== ] 1028/2302 44% [=========================== ] 1029/2302 44% [=========================== ] 1030/2302 44% [=========================== ] 1031/2302 44% [=========================== ] 1032/2302 44% [=========================== ] 1033/2302 44% [=========================== ] 1034/2302 44% [=========================== ] 1035/2302 44% [=========================== ] 1036/2302 45% [=========================== ] 1037/2302 45% [=========================== ] 1038/2302 45% [=========================== ] 1039/2302 45% [============================ ] 1040/2302 45% [============================ ] 1041/2302 45% [============================ ] 1042/2302 45% [============================ ] 1043/2302 45% [============================ ] 1044/2302 45% [============================ ] 1045/2302 45% [============================ ] 1046/2302 45% [============================ ] 1047/2302 45% [============================ ] 1048/2302 45% [============================ ] 1049/2302 45% [============================ ] 1050/2302 45% [============================ ] 1051/2302 45% [============================ ] 1052/2302 45% [============================ ] 1053/2302 45% [============================ ] 1054/2302 45% [============================ ] 1055/2302 45% [============================ ] 1056/2302 45% [============================ ] 1057/2302 45% [============================ ] 1058/2302 45% [============================ ] 1059/2302 46% [============================ ] 1060/2302 46% [============================ ] 1061/2302 46% [============================ ] 1062/2302 46% [============================ ] 1063/2302 46% [============================ ] 1064/2302 46% [============================ ] 1065/2302 46% [============================ ] 1066/2302 46% [============================ ] 1067/2302 46% [============================ ] 1068/2302 46% [============================ ] 1069/2302 46% [============================ ] 1070/2302 46% [============================ ] 1071/2302 46% [============================ ] 1072/2302 46% [============================ ] 1073/2302 46% [============================ ] 1074/2302 46% [============================ ] 1075/2302 46% [============================ ] 1076/2302 46% [============================= ] 1077/2302 46% [============================= ] 1078/2302 46% [============================= ] 1079/2302 46% [============================= ] 1080/2302 46% [============================= ] 1081/2302 46% [============================= ] 1082/2302 47% [============================= ] 1083/2302 47% [============================= ] 1084/2302 47% [============================= ] 1085/2302 47% [============================= ] 1086/2302 47% [============================= ] 1087/2302 47% [============================= ] 1088/2302 47% [============================= ] 1089/2302 47% [============================= ] 1090/2302 47% [============================= ] 1091/2302 47% [============================= ] 1092/2302 47% [============================= ] 1093/2302 47% [============================= ] 1094/2302 47% [============================= ] 1095/2302 47% [============================= ] 1096/2302 47% [============================= ] 1097/2302 47% [============================= ] 1098/2302 47% [============================= ] 1099/2302 47% [============================= ] 1100/2302 47% [============================= ] 1101/2302 47% [============================= ] 1102/2302 47% [============================= ] 1103/2302 47% [============================= ] 1104/2302 47% [============================= ] 1105/2302 48% [============================= ] 1106/2302 48% [============================= ] 1107/2302 48% [============================= ] 1108/2302 48% [============================= ] 1109/2302 48% [============================= ] 1110/2302 48% [============================= ] 1111/2302 48% [============================= ] 1112/2302 48% [============================= ] 1113/2302 48% [============================== ] 1114/2302 48% [============================== ] 1115/2302 48% [============================== ] 1116/2302 48% [============================== ] 1117/2302 48% [============================== ] 1118/2302 48% [============================== ] 1119/2302 48% [============================== ] 1120/2302 48% [============================== ] 1121/2302 48% [============================== ] 1122/2302 48% [============================== ] 1123/2302 48% [============================== ] 1124/2302 48% [============================== ] 1125/2302 48% [============================== ] 1126/2302 48% [============================== ] 1127/2302 48% [============================== ] 1128/2302 49% [============================== ] 1129/2302 49% [============================== ] 1130/2302 49% [============================== ] 1131/2302 49% [============================== ] 1132/2302 49% [============================== ] 1133/2302 49% [============================== ] 1134/2302 49% [============================== ] 1135/2302 49% [============================== ] 1136/2302 49% [============================== ] 1137/2302 49% [============================== ] 1138/2302 49% [============================== ] 1139/2302 49% [============================== ] 1140/2302 49% [============================== ] 1141/2302 49% [============================== ] 1142/2302 49% [============================== ] 1143/2302 49% [============================== ] 1144/2302 49% [============================== ] 1145/2302 49% [============================== ] 1146/2302 49% [============================== ] 1147/2302 49% [============================== ] 1148/2302 49% [============================== ] 1149/2302 49% [============================== ] 1150/2302 49% [=============================== ] 1151/2302 50% [=============================== ] 1152/2302 50% [=============================== ] 1153/2302 50% [=============================== ] 1154/2302 50% [=============================== ] 1155/2302 50% [=============================== ] 1156/2302 50% [=============================== ] 1157/2302 50% [=============================== ] 1158/2302 50% [=============================== ] 1159/2302 50% [=============================== ] 1160/2302 50% [=============================== ] 1161/2302 50% [=============================== ] 1162/2302 50% [=============================== ] 1163/2302 50% [=============================== ] 1164/2302 50% [=============================== ] 1165/2302 50% [=============================== ] 1166/2302 50% [=============================== ] 1167/2302 50% [=============================== ] 1168/2302 50% [=============================== ] 1169/2302 50% [=============================== ] 1170/2302 50% [=============================== ] 1171/2302 50% [=============================== ] 1172/2302 50% [=============================== ] 1173/2302 50% [=============================== ] 1174/2302 50% [=============================== ] 1175/2302 51% [=============================== ] 1176/2302 51% [=============================== ] 1177/2302 51% [=============================== ] 1178/2302 51% [=============================== ] 1179/2302 51% [=============================== ] 1180/2302 51% [=============================== ] 1181/2302 51% [=============================== ] 1182/2302 51% [=============================== ] 1183/2302 51% [=============================== ] 1184/2302 51% [=============================== ] 1185/2302 51% [=============================== ] 1186/2302 51% [=============================== ] 1187/2302 51% [=============================== ] 1188/2302 51% [================================ ] 1189/2302 51% [================================ ] 1190/2302 51% [================================ ] 1191/2302 51% [================================ ] 1192/2302 51% [================================ ] 1193/2302 51% [================================ ] 1194/2302 51% [================================ ] 1195/2302 51% [================================ ] 1196/2302 51% [================================ ] 1197/2302 51% [================================ ] 1198/2302 52% [================================ ] 1199/2302 52% [================================ ] 1200/2302 52% [================================ ] 1201/2302 52% [================================ ] 1202/2302 52% [================================ ] 1203/2302 52% [================================ ] 1204/2302 52% [================================ ] 1205/2302 52% [================================ ] 1206/2302 52% [================================ ] 1207/2302 52% [================================ ] 1208/2302 52% [================================ ] 1209/2302 52% [================================ ] 1210/2302 52% [================================ ] 1211/2302 52% [================================ ] 1212/2302 52% [================================ ] 1213/2302 52% [================================ ] 1214/2302 52% [================================ ] 1215/2302 52% [================================ ] 1216/2302 52% [================================ ] 1217/2302 52% [================================ ] 1218/2302 52% [================================ ] 1219/2302 52% [================================ ] 1220/2302 52% [================================ ] 1221/2302 53% [================================ ] 1222/2302 53% [================================ ] 1223/2302 53% [================================ ] 1224/2302 53% [================================ ] 1225/2302 53% [================================= ] 1226/2302 53% [================================= ] 1227/2302 53% [================================= ] 1228/2302 53% [================================= ] 1229/2302 53% [================================= ] 1230/2302 53% [================================= ] 1231/2302 53% [================================= ] 1232/2302 53% [================================= ] 1233/2302 53% [================================= ] 1234/2302 53% [================================= ] 1235/2302 53% [================================= ] 1236/2302 53% [================================= ] 1237/2302 53% [================================= ] 1238/2302 53% [================================= ] 1239/2302 53% [================================= ] 1240/2302 53% [================================= ] 1241/2302 53% [================================= ] 1242/2302 53% [================================= ] 1243/2302 53% [================================= ] 1244/2302 54% [================================= ] 1245/2302 54% [================================= ] 1246/2302 54% [================================= ] 1247/2302 54% [================================= ] 1248/2302 54% [================================= ] 1249/2302 54% [================================= ] 1250/2302 54% [================================= ] 1251/2302 54% [================================= ] 1252/2302 54% [================================= ] 1253/2302 54% [================================= ] 1254/2302 54% [================================= ] 1255/2302 54% [================================= ] 1256/2302 54% [================================= ] 1257/2302 54% [================================= ] 1258/2302 54% [================================= ] 1259/2302 54% [================================= ] 1260/2302 54% [================================= ] 1261/2302 54% [================================= ] 1262/2302 54% [================================== ] 1263/2302 54% [================================== ] 1264/2302 54% [================================== ] 1265/2302 54% [================================== ] 1266/2302 54% [================================== ] 1267/2302 55% [================================== ] 1268/2302 55% [================================== ] 1269/2302 55% [================================== ] 1270/2302 55% [================================== ] 1271/2302 55% [================================== ] 1272/2302 55% [================================== ] 1273/2302 55% [================================== ] 1274/2302 55% [================================== ] 1275/2302 55% [================================== ] 1276/2302 55% [================================== ] 1277/2302 55% [================================== ] 1278/2302 55% [================================== ] 1279/2302 55% [================================== ] 1280/2302 55% [================================== ] 1281/2302 55% [================================== ] 1282/2302 55% [================================== ] 1283/2302 55% [================================== ] 1284/2302 55% [================================== ] 1285/2302 55% [================================== ] 1286/2302 55% [================================== ] 1287/2302 55% [================================== ] 1288/2302 55% [================================== ] 1289/2302 55% [================================== ] 1290/2302 56% [================================== ] 1291/2302 56% [================================== ] 1292/2302 56% [================================== ] 1293/2302 56% [================================== ] 1294/2302 56% [================================== ] 1295/2302 56% [================================== ] 1296/2302 56% [================================== ] 1297/2302 56% [================================== ] 1298/2302 56% [================================== ] 1299/2302 56% [=================================== ] 1300/2302 56% [=================================== ] 1301/2302 56% [=================================== ] 1302/2302 56% [=================================== ] 1303/2302 56% [=================================== ] 1304/2302 56% [=================================== ] 1305/2302 56% [=================================== ] 1306/2302 56% [=================================== ] 1307/2302 56% [=================================== ] 1308/2302 56% [=================================== ] 1309/2302 56% [=================================== ] 1310/2302 56% [=================================== ] 1311/2302 56% [=================================== ] 1312/2302 56% [=================================== ] 1313/2302 57% [=================================== ] 1314/2302 57% [=================================== ] 1315/2302 57% [=================================== ] 1316/2302 57% [=================================== ] 1317/2302 57% [=================================== ] 1318/2302 57% [=================================== ] 1319/2302 57% [=================================== ] 1320/2302 57% [=================================== ] 1321/2302 57% [=================================== ] 1322/2302 57% [=================================== ] 1323/2302 57% [=================================== ] 1324/2302 57% [=================================== ] 1325/2302 57% [=================================== ] 1326/2302 57% [=================================== ] 1327/2302 57% [=================================== ] 1328/2302 57% [=================================== ] 1329/2302 57% [=================================== ] 1330/2302 57% [=================================== ] 1331/2302 57% [=================================== ] 1332/2302 57% [=================================== ] 1333/2302 57% [=================================== ] 1334/2302 57% [=================================== ] 1335/2302 57% [=================================== ] 1336/2302 58% [==================================== ] 1337/2302 58% [==================================== ] 1338/2302 58% [==================================== ] 1339/2302 58% [==================================== ] 1340/2302 58% [==================================== ] 1341/2302 58% [==================================== ] 1342/2302 58% [==================================== ] 1343/2302 58% [==================================== ] 1344/2302 58% [==================================== ] 1345/2302 58% [==================================== ] 1346/2302 58% [==================================== ] 1347/2302 58% [==================================== ] 1348/2302 58% [==================================== ] 1349/2302 58% [==================================== ] 1350/2302 58% [==================================== ] 1351/2302 58% [==================================== ] 1352/2302 58% [==================================== ] 1353/2302 58% [==================================== ] 1354/2302 58% [==================================== ] 1355/2302 58% [==================================== ] 1356/2302 58% [==================================== ] 1357/2302 58% [==================================== ] 1358/2302 58% [==================================== ] 1359/2302 59% [==================================== ] 1360/2302 59% [==================================== ] 1361/2302 59% [==================================== ] 1362/2302 59% [==================================== ] 1363/2302 59% [==================================== ] 1364/2302 59% [==================================== ] 1365/2302 59% [==================================== ] 1366/2302 59% [==================================== ] 1367/2302 59% [==================================== ] 1368/2302 59% [==================================== ] 1369/2302 59% [==================================== ] 1370/2302 59% [==================================== ] 1371/2302 59% [==================================== ] 1372/2302 59% [==================================== ] 1373/2302 59% [===================================== ] 1374/2302 59% [===================================== ] 1375/2302 59% [===================================== ] 1376/2302 59% [===================================== ] 1377/2302 59% [===================================== ] 1378/2302 59% [===================================== ] 1379/2302 59% [===================================== ] 1380/2302 59% [===================================== ] 1381/2302 59% [===================================== ] 1382/2302 60% [===================================== ] 1383/2302 60% [===================================== ] 1384/2302 60% [===================================== ] 1385/2302 60% [===================================== ] 1386/2302 60% [===================================== ] 1387/2302 60% [===================================== ] 1388/2302 60% [===================================== ] 1389/2302 60% [===================================== ] 1390/2302 60% [===================================== ] 1391/2302 60% [===================================== ] 1392/2302 60% [===================================== ] 1393/2302 60% [===================================== ] 1394/2302 60% [===================================== ] 1395/2302 60% [===================================== ] 1396/2302 60% [===================================== ] 1397/2302 60% [===================================== ] 1398/2302 60% [===================================== ] 1399/2302 60% [===================================== ] 1400/2302 60% [===================================== ] 1401/2302 60% [===================================== ] 1402/2302 60% [===================================== ] 1403/2302 60% [===================================== ] 1404/2302 60% [===================================== ] 1405/2302 61% [===================================== ] 1406/2302 61% [===================================== ] 1407/2302 61% [===================================== ] 1408/2302 61% [===================================== ] 1409/2302 61% [===================================== ] 1410/2302 61% [====================================== ] 1411/2302 61% [====================================== ] 1412/2302 61% [====================================== ] 1413/2302 61% [====================================== ] 1414/2302 61% [====================================== ] 1415/2302 61% [====================================== ] 1416/2302 61% [====================================== ] 1417/2302 61% [====================================== ] 1418/2302 61% [====================================== ] 1419/2302 61% [====================================== ] 1420/2302 61% [====================================== ] 1421/2302 61% [====================================== ] 1422/2302 61% [====================================== ] 1423/2302 61% [====================================== ] 1424/2302 61% [====================================== ] 1425/2302 61% [====================================== ] 1426/2302 61% [====================================== ] 1427/2302 61% [====================================== ] 1428/2302 62% [====================================== ] 1429/2302 62% [====================================== ] 1430/2302 62% [====================================== ] 1431/2302 62% [====================================== ] 1432/2302 62% [====================================== ] 1433/2302 62% [====================================== ] 1434/2302 62% [====================================== ] 1435/2302 62% [====================================== ] 1436/2302 62% [====================================== ] 1437/2302 62% [====================================== ] 1438/2302 62% [====================================== ] 1439/2302 62% [====================================== ] 1440/2302 62% [====================================== ] 1441/2302 62% [====================================== ] 1442/2302 62% [====================================== ] 1443/2302 62% [====================================== ] 1444/2302 62% [====================================== ] 1445/2302 62% [====================================== ] 1446/2302 62% [====================================== ] 1447/2302 62% [====================================== ] 1448/2302 62% [======================================= ] 1449/2302 62% [======================================= ] 1450/2302 62% [======================================= ] 1451/2302 63% [======================================= ] 1452/2302 63% [======================================= ] 1453/2302 63% [======================================= ] 1454/2302 63% [======================================= ] 1455/2302 63% [======================================= ] 1456/2302 63% [======================================= ] 1457/2302 63% [======================================= ] 1458/2302 63% [======================================= ] 1459/2302 63% [======================================= ] 1460/2302 63% [======================================= ] 1461/2302 63% [======================================= ] 1462/2302 63% [======================================= ] 1463/2302 63% [======================================= ] 1464/2302 63% [======================================= ] 1465/2302 63% [======================================= ] 1466/2302 63% [======================================= ] 1467/2302 63% [======================================= ] 1468/2302 63% [======================================= ] 1469/2302 63% [======================================= ] 1470/2302 63% [======================================= ] 1471/2302 63% [======================================= ] 1472/2302 63% [======================================= ] 1473/2302 63% [======================================= ] 1474/2302 64% [======================================= ] 1475/2302 64% [======================================= ] 1476/2302 64% [======================================= ] 1477/2302 64% [======================================= ] 1478/2302 64% [======================================= ] 1479/2302 64% [======================================= ] 1480/2302 64% [======================================= ] 1481/2302 64% [======================================= ] 1482/2302 64% [======================================= ] 1483/2302 64% [======================================= ] 1484/2302 64% [======================================= ] 1485/2302 64% [======================================== ] 1486/2302 64% [======================================== ] 1487/2302 64% [======================================== ] 1488/2302 64% [======================================== ] 1489/2302 64% [======================================== ] 1490/2302 64% [======================================== ] 1491/2302 64% [======================================== ] 1492/2302 64% [======================================== ] 1493/2302 64% [======================================== ] 1494/2302 64% [======================================== ] 1495/2302 64% [======================================== ] 1496/2302 64% [======================================== ] 1497/2302 65% [======================================== ] 1498/2302 65% [======================================== ] 1499/2302 65% [======================================== ] 1500/2302 65% [======================================== ] 1501/2302 65% [======================================== ] 1502/2302 65% [======================================== ] 1503/2302 65% [======================================== ] 1504/2302 65% [======================================== ] 1505/2302 65% [======================================== ] 1506/2302 65% [======================================== ] 1507/2302 65% [======================================== ] 1508/2302 65% [======================================== ] 1509/2302 65% [======================================== ] 1510/2302 65% [======================================== ] 1511/2302 65% [======================================== ] 1512/2302 65% [======================================== ] 1513/2302 65% [======================================== ] 1514/2302 65% [======================================== ] 1515/2302 65% [======================================== ] 1516/2302 65% [======================================== ] 1517/2302 65% [======================================== ] 1518/2302 65% [======================================== ] 1519/2302 65% [======================================== ] 1520/2302 66% [======================================== ] 1521/2302 66% [======================================== ] 1522/2302 66% [========================================= ] 1523/2302 66% [========================================= ] 1524/2302 66% [========================================= ] 1525/2302 66% [========================================= ] 1526/2302 66% [========================================= ] 1527/2302 66% [========================================= ] 1528/2302 66% [========================================= ] 1529/2302 66% [========================================= ] 1530/2302 66% [========================================= ] 1531/2302 66% [========================================= ] 1532/2302 66% [========================================= ] 1533/2302 66% [========================================= ] 1534/2302 66% [========================================= ] 1535/2302 66% [========================================= ] 1536/2302 66% [========================================= ] 1537/2302 66% [========================================= ] 1538/2302 66% [========================================= ] 1539/2302 66% [========================================= ] 1540/2302 66% [========================================= ] 1541/2302 66% [========================================= ] 1542/2302 66% [========================================= ] 1543/2302 67% [========================================= ] 1544/2302 67% [========================================= ] 1545/2302 67% [========================================= ] 1546/2302 67% [========================================= ] 1547/2302 67% [========================================= ] 1548/2302 67% [========================================= ] 1549/2302 67% [========================================= ] 1550/2302 67% [========================================= ] 1551/2302 67% [========================================= ] 1552/2302 67% [========================================= ] 1553/2302 67% [========================================= ] 1554/2302 67% [========================================= ] 1555/2302 67% [========================================= ] 1556/2302 67% [========================================= ] 1557/2302 67% [========================================= ] 1558/2302 67% [========================================= ] 1559/2302 67% [========================================== ] 1560/2302 67% [========================================== ] 1561/2302 67% [========================================== ] 1562/2302 67% [========================================== ] 1563/2302 67% [========================================== ] 1564/2302 67% [========================================== ] 1565/2302 67% [========================================== ] 1566/2302 68% [========================================== ] 1567/2302 68% [========================================== ] 1568/2302 68% [========================================== ] 1569/2302 68% [========================================== ] 1570/2302 68% [========================================== ] 1571/2302 68% [========================================== ] 1572/2302 68% [========================================== ] 1573/2302 68% [========================================== ] 1574/2302 68% [========================================== ] 1575/2302 68% [========================================== ] 1576/2302 68% [========================================== ] 1577/2302 68% [========================================== ] 1578/2302 68% [========================================== ] 1579/2302 68% [========================================== ] 1580/2302 68% [========================================== ] 1581/2302 68% [========================================== ] 1582/2302 68% [========================================== ] 1583/2302 68% [========================================== ] 1584/2302 68% [========================================== ] 1585/2302 68% [========================================== ] 1586/2302 68% [========================================== ] 1587/2302 68% [========================================== ] 1588/2302 68% [========================================== ] 1589/2302 69% [========================================== ] 1590/2302 69% [========================================== ] 1591/2302 69% [========================================== ] 1592/2302 69% [========================================== ] 1593/2302 69% [========================================== ] 1594/2302 69% [========================================== ] 1595/2302 69% [========================================== ] 1596/2302 69% [=========================================== ] 1597/2302 69% [=========================================== ] 1598/2302 69% [=========================================== ] 1599/2302 69% [=========================================== ] 1600/2302 69% [=========================================== ] 1601/2302 69% [=========================================== ] 1602/2302 69% [=========================================== ] 1603/2302 69% [=========================================== ] 1604/2302 69% [=========================================== ] 1605/2302 69% [=========================================== ] 1606/2302 69% [=========================================== ] 1607/2302 69% [=========================================== ] 1608/2302 69% [=========================================== ] 1609/2302 69% [=========================================== ] 1610/2302 69% [=========================================== ] 1611/2302 69% [=========================================== ] 1612/2302 70% [=========================================== ] 1613/2302 70% [=========================================== ] 1614/2302 70% [=========================================== ] 1615/2302 70% [=========================================== ] 1616/2302 70% [=========================================== ] 1617/2302 70% [=========================================== ] 1618/2302 70% [=========================================== ] 1619/2302 70% [=========================================== ] 1620/2302 70% [=========================================== ] 1621/2302 70% [=========================================== ] 1622/2302 70% [=========================================== ] 1623/2302 70% [=========================================== ] 1624/2302 70% [=========================================== ] 1625/2302 70% [=========================================== ] 1626/2302 70% [=========================================== ] 1627/2302 70% [=========================================== ] 1628/2302 70% [=========================================== ] 1629/2302 70% [=========================================== ] 1630/2302 70% [=========================================== ] 1631/2302 70% [=========================================== ] 1632/2302 70% [=========================================== ] 1633/2302 70% [============================================ ] 1634/2302 70% [============================================ ] 1635/2302 71% [============================================ ] 1636/2302 71% [============================================ ] 1637/2302 71% [============================================ ] 1638/2302 71% [============================================ ] 1639/2302 71% [============================================ ] 1640/2302 71% [============================================ ] 1641/2302 71% [============================================ ] 1642/2302 71% [============================================ ] 1643/2302 71% [============================================ ] 1644/2302 71% [============================================ ] 1645/2302 71% [============================================ ] 1646/2302 71% [============================================ ] 1647/2302 71% [============================================ ] 1648/2302 71% [============================================ ] 1649/2302 71% [============================================ ] 1650/2302 71% [============================================ ] 1651/2302 71% [============================================ ] 1652/2302 71% [============================================ ] 1653/2302 71% [============================================ ] 1654/2302 71% [============================================ ] 1655/2302 71% [============================================ ] 1656/2302 71% [============================================ ] 1657/2302 71% [============================================ ] 1658/2302 72% [============================================ ] 1659/2302 72% [============================================ ] 1660/2302 72% [============================================ ] 1661/2302 72% [============================================ ] 1662/2302 72% [============================================ ] 1663/2302 72% [============================================ ] 1664/2302 72% [============================================ ] 1665/2302 72% [============================================ ] 1666/2302 72% [============================================ ] 1667/2302 72% [============================================ ] 1668/2302 72% [============================================ ] 1669/2302 72% [============================================ ] 1670/2302 72% [============================================= ] 1671/2302 72% [============================================= ] 1672/2302 72% [============================================= ] 1673/2302 72% [============================================= ] 1674/2302 72% [============================================= ] 1675/2302 72% [============================================= ] 1676/2302 72% [============================================= ] 1677/2302 72% [============================================= ] 1678/2302 72% [============================================= ] 1679/2302 72% [============================================= ] 1680/2302 72% [============================================= ] 1681/2302 73% [============================================= ] 1682/2302 73% [============================================= ] 1683/2302 73% [============================================= ] 1684/2302 73% [============================================= ] 1685/2302 73% [============================================= ] 1686/2302 73% [============================================= ] 1687/2302 73% [============================================= ] 1688/2302 73% [============================================= ] 1689/2302 73% [============================================= ] 1690/2302 73% [============================================= ] 1691/2302 73% [============================================= ] 1692/2302 73% [============================================= ] 1693/2302 73% [============================================= ] 1694/2302 73% [============================================= ] 1695/2302 73% [============================================= ] 1696/2302 73% [============================================= ] 1697/2302 73% [============================================= ] 1698/2302 73% [============================================= ] 1699/2302 73% [============================================= ] 1700/2302 73% [============================================= ] 1701/2302 73% [============================================= ] 1702/2302 73% [============================================= ] 1703/2302 73% [============================================= ] 1704/2302 74% [============================================= ] 1705/2302 74% [============================================= ] 1706/2302 74% [============================================= ] 1707/2302 74% [============================================== ] 1708/2302 74% [============================================== ] 1709/2302 74% [============================================== ] 1710/2302 74% [============================================== ] 1711/2302 74% [============================================== ] 1712/2302 74% [============================================== ] 1713/2302 74% [============================================== ] 1714/2302 74% [============================================== ] 1715/2302 74% [============================================== ] 1716/2302 74% [============================================== ] 1717/2302 74% [============================================== ] 1718/2302 74% [============================================== ] 1719/2302 74% [============================================== ] 1720/2302 74% [============================================== ] 1721/2302 74% [============================================== ] 1722/2302 74% [============================================== ] 1723/2302 74% [============================================== ] 1724/2302 74% [============================================== ] 1725/2302 74% [============================================== ] 1726/2302 74% [============================================== ] 1727/2302 75% [============================================== ] 1728/2302 75% [============================================== ] 1729/2302 75% [============================================== ] 1730/2302 75% [============================================== ] 1731/2302 75% [============================================== ] 1732/2302 75% [============================================== ] 1733/2302 75% [============================================== ] 1734/2302 75% [============================================== ] 1735/2302 75% [============================================== ] 1736/2302 75% [============================================== ] 1737/2302 75% [============================================== ] 1738/2302 75% [============================================== ] 1739/2302 75% [============================================== ] 1740/2302 75% [============================================== ] 1741/2302 75% [============================================== ] 1742/2302 75% [============================================== ] 1743/2302 75% [============================================== ] 1744/2302 75% [============================================== ] 1745/2302 75% [=============================================== ] 1746/2302 75% [=============================================== ] 1747/2302 75% [=============================================== ] 1748/2302 75% [=============================================== ] 1749/2302 75% [=============================================== ] 1750/2302 76% [=============================================== ] 1751/2302 76% [=============================================== ] 1752/2302 76% [=============================================== ] 1753/2302 76% [=============================================== ] 1754/2302 76% [=============================================== ] 1755/2302 76% [=============================================== ] 1756/2302 76% [=============================================== ] 1757/2302 76% [=============================================== ] 1758/2302 76% [=============================================== ] 1759/2302 76% [=============================================== ] 1760/2302 76% [=============================================== ] 1761/2302 76% [=============================================== ] 1762/2302 76% [=============================================== ] 1763/2302 76% [=============================================== ] 1764/2302 76% [=============================================== ] 1765/2302 76% [=============================================== ] 1766/2302 76% [=============================================== ] 1767/2302 76% [=============================================== ] 1768/2302 76% [=============================================== ] 1769/2302 76% [=============================================== ] 1770/2302 76% [=============================================== ] 1771/2302 76% [=============================================== ] 1772/2302 76% [=============================================== ] 1773/2302 77% [=============================================== ] 1774/2302 77% [=============================================== ] 1775/2302 77% [=============================================== ] 1776/2302 77% [=============================================== ] 1777/2302 77% [=============================================== ] 1778/2302 77% [=============================================== ] 1779/2302 77% [=============================================== ] 1780/2302 77% [=============================================== ] 1781/2302 77% [=============================================== ] 1782/2302 77% [================================================ ] 1783/2302 77% [================================================ ] 1784/2302 77% [================================================ ] 1785/2302 77% [================================================ ] 1786/2302 77% [================================================ ] 1787/2302 77% [================================================ ] 1788/2302 77% [================================================ ] 1789/2302 77% [================================================ ] 1790/2302 77% [================================================ ] 1791/2302 77% [================================================ ] 1792/2302 77% [================================================ ] 1793/2302 77% [================================================ ] 1794/2302 77% [================================================ ] 1795/2302 77% [================================================ ] 1796/2302 78% [================================================ ] 1797/2302 78% [================================================ ] 1798/2302 78% [================================================ ] 1799/2302 78% [================================================ ] 1800/2302 78% [================================================ ] 1801/2302 78% [================================================ ] 1802/2302 78% [================================================ ] 1803/2302 78% [================================================ ] 1804/2302 78% [================================================ ] 1805/2302 78% [================================================ ] 1806/2302 78% [================================================ ] 1807/2302 78% [================================================ ] 1808/2302 78% [================================================ ] 1809/2302 78% [================================================ ] 1810/2302 78% [================================================ ] 1811/2302 78% [================================================ ] 1812/2302 78% [================================================ ] 1813/2302 78% [================================================ ] 1814/2302 78% [================================================ ] 1815/2302 78% [================================================ ] 1816/2302 78% [================================================ ] 1817/2302 78% [================================================ ] 1818/2302 78% [================================================ ] 1819/2302 79% [================================================= ] 1820/2302 79% [================================================= ] 1821/2302 79% [================================================= ] 1822/2302 79% [================================================= ] 1823/2302 79% [================================================= ] 1824/2302 79% [================================================= ] 1825/2302 79% [================================================= ] 1826/2302 79% [================================================= ] 1827/2302 79% [================================================= ] 1828/2302 79% [================================================= ] 1829/2302 79% [================================================= ] 1830/2302 79% [================================================= ] 1831/2302 79% [================================================= ] 1832/2302 79% [================================================= ] 1833/2302 79% [================================================= ] 1834/2302 79% [================================================= ] 1835/2302 79% [================================================= ] 1836/2302 79% [================================================= ] 1837/2302 79% [================================================= ] 1838/2302 79% [================================================= ] 1839/2302 79% [================================================= ] 1840/2302 79% [================================================= ] 1841/2302 79% [================================================= ] 1842/2302 80% [================================================= ] 1843/2302 80% [================================================= ] 1844/2302 80% [================================================= ] 1845/2302 80% [================================================= ] 1846/2302 80% [================================================= ] 1847/2302 80% [================================================= ] 1848/2302 80% [================================================= ] 1849/2302 80% [================================================= ] 1850/2302 80% [================================================= ] 1851/2302 80% [================================================= ] 1852/2302 80% [================================================= ] 1853/2302 80% [================================================= ] 1854/2302 80% [================================================= ] 1855/2302 80% [================================================= ] 1856/2302 80% [================================================== ] 1857/2302 80% [================================================== ] 1858/2302 80% [================================================== ] 1859/2302 80% [================================================== ] 1860/2302 80% [================================================== ] 1861/2302 80% [================================================== ] 1862/2302 80% [================================================== ] 1863/2302 80% [================================================== ] 1864/2302 80% [================================================== ] 1865/2302 81% [================================================== ] 1866/2302 81% [================================================== ] 1867/2302 81% [================================================== ] 1868/2302 81% [================================================== ] 1869/2302 81% [================================================== ] 1870/2302 81% [================================================== ] 1871/2302 81% [================================================== ] 1872/2302 81% [================================================== ] 1873/2302 81% [================================================== ] 1874/2302 81% [================================================== ] 1875/2302 81% [================================================== ] 1876/2302 81% [================================================== ] 1877/2302 81% [================================================== ] 1878/2302 81% [================================================== ] 1879/2302 81% [================================================== ] 1880/2302 81% [================================================== ] 1881/2302 81% [================================================== ] 1882/2302 81% [================================================== ] 1883/2302 81% [================================================== ] 1884/2302 81% [================================================== ] 1885/2302 81% [================================================== ] 1886/2302 81% [================================================== ] 1887/2302 81% [================================================== ] 1888/2302 82% [================================================== ] 1889/2302 82% [================================================== ] 1890/2302 82% [================================================== ] 1891/2302 82% [================================================== ] 1892/2302 82% [================================================== ] 1893/2302 82% [=================================================== ] 1894/2302 82% [=================================================== ] 1895/2302 82% [=================================================== ] 1896/2302 82% [=================================================== ] 1897/2302 82% [=================================================== ] 1898/2302 82% [=================================================== ] 1899/2302 82% [=================================================== ] 1900/2302 82% [=================================================== ] 1901/2302 82% [=================================================== ] 1902/2302 82% [=================================================== ] 1903/2302 82% [=================================================== ] 1904/2302 82% [=================================================== ] 1905/2302 82% [=================================================== ] 1906/2302 82% [=================================================== ] 1907/2302 82% [=================================================== ] 1908/2302 82% [=================================================== ] 1909/2302 82% [=================================================== ] 1910/2302 82% [=================================================== ] 1911/2302 83% [=================================================== ] 1912/2302 83% [=================================================== ] 1913/2302 83% [=================================================== ] 1914/2302 83% [=================================================== ] 1915/2302 83% [=================================================== ] 1916/2302 83% [=================================================== ] 1917/2302 83% [=================================================== ] 1918/2302 83% [=================================================== ] 1919/2302 83% [=================================================== ] 1920/2302 83% [=================================================== ] 1921/2302 83% [=================================================== ] 1922/2302 83% [=================================================== ] 1923/2302 83% [=================================================== ] 1924/2302 83% [=================================================== ] 1925/2302 83% [=================================================== ] 1926/2302 83% [=================================================== ] 1927/2302 83% [=================================================== ] 1928/2302 83% [=================================================== ] 1929/2302 83% [=================================================== ] 1930/2302 83% [==================================================== ] 1931/2302 83% [==================================================== ] 1932/2302 83% [==================================================== ] 1933/2302 83% [==================================================== ] 1934/2302 84% [==================================================== ] 1935/2302 84% [==================================================== ] 1936/2302 84% [==================================================== ] 1937/2302 84% [==================================================== ] 1938/2302 84% [==================================================== ] 1939/2302 84% [==================================================== ] 1940/2302 84% [==================================================== ] 1941/2302 84% [==================================================== ] 1942/2302 84% [==================================================== ] 1943/2302 84% [==================================================== ] 1944/2302 84% [==================================================== ] 1945/2302 84% [==================================================== ] 1946/2302 84% [==================================================== ] 1947/2302 84% [==================================================== ] 1948/2302 84% [==================================================== ] 1949/2302 84% [==================================================== ] 1950/2302 84% [==================================================== ] 1951/2302 84% [==================================================== ] 1952/2302 84% [==================================================== ] 1953/2302 84% [==================================================== ] 1954/2302 84% [==================================================== ] 1955/2302 84% [==================================================== ] 1956/2302 84% [==================================================== ] 1957/2302 85% [==================================================== ] 1958/2302 85% [==================================================== ] 1959/2302 85% [==================================================== ] 1960/2302 85% [==================================================== ] 1961/2302 85% [==================================================== ] 1962/2302 85% [==================================================== ] 1963/2302 85% [==================================================== ] 1964/2302 85% [==================================================== ] 1965/2302 85% [==================================================== ] 1966/2302 85% [==================================================== ] 1967/2302 85% [===================================================== ] 1968/2302 85% [===================================================== ] 1969/2302 85% [===================================================== ] 1970/2302 85% [===================================================== ] 1971/2302 85% [===================================================== ] 1972/2302 85% [===================================================== ] 1973/2302 85% [===================================================== ] 1974/2302 85% [===================================================== ] 1975/2302 85% [===================================================== ] 1976/2302 85% [===================================================== ] 1977/2302 85% [===================================================== ] 1978/2302 85% [===================================================== ] 1979/2302 85% [===================================================== ] 1980/2302 86% [===================================================== ] 1981/2302 86% [===================================================== ] 1982/2302 86% [===================================================== ] 1983/2302 86% [===================================================== ] 1984/2302 86% [===================================================== ] 1985/2302 86% [===================================================== ] 1986/2302 86% [===================================================== ] 1987/2302 86% [===================================================== ] 1988/2302 86% [===================================================== ] 1989/2302 86% [===================================================== ] 1990/2302 86% [===================================================== ] 1991/2302 86% [===================================================== ] 1992/2302 86% [===================================================== ] 1993/2302 86% [===================================================== ] 1994/2302 86% [===================================================== ] 1995/2302 86% [===================================================== ] 1996/2302 86% [===================================================== ] 1997/2302 86% [===================================================== ] 1998/2302 86% [===================================================== ] 1999/2302 86% [===================================================== ] 2000/2302 86% [===================================================== ] 2001/2302 86% [===================================================== ] 2002/2302 86% [===================================================== ] 2003/2302 87% [===================================================== ] 2004/2302 87% [====================================================== ] 2005/2302 87% [====================================================== ] 2006/2302 87% [====================================================== ] 2007/2302 87% [====================================================== ] 2008/2302 87% [====================================================== ] 2009/2302 87% [====================================================== ] 2010/2302 87% [====================================================== ] 2011/2302 87% [====================================================== ] 2012/2302 87% [====================================================== ] 2013/2302 87% [====================================================== ] 2014/2302 87% [====================================================== ] 2015/2302 87% [====================================================== ] 2016/2302 87% [====================================================== ] 2017/2302 87% [====================================================== ] 2018/2302 87% [====================================================== ] 2019/2302 87% [====================================================== ] 2020/2302 87% [====================================================== ] 2021/2302 87% [====================================================== ] 2022/2302 87% [====================================================== ] 2023/2302 87% [====================================================== ] 2024/2302 87% [====================================================== ] 2025/2302 87% [====================================================== ] 2026/2302 88% [====================================================== ] 2027/2302 88% [====================================================== ] 2028/2302 88% [====================================================== ] 2029/2302 88% [====================================================== ] 2030/2302 88% [====================================================== ] 2031/2302 88% [====================================================== ] 2032/2302 88% [====================================================== ] 2033/2302 88% [====================================================== ] 2034/2302 88% [====================================================== ] 2035/2302 88% [====================================================== ] 2036/2302 88% [====================================================== ] 2037/2302 88% [====================================================== ] 2038/2302 88% [====================================================== ] 2039/2302 88% [====================================================== ] 2040/2302 88% [====================================================== ] 2041/2302 88% [====================================================== ] 2042/2302 88% [======================================================= ] 2043/2302 88% [======================================================= ] 2044/2302 88% [======================================================= ] 2045/2302 88% [======================================================= ] 2046/2302 88% [======================================================= ] 2047/2302 88% [======================================================= ] 2048/2302 88% [======================================================= ] 2049/2302 89% [======================================================= ] 2050/2302 89% [======================================================= ] 2051/2302 89% [======================================================= ] 2052/2302 89% [======================================================= ] 2053/2302 89% [======================================================= ] 2054/2302 89% [======================================================= ] 2055/2302 89% [======================================================= ] 2056/2302 89% [======================================================= ] 2057/2302 89% [======================================================= ] 2058/2302 89% [======================================================= ] 2059/2302 89% [======================================================= ] 2060/2302 89% [======================================================= ] 2061/2302 89% [======================================================= ] 2062/2302 89% [======================================================= ] 2063/2302 89% [======================================================= ] 2064/2302 89% [======================================================= ] 2065/2302 89% [======================================================= ] 2066/2302 89% [======================================================= ] 2067/2302 89% [======================================================= ] 2068/2302 89% [======================================================= ] 2069/2302 89% [======================================================= ] 2070/2302 89% [======================================================= ] 2071/2302 89% [======================================================= ] 2072/2302 90% [======================================================= ] 2073/2302 90% [======================================================= ] 2074/2302 90% [======================================================= ] 2075/2302 90% [======================================================= ] 2076/2302 90% [======================================================= ] 2077/2302 90% [======================================================= ] 2078/2302 90% [======================================================= ] 2079/2302 90% [======================================================== ] 2080/2302 90% [======================================================== ] 2081/2302 90% [======================================================== ] 2082/2302 90% [======================================================== ] 2083/2302 90% [======================================================== ] 2084/2302 90% [======================================================== ] 2085/2302 90% [======================================================== ] 2086/2302 90% [======================================================== ] 2087/2302 90% [======================================================== ] 2088/2302 90% [======================================================== ] 2089/2302 90% [======================================================== ] 2090/2302 90% [======================================================== ] 2091/2302 90% [======================================================== ] 2092/2302 90% [======================================================== ] 2093/2302 90% [======================================================== ] 2094/2302 90% [======================================================== ] 2095/2302 91% [======================================================== ] 2096/2302 91% [======================================================== ] 2097/2302 91% [======================================================== ] 2098/2302 91% [======================================================== ] 2099/2302 91% [======================================================== ] 2100/2302 91% [======================================================== ] 2101/2302 91% [======================================================== ] 2102/2302 91% [======================================================== ] 2103/2302 91% [======================================================== ] 2104/2302 91% [======================================================== ] 2105/2302 91% [======================================================== ] 2106/2302 91% [======================================================== ] 2107/2302 91% [======================================================== ] 2108/2302 91% [======================================================== ] 2109/2302 91% [======================================================== ] 2110/2302 91% [======================================================== ] 2111/2302 91% [======================================================== ] 2112/2302 91% [======================================================== ] 2113/2302 91% [======================================================== ] 2114/2302 91% [======================================================== ] 2115/2302 91% [======================================================== ] 2116/2302 91% [========================================================= ] 2117/2302 91% [========================================================= ] 2118/2302 92% [========================================================= ] 2119/2302 92% [========================================================= ] 2120/2302 92% [========================================================= ] 2121/2302 92% [========================================================= ] 2122/2302 92% [========================================================= ] 2123/2302 92% [========================================================= ] 2124/2302 92% [========================================================= ] 2125/2302 92% [========================================================= ] 2126/2302 92% [========================================================= ] 2127/2302 92% [========================================================= ] 2128/2302 92% [========================================================= ] 2129/2302 92% [========================================================= ] 2130/2302 92% [========================================================= ] 2131/2302 92% [========================================================= ] 2132/2302 92% [========================================================= ] 2133/2302 92% [========================================================= ] 2134/2302 92% [========================================================= ] 2135/2302 92% [========================================================= ] 2136/2302 92% [========================================================= ] 2137/2302 92% [========================================================= ] 2138/2302 92% [========================================================= ] 2139/2302 92% [========================================================= ] 2140/2302 92% [========================================================= ] 2141/2302 93% [========================================================= ] 2142/2302 93% [========================================================= ] 2143/2302 93% [========================================================= ] 2144/2302 93% [========================================================= ] 2145/2302 93% [========================================================= ] 2146/2302 93% [========================================================= ] 2147/2302 93% [========================================================= ] 2148/2302 93% [========================================================= ] 2149/2302 93% [========================================================= ] 2150/2302 93% [========================================================= ] 2151/2302 93% [========================================================= ] 2152/2302 93% [========================================================= ] 2153/2302 93% [========================================================== ] 2154/2302 93% [========================================================== ] 2155/2302 93% [========================================================== ] 2156/2302 93% [========================================================== ] 2157/2302 93% [========================================================== ] 2158/2302 93% [========================================================== ] 2159/2302 93% [========================================================== ] 2160/2302 93% [========================================================== ] 2161/2302 93% [========================================================== ] 2162/2302 93% [========================================================== ] 2163/2302 93% [========================================================== ] 2164/2302 94% [========================================================== ] 2165/2302 94% [========================================================== ] 2166/2302 94% [========================================================== ] 2167/2302 94% [========================================================== ] 2168/2302 94% [========================================================== ] 2169/2302 94% [========================================================== ] 2170/2302 94% [========================================================== ] 2171/2302 94% [========================================================== ] 2172/2302 94% [========================================================== ] 2173/2302 94% [========================================================== ] 2174/2302 94% [========================================================== ] 2175/2302 94% [========================================================== ] 2176/2302 94% [========================================================== ] 2177/2302 94% [========================================================== ] 2178/2302 94% [========================================================== ] 2179/2302 94% [========================================================== ] 2180/2302 94% [========================================================== ] 2181/2302 94% [========================================================== ] 2182/2302 94% [========================================================== ] 2183/2302 94% [========================================================== ] 2184/2302 94% [========================================================== ] 2185/2302 94% [========================================================== ] 2186/2302 94% [========================================================== ] 2187/2302 95% [========================================================== ] 2188/2302 95% [========================================================== ] 2189/2302 95% [========================================================== ] 2190/2302 95% [=========================================================== ] 2191/2302 95% [=========================================================== ] 2192/2302 95% [=========================================================== ] 2193/2302 95% [=========================================================== ] 2194/2302 95% [=========================================================== ] 2195/2302 95% [=========================================================== ] 2196/2302 95% [=========================================================== ] 2197/2302 95% [=========================================================== ] 2198/2302 95% [=========================================================== ] 2199/2302 95% [=========================================================== ] 2200/2302 95% [=========================================================== ] 2201/2302 95% [=========================================================== ] 2202/2302 95% [=========================================================== ] 2203/2302 95% [=========================================================== ] 2204/2302 95% [=========================================================== ] 2205/2302 95% [=========================================================== ] 2206/2302 95% [=========================================================== ] 2207/2302 95% [=========================================================== ] 2208/2302 95% [=========================================================== ] 2209/2302 95% [=========================================================== ] 2210/2302 96% [=========================================================== ] 2211/2302 96% [=========================================================== ] 2212/2302 96% [=========================================================== ] 2213/2302 96% [=========================================================== ] 2214/2302 96% [=========================================================== ] 2215/2302 96% [=========================================================== ] 2216/2302 96% [=========================================================== ] 2217/2302 96% [=========================================================== ] 2218/2302 96% [=========================================================== ] 2219/2302 96% [=========================================================== ] 2220/2302 96% [=========================================================== ] 2221/2302 96% [=========================================================== ] 2222/2302 96% [=========================================================== ] 2223/2302 96% [=========================================================== ] 2224/2302 96% [=========================================================== ] 2225/2302 96% [=========================================================== ] 2226/2302 96% [=========================================================== ] 2227/2302 96% [============================================================ ] 2228/2302 96% [============================================================ ] 2229/2302 96% [============================================================ ] 2230/2302 96% [============================================================ ] 2231/2302 96% [============================================================ ] 2232/2302 96% [============================================================ ] 2233/2302 97% [============================================================ ] 2234/2302 97% [============================================================ ] 2235/2302 97% [============================================================ ] 2236/2302 97% [============================================================ ] 2237/2302 97% [============================================================ ] 2238/2302 97% [============================================================ ] 2239/2302 97% [============================================================ ] 2240/2302 97% [============================================================ ] 2241/2302 97% [============================================================ ] 2242/2302 97% [============================================================ ] 2243/2302 97% [============================================================ ] 2244/2302 97% [============================================================ ] 2245/2302 97% [============================================================ ] 2246/2302 97% [============================================================ ] 2247/2302 97% [============================================================ ] 2248/2302 97% [============================================================ ] 2249/2302 97% [============================================================ ] 2250/2302 97% [============================================================ ] 2251/2302 97% [============================================================ ] 2252/2302 97% [============================================================ ] 2253/2302 97% [============================================================ ] 2254/2302 97% [============================================================ ] 2255/2302 97% [============================================================ ] 2256/2302 98% [============================================================ ] 2257/2302 98% [============================================================ ] 2258/2302 98% [============================================================ ] 2259/2302 98% [============================================================ ] 2260/2302 98% [============================================================ ] 2261/2302 98% [============================================================ ] 2262/2302 98% [============================================================ ] 2263/2302 98% [============================================================ ] 2264/2302 98% [============================================================= ] 2265/2302 98% [============================================================= ] 2266/2302 98% [============================================================= ] 2267/2302 98% [============================================================= ] 2268/2302 98% [============================================================= ] 2269/2302 98% [============================================================= ] 2270/2302 98% [============================================================= ] 2271/2302 98% [============================================================= ] 2272/2302 98% [============================================================= ] 2273/2302 98% [============================================================= ] 2274/2302 98% [============================================================= ] 2275/2302 98% [============================================================= ] 2276/2302 98% [============================================================= ] 2277/2302 98% [============================================================= ] 2278/2302 98% [============================================================= ] 2279/2302 99% [============================================================= ] 2280/2302 99% [============================================================= ] 2281/2302 99% [============================================================= ] 2282/2302 99% [============================================================= ] 2283/2302 99% [============================================================= ] 2284/2302 99% [============================================================= ] 2285/2302 99% [============================================================= ] 2286/2302 99% [============================================================= ] 2287/2302 99% [============================================================= ] 2288/2302 99% [============================================================= ] 2289/2302 99% [============================================================= ] 2290/2302 99% [============================================================= ] 2291/2302 99% [============================================================= ] 2292/2302 99% [============================================================= ] 2293/2302 99% [============================================================= ] 2294/2302 99% [============================================================= ] 2295/2302 99% [============================================================= ] 2296/2302 99% [============================================================= ] 2297/2302 99% [============================================================= ] 2298/2302 99% [============================================================= ] 2299/2302 99% [============================================================= ] 2300/2302 99% [============================================================= ] 2301/2302 99% [==============================================================] 2302/2302 100% operation complete, 2302 objects in 112195 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2024.05.3 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.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 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-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gawk 5.3.0 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.41 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) >>> host-make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> 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-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> linux-headers 6.8.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.11 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> brcmfmac_sdio-firmware-rpi 26ff205b45dc109b498a70aaf182804ad9dbfea5 Collecting legal info LICENSE: OK (sha256: ea8b7b7b6cfc6fd30587ed977100f6a542734ce53218b5b63de16180acddd599) >>> brickd v1.2.2 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-gzip 1.13 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-vala 0.56.17 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> 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-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-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> 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) >>> libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libselinux 3.6 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-coreutils 9.3 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libsepol 3.6 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> libgudev 237 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> udev Collecting legal info >>> eudev 3.2.14 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> util-linux-libs 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> ccid 1.5.2 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> pcsc-lite 2.1.0 Collecting legal info COPYING: OK (sha256: 40d4358bb8dc8d30f5365ae6d999b6f820bbc051b292912482f2e4d0ebd837e1) GPL-3.0.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dav1d 1.4.3 Collecting legal info COPYING: OK (sha256: b327887de263238deaa80c34cdd2ff3e0ba1d35db585ce14a37ce3e74ee389e9) >>> dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-dbus-glib 0.112 Collecting legal info COPYING: OK (sha256: 589bc300214a8b9ecd121f51570fe6342617487fd8fc0fb1f4ec26a13d5b96f8) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> dmraid 1.0.0.rc16-3 Collecting legal info 1.0.0.rc16-3/dmraid/LICENSE_GPL: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) 1.0.0.rc16-3/dmraid/LICENSE: OK (sha256: 4bc391fcf852e03c3a7564cb146af6e47717562eed296b28bce123ee1b0396b8) >>> lvm2 2.03.23 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-eudev 3.2.14 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> eza 0.18.8 Collecting legal info LICENCE: OK (sha256: 2762990c7fbba9d550802a2593c1d857dcd52596bb0f9f192a97e9a7ac5f4f9e) >>> host-rustc Collecting legal info >>> host-rust-bin 1.74.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> flashrom 1.3.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> pciutils 3.10.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> fluent-bit 3.1.3 Collecting legal info LICENSE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gmrender-resurrect 0.1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> gstreamer1 1.22.9 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> libupnp 1.14.19 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gnutls 3.8.6 Collecting legal info doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libunistring 1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gst1-plugins-base 1.22.9 Collecting legal info COPYING: OK (sha256: ad2eec519ebd4b5df86ea84dff24ae3bfa2edea846a703b58902dd221ae375db) >>> ifupdown-scripts Collecting legal info >>> initscripts Collecting legal info >>> ipcalc 1.0.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iprutils 2.4.18.1 Collecting legal info LICENSE: OK (sha256: 59b4179e61248aff9cd2d6ee4cd1dbbd0ef48836fe2eeee19f4b16459785104a) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libdnet 1.16.4 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libdrm 2.4.120 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.5 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdnav 6.1.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libiio 0.25 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsigrok 0.5.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libzip 1.10.1 Collecting legal info LICENSE: OK (sha256: 01c022eca6d566e2e8792fd0f091a28653b2a608319922bcd4de91c49d1438e1) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtirpc 1.3.4 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libucl 0.8.2 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libva 2.21.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> memcached 1.6.22 Collecting legal info COPYING: OK (sha256: bc887c4ad8051fe690ace9528fe37a2e0bb362e6d963331d82e845ca9b585a0c) >>> minicom 2.9 Collecting legal info COPYING: OK (sha256: cf80a758014eefbf068afffe3d462fc34ff4f528527524d8e100329c42094e15) >>> ncftp 3.2.7 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> nss-pam-ldapd 0.9.12 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openldap 2.5.18 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> postgresql 16.3 Collecting legal info COPYRIGHT: OK (sha256: 9bf20ee493926a7e17a74bc7f05089fbc014269667b1540bc35a6b194a40c9de) >>> host-zic 2024a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> procps-ng 4.0.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: 681e386e44a19d7d0674b4320272c90e66b6610b741e7e6305f8219c42e85366) >>> pv 1.8.5 Collecting legal info docs/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> restorecond 3.6 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.83.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> runc 1.1.12 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.22.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-runc 1.1.12 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> snort 2.9.20 Collecting legal info LICENSE: OK (sha256: f98260a6d3e5ef4ede8a2a6b698e5ac91d64c09243f7171e1c5b17b920a835c7) COPYING: OK (sha256: 3f1cbfb20bb2c608e1a474421880d08b8cba6abb00ab7736d22c481d71656a6d) >>> spidev_test 5.8 Collecting legal info >>> squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> 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) >>> which 2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> wolfssl 5.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> 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: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'