rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-2372-gc45b2f2b9d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc1\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/fusermount3 f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 2419 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2419 0% [ ] 2/2419 0% [ ] 3/2419 0% [ ] 4/2419 0% [ ] 5/2419 0% [ ] 6/2419 0% [ ] 7/2419 0% [ ] 8/2419 0% [ ] 9/2419 0% [ ] 10/2419 0% [ ] 11/2419 0% [ ] 12/2419 0% [ ] 13/2419 0% [ ] 14/2419 0% [ ] 15/2419 0% [ ] 16/2419 0% [ ] 17/2419 0% [ ] 18/2419 0% [ ] 19/2419 0% [ ] 20/2419 0% [ ] 21/2419 0% [ ] 22/2419 0% [ ] 23/2419 0% [ ] 24/2419 0% [ ] 25/2419 1% [ ] 26/2419 1% [ ] 27/2419 1% [ ] 28/2419 1% [ ] 29/2419 1% [ ] 30/2419 1% [ ] 31/2419 1% [ ] 32/2419 1% [ ] 33/2419 1% [ ] 34/2419 1% [ ] 35/2419 1% [ ] 36/2419 1% [ ] 37/2419 1% [ ] 38/2419 1% [ ] 39/2419 1% [= ] 40/2419 1% [= ] 41/2419 1% [= ] 42/2419 1% [= ] 43/2419 1% [= ] 44/2419 1% [= ] 45/2419 1% [= ] 46/2419 1% [= ] 47/2419 1% [= ] 48/2419 1% [= ] 49/2419 2% [= ] 50/2419 2% [= ] 51/2419 2% [= ] 52/2419 2% [= ] 53/2419 2% [= ] 54/2419 2% [= ] 55/2419 2% [= ] 56/2419 2% [= ] 57/2419 2% [= ] 58/2419 2% [= ] 59/2419 2% [= ] 60/2419 2% [= ] 61/2419 2% [= ] 62/2419 2% [= ] 63/2419 2% [= ] 64/2419 2% [= ] 65/2419 2% [= ] 66/2419 2% [= ] 67/2419 2% [= ] 68/2419 2% [= ] 69/2419 2% [= ] 70/2419 2% [= ] 71/2419 2% [= ] 72/2419 2% [= ] 73/2419 3% [= ] 74/2419 3% [= ] 75/2419 3% [= ] 76/2419 3% [= ] 77/2419 3% [= ] 78/2419 3% [== ] 79/2419 3% [== ] 80/2419 3% [== ] 81/2419 3% [== ] 82/2419 3% [== ] 83/2419 3% [== ] 84/2419 3% [== ] 85/2419 3% [== ] 86/2419 3% [== ] 87/2419 3% [== ] 88/2419 3% [== ] 89/2419 3% [== ] 90/2419 3% [== ] 91/2419 3% [== ] 92/2419 3% [== ] 93/2419 3% [== ] 94/2419 3% [== ] 95/2419 3% [== ] 96/2419 3% [== ] 97/2419 4% [== ] 98/2419 4% [== ] 99/2419 4% [== ] 100/2419 4% [== ] 101/2419 4% [== ] 102/2419 4% [== ] 103/2419 4% [== ] 104/2419 4% [== ] 105/2419 4% [== ] 106/2419 4% [== ] 107/2419 4% [== ] 108/2419 4% [== ] 109/2419 4% [== ] 110/2419 4% [== ] 111/2419 4% [== ] 112/2419 4% [== ] 113/2419 4% [== ] 114/2419 4% [== ] 115/2419 4% [== ] 116/2419 4% [== ] 117/2419 4% [=== ] 118/2419 4% [=== ] 119/2419 4% [=== ] 120/2419 4% [=== ] 121/2419 5% [=== ] 122/2419 5% [=== ] 123/2419 5% [=== ] 124/2419 5% [=== ] 125/2419 5% [=== ] 126/2419 5% [=== ] 127/2419 5% [=== ] 128/2419 5% [=== ] 129/2419 5% [=== ] 130/2419 5% [=== ] 131/2419 5% [=== ] 132/2419 5% [=== ] 133/2419 5% [=== ] 134/2419 5% [=== ] 135/2419 5% [=== ] 136/2419 5% [=== ] 137/2419 5% [=== ] 138/2419 5% [=== ] 139/2419 5% [=== ] 140/2419 5% [=== ] 141/2419 5% [=== ] 142/2419 5% [=== ] 143/2419 5% [=== ] 144/2419 5% [=== ] 145/2419 5% [=== ] 146/2419 6% [=== ] 147/2419 6% [=== ] 148/2419 6% [=== ] 149/2419 6% [=== ] 150/2419 6% [=== ] 151/2419 6% [=== ] 152/2419 6% [=== ] 153/2419 6% [=== ] 154/2419 6% [=== ] 155/2419 6% [=== ] 156/2419 6% [==== ] 157/2419 6% [==== ] 158/2419 6% [==== ] 159/2419 6% [==== ] 160/2419 6% [==== ] 161/2419 6% [==== ] 162/2419 6% [==== ] 163/2419 6% [==== ] 164/2419 6% [==== ] 165/2419 6% [==== ] 166/2419 6% [==== ] 167/2419 6% [==== ] 168/2419 6% [==== ] 169/2419 6% [==== ] 170/2419 7% [==== ] 171/2419 7% [==== ] 172/2419 7% [==== ] 173/2419 7% [==== ] 174/2419 7% [==== ] 175/2419 7% [==== ] 176/2419 7% [==== ] 177/2419 7% [==== ] 178/2419 7% [==== ] 179/2419 7% [==== ] 180/2419 7% [==== ] 181/2419 7% [==== ] 182/2419 7% [==== ] 183/2419 7% [==== ] 184/2419 7% [==== ] 185/2419 7% [==== ] 186/2419 7% [==== ] 187/2419 7% [==== ] 188/2419 7% [==== ] 189/2419 7% [==== ] 190/2419 7% [==== ] 191/2419 7% [==== ] 192/2419 7% [==== ] 193/2419 7% [==== ] 194/2419 8% [==== ] 195/2419 8% [===== ] 196/2419 8% [===== ] 197/2419 8% [===== ] 198/2419 8% [===== ] 199/2419 8% [===== ] 200/2419 8% [===== ] 201/2419 8% [===== ] 202/2419 8% [===== ] 203/2419 8% [===== ] 204/2419 8% [===== ] 205/2419 8% [===== ] 206/2419 8% [===== ] 207/2419 8% [===== ] 208/2419 8% [===== ] 209/2419 8% [===== ] 210/2419 8% [===== ] 211/2419 8% [===== ] 212/2419 8% [===== ] 213/2419 8% [===== ] 214/2419 8% [===== ] 215/2419 8% [===== ] 216/2419 8% [===== ] 217/2419 8% [===== ] 218/2419 9% [===== ] 219/2419 9% [===== ] 220/2419 9% [===== ] 221/2419 9% [===== ] 222/2419 9% [===== ] 223/2419 9% [===== ] 224/2419 9% [===== ] 225/2419 9% [===== ] 226/2419 9% [===== ] 227/2419 9% [===== ] 228/2419 9% [===== ] 229/2419 9% [===== ] 230/2419 9% [===== ] 231/2419 9% [===== ] 232/2419 9% [===== ] 233/2419 9% [===== ] 234/2419 9% [====== ] 235/2419 9% [====== ] 236/2419 9% [====== ] 237/2419 9% [====== ] 238/2419 9% [====== ] 239/2419 9% [====== ] 240/2419 9% [====== ] 241/2419 9% [====== ] 242/2419 10% [====== ] 243/2419 10% [====== ] 244/2419 10% [====== ] 245/2419 10% [====== ] 246/2419 10% [====== ] 247/2419 10% [====== ] 248/2419 10% [====== ] 249/2419 10% [====== ] 250/2419 10% [====== ] 251/2419 10% [====== ] 252/2419 10% [====== ] 253/2419 10% [====== ] 254/2419 10% [====== ] 255/2419 10% [====== ] 256/2419 10% [====== ] 257/2419 10% [====== ] 258/2419 10% [====== ] 259/2419 10% [====== ] 260/2419 10% [====== ] 261/2419 10% [====== ] 262/2419 10% [====== ] 263/2419 10% [====== ] 264/2419 10% [====== ] 265/2419 10% [====== ] 266/2419 10% [====== ] 267/2419 11% [====== ] 268/2419 11% [====== ] 269/2419 11% [====== ] 270/2419 11% [====== ] 271/2419 11% [====== ] 272/2419 11% [====== ] 273/2419 11% [======= ] 274/2419 11% [======= ] 275/2419 11% [======= ] 276/2419 11% [======= ] 277/2419 11% [======= ] 278/2419 11% [======= ] 279/2419 11% [======= ] 280/2419 11% [======= ] 281/2419 11% [======= ] 282/2419 11% [======= ] 283/2419 11% [======= ] 284/2419 11% [======= ] 285/2419 11% [======= ] 286/2419 11% [======= ] 287/2419 11% [======= ] 288/2419 11% [======= ] 289/2419 11% [======= ] 290/2419 11% [======= ] 291/2419 12% [======= ] 292/2419 12% [======= ] 293/2419 12% [======= ] 294/2419 12% [======= ] 295/2419 12% [======= ] 296/2419 12% [======= ] 297/2419 12% [======= ] 298/2419 12% [======= ] 299/2419 12% [======= ] 300/2419 12% [======= ] 301/2419 12% [======= ] 302/2419 12% [======= ] 303/2419 12% [======= ] 304/2419 12% [======= ] 305/2419 12% [======= ] 306/2419 12% [======= ] 307/2419 12% [======= ] 308/2419 12% [======= ] 309/2419 12% [======= ] 310/2419 12% [======= ] 311/2419 12% [======= ] 312/2419 12% [======== ] 313/2419 12% [======== ] 314/2419 12% [======== ] 315/2419 13% [======== ] 316/2419 13% [======== ] 317/2419 13% [======== ] 318/2419 13% [======== ] 319/2419 13% [======== ] 320/2419 13% [======== ] 321/2419 13% [======== ] 322/2419 13% [======== ] 323/2419 13% [======== ] 324/2419 13% [======== ] 325/2419 13% [======== ] 326/2419 13% [======== ] 327/2419 13% [======== ] 328/2419 13% [======== ] 329/2419 13% [======== ] 330/2419 13% [======== ] 331/2419 13% [======== ] 332/2419 13% [======== ] 333/2419 13% [======== ] 334/2419 13% [======== ] 335/2419 13% [======== ] 336/2419 13% [======== ] 337/2419 13% [======== ] 338/2419 13% [======== ] 339/2419 14% [======== ] 340/2419 14% [======== ] 341/2419 14% [======== ] 342/2419 14% [======== ] 343/2419 14% [======== ] 344/2419 14% [======== ] 345/2419 14% [======== ] 346/2419 14% [======== ] 347/2419 14% [======== ] 348/2419 14% [======== ] 349/2419 14% [======== ] 350/2419 14% [======== ] 351/2419 14% [========= ] 352/2419 14% [========= ] 353/2419 14% [========= ] 354/2419 14% [========= ] 355/2419 14% [========= ] 356/2419 14% [========= ] 357/2419 14% [========= ] 358/2419 14% [========= ] 359/2419 14% [========= ] 360/2419 14% [========= ] 361/2419 14% [========= ] 362/2419 14% [========= ] 363/2419 15% [========= ] 364/2419 15% [========= ] 365/2419 15% [========= ] 366/2419 15% [========= ] 367/2419 15% [========= ] 368/2419 15% [========= ] 369/2419 15% [========= ] 370/2419 15% [========= ] 371/2419 15% [========= ] 372/2419 15% [========= ] 373/2419 15% [========= ] 374/2419 15% [========= ] 375/2419 15% [========= ] 376/2419 15% [========= ] 377/2419 15% [========= ] 378/2419 15% [========= ] 379/2419 15% [========= ] 380/2419 15% [========= ] 381/2419 15% [========= ] 382/2419 15% [========= ] 383/2419 15% [========= ] 384/2419 15% [========= ] 385/2419 15% [========= ] 386/2419 15% [========= ] 387/2419 15% [========= ] 388/2419 16% [========= ] 389/2419 16% [========= ] 390/2419 16% [========== ] 391/2419 16% [========== ] 392/2419 16% [========== ] 393/2419 16% [========== ] 394/2419 16% [========== ] 395/2419 16% [========== ] 396/2419 16% [========== ] 397/2419 16% [========== ] 398/2419 16% [========== ] 399/2419 16% [========== ] 400/2419 16% [========== ] 401/2419 16% [========== ] 402/2419 16% [========== ] 403/2419 16% [========== ] 404/2419 16% [========== ] 405/2419 16% [========== ] 406/2419 16% [========== ] 407/2419 16% [========== ] 408/2419 16% [========== ] 409/2419 16% [========== ] 410/2419 16% [========== ] 411/2419 16% [========== ] 412/2419 17% [========== ] 413/2419 17% [========== ] 414/2419 17% [========== ] 415/2419 17% [========== ] 416/2419 17% [========== ] 417/2419 17% [========== ] 418/2419 17% [========== ] 419/2419 17% [========== ] 420/2419 17% [========== ] 421/2419 17% [========== ] 422/2419 17% [========== ] 423/2419 17% [========== ] 424/2419 17% [========== ] 425/2419 17% [========== ] 426/2419 17% [========== ] 427/2419 17% [========== ] 428/2419 17% [========== ] 429/2419 17% [=========== ] 430/2419 17% [=========== ] 431/2419 17% [=========== ] 432/2419 17% [=========== ] 433/2419 17% [=========== ] 434/2419 17% [=========== ] 435/2419 17% [=========== ] 436/2419 18% [=========== ] 437/2419 18% [=========== ] 438/2419 18% [=========== ] 439/2419 18% [=========== ] 440/2419 18% [=========== ] 441/2419 18% [=========== ] 442/2419 18% [=========== ] 443/2419 18% [=========== ] 444/2419 18% [=========== ] 445/2419 18% [=========== ] 446/2419 18% [=========== ] 447/2419 18% [=========== ] 448/2419 18% [=========== ] 449/2419 18% [=========== ] 450/2419 18% [=========== ] 451/2419 18% [=========== ] 452/2419 18% [=========== ] 453/2419 18% [=========== ] 454/2419 18% [=========== ] 455/2419 18% [=========== ] 456/2419 18% [=========== ] 457/2419 18% [=========== ] 458/2419 18% [=========== ] 459/2419 18% [=========== ] 460/2419 19% [=========== ] 461/2419 19% [=========== ] 462/2419 19% [=========== ] 463/2419 19% [=========== ] 464/2419 19% [=========== ] 465/2419 19% [=========== ] 466/2419 19% [=========== ] 467/2419 19% [=========== ] 468/2419 19% [============ ] 469/2419 19% [============ ] 470/2419 19% [============ ] 471/2419 19% [============ ] 472/2419 19% [============ ] 473/2419 19% [============ ] 474/2419 19% [============ ] 475/2419 19% [============ ] 476/2419 19% [============ ] 477/2419 19% [============ ] 478/2419 19% [============ ] 479/2419 19% [============ ] 480/2419 19% [============ ] 481/2419 19% [============ ] 482/2419 19% [============ ] 483/2419 19% [============ ] 484/2419 20% [============ ] 485/2419 20% [============ ] 486/2419 20% [============ ] 487/2419 20% [============ ] 488/2419 20% [============ ] 489/2419 20% [============ ] 490/2419 20% [============ ] 491/2419 20% [============ ] 492/2419 20% [============ ] 493/2419 20% [============ ] 494/2419 20% [============ ] 495/2419 20% [============ ] 496/2419 20% [============ ] 497/2419 20% [============ ] 498/2419 20% [============ ] 499/2419 20% [============ ] 500/2419 20% [============ ] 501/2419 20% [============ ] 502/2419 20% [============ ] 503/2419 20% [============ ] 504/2419 20% [============ ] 505/2419 20% [============ ] 506/2419 20% [============ ] 507/2419 20% [============= ] 508/2419 21% [============= ] 509/2419 21% [============= ] 510/2419 21% [============= ] 511/2419 21% [============= ] 512/2419 21% [============= ] 513/2419 21% [============= ] 514/2419 21% [============= ] 515/2419 21% [============= ] 516/2419 21% [============= ] 517/2419 21% [============= ] 518/2419 21% [============= ] 519/2419 21% [============= ] 520/2419 21% [============= ] 521/2419 21% [============= ] 522/2419 21% [============= ] 523/2419 21% [============= ] 524/2419 21% [============= ] 525/2419 21% [============= ] 526/2419 21% [============= ] 527/2419 21% [============= ] 528/2419 21% [============= ] 529/2419 21% [============= ] 530/2419 21% [============= ] 531/2419 21% [============= ] 532/2419 21% [============= ] 533/2419 22% [============= ] 534/2419 22% [============= ] 535/2419 22% [============= ] 536/2419 22% [============= ] 537/2419 22% [============= ] 538/2419 22% [============= ] 539/2419 22% [============= ] 540/2419 22% [============= ] 541/2419 22% [============= ] 542/2419 22% [============= ] 543/2419 22% [============= ] 544/2419 22% [============= ] 545/2419 22% [============= ] 546/2419 22% [============== ] 547/2419 22% [============== ] 548/2419 22% [============== ] 549/2419 22% [============== ] 550/2419 22% [============== ] 551/2419 22% [============== ] 552/2419 22% [============== ] 553/2419 22% [============== ] 554/2419 22% [============== ] 555/2419 22% [============== ] 556/2419 22% [============== ] 557/2419 23% [============== ] 558/2419 23% [============== ] 559/2419 23% [============== ] 560/2419 23% [============== ] 561/2419 23% [============== ] 562/2419 23% [============== ] 563/2419 23% [============== ] 564/2419 23% [============== ] 565/2419 23% [============== ] 566/2419 23% [============== ] 567/2419 23% [============== ] 568/2419 23% [============== ] 569/2419 23% [============== ] 570/2419 23% [============== ] 571/2419 23% [============== ] 572/2419 23% [============== ] 573/2419 23% [============== ] 574/2419 23% [============== ] 575/2419 23% [============== ] 576/2419 23% [============== ] 577/2419 23% [============== ] 578/2419 23% [============== ] 579/2419 23% [============== ] 580/2419 23% [============== ] 581/2419 24% [============== ] 582/2419 24% [============== ] 583/2419 24% [============== ] 584/2419 24% [============== ] 585/2419 24% [=============== ] 586/2419 24% [=============== ] 587/2419 24% [=============== ] 588/2419 24% [=============== ] 589/2419 24% [=============== ] 590/2419 24% [=============== ] 591/2419 24% [=============== ] 592/2419 24% [=============== ] 593/2419 24% [=============== ] 594/2419 24% [=============== ] 595/2419 24% [=============== ] 596/2419 24% [=============== ] 597/2419 24% [=============== ] 598/2419 24% [=============== ] 599/2419 24% [=============== ] 600/2419 24% [=============== ] 601/2419 24% [=============== ] 602/2419 24% [=============== ] 603/2419 24% [=============== ] 604/2419 24% [=============== ] 605/2419 25% [=============== ] 606/2419 25% [=============== ] 607/2419 25% [=============== ] 608/2419 25% [=============== ] 609/2419 25% [=============== ] 610/2419 25% [=============== ] 611/2419 25% [=============== ] 612/2419 25% [=============== ] 613/2419 25% [=============== ] 614/2419 25% [=============== ] 615/2419 25% [=============== ] 616/2419 25% [=============== ] 617/2419 25% [=============== ] 618/2419 25% [=============== ] 619/2419 25% [=============== ] 620/2419 25% [=============== ] 621/2419 25% [=============== ] 622/2419 25% [=============== ] 623/2419 25% [=============== ] 624/2419 25% [================ ] 625/2419 25% [================ ] 626/2419 25% [================ ] 627/2419 25% [================ ] 628/2419 25% [================ ] 629/2419 26% [================ ] 630/2419 26% [================ ] 631/2419 26% [================ ] 632/2419 26% [================ ] 633/2419 26% [================ ] 634/2419 26% [================ ] 635/2419 26% [================ ] 636/2419 26% [================ ] 637/2419 26% [================ ] 638/2419 26% [================ ] 639/2419 26% [================ ] 640/2419 26% [================ ] 641/2419 26% [================ ] 642/2419 26% [================ ] 643/2419 26% [================ ] 644/2419 26% [================ ] 645/2419 26% [================ ] 646/2419 26% [================ ] 647/2419 26% [================ ] 648/2419 26% [================ ] 649/2419 26% [================ ] 650/2419 26% [================ ] 651/2419 26% [================ ] 652/2419 26% [================ ] 653/2419 26% [================ ] 654/2419 27% [================ ] 655/2419 27% [================ ] 656/2419 27% [================ ] 657/2419 27% [================ ] 658/2419 27% [================ ] 659/2419 27% [================ ] 660/2419 27% [================ ] 661/2419 27% [================ ] 662/2419 27% [================ ] 663/2419 27% [================= ] 664/2419 27% [================= ] 665/2419 27% [================= ] 666/2419 27% [================= ] 667/2419 27% [================= ] 668/2419 27% [================= ] 669/2419 27% [================= ] 670/2419 27% [================= ] 671/2419 27% [================= ] 672/2419 27% [================= ] 673/2419 27% [================= ] 674/2419 27% [================= ] 675/2419 27% [================= ] 676/2419 27% [================= ] 677/2419 27% [================= ] 678/2419 28% [================= ] 679/2419 28% [================= ] 680/2419 28% [================= ] 681/2419 28% [================= ] 682/2419 28% [================= ] 683/2419 28% [================= ] 684/2419 28% [================= ] 685/2419 28% [================= ] 686/2419 28% [================= ] 687/2419 28% [================= ] 688/2419 28% [================= ] 689/2419 28% [================= ] 690/2419 28% [================= ] 691/2419 28% [================= ] 692/2419 28% [================= ] 693/2419 28% [================= ] 694/2419 28% [================= ] 695/2419 28% [================= ] 696/2419 28% [================= ] 697/2419 28% [================= ] 698/2419 28% [================= ] 699/2419 28% [================= ] 700/2419 28% [================= ] 701/2419 28% [================= ] 702/2419 29% [================== ] 703/2419 29% [================== ] 704/2419 29% [================== ] 705/2419 29% [================== ] 706/2419 29% [================== ] 707/2419 29% [================== ] 708/2419 29% [================== ] 709/2419 29% [================== ] 710/2419 29% [================== ] 711/2419 29% [================== ] 712/2419 29% [================== ] 713/2419 29% [================== ] 714/2419 29% [================== ] 715/2419 29% [================== ] 716/2419 29% [================== ] 717/2419 29% [================== ] 718/2419 29% [================== ] 719/2419 29% [================== ] 720/2419 29% [================== ] 721/2419 29% [================== ] 722/2419 29% [================== ] 723/2419 29% [================== ] 724/2419 29% [================== ] 725/2419 29% [================== ] 726/2419 30% [================== ] 727/2419 30% [================== ] 728/2419 30% [================== ] 729/2419 30% [================== ] 730/2419 30% [================== ] 731/2419 30% [================== ] 732/2419 30% [================== ] 733/2419 30% [================== ] 734/2419 30% [================== ] 735/2419 30% [================== ] 736/2419 30% [================== ] 737/2419 30% [================== ] 738/2419 30% [================== ] 739/2419 30% [================== ] 740/2419 30% [================== ] 741/2419 30% [=================== ] 742/2419 30% [=================== ] 743/2419 30% [=================== ] 744/2419 30% [=================== ] 745/2419 30% [=================== ] 746/2419 30% [=================== ] 747/2419 30% [=================== ] 748/2419 30% [=================== ] 749/2419 30% [=================== ] 750/2419 31% [=================== ] 751/2419 31% [=================== ] 752/2419 31% [=================== ] 753/2419 31% [=================== ] 754/2419 31% [=================== ] 755/2419 31% [=================== ] 756/2419 31% [=================== ] 757/2419 31% [=================== ] 758/2419 31% [=================== ] 759/2419 31% [=================== ] 760/2419 31% [=================== ] 761/2419 31% [=================== ] 762/2419 31% [=================== ] 763/2419 31% [=================== ] 764/2419 31% [=================== ] 765/2419 31% [=================== ] 766/2419 31% [=================== ] 767/2419 31% [=================== ] 768/2419 31% [=================== ] 769/2419 31% [=================== ] 770/2419 31% [=================== ] 771/2419 31% [=================== ] 772/2419 31% [=================== ] 773/2419 31% [=================== ] 774/2419 31% [=================== ] 775/2419 32% [=================== ] 776/2419 32% [=================== ] 777/2419 32% [=================== ] 778/2419 32% [=================== ] 779/2419 32% [=================== ] 780/2419 32% [==================== ] 781/2419 32% [==================== ] 782/2419 32% [==================== ] 783/2419 32% [==================== ] 784/2419 32% [==================== ] 785/2419 32% [==================== ] 786/2419 32% [==================== ] 787/2419 32% [==================== ] 788/2419 32% [==================== ] 789/2419 32% [==================== ] 790/2419 32% [==================== ] 791/2419 32% [==================== ] 792/2419 32% [==================== ] 793/2419 32% [==================== ] 794/2419 32% [==================== ] 795/2419 32% [==================== ] 796/2419 32% [==================== ] 797/2419 32% [==================== ] 798/2419 32% [==================== ] 799/2419 33% [==================== ] 800/2419 33% [==================== ] 801/2419 33% [==================== ] 802/2419 33% [==================== ] 803/2419 33% [==================== ] 804/2419 33% [==================== ] 805/2419 33% [==================== ] 806/2419 33% [==================== ] 807/2419 33% [==================== ] 808/2419 33% [==================== ] 809/2419 33% [==================== ] 810/2419 33% [==================== ] 811/2419 33% [==================== ] 812/2419 33% [==================== ] 813/2419 33% [==================== ] 814/2419 33% [==================== ] 815/2419 33% [==================== ] 816/2419 33% [==================== ] 817/2419 33% [==================== ] 818/2419 33% [==================== ] 819/2419 33% [===================== ] 820/2419 33% [===================== ] 821/2419 33% [===================== ] 822/2419 33% [===================== ] 823/2419 34% [===================== ] 824/2419 34% [===================== ] 825/2419 34% [===================== ] 826/2419 34% [===================== ] 827/2419 34% [===================== ] 828/2419 34% [===================== ] 829/2419 34% [===================== ] 830/2419 34% [===================== ] 831/2419 34% [===================== ] 832/2419 34% [===================== ] 833/2419 34% [===================== ] 834/2419 34% [===================== ] 835/2419 34% [===================== ] 836/2419 34% [===================== ] 837/2419 34% [===================== ] 838/2419 34% [===================== ] 839/2419 34% [===================== ] 840/2419 34% [===================== ] 841/2419 34% [===================== ] 842/2419 34% [===================== ] 843/2419 34% [===================== ] 844/2419 34% [===================== ] 845/2419 34% [===================== ] 846/2419 34% [===================== ] 847/2419 35% [===================== ] 848/2419 35% [===================== ] 849/2419 35% [===================== ] 850/2419 35% [===================== ] 851/2419 35% [===================== ] 852/2419 35% [===================== ] 853/2419 35% [===================== ] 854/2419 35% [===================== ] 855/2419 35% [===================== ] 856/2419 35% [===================== ] 857/2419 35% [===================== ] 858/2419 35% [====================== ] 859/2419 35% [====================== ] 860/2419 35% [====================== ] 861/2419 35% [====================== ] 862/2419 35% [====================== ] 863/2419 35% [====================== ] 864/2419 35% [====================== ] 865/2419 35% [====================== ] 866/2419 35% [====================== ] 867/2419 35% [====================== ] 868/2419 35% [====================== ] 869/2419 35% [====================== ] 870/2419 35% [====================== ] 871/2419 36% [====================== ] 872/2419 36% [====================== ] 873/2419 36% [====================== ] 874/2419 36% [====================== ] 875/2419 36% [====================== ] 876/2419 36% [====================== ] 877/2419 36% [====================== ] 878/2419 36% [====================== ] 879/2419 36% [====================== ] 880/2419 36% [====================== ] 881/2419 36% [====================== ] 882/2419 36% [====================== ] 883/2419 36% [====================== ] 884/2419 36% [====================== ] 885/2419 36% [====================== ] 886/2419 36% [====================== ] 887/2419 36% [====================== ] 888/2419 36% [====================== ] 889/2419 36% [====================== ] 890/2419 36% [====================== ] 891/2419 36% [====================== ] 892/2419 36% [====================== ] 893/2419 36% [====================== ] 894/2419 36% [====================== ] 895/2419 36% [====================== ] 896/2419 37% [====================== ] 897/2419 37% [======================= ] 898/2419 37% [======================= ] 899/2419 37% [======================= ] 900/2419 37% [======================= ] 901/2419 37% [======================= ] 902/2419 37% [======================= ] 903/2419 37% [======================= ] 904/2419 37% [======================= ] 905/2419 37% [======================= ] 906/2419 37% [======================= ] 907/2419 37% [======================= ] 908/2419 37% [======================= ] 909/2419 37% [======================= ] 910/2419 37% [======================= ] 911/2419 37% [======================= ] 912/2419 37% [======================= ] 913/2419 37% [======================= ] 914/2419 37% [======================= ] 915/2419 37% [======================= ] 916/2419 37% [======================= ] 917/2419 37% [======================= ] 918/2419 37% [======================= ] 919/2419 37% [======================= ] 920/2419 38% [======================= ] 921/2419 38% [======================= ] 922/2419 38% [======================= ] 923/2419 38% [======================= ] 924/2419 38% [======================= ] 925/2419 38% [======================= ] 926/2419 38% [======================= ] 927/2419 38% [======================= ] 928/2419 38% [======================= ] 929/2419 38% [======================= ] 930/2419 38% [======================= ] 931/2419 38% [======================= ] 932/2419 38% [======================= ] 933/2419 38% [======================= ] 934/2419 38% [======================= ] 935/2419 38% [======================= ] 936/2419 38% [======================== ] 937/2419 38% [======================== ] 938/2419 38% [======================== ] 939/2419 38% [======================== ] 940/2419 38% [======================== ] 941/2419 38% [======================== ] 942/2419 38% [======================== ] 943/2419 38% [======================== ] 944/2419 39% [======================== ] 945/2419 39% [======================== ] 946/2419 39% [======================== ] 947/2419 39% [======================== ] 948/2419 39% [======================== ] 949/2419 39% [======================== ] 950/2419 39% [======================== ] 951/2419 39% [======================== ] 952/2419 39% [======================== ] 953/2419 39% [======================== ] 954/2419 39% [======================== ] 955/2419 39% [======================== ] 956/2419 39% [======================== ] 957/2419 39% [======================== ] 958/2419 39% [======================== ] 959/2419 39% [======================== ] 960/2419 39% [======================== ] 961/2419 39% [======================== ] 962/2419 39% [======================== ] 963/2419 39% [======================== ] 964/2419 39% [======================== ] 965/2419 39% [======================== ] 966/2419 39% [======================== ] 967/2419 39% [======================== ] 968/2419 40% [======================== ] 969/2419 40% [======================== ] 970/2419 40% [======================== ] 971/2419 40% [======================== ] 972/2419 40% [======================== ] 973/2419 40% [======================== ] 974/2419 40% [======================== ] 975/2419 40% [========================= ] 976/2419 40% [========================= ] 977/2419 40% [========================= ] 978/2419 40% [========================= ] 979/2419 40% [========================= ] 980/2419 40% [========================= ] 981/2419 40% [========================= ] 982/2419 40% [========================= ] 983/2419 40% [========================= ] 984/2419 40% [========================= ] 985/2419 40% [========================= ] 986/2419 40% [========================= ] 987/2419 40% [========================= ] 988/2419 40% [========================= ] 989/2419 40% [========================= ] 990/2419 40% [========================= ] 991/2419 40% [========================= ] 992/2419 41% [========================= ] 993/2419 41% [========================= ] 994/2419 41% [========================= ] 995/2419 41% [========================= ] 996/2419 41% [========================= ] 997/2419 41% [========================= ] 998/2419 41% [========================= ] 999/2419 41% [========================= ] 1000/2419 41% [========================= ] 1001/2419 41% [========================= ] 1002/2419 41% [========================= ] 1003/2419 41% [========================= ] 1004/2419 41% [========================= ] 1005/2419 41% [========================= ] 1006/2419 41% [========================= ] 1007/2419 41% [========================= ] 1008/2419 41% [========================= ] 1009/2419 41% [========================= ] 1010/2419 41% [========================= ] 1011/2419 41% [========================= ] 1012/2419 41% [========================= ] 1013/2419 41% [========================= ] 1014/2419 41% [========================== ] 1015/2419 41% [========================== ] 1016/2419 42% [========================== ] 1017/2419 42% [========================== ] 1018/2419 42% [========================== ] 1019/2419 42% [========================== ] 1020/2419 42% [========================== ] 1021/2419 42% [========================== ] 1022/2419 42% [========================== ] 1023/2419 42% [========================== ] 1024/2419 42% [========================== ] 1025/2419 42% [========================== ] 1026/2419 42% [========================== ] 1027/2419 42% [========================== ] 1028/2419 42% [========================== ] 1029/2419 42% [========================== ] 1030/2419 42% [========================== ] 1031/2419 42% [========================== ] 1032/2419 42% [========================== ] 1033/2419 42% [========================== ] 1034/2419 42% [========================== ] 1035/2419 42% [========================== ] 1036/2419 42% [========================== ] 1037/2419 42% [========================== ] 1038/2419 42% [========================== ] 1039/2419 42% [========================== ] 1040/2419 42% [========================== ] 1041/2419 43% [========================== ] 1042/2419 43% [========================== ] 1043/2419 43% [========================== ] 1044/2419 43% [========================== ] 1045/2419 43% [========================== ] 1046/2419 43% [========================== ] 1047/2419 43% [========================== ] 1048/2419 43% [========================== ] 1049/2419 43% [========================== ] 1050/2419 43% [========================== ] 1051/2419 43% [========================== ] 1052/2419 43% [========================== ] 1053/2419 43% [=========================== ] 1054/2419 43% [=========================== ] 1055/2419 43% [=========================== ] 1056/2419 43% [=========================== ] 1057/2419 43% [=========================== ] 1058/2419 43% [=========================== ] 1059/2419 43% [=========================== ] 1060/2419 43% [=========================== ] 1061/2419 43% [=========================== ] 1062/2419 43% [=========================== ] 1063/2419 43% [=========================== ] 1064/2419 43% [=========================== ] 1065/2419 44% [=========================== ] 1066/2419 44% [=========================== ] 1067/2419 44% [=========================== ] 1068/2419 44% [=========================== ] 1069/2419 44% [=========================== ] 1070/2419 44% [=========================== ] 1071/2419 44% [=========================== ] 1072/2419 44% [=========================== ] 1073/2419 44% [=========================== ] 1074/2419 44% [=========================== ] 1075/2419 44% [=========================== ] 1076/2419 44% [=========================== ] 1077/2419 44% [=========================== ] 1078/2419 44% [=========================== ] 1079/2419 44% [=========================== ] 1080/2419 44% [=========================== ] 1081/2419 44% [=========================== ] 1082/2419 44% [=========================== ] 1083/2419 44% [=========================== ] 1084/2419 44% [=========================== ] 1085/2419 44% [=========================== ] 1086/2419 44% [=========================== ] 1087/2419 44% [=========================== ] 1088/2419 44% [=========================== ] 1089/2419 45% [=========================== ] 1090/2419 45% [=========================== ] 1091/2419 45% [=========================== ] 1092/2419 45% [============================ ] 1093/2419 45% [============================ ] 1094/2419 45% [============================ ] 1095/2419 45% [============================ ] 1096/2419 45% [============================ ] 1097/2419 45% [============================ ] 1098/2419 45% [============================ ] 1099/2419 45% [============================ ] 1100/2419 45% [============================ ] 1101/2419 45% [============================ ] 1102/2419 45% [============================ ] 1103/2419 45% [============================ ] 1104/2419 45% [============================ ] 1105/2419 45% [============================ ] 1106/2419 45% [============================ ] 1107/2419 45% [============================ ] 1108/2419 45% [============================ ] 1109/2419 45% [============================ ] 1110/2419 45% [============================ ] 1111/2419 45% [============================ ] 1112/2419 45% [============================ ] 1113/2419 46% [============================ ] 1114/2419 46% [============================ ] 1115/2419 46% [============================ ] 1116/2419 46% [============================ ] 1117/2419 46% [============================ ] 1118/2419 46% [============================ ] 1119/2419 46% [============================ ] 1120/2419 46% [============================ ] 1121/2419 46% [============================ ] 1122/2419 46% [============================ ] 1123/2419 46% [============================ ] 1124/2419 46% [============================ ] 1125/2419 46% [============================ ] 1126/2419 46% [============================ ] 1127/2419 46% [============================ ] 1128/2419 46% [============================ ] 1129/2419 46% [============================ ] 1130/2419 46% [============================ ] 1131/2419 46% [============================= ] 1132/2419 46% [============================= ] 1133/2419 46% [============================= ] 1134/2419 46% [============================= ] 1135/2419 46% [============================= ] 1136/2419 46% [============================= ] 1137/2419 47% [============================= ] 1138/2419 47% [============================= ] 1139/2419 47% [============================= ] 1140/2419 47% [============================= ] 1141/2419 47% [============================= ] 1142/2419 47% [============================= ] 1143/2419 47% [============================= ] 1144/2419 47% [============================= ] 1145/2419 47% [============================= ] 1146/2419 47% [============================= ] 1147/2419 47% [============================= ] 1148/2419 47% [============================= ] 1149/2419 47% [============================= ] 1150/2419 47% [============================= ] 1151/2419 47% [============================= ] 1152/2419 47% [============================= ] 1153/2419 47% [============================= ] 1154/2419 47% [============================= ] 1155/2419 47% [============================= ] 1156/2419 47% [============================= ] 1157/2419 47% [============================= ] 1158/2419 47% [============================= ] 1159/2419 47% [============================= ] 1160/2419 47% [============================= ] 1161/2419 47% [============================= ] 1162/2419 48% [============================= ] 1163/2419 48% [============================= ] 1164/2419 48% [============================= ] 1165/2419 48% [============================= ] 1166/2419 48% [============================= ] 1167/2419 48% [============================= ] 1168/2419 48% [============================= ] 1169/2419 48% [============================= ] 1170/2419 48% [============================== ] 1171/2419 48% [============================== ] 1172/2419 48% [============================== ] 1173/2419 48% [============================== ] 1174/2419 48% [============================== ] 1175/2419 48% [============================== ] 1176/2419 48% [============================== ] 1177/2419 48% [============================== ] 1178/2419 48% [============================== ] 1179/2419 48% [============================== ] 1180/2419 48% [============================== ] 1181/2419 48% [============================== ] 1182/2419 48% [============================== ] 1183/2419 48% [============================== ] 1184/2419 48% [============================== ] 1185/2419 48% [============================== ] 1186/2419 49% [============================== ] 1187/2419 49% [============================== ] 1188/2419 49% [============================== ] 1189/2419 49% [============================== ] 1190/2419 49% [============================== ] 1191/2419 49% [============================== ] 1192/2419 49% [============================== ] 1193/2419 49% [============================== ] 1194/2419 49% [============================== ] 1195/2419 49% [============================== ] 1196/2419 49% [============================== ] 1197/2419 49% [============================== ] 1198/2419 49% [============================== ] 1199/2419 49% [============================== ] 1200/2419 49% [============================== ] 1201/2419 49% [============================== ] 1202/2419 49% [============================== ] 1203/2419 49% [============================== ] 1204/2419 49% [============================== ] 1205/2419 49% [============================== ] 1206/2419 49% [============================== ] 1207/2419 49% [============================== ] 1208/2419 49% [============================== ] 1209/2419 49% [=============================== ] 1210/2419 50% [=============================== ] 1211/2419 50% [=============================== ] 1212/2419 50% [=============================== ] 1213/2419 50% [=============================== ] 1214/2419 50% [=============================== ] 1215/2419 50% [=============================== ] 1216/2419 50% [=============================== ] 1217/2419 50% [=============================== ] 1218/2419 50% [=============================== ] 1219/2419 50% [=============================== ] 1220/2419 50% [=============================== ] 1221/2419 50% [=============================== ] 1222/2419 50% [=============================== ] 1223/2419 50% [=============================== ] 1224/2419 50% [=============================== ] 1225/2419 50% [=============================== ] 1226/2419 50% [=============================== ] 1227/2419 50% [=============================== ] 1228/2419 50% [=============================== ] 1229/2419 50% [=============================== ] 1230/2419 50% [=============================== ] 1231/2419 50% [=============================== ] 1232/2419 50% [=============================== ] 1233/2419 50% [=============================== ] 1234/2419 51% [=============================== ] 1235/2419 51% [=============================== ] 1236/2419 51% [=============================== ] 1237/2419 51% [=============================== ] 1238/2419 51% [=============================== ] 1239/2419 51% [=============================== ] 1240/2419 51% [=============================== ] 1241/2419 51% [=============================== ] 1242/2419 51% [=============================== ] 1243/2419 51% [=============================== ] 1244/2419 51% [=============================== ] 1245/2419 51% [=============================== ] 1246/2419 51% [=============================== ] 1247/2419 51% [=============================== ] 1248/2419 51% [================================ ] 1249/2419 51% [================================ ] 1250/2419 51% [================================ ] 1251/2419 51% [================================ ] 1252/2419 51% [================================ ] 1253/2419 51% [================================ ] 1254/2419 51% [================================ ] 1255/2419 51% [================================ ] 1256/2419 51% [================================ ] 1257/2419 51% [================================ ] 1258/2419 52% [================================ ] 1259/2419 52% [================================ ] 1260/2419 52% [================================ ] 1261/2419 52% [================================ ] 1262/2419 52% [================================ ] 1263/2419 52% [================================ ] 1264/2419 52% [================================ ] 1265/2419 52% [================================ ] 1266/2419 52% [================================ ] 1267/2419 52% [================================ ] 1268/2419 52% [================================ ] 1269/2419 52% [================================ ] 1270/2419 52% [================================ ] 1271/2419 52% [================================ ] 1272/2419 52% [================================ ] 1273/2419 52% [================================ ] 1274/2419 52% [================================ ] 1275/2419 52% [================================ ] 1276/2419 52% [================================ ] 1277/2419 52% [================================ ] 1278/2419 52% [================================ ] 1279/2419 52% [================================ ] 1280/2419 52% [================================ ] 1281/2419 52% [================================ ] 1282/2419 52% [================================ ] 1283/2419 53% [================================ ] 1284/2419 53% [================================ ] 1285/2419 53% [================================ ] 1286/2419 53% [================================ ] 1287/2419 53% [================================= ] 1288/2419 53% [================================= ] 1289/2419 53% [================================= ] 1290/2419 53% [================================= ] 1291/2419 53% [================================= ] 1292/2419 53% [================================= ] 1293/2419 53% [================================= ] 1294/2419 53% [================================= ] 1295/2419 53% [================================= ] 1296/2419 53% [================================= ] 1297/2419 53% [================================= ] 1298/2419 53% [================================= ] 1299/2419 53% [================================= ] 1300/2419 53% [================================= ] 1301/2419 53% [================================= ] 1302/2419 53% [================================= ] 1303/2419 53% [================================= ] 1304/2419 53% [================================= ] 1305/2419 53% [================================= ] 1306/2419 53% [================================= ] 1307/2419 54% [================================= ] 1308/2419 54% [================================= ] 1309/2419 54% [================================= ] 1310/2419 54% [================================= ] 1311/2419 54% [================================= ] 1312/2419 54% [================================= ] 1313/2419 54% [================================= ] 1314/2419 54% [================================= ] 1315/2419 54% [================================= ] 1316/2419 54% [================================= ] 1317/2419 54% [================================= ] 1318/2419 54% [================================= ] 1319/2419 54% [================================= ] 1320/2419 54% [================================= ] 1321/2419 54% [================================= ] 1322/2419 54% [================================= ] 1323/2419 54% [================================= ] 1324/2419 54% [================================= ] 1325/2419 54% [================================= ] 1326/2419 54% [================================== ] 1327/2419 54% [================================== ] 1328/2419 54% [================================== ] 1329/2419 54% [================================== ] 1330/2419 54% [================================== ] 1331/2419 55% [================================== ] 1332/2419 55% [================================== ] 1333/2419 55% [================================== ] 1334/2419 55% [================================== ] 1335/2419 55% [================================== ] 1336/2419 55% [================================== ] 1337/2419 55% [================================== ] 1338/2419 55% [================================== ] 1339/2419 55% [================================== ] 1340/2419 55% [================================== ] 1341/2419 55% [================================== ] 1342/2419 55% [================================== ] 1343/2419 55% [================================== ] 1344/2419 55% [================================== ] 1345/2419 55% [================================== ] 1346/2419 55% [================================== ] 1347/2419 55% [================================== ] 1348/2419 55% [================================== ] 1349/2419 55% [================================== ] 1350/2419 55% [================================== ] 1351/2419 55% [================================== ] 1352/2419 55% [================================== ] 1353/2419 55% [================================== ] 1354/2419 55% [================================== ] 1355/2419 56% [================================== ] 1356/2419 56% [================================== ] 1357/2419 56% [================================== ] 1358/2419 56% [================================== ] 1359/2419 56% [================================== ] 1360/2419 56% [================================== ] 1361/2419 56% [================================== ] 1362/2419 56% [================================== ] 1363/2419 56% [================================== ] 1364/2419 56% [================================== ] 1365/2419 56% [=================================== ] 1366/2419 56% [=================================== ] 1367/2419 56% [=================================== ] 1368/2419 56% [=================================== ] 1369/2419 56% [=================================== ] 1370/2419 56% [=================================== ] 1371/2419 56% [=================================== ] 1372/2419 56% [=================================== ] 1373/2419 56% [=================================== ] 1374/2419 56% [=================================== ] 1375/2419 56% [=================================== ] 1376/2419 56% [=================================== ] 1377/2419 56% [=================================== ] 1378/2419 56% [=================================== ] 1379/2419 57% [=================================== ] 1380/2419 57% [=================================== ] 1381/2419 57% [=================================== ] 1382/2419 57% [=================================== ] 1383/2419 57% [=================================== ] 1384/2419 57% [=================================== ] 1385/2419 57% [=================================== ] 1386/2419 57% [=================================== ] 1387/2419 57% [=================================== ] 1388/2419 57% [=================================== ] 1389/2419 57% [=================================== ] 1390/2419 57% [=================================== ] 1391/2419 57% [=================================== ] 1392/2419 57% [=================================== ] 1393/2419 57% [=================================== ] 1394/2419 57% [=================================== ] 1395/2419 57% [=================================== ] 1396/2419 57% [=================================== ] 1397/2419 57% [=================================== ] 1398/2419 57% [=================================== ] 1399/2419 57% [=================================== ] 1400/2419 57% [=================================== ] 1401/2419 57% [=================================== ] 1402/2419 57% [=================================== ] 1403/2419 57% [=================================== ] 1404/2419 58% [==================================== ] 1405/2419 58% [==================================== ] 1406/2419 58% [==================================== ] 1407/2419 58% [==================================== ] 1408/2419 58% [==================================== ] 1409/2419 58% [==================================== ] 1410/2419 58% [==================================== ] 1411/2419 58% [==================================== ] 1412/2419 58% [==================================== ] 1413/2419 58% [==================================== ] 1414/2419 58% [==================================== ] 1415/2419 58% [==================================== ] 1416/2419 58% [==================================== ] 1417/2419 58% [==================================== ] 1418/2419 58% [==================================== ] 1419/2419 58% [==================================== ] 1420/2419 58% [==================================== ] 1421/2419 58% [==================================== ] 1422/2419 58% [==================================== ] 1423/2419 58% [==================================== ] 1424/2419 58% [==================================== ] 1425/2419 58% [==================================== ] 1426/2419 58% [==================================== ] 1427/2419 58% [==================================== ] 1428/2419 59% [==================================== ] 1429/2419 59% [==================================== ] 1430/2419 59% [==================================== ] 1431/2419 59% [==================================== ] 1432/2419 59% [==================================== ] 1433/2419 59% [==================================== ] 1434/2419 59% [==================================== ] 1435/2419 59% [==================================== ] 1436/2419 59% [==================================== ] 1437/2419 59% [==================================== ] 1438/2419 59% [==================================== ] 1439/2419 59% [==================================== ] 1440/2419 59% [==================================== ] 1441/2419 59% [==================================== ] 1442/2419 59% [==================================== ] 1443/2419 59% [===================================== ] 1444/2419 59% [===================================== ] 1445/2419 59% [===================================== ] 1446/2419 59% [===================================== ] 1447/2419 59% [===================================== ] 1448/2419 59% [===================================== ] 1449/2419 59% [===================================== ] 1450/2419 59% [===================================== ] 1451/2419 59% [===================================== ] 1452/2419 60% [===================================== ] 1453/2419 60% [===================================== ] 1454/2419 60% [===================================== ] 1455/2419 60% [===================================== ] 1456/2419 60% [===================================== ] 1457/2419 60% [===================================== ] 1458/2419 60% [===================================== ] 1459/2419 60% [===================================== ] 1460/2419 60% [===================================== ] 1461/2419 60% [===================================== ] 1462/2419 60% [===================================== ] 1463/2419 60% [===================================== ] 1464/2419 60% [===================================== ] 1465/2419 60% [===================================== ] 1466/2419 60% [===================================== ] 1467/2419 60% [===================================== ] 1468/2419 60% [===================================== ] 1469/2419 60% [===================================== ] 1470/2419 60% [===================================== ] 1471/2419 60% [===================================== ] 1472/2419 60% [===================================== ] 1473/2419 60% [===================================== ] 1474/2419 60% [===================================== ] 1475/2419 60% [===================================== ] 1476/2419 61% [===================================== ] 1477/2419 61% [===================================== ] 1478/2419 61% [===================================== ] 1479/2419 61% [===================================== ] 1480/2419 61% [===================================== ] 1481/2419 61% [===================================== ] 1482/2419 61% [====================================== ] 1483/2419 61% [====================================== ] 1484/2419 61% [====================================== ] 1485/2419 61% [====================================== ] 1486/2419 61% [====================================== ] 1487/2419 61% [====================================== ] 1488/2419 61% [====================================== ] 1489/2419 61% [====================================== ] 1490/2419 61% [====================================== ] 1491/2419 61% [====================================== ] 1492/2419 61% [====================================== ] 1493/2419 61% [====================================== ] 1494/2419 61% [====================================== ] 1495/2419 61% [====================================== ] 1496/2419 61% [====================================== ] 1497/2419 61% [====================================== ] 1498/2419 61% [====================================== ] 1499/2419 61% [====================================== ] 1500/2419 62% [====================================== ] 1501/2419 62% [====================================== ] 1502/2419 62% [====================================== ] 1503/2419 62% [====================================== ] 1504/2419 62% [====================================== ] 1505/2419 62% [====================================== ] 1506/2419 62% [====================================== ] 1507/2419 62% [====================================== ] 1508/2419 62% [====================================== ] 1509/2419 62% [====================================== ] 1510/2419 62% [====================================== ] 1511/2419 62% [====================================== ] 1512/2419 62% [====================================== ] 1513/2419 62% [====================================== ] 1514/2419 62% [====================================== ] 1515/2419 62% [====================================== ] 1516/2419 62% [====================================== ] 1517/2419 62% [====================================== ] 1518/2419 62% [====================================== ] 1519/2419 62% [====================================== ] 1520/2419 62% [====================================== ] 1521/2419 62% [======================================= ] 1522/2419 62% [======================================= ] 1523/2419 62% [======================================= ] 1524/2419 63% [======================================= ] 1525/2419 63% [======================================= ] 1526/2419 63% [======================================= ] 1527/2419 63% [======================================= ] 1528/2419 63% [======================================= ] 1529/2419 63% [======================================= ] 1530/2419 63% [======================================= ] 1531/2419 63% [======================================= ] 1532/2419 63% [======================================= ] 1533/2419 63% [======================================= ] 1534/2419 63% [======================================= ] 1535/2419 63% [======================================= ] 1536/2419 63% [======================================= ] 1537/2419 63% [======================================= ] 1538/2419 63% [======================================= ] 1539/2419 63% [======================================= ] 1540/2419 63% [======================================= ] 1541/2419 63% [======================================= ] 1542/2419 63% [======================================= ] 1543/2419 63% [======================================= ] 1544/2419 63% [======================================= ] 1545/2419 63% [======================================= ] 1546/2419 63% [======================================= ] 1547/2419 63% [======================================= ] 1548/2419 63% [======================================= ] 1549/2419 64% [======================================= ] 1550/2419 64% [======================================= ] 1551/2419 64% [======================================= ] 1552/2419 64% [======================================= ] 1553/2419 64% [======================================= ] 1554/2419 64% [======================================= ] 1555/2419 64% [======================================= ] 1556/2419 64% [======================================= ] 1557/2419 64% [======================================= ] 1558/2419 64% [======================================= ] 1559/2419 64% [======================================= ] 1560/2419 64% [======================================== ] 1561/2419 64% [======================================== ] 1562/2419 64% [======================================== ] 1563/2419 64% [======================================== ] 1564/2419 64% [======================================== ] 1565/2419 64% [======================================== ] 1566/2419 64% [======================================== ] 1567/2419 64% [======================================== ] 1568/2419 64% [======================================== ] 1569/2419 64% [======================================== ] 1570/2419 64% [======================================== ] 1571/2419 64% [======================================== ] 1572/2419 64% [======================================== ] 1573/2419 65% [======================================== ] 1574/2419 65% [======================================== ] 1575/2419 65% [======================================== ] 1576/2419 65% [======================================== ] 1577/2419 65% [======================================== ] 1578/2419 65% [======================================== ] 1579/2419 65% [======================================== ] 1580/2419 65% [======================================== ] 1581/2419 65% [======================================== ] 1582/2419 65% [======================================== ] 1583/2419 65% [======================================== ] 1584/2419 65% [======================================== ] 1585/2419 65% [======================================== ] 1586/2419 65% [======================================== ] 1587/2419 65% [======================================== ] 1588/2419 65% [======================================== ] 1589/2419 65% [======================================== ] 1590/2419 65% [======================================== ] 1591/2419 65% [======================================== ] 1592/2419 65% [======================================== ] 1593/2419 65% [======================================== ] 1594/2419 65% [======================================== ] 1595/2419 65% [======================================== ] 1596/2419 65% [======================================== ] 1597/2419 66% [======================================== ] 1598/2419 66% [======================================== ] 1599/2419 66% [========================================= ] 1600/2419 66% [========================================= ] 1601/2419 66% [========================================= ] 1602/2419 66% [========================================= ] 1603/2419 66% [========================================= ] 1604/2419 66% [========================================= ] 1605/2419 66% [========================================= ] 1606/2419 66% [========================================= ] 1607/2419 66% [========================================= ] 1608/2419 66% [========================================= ] 1609/2419 66% [========================================= ] 1610/2419 66% [========================================= ] 1611/2419 66% [========================================= ] 1612/2419 66% [========================================= ] 1613/2419 66% [========================================= ] 1614/2419 66% [========================================= ] 1615/2419 66% [========================================= ] 1616/2419 66% [========================================= ] 1617/2419 66% [========================================= ] 1618/2419 66% [========================================= ] 1619/2419 66% [========================================= ] 1620/2419 66% [========================================= ] 1621/2419 67% [========================================= ] 1622/2419 67% [========================================= ] 1623/2419 67% [========================================= ] 1624/2419 67% [========================================= ] 1625/2419 67% [========================================= ] 1626/2419 67% [========================================= ] 1627/2419 67% [========================================= ] 1628/2419 67% [========================================= ] 1629/2419 67% [========================================= ] 1630/2419 67% [========================================= ] 1631/2419 67% [========================================= ] 1632/2419 67% [========================================= ] 1633/2419 67% [========================================= ] 1634/2419 67% [========================================= ] 1635/2419 67% [========================================= ] 1636/2419 67% [========================================= ] 1637/2419 67% [========================================= ] 1638/2419 67% [========================================== ] 1639/2419 67% [========================================== ] 1640/2419 67% [========================================== ] 1641/2419 67% [========================================== ] 1642/2419 67% [========================================== ] 1643/2419 67% [========================================== ] 1644/2419 67% [========================================== ] 1645/2419 68% [========================================== ] 1646/2419 68% [========================================== ] 1647/2419 68% [========================================== ] 1648/2419 68% [========================================== ] 1649/2419 68% [========================================== ] 1650/2419 68% [========================================== ] 1651/2419 68% [========================================== ] 1652/2419 68% [========================================== ] 1653/2419 68% [========================================== ] 1654/2419 68% [========================================== ] 1655/2419 68% [========================================== ] 1656/2419 68% [========================================== ] 1657/2419 68% [========================================== ] 1658/2419 68% [========================================== ] 1659/2419 68% [========================================== ] 1660/2419 68% [========================================== ] 1661/2419 68% [========================================== ] 1662/2419 68% [========================================== ] 1663/2419 68% [========================================== ] 1664/2419 68% [========================================== ] 1665/2419 68% [========================================== ] 1666/2419 68% [========================================== ] 1667/2419 68% [========================================== ] 1668/2419 68% [========================================== ] 1669/2419 68% [========================================== ] 1670/2419 69% [========================================== ] 1671/2419 69% [========================================== ] 1672/2419 69% [========================================== ] 1673/2419 69% [========================================== ] 1674/2419 69% [========================================== ] 1675/2419 69% [========================================== ] 1676/2419 69% [========================================== ] 1677/2419 69% [=========================================== ] 1678/2419 69% [=========================================== ] 1679/2419 69% [=========================================== ] 1680/2419 69% [=========================================== ] 1681/2419 69% [=========================================== ] 1682/2419 69% [=========================================== ] 1683/2419 69% [=========================================== ] 1684/2419 69% [=========================================== ] 1685/2419 69% [=========================================== ] 1686/2419 69% [=========================================== ] 1687/2419 69% [=========================================== ] 1688/2419 69% [=========================================== ] 1689/2419 69% [=========================================== ] 1690/2419 69% [=========================================== ] 1691/2419 69% [=========================================== ] 1692/2419 69% [=========================================== ] 1693/2419 69% [=========================================== ] 1694/2419 70% [=========================================== ] 1695/2419 70% [=========================================== ] 1696/2419 70% [=========================================== ] 1697/2419 70% [=========================================== ] 1698/2419 70% [=========================================== ] 1699/2419 70% [=========================================== ] 1700/2419 70% [=========================================== ] 1701/2419 70% [=========================================== ] 1702/2419 70% [=========================================== ] 1703/2419 70% [=========================================== ] 1704/2419 70% [=========================================== ] 1705/2419 70% [=========================================== ] 1706/2419 70% [=========================================== ] 1707/2419 70% [=========================================== ] 1708/2419 70% [=========================================== ] 1709/2419 70% [=========================================== ] 1710/2419 70% [=========================================== ] 1711/2419 70% [=========================================== ] 1712/2419 70% [=========================================== ] 1713/2419 70% [=========================================== ] 1714/2419 70% [=========================================== ] 1715/2419 70% [=========================================== ] 1716/2419 70% [============================================ ] 1717/2419 70% [============================================ ] 1718/2419 71% [============================================ ] 1719/2419 71% [============================================ ] 1720/2419 71% [============================================ ] 1721/2419 71% [============================================ ] 1722/2419 71% [============================================ ] 1723/2419 71% [============================================ ] 1724/2419 71% [============================================ ] 1725/2419 71% [============================================ ] 1726/2419 71% [============================================ ] 1727/2419 71% [============================================ ] 1728/2419 71% [============================================ ] 1729/2419 71% [============================================ ] 1730/2419 71% [============================================ ] 1731/2419 71% [============================================ ] 1732/2419 71% [============================================ ] 1733/2419 71% [============================================ ] 1734/2419 71% [============================================ ] 1735/2419 71% [============================================ ] 1736/2419 71% [============================================ ] 1737/2419 71% [============================================ ] 1738/2419 71% [============================================ ] 1739/2419 71% [============================================ ] 1740/2419 71% [============================================ ] 1741/2419 71% [============================================ ] 1742/2419 72% [============================================ ] 1743/2419 72% [============================================ ] 1744/2419 72% [============================================ ] 1745/2419 72% [============================================ ] 1746/2419 72% [============================================ ] 1747/2419 72% [============================================ ] 1748/2419 72% [============================================ ] 1749/2419 72% [============================================ ] 1750/2419 72% [============================================ ] 1751/2419 72% [============================================ ] 1752/2419 72% [============================================ ] 1753/2419 72% [============================================ ] 1754/2419 72% [============================================ ] 1755/2419 72% [============================================= ] 1756/2419 72% [============================================= ] 1757/2419 72% [============================================= ] 1758/2419 72% [============================================= ] 1759/2419 72% [============================================= ] 1760/2419 72% [============================================= ] 1761/2419 72% [============================================= ] 1762/2419 72% [============================================= ] 1763/2419 72% [============================================= ] 1764/2419 72% [============================================= ] 1765/2419 72% [============================================= ] 1766/2419 73% [============================================= ] 1767/2419 73% [============================================= ] 1768/2419 73% [============================================= ] 1769/2419 73% [============================================= ] 1770/2419 73% [============================================= ] 1771/2419 73% [============================================= ] 1772/2419 73% [============================================= ] 1773/2419 73% [============================================= ] 1774/2419 73% [============================================= ] 1775/2419 73% [============================================= ] 1776/2419 73% [============================================= ] 1777/2419 73% [============================================= ] 1778/2419 73% [============================================= ] 1779/2419 73% [============================================= ] 1780/2419 73% [============================================= ] 1781/2419 73% [============================================= ] 1782/2419 73% [============================================= ] 1783/2419 73% [============================================= ] 1784/2419 73% [============================================= ] 1785/2419 73% [============================================= ] 1786/2419 73% [============================================= ] 1787/2419 73% [============================================= ] 1788/2419 73% [============================================= ] 1789/2419 73% [============================================= ] 1790/2419 73% [============================================= ] 1791/2419 74% [============================================= ] 1792/2419 74% [============================================= ] 1793/2419 74% [============================================= ] 1794/2419 74% [============================================== ] 1795/2419 74% [============================================== ] 1796/2419 74% [============================================== ] 1797/2419 74% [============================================== ] 1798/2419 74% [============================================== ] 1799/2419 74% [============================================== ] 1800/2419 74% [============================================== ] 1801/2419 74% [============================================== ] 1802/2419 74% [============================================== ] 1803/2419 74% [============================================== ] 1804/2419 74% [============================================== ] 1805/2419 74% [============================================== ] 1806/2419 74% [============================================== ] 1807/2419 74% [============================================== ] 1808/2419 74% [============================================== ] 1809/2419 74% [============================================== ] 1810/2419 74% [============================================== ] 1811/2419 74% [============================================== ] 1812/2419 74% [============================================== ] 1813/2419 74% [============================================== ] 1814/2419 74% [============================================== ] 1815/2419 75% [============================================== ] 1816/2419 75% [============================================== ] 1817/2419 75% [============================================== ] 1818/2419 75% [============================================== ] 1819/2419 75% [============================================== ] 1820/2419 75% [============================================== ] 1821/2419 75% [============================================== ] 1822/2419 75% [============================================== ] 1823/2419 75% [============================================== ] 1824/2419 75% [============================================== ] 1825/2419 75% [============================================== ] 1826/2419 75% [============================================== ] 1827/2419 75% [============================================== ] 1828/2419 75% [============================================== ] 1829/2419 75% [============================================== ] 1830/2419 75% [============================================== ] 1831/2419 75% [============================================== ] 1832/2419 75% [============================================== ] 1833/2419 75% [=============================================== ] 1834/2419 75% [=============================================== ] 1835/2419 75% [=============================================== ] 1836/2419 75% [=============================================== ] 1837/2419 75% [=============================================== ] 1838/2419 75% [=============================================== ] 1839/2419 76% [=============================================== ] 1840/2419 76% [=============================================== ] 1841/2419 76% [=============================================== ] 1842/2419 76% [=============================================== ] 1843/2419 76% [=============================================== ] 1844/2419 76% [=============================================== ] 1845/2419 76% [=============================================== ] 1846/2419 76% [=============================================== ] 1847/2419 76% [=============================================== ] 1848/2419 76% [=============================================== ] 1849/2419 76% [=============================================== ] 1850/2419 76% [=============================================== ] 1851/2419 76% [=============================================== ] 1852/2419 76% [=============================================== ] 1853/2419 76% [=============================================== ] 1854/2419 76% [=============================================== ] 1855/2419 76% [=============================================== ] 1856/2419 76% [=============================================== ] 1857/2419 76% [=============================================== ] 1858/2419 76% [=============================================== ] 1859/2419 76% [=============================================== ] 1860/2419 76% [=============================================== ] 1861/2419 76% [=============================================== ] 1862/2419 76% [=============================================== ] 1863/2419 77% [=============================================== ] 1864/2419 77% [=============================================== ] 1865/2419 77% [=============================================== ] 1866/2419 77% [=============================================== ] 1867/2419 77% [=============================================== ] 1868/2419 77% [=============================================== ] 1869/2419 77% [=============================================== ] 1870/2419 77% [=============================================== ] 1871/2419 77% [=============================================== ] 1872/2419 77% [================================================ ] 1873/2419 77% [================================================ ] 1874/2419 77% [================================================ ] 1875/2419 77% [================================================ ] 1876/2419 77% [================================================ ] 1877/2419 77% [================================================ ] 1878/2419 77% [================================================ ] 1879/2419 77% [================================================ ] 1880/2419 77% [================================================ ] 1881/2419 77% [================================================ ] 1882/2419 77% [================================================ ] 1883/2419 77% [================================================ ] 1884/2419 77% [================================================ ] 1885/2419 77% [================================================ ] 1886/2419 77% [================================================ ] 1887/2419 78% [================================================ ] 1888/2419 78% [================================================ ] 1889/2419 78% [================================================ ] 1890/2419 78% [================================================ ] 1891/2419 78% [================================================ ] 1892/2419 78% [================================================ ] 1893/2419 78% [================================================ ] 1894/2419 78% [================================================ ] 1895/2419 78% [================================================ ] 1896/2419 78% [================================================ ] 1897/2419 78% [================================================ ] 1898/2419 78% [================================================ ] 1899/2419 78% [================================================ ] 1900/2419 78% [================================================ ] 1901/2419 78% [================================================ ] 1902/2419 78% [================================================ ] 1903/2419 78% [================================================ ] 1904/2419 78% [================================================ ] 1905/2419 78% [================================================ ] 1906/2419 78% [================================================ ] 1907/2419 78% [================================================ ] 1908/2419 78% [================================================ ] 1909/2419 78% [================================================ ] 1910/2419 78% [================================================ ] 1911/2419 78% [================================================= ] 1912/2419 79% [================================================= ] 1913/2419 79% [================================================= ] 1914/2419 79% [================================================= ] 1915/2419 79% [================================================= ] 1916/2419 79% [================================================= ] 1917/2419 79% [================================================= ] 1918/2419 79% [================================================= ] 1919/2419 79% [================================================= ] 1920/2419 79% [================================================= ] 1921/2419 79% [================================================= ] 1922/2419 79% [================================================= ] 1923/2419 79% [================================================= ] 1924/2419 79% [================================================= ] 1925/2419 79% [================================================= ] 1926/2419 79% [================================================= ] 1927/2419 79% [================================================= ] 1928/2419 79% [================================================= ] 1929/2419 79% [================================================= ] 1930/2419 79% [================================================= ] 1931/2419 79% [================================================= ] 1932/2419 79% [================================================= ] 1933/2419 79% [================================================= ] 1934/2419 79% [================================================= ] 1935/2419 79% [================================================= ] 1936/2419 80% [================================================= ] 1937/2419 80% [================================================= ] 1938/2419 80% [================================================= ] 1939/2419 80% [================================================= ] 1940/2419 80% [================================================= ] 1941/2419 80% [================================================= ] 1942/2419 80% [================================================= ] 1943/2419 80% [================================================= ] 1944/2419 80% [================================================= ] 1945/2419 80% [================================================= ] 1946/2419 80% [================================================= ] 1947/2419 80% [================================================= ] 1948/2419 80% [================================================= ] 1949/2419 80% [================================================= ] 1950/2419 80% [================================================== ] 1951/2419 80% [================================================== ] 1952/2419 80% [================================================== ] 1953/2419 80% [================================================== ] 1954/2419 80% [================================================== ] 1955/2419 80% [================================================== ] 1956/2419 80% [================================================== ] 1957/2419 80% [================================================== ] 1958/2419 80% [================================================== ] 1959/2419 80% [================================================== ] 1960/2419 81% [================================================== ] 1961/2419 81% [================================================== ] 1962/2419 81% [================================================== ] 1963/2419 81% [================================================== ] 1964/2419 81% [================================================== ] 1965/2419 81% [================================================== ] 1966/2419 81% [================================================== ] 1967/2419 81% [================================================== ] 1968/2419 81% [================================================== ] 1969/2419 81% [================================================== ] 1970/2419 81% [================================================== ] 1971/2419 81% [================================================== ] 1972/2419 81% [================================================== ] 1973/2419 81% [================================================== ] 1974/2419 81% [================================================== ] 1975/2419 81% [================================================== ] 1976/2419 81% [================================================== ] 1977/2419 81% [================================================== ] 1978/2419 81% [================================================== ] 1979/2419 81% [================================================== ] 1980/2419 81% [================================================== ] 1981/2419 81% [================================================== ] 1982/2419 81% [================================================== ] 1983/2419 81% [================================================== ] 1984/2419 82% [================================================== ] 1985/2419 82% [================================================== ] 1986/2419 82% [================================================== ] 1987/2419 82% [================================================== ] 1988/2419 82% [================================================== ] 1989/2419 82% [=================================================== ] 1990/2419 82% [=================================================== ] 1991/2419 82% [=================================================== ] 1992/2419 82% [=================================================== ] 1993/2419 82% [=================================================== ] 1994/2419 82% [=================================================== ] 1995/2419 82% [=================================================== ] 1996/2419 82% [=================================================== ] 1997/2419 82% [=================================================== ] 1998/2419 82% [=================================================== ] 1999/2419 82% [=================================================== ] 2000/2419 82% [=================================================== ] 2001/2419 82% [=================================================== ] 2002/2419 82% [=================================================== ] 2003/2419 82% [=================================================== ] 2004/2419 82% [=================================================== ] 2005/2419 82% [=================================================== ] 2006/2419 82% [=================================================== ] 2007/2419 82% [=================================================== ] 2008/2419 83% [=================================================== ] 2009/2419 83% [=================================================== ] 2010/2419 83% [=================================================== ] 2011/2419 83% [=================================================== ] 2012/2419 83% [=================================================== ] 2013/2419 83% [=================================================== ] 2014/2419 83% [=================================================== ] 2015/2419 83% [=================================================== ] 2016/2419 83% [=================================================== ] 2017/2419 83% [=================================================== ] 2018/2419 83% [=================================================== ] 2019/2419 83% [=================================================== ] 2020/2419 83% [=================================================== ] 2021/2419 83% [=================================================== ] 2022/2419 83% [=================================================== ] 2023/2419 83% [=================================================== ] 2024/2419 83% [=================================================== ] 2025/2419 83% [=================================================== ] 2026/2419 83% [=================================================== ] 2027/2419 83% [=================================================== ] 2028/2419 83% [==================================================== ] 2029/2419 83% [==================================================== ] 2030/2419 83% [==================================================== ] 2031/2419 83% [==================================================== ] 2032/2419 84% [==================================================== ] 2033/2419 84% [==================================================== ] 2034/2419 84% [==================================================== ] 2035/2419 84% [==================================================== ] 2036/2419 84% [==================================================== ] 2037/2419 84% [==================================================== ] 2038/2419 84% [==================================================== ] 2039/2419 84% [==================================================== ] 2040/2419 84% [==================================================== ] 2041/2419 84% [==================================================== ] 2042/2419 84% [==================================================== ] 2043/2419 84% [==================================================== ] 2044/2419 84% [==================================================== ] 2045/2419 84% [==================================================== ] 2046/2419 84% [==================================================== ] 2047/2419 84% [==================================================== ] 2048/2419 84% [==================================================== ] 2049/2419 84% [==================================================== ] 2050/2419 84% [==================================================== ] 2051/2419 84% [==================================================== ] 2052/2419 84% [==================================================== ] 2053/2419 84% [==================================================== ] 2054/2419 84% [==================================================== ] 2055/2419 84% [==================================================== ] 2056/2419 84% [==================================================== ] 2057/2419 85% [==================================================== ] 2058/2419 85% [==================================================== ] 2059/2419 85% [==================================================== ] 2060/2419 85% [==================================================== ] 2061/2419 85% [==================================================== ] 2062/2419 85% [==================================================== ] 2063/2419 85% [==================================================== ] 2064/2419 85% [==================================================== ] 2065/2419 85% [==================================================== ] 2066/2419 85% [==================================================== ] 2067/2419 85% [===================================================== ] 2068/2419 85% [===================================================== ] 2069/2419 85% [===================================================== ] 2070/2419 85% [===================================================== ] 2071/2419 85% [===================================================== ] 2072/2419 85% [===================================================== ] 2073/2419 85% [===================================================== ] 2074/2419 85% [===================================================== ] 2075/2419 85% [===================================================== ] 2076/2419 85% [===================================================== ] 2077/2419 85% [===================================================== ] 2078/2419 85% [===================================================== ] 2079/2419 85% [===================================================== ] 2080/2419 85% [===================================================== ] 2081/2419 86% [===================================================== ] 2082/2419 86% [===================================================== ] 2083/2419 86% [===================================================== ] 2084/2419 86% [===================================================== ] 2085/2419 86% [===================================================== ] 2086/2419 86% [===================================================== ] 2087/2419 86% [===================================================== ] 2088/2419 86% [===================================================== ] 2089/2419 86% [===================================================== ] 2090/2419 86% [===================================================== ] 2091/2419 86% [===================================================== ] 2092/2419 86% [===================================================== ] 2093/2419 86% [===================================================== ] 2094/2419 86% [===================================================== ] 2095/2419 86% [===================================================== ] 2096/2419 86% [===================================================== ] 2097/2419 86% [===================================================== ] 2098/2419 86% [===================================================== ] 2099/2419 86% [===================================================== ] 2100/2419 86% [===================================================== ] 2101/2419 86% [===================================================== ] 2102/2419 86% [===================================================== ] 2103/2419 86% [===================================================== ] 2104/2419 86% [===================================================== ] 2105/2419 87% [===================================================== ] 2106/2419 87% [====================================================== ] 2107/2419 87% [====================================================== ] 2108/2419 87% [====================================================== ] 2109/2419 87% [====================================================== ] 2110/2419 87% [====================================================== ] 2111/2419 87% [====================================================== ] 2112/2419 87% [====================================================== ] 2113/2419 87% [====================================================== ] 2114/2419 87% [====================================================== ] 2115/2419 87% [====================================================== ] 2116/2419 87% [====================================================== ] 2117/2419 87% [====================================================== ] 2118/2419 87% [====================================================== ] 2119/2419 87% [====================================================== ] 2120/2419 87% [====================================================== ] 2121/2419 87% [====================================================== ] 2122/2419 87% [====================================================== ] 2123/2419 87% [====================================================== ] 2124/2419 87% [====================================================== ] 2125/2419 87% [====================================================== ] 2126/2419 87% [====================================================== ] 2127/2419 87% [====================================================== ] 2128/2419 87% [====================================================== ] 2129/2419 88% [====================================================== ] 2130/2419 88% [====================================================== ] 2131/2419 88% [====================================================== ] 2132/2419 88% [====================================================== ] 2133/2419 88% [====================================================== ] 2134/2419 88% [====================================================== ] 2135/2419 88% [====================================================== ] 2136/2419 88% [====================================================== ] 2137/2419 88% [====================================================== ] 2138/2419 88% [====================================================== ] 2139/2419 88% [====================================================== ] 2140/2419 88% [====================================================== ] 2141/2419 88% [====================================================== ] 2142/2419 88% [====================================================== ] 2143/2419 88% [====================================================== ] 2144/2419 88% [====================================================== ] 2145/2419 88% [======================================================= ] 2146/2419 88% [======================================================= ] 2147/2419 88% [======================================================= ] 2148/2419 88% [======================================================= ] 2149/2419 88% [======================================================= ] 2150/2419 88% [======================================================= ] 2151/2419 88% [======================================================= ] 2152/2419 88% [======================================================= ] 2153/2419 89% [======================================================= ] 2154/2419 89% [======================================================= ] 2155/2419 89% [======================================================= ] 2156/2419 89% [======================================================= ] 2157/2419 89% [======================================================= ] 2158/2419 89% [======================================================= ] 2159/2419 89% [======================================================= ] 2160/2419 89% [======================================================= ] 2161/2419 89% [======================================================= ] 2162/2419 89% [======================================================= ] 2163/2419 89% [======================================================= ] 2164/2419 89% [======================================================= ] 2165/2419 89% [======================================================= ] 2166/2419 89% [======================================================= ] 2167/2419 89% [======================================================= ] 2168/2419 89% [======================================================= ] 2169/2419 89% [======================================================= ] 2170/2419 89% [======================================================= ] 2171/2419 89% [======================================================= ] 2172/2419 89% [======================================================= ] 2173/2419 89% [======================================================= ] 2174/2419 89% [======================================================= ] 2175/2419 89% [======================================================= ] 2176/2419 89% [======================================================= ] 2177/2419 89% [======================================================= ] 2178/2419 90% [======================================================= ] 2179/2419 90% [======================================================= ] 2180/2419 90% [======================================================= ] 2181/2419 90% [======================================================= ] 2182/2419 90% [======================================================= ] 2183/2419 90% [======================================================= ] 2184/2419 90% [======================================================== ] 2185/2419 90% [======================================================== ] 2186/2419 90% [======================================================== ] 2187/2419 90% [======================================================== ] 2188/2419 90% [======================================================== ] 2189/2419 90% [======================================================== ] 2190/2419 90% [======================================================== ] 2191/2419 90% [======================================================== ] 2192/2419 90% [======================================================== ] 2193/2419 90% [======================================================== ] 2194/2419 90% [======================================================== ] 2195/2419 90% [======================================================== ] 2196/2419 90% [======================================================== ] 2197/2419 90% [======================================================== ] 2198/2419 90% [======================================================== ] 2199/2419 90% [======================================================== ] 2200/2419 90% [======================================================== ] 2201/2419 90% [======================================================== ] 2202/2419 91% [======================================================== ] 2203/2419 91% [======================================================== ] 2204/2419 91% [======================================================== ] 2205/2419 91% [======================================================== ] 2206/2419 91% [======================================================== ] 2207/2419 91% [======================================================== ] 2208/2419 91% [======================================================== ] 2209/2419 91% [======================================================== ] 2210/2419 91% [======================================================== ] 2211/2419 91% [======================================================== ] 2212/2419 91% [======================================================== ] 2213/2419 91% [======================================================== ] 2214/2419 91% [======================================================== ] 2215/2419 91% [======================================================== ] 2216/2419 91% [======================================================== ] 2217/2419 91% [======================================================== ] 2218/2419 91% [======================================================== ] 2219/2419 91% [======================================================== ] 2220/2419 91% [======================================================== ] 2221/2419 91% [======================================================== ] 2222/2419 91% [======================================================== ] 2223/2419 91% [========================================================= ] 2224/2419 91% [========================================================= ] 2225/2419 91% [========================================================= ] 2226/2419 92% [========================================================= ] 2227/2419 92% [========================================================= ] 2228/2419 92% [========================================================= ] 2229/2419 92% [========================================================= ] 2230/2419 92% [========================================================= ] 2231/2419 92% [========================================================= ] 2232/2419 92% [========================================================= ] 2233/2419 92% [========================================================= ] 2234/2419 92% [========================================================= ] 2235/2419 92% [========================================================= ] 2236/2419 92% [========================================================= ] 2237/2419 92% [========================================================= ] 2238/2419 92% [========================================================= ] 2239/2419 92% [========================================================= ] 2240/2419 92% [========================================================= ] 2241/2419 92% [========================================================= ] 2242/2419 92% [========================================================= ] 2243/2419 92% [========================================================= ] 2244/2419 92% [========================================================= ] 2245/2419 92% [========================================================= ] 2246/2419 92% [========================================================= ] 2247/2419 92% [========================================================= ] 2248/2419 92% [========================================================= ] 2249/2419 92% [========================================================= ] 2250/2419 93% [========================================================= ] 2251/2419 93% [========================================================= ] 2252/2419 93% [========================================================= ] 2253/2419 93% [========================================================= ] 2254/2419 93% [========================================================= ] 2255/2419 93% [========================================================= ] 2256/2419 93% [========================================================= ] 2257/2419 93% [========================================================= ] 2258/2419 93% [========================================================= ] 2259/2419 93% [========================================================= ] 2260/2419 93% [========================================================= ] 2261/2419 93% [========================================================= ] 2262/2419 93% [========================================================== ] 2263/2419 93% [========================================================== ] 2264/2419 93% [========================================================== ] 2265/2419 93% [========================================================== ] 2266/2419 93% [========================================================== ] 2267/2419 93% [========================================================== ] 2268/2419 93% [========================================================== ] 2269/2419 93% [========================================================== ] 2270/2419 93% [========================================================== ] 2271/2419 93% [========================================================== ] 2272/2419 93% [========================================================== ] 2273/2419 93% [========================================================== ] 2274/2419 94% [========================================================== ] 2275/2419 94% [========================================================== ] 2276/2419 94% [========================================================== ] 2277/2419 94% [========================================================== ] 2278/2419 94% [========================================================== ] 2279/2419 94% [========================================================== ] 2280/2419 94% [========================================================== ] 2281/2419 94% [========================================================== ] 2282/2419 94% [========================================================== ] 2283/2419 94% [========================================================== ] 2284/2419 94% [========================================================== ] 2285/2419 94% [========================================================== ] 2286/2419 94% [========================================================== ] 2287/2419 94% [========================================================== ] 2288/2419 94% [========================================================== ] 2289/2419 94% [========================================================== ] 2290/2419 94% [========================================================== ] 2291/2419 94% [========================================================== ] 2292/2419 94% [========================================================== ] 2293/2419 94% [========================================================== ] 2294/2419 94% [========================================================== ] 2295/2419 94% [========================================================== ] 2296/2419 94% [========================================================== ] 2297/2419 94% [========================================================== ] 2298/2419 94% [========================================================== ] 2299/2419 95% [========================================================== ] 2300/2419 95% [========================================================== ] 2301/2419 95% [=========================================================== ] 2302/2419 95% [=========================================================== ] 2303/2419 95% [=========================================================== ] 2304/2419 95% [=========================================================== ] 2305/2419 95% [=========================================================== ] 2306/2419 95% [=========================================================== ] 2307/2419 95% [=========================================================== ] 2308/2419 95% [=========================================================== ] 2309/2419 95% [=========================================================== ] 2310/2419 95% [=========================================================== ] 2311/2419 95% [=========================================================== ] 2312/2419 95% [=========================================================== ] 2313/2419 95% [=========================================================== ] 2314/2419 95% [=========================================================== ] 2315/2419 95% [=========================================================== ] 2316/2419 95% [=========================================================== ] 2317/2419 95% [=========================================================== ] 2318/2419 95% [=========================================================== ] 2319/2419 95% [=========================================================== ] 2320/2419 95% [=========================================================== ] 2321/2419 95% [=========================================================== ] 2322/2419 95% [=========================================================== ] 2323/2419 96% [=========================================================== ] 2324/2419 96% [=========================================================== ] 2325/2419 96% [=========================================================== ] 2326/2419 96% [=========================================================== ] 2327/2419 96% [=========================================================== ] 2328/2419 96% [=========================================================== ] 2329/2419 96% [=========================================================== ] 2330/2419 96% [=========================================================== ] 2331/2419 96% [=========================================================== ] 2332/2419 96% [=========================================================== ] 2333/2419 96% [=========================================================== ] 2334/2419 96% [=========================================================== ] 2335/2419 96% [=========================================================== ] 2336/2419 96% [=========================================================== ] 2337/2419 96% [=========================================================== ] 2338/2419 96% [=========================================================== ] 2339/2419 96% [=========================================================== ] 2340/2419 96% [============================================================ ] 2341/2419 96% [============================================================ ] 2342/2419 96% [============================================================ ] 2343/2419 96% [============================================================ ] 2344/2419 96% [============================================================ ] 2345/2419 96% [============================================================ ] 2346/2419 96% [============================================================ ] 2347/2419 97% [============================================================ ] 2348/2419 97% [============================================================ ] 2349/2419 97% [============================================================ ] 2350/2419 97% [============================================================ ] 2351/2419 97% [============================================================ ] 2352/2419 97% [============================================================ ] 2353/2419 97% [============================================================ ] 2354/2419 97% [============================================================ ] 2355/2419 97% [============================================================ ] 2356/2419 97% [============================================================ ] 2357/2419 97% [============================================================ ] 2358/2419 97% [============================================================ ] 2359/2419 97% [============================================================ ] 2360/2419 97% [============================================================ ] 2361/2419 97% [============================================================ ] 2362/2419 97% [============================================================ ] 2363/2419 97% [============================================================ ] 2364/2419 97% [============================================================ ] 2365/2419 97% [============================================================ ] 2366/2419 97% [============================================================ ] 2367/2419 97% [============================================================ ] 2368/2419 97% [============================================================ ] 2369/2419 97% [============================================================ ] 2370/2419 97% [============================================================ ] 2371/2419 98% [============================================================ ] 2372/2419 98% [============================================================ ] 2373/2419 98% [============================================================ ] 2374/2419 98% [============================================================ ] 2375/2419 98% [============================================================ ] 2376/2419 98% [============================================================ ] 2377/2419 98% [============================================================ ] 2378/2419 98% [============================================================ ] 2379/2419 98% [============================================================= ] 2380/2419 98% [============================================================= ] 2381/2419 98% [============================================================= ] 2382/2419 98% [============================================================= ] 2383/2419 98% [============================================================= ] 2384/2419 98% [============================================================= ] 2385/2419 98% [============================================================= ] 2386/2419 98% [============================================================= ] 2387/2419 98% [============================================================= ] 2388/2419 98% [============================================================= ] 2389/2419 98% [============================================================= ] 2390/2419 98% [============================================================= ] 2391/2419 98% [============================================================= ] 2392/2419 98% [============================================================= ] 2393/2419 98% [============================================================= ] 2394/2419 98% [============================================================= ] 2395/2419 99% [============================================================= ] 2396/2419 99% [============================================================= ] 2397/2419 99% [============================================================= ] 2398/2419 99% [============================================================= ] 2399/2419 99% [============================================================= ] 2400/2419 99% [============================================================= ] 2401/2419 99% [============================================================= ] 2402/2419 99% [============================================================= ] 2403/2419 99% [============================================================= ] 2404/2419 99% [============================================================= ] 2405/2419 99% [============================================================= ] 2406/2419 99% [============================================================= ] 2407/2419 99% [============================================================= ] 2408/2419 99% [============================================================= ] 2409/2419 99% [============================================================= ] 2410/2419 99% [============================================================= ] 2411/2419 99% [============================================================= ] 2412/2419 99% [============================================================= ] 2413/2419 99% [============================================================= ] 2414/2419 99% [============================================================= ] 2415/2419 99% [============================================================= ] 2416/2419 99% [============================================================= ] 2417/2419 99% [============================================================= ] 2418/2419 99% [==============================================================] 2419/2419 100% operation complete, 2419 objects in 56637 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2022.05-2372-gc45b2f2b9d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> alsa-lib 1.2.8 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> sqlite 3.39.4 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> whois 5.5.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python3 3.11.0 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> docker-proxy f6ccccb1c082a432c2a5814aaedaca56af33d9ea Collecting legal info LICENSE: OK (sha256: cb5e8e7e5f4a3988e1063c142c60dc2df75605f4c46515e776e3aca6df976e14) >>> host-go 1.19.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.5.1 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> faifa 0.1 Collecting legal info COPYING: OK (sha256: 9b62e4601b2b9cd5719a393e88ed71a8304048862502db765ed9d6ff8cf38c5e) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> getent Collecting legal info >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htpdate 1.3.6 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse3 3.11.0 Collecting legal info LICENSE: OK (sha256: b8832d9caaa075bbbd2aef24efa09f8b7ab66a832812d88c602da0c7b4397fad) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiqrf 0.1.2 Collecting legal info src/iqrf.c: OK (sha256: 11e0700d7c23604d86fa1e7c54c7caa778d79eeb0035be8f80b5a552224ef015) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> liburcu 0.13.2 Collecting legal info lgpl-2.1.txt: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) lgpl-relicensing.txt: OK (sha256: 8ef8121eddd2fc0779d94331a1d0f1ead9c796343d845e564cd8c8c4ae3d6f6e) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: e8c070cb093be4b2eaf938a5f1c11621163b2d9cfa2790460cf925d81e442fa7) >>> libuv 1.44.2 Collecting legal info LICENSE: OK (sha256: 95b8b163c60d17cfce3cef61a2d8a9cf70137502c8fb5f3d93cd2fc529fa98c8) >>> libxcrypt 4.4.29 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lldpd 1.0.15 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mender-artifact 3.8.0 Collecting legal info LICENSE: OK (sha256: 1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b) LIC_FILES_CHKSUM.sha256: OK (sha256: b8462a14975e30fb0dff14ed50e7563e833ccce13c2aa93f95386ffe877ed673) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/mendersoftware/progressbar/LICENSE: OK (sha256: 8f5d89b47d7a05a199b77b7e0f362dad391d451ebda4ef48ba11c50c071564c7) vendor/google.golang.org/genproto/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/grpc/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/appengine/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/kms/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/iam/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/compute/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/go.opencensus.io/LICENSE: OK (sha256: 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd) vendor/github.com/golang/groupcache/LICENSE: OK (sha256: 73ba74dfaa520b49a401b5d21459a8523a146f3b7518a833eea5efa85130bf68) vendor/gopkg.in/square/go-jose.v2/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/oklog/run/LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: 87640bc4df2ceb1559f268a3db1ba859ab780f7ba5b1b4545173d4680a3d918b) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 0d9e582ee4bff57bf1189c9e514e6da7ce277f9cd3bc2d488b22fbb39a6d87cf) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/google/go-cmp/LICENSE: OK (sha256: 17b5d209ba8f9684257ecfcff87df6ceda6194143a8fbd074f29727cff6f0c40) vendor/golang.org/x/net/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/oauth2/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/text/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/time/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/google.golang.org/api/LICENSE: OK (sha256: 110244b02140866ee37d17fa7449436a377ec3b85a481fbb208f4c87964382de) vendor/google.golang.org/api/internal/third_party/uritemplates/LICENSE: OK (sha256: fc0a2f71df4e8f047902da53d1f85301be43e0f360fc167057a2d04658ed2ba9) vendor/google.golang.org/protobuf/LICENSE: OK (sha256: 4835612df0098ca95f8e7d9e3bffcb02358d435dbb38057c844c99d7f725eb20) vendor/github.com/golang/protobuf/LICENSE: OK (sha256: 8778a9fc1eaffb03ab873caae251df2d224f6b5502be8777d3cd573a4dd43903) vendor/github.com/googleapis/gax-go/v2/LICENSE: OK (sha256: b95218cd9607855a6536384c0262922b30a0c2bf56e4ced790240f3a3bac4722) vendor/github.com/golang/snappy/LICENSE: OK (sha256: f69f157b0be75da373605dbc8bbf142e8924ee82d8f44f11bcaf351335bf98cf) vendor/gopkg.in/square/go-jose.v2/json/LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) vendor/github.com/pierrec/lz4/LICENSE: OK (sha256: 6a358d2540ca14048f02d366f23787c0a480157e58f058113f0e27168dd4e447) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 6d2de1cde19c4d2bd8bcd9aaa1d581f4cfa3db9cf71896140330eaa2f2687685) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) vendor/github.com/mattn/go-isatty/LICENSE: OK (sha256: 08eab1118c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1) vendor/github.com/klauspost/cpuid/v2/LICENSE: OK (sha256: 5d966570d7a442d4e969892860a914e542c97f262c873baee8f0aa48e1f40212) vendor/go.uber.org/atomic/LICENSE.txt: OK (sha256: edbb5a4d165ac69376c765b551c0662ff42bea87e1f1eda85f42ac90c34b09d0) vendor/github.com/mitchellh/go-homedir/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/go-testing-interface/LICENSE: OK (sha256: f48b778b7fccb6650f915cf4527c941a9578f8876a2911d035c4e44641a916be) vendor/github.com/mitchellh/mapstructure/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/copystructure/LICENSE: OK (sha256: 3c377fad2e5ae1d7081c7c2f16da867a87cca1d1f5f1aa7ed0b8a16bb553142a) vendor/github.com/mitchellh/reflectwalk/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/ryanuber/go-glob/LICENSE: OK (sha256: 38049e50b486f5394e40b786388f4a006401996e46c7c1cd18925afe7c3b4e34) vendor/github.com/mattn/go-colorable/LICENSE: OK (sha256: 88a2379b3ca34bf5c57127aff9dcb802bbb60ece0805cdbda65b3bd115f971d9) vendor/github.com/fatih/color/LICENSE.md: OK (sha256: de95ed802d2f90e3c72cb3c9a927cca5f2aec234a3ef1250232db0f8178b2d93) vendor/github.com/armon/go-radix/LICENSE: OK (sha256: 831892cd31b9eef0311bb1de9014527ef5d3592eed7add1f9f829510d2065e62) vendor/github.com/armon/go-metrics/LICENSE: OK (sha256: d0bb61dd59b6d59021893751bdd1205ee88c8206dcabd6b4c68d35b94ee19750) vendor/github.com/cenkalti/backoff/v3/LICENSE: OK (sha256: 5c0476add4c38b55d0ed5ac11b85e00c38f26e1caee20dfe3ab58190103d1fbc) vendor/github.com/hashicorp/go-hclog/LICENSE: OK (sha256: b8ce983c0e0b1410115d42b65d5471b3666a8d4f4334a52f29f457a39a71b463) vendor/github.com/hashicorp/go-secure-stdlib/strutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-secure-stdlib/parseutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/errwrap/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/hcl/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-cleanhttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-version/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-rootcerts/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-retryablehttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-uuid/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-plugin/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/go-sockaddr/LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) vendor/github.com/hashicorp/vault/sdk/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/vault/api/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/yamux/LICENSE: OK (sha256: 812e9d96e900a093ae4d1d3f22c5f82f568a0a0461c3007a99d00573d41c5461) vendor/github.com/hashicorp/go-immutable-radix/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-multierror/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/golang-lru/LICENSE: OK (sha256: af175b9d96ee93c21a036152e1b905b0b95304d4ae8c2c921c7609100ba8df7e) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mpg123 1.25.15 Collecting legal info COPYING: OK (sha256: f40e0dd86b27b52e429b693a87b3ca63ae0a98a4d142e77207aa6bdf1db7a295) >>> netdata 1.33.1 Collecting legal info LICENSE: OK (sha256: 0e5fd9d833efe9b79f784d1903281554af82d1b4261af67d35455728e5572aa6) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-nfs-utils 2.6.2 Collecting legal info COPYING: OK (sha256: 576540abf5e95029ad4ad90e32071385a5e95b2c30708c706116f3eb87b9a3de) >>> host-libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sngrep 1.6.0 Collecting legal info LICENSE: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'