/home/autobuild/autobuild/instance-22/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-22/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-22/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-22/output-1/target/usr/doc find /home/autobuild/autobuild/instance-22/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-22/output-1/target/lib/ /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-22/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-22/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/man /home/autobuild/autobuild/instance-22/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/info /home/autobuild/autobuild/instance-22/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/doc /home/autobuild/autobuild/instance-22/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-22/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-22/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-22/output-1/target/lib/debug /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-22/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-22/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-22/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-22/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-22/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.05-606-g39610c8b3c"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-git\"" \ ) > /home/autobuild/autobuild/instance-22/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-22/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-22/output-1/per-package /home/autobuild/autobuild/instance-22/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-22/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/fusermount f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-22/output-1/images rm -rf /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-22/output-1/target/ /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-22/output-1/host/bin:/home/autobuild/autobuild/instance-22/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-22/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-22/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-22/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-22/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-22/output-1/host/bin:/home/autobuild/autobuild/instance-22/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-22/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-22/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 2488 objects. stage 2: creating image '/home/autobuild/autobuild/instance-22/output-1/images/rootfs.yaffs2' [ ] 1/2488 0% [ ] 2/2488 0% [ ] 3/2488 0% [ ] 4/2488 0% [ ] 5/2488 0% [ ] 6/2488 0% [ ] 7/2488 0% [ ] 8/2488 0% [ ] 9/2488 0% [ ] 10/2488 0% [ ] 11/2488 0% [ ] 12/2488 0% [ ] 13/2488 0% [ ] 14/2488 0% [ ] 15/2488 0% [ ] 16/2488 0% [ ] 17/2488 0% [ ] 18/2488 0% [ ] 19/2488 0% [ ] 20/2488 0% [ ] 21/2488 0% [ ] 22/2488 0% [ ] 23/2488 0% [ ] 24/2488 0% [ ] 25/2488 1% [ ] 26/2488 1% [ ] 27/2488 1% [ ] 28/2488 1% [ ] 29/2488 1% [ ] 30/2488 1% [ ] 31/2488 1% [ ] 32/2488 1% [ ] 33/2488 1% [ ] 34/2488 1% [ ] 35/2488 1% [ ] 36/2488 1% [ ] 37/2488 1% [ ] 38/2488 1% [ ] 39/2488 1% [ ] 40/2488 1% [= ] 41/2488 1% [= ] 42/2488 1% [= ] 43/2488 1% [= ] 44/2488 1% [= ] 45/2488 1% [= ] 46/2488 1% [= ] 47/2488 1% [= ] 48/2488 1% [= ] 49/2488 1% [= ] 50/2488 2% [= ] 51/2488 2% [= ] 52/2488 2% [= ] 53/2488 2% [= ] 54/2488 2% [= ] 55/2488 2% [= ] 56/2488 2% [= ] 57/2488 2% [= ] 58/2488 2% [= ] 59/2488 2% [= ] 60/2488 2% [= ] 61/2488 2% [= ] 62/2488 2% [= ] 63/2488 2% [= ] 64/2488 2% [= ] 65/2488 2% [= ] 66/2488 2% [= ] 67/2488 2% [= ] 68/2488 2% [= ] 69/2488 2% [= ] 70/2488 2% [= ] 71/2488 2% [= ] 72/2488 2% [= ] 73/2488 2% [= ] 74/2488 2% [= ] 75/2488 3% [= ] 76/2488 3% [= ] 77/2488 3% [= ] 78/2488 3% [= ] 79/2488 3% [= ] 80/2488 3% [== ] 81/2488 3% [== ] 82/2488 3% [== ] 83/2488 3% [== ] 84/2488 3% [== ] 85/2488 3% [== ] 86/2488 3% [== ] 87/2488 3% [== ] 88/2488 3% [== ] 89/2488 3% [== ] 90/2488 3% [== ] 91/2488 3% [== ] 92/2488 3% [== ] 93/2488 3% [== ] 94/2488 3% [== ] 95/2488 3% [== ] 96/2488 3% [== ] 97/2488 3% [== ] 98/2488 3% [== ] 99/2488 3% [== ] 100/2488 4% [== ] 101/2488 4% [== ] 102/2488 4% [== ] 103/2488 4% [== ] 104/2488 4% [== ] 105/2488 4% [== ] 106/2488 4% [== ] 107/2488 4% [== ] 108/2488 4% [== ] 109/2488 4% [== ] 110/2488 4% [== ] 111/2488 4% [== ] 112/2488 4% [== ] 113/2488 4% [== ] 114/2488 4% [== ] 115/2488 4% [== ] 116/2488 4% [== ] 117/2488 4% [== ] 118/2488 4% [== ] 119/2488 4% [== ] 120/2488 4% [=== ] 121/2488 4% [=== ] 122/2488 4% [=== ] 123/2488 4% [=== ] 124/2488 4% [=== ] 125/2488 5% [=== ] 126/2488 5% [=== ] 127/2488 5% [=== ] 128/2488 5% [=== ] 129/2488 5% [=== ] 130/2488 5% [=== ] 131/2488 5% [=== ] 132/2488 5% [=== ] 133/2488 5% [=== ] 134/2488 5% [=== ] 135/2488 5% [=== ] 136/2488 5% [=== ] 137/2488 5% [=== ] 138/2488 5% [=== ] 139/2488 5% [=== ] 140/2488 5% [=== ] 141/2488 5% [=== ] 142/2488 5% [=== ] 143/2488 5% [=== ] 144/2488 5% [=== ] 145/2488 5% [=== ] 146/2488 5% [=== ] 147/2488 5% [=== ] 148/2488 5% [=== ] 149/2488 5% [=== ] 150/2488 6% [=== ] 151/2488 6% [=== ] 152/2488 6% [=== ] 153/2488 6% [=== ] 154/2488 6% [=== ] 155/2488 6% [=== ] 156/2488 6% [=== ] 157/2488 6% [=== ] 158/2488 6% [=== ] 159/2488 6% [=== ] 160/2488 6% [==== ] 161/2488 6% [==== ] 162/2488 6% [==== ] 163/2488 6% [==== ] 164/2488 6% [==== ] 165/2488 6% [==== ] 166/2488 6% [==== ] 167/2488 6% [==== ] 168/2488 6% [==== ] 169/2488 6% [==== ] 170/2488 6% [==== ] 171/2488 6% [==== ] 172/2488 6% [==== ] 173/2488 6% [==== ] 174/2488 6% [==== ] 175/2488 7% [==== ] 176/2488 7% [==== ] 177/2488 7% [==== ] 178/2488 7% [==== ] 179/2488 7% [==== ] 180/2488 7% [==== ] 181/2488 7% [==== ] 182/2488 7% [==== ] 183/2488 7% [==== ] 184/2488 7% [==== ] 185/2488 7% [==== ] 186/2488 7% [==== ] 187/2488 7% [==== ] 188/2488 7% [==== ] 189/2488 7% [==== ] 190/2488 7% [==== ] 191/2488 7% [==== ] 192/2488 7% [==== ] 193/2488 7% [==== ] 194/2488 7% [==== ] 195/2488 7% [==== ] 196/2488 7% [==== ] 197/2488 7% [==== ] 198/2488 7% [==== ] 199/2488 7% [==== ] 200/2488 8% [===== ] 201/2488 8% [===== ] 202/2488 8% [===== ] 203/2488 8% [===== ] 204/2488 8% [===== ] 205/2488 8% [===== ] 206/2488 8% [===== ] 207/2488 8% [===== ] 208/2488 8% [===== ] 209/2488 8% [===== ] 210/2488 8% [===== ] 211/2488 8% [===== ] 212/2488 8% [===== ] 213/2488 8% [===== ] 214/2488 8% [===== ] 215/2488 8% [===== ] 216/2488 8% [===== ] 217/2488 8% [===== ] 218/2488 8% [===== ] 219/2488 8% [===== ] 220/2488 8% [===== ] 221/2488 8% [===== ] 222/2488 8% [===== ] 223/2488 8% [===== ] 224/2488 9% [===== ] 225/2488 9% [===== ] 226/2488 9% [===== ] 227/2488 9% [===== ] 228/2488 9% [===== ] 229/2488 9% [===== ] 230/2488 9% [===== ] 231/2488 9% [===== ] 232/2488 9% [===== ] 233/2488 9% [===== ] 234/2488 9% [===== ] 235/2488 9% [===== ] 236/2488 9% [===== ] 237/2488 9% [===== ] 238/2488 9% [===== ] 239/2488 9% [===== ] 240/2488 9% [====== ] 241/2488 9% [====== ] 242/2488 9% [====== ] 243/2488 9% [====== ] 244/2488 9% [====== ] 245/2488 9% [====== ] 246/2488 9% [====== ] 247/2488 9% [====== ] 248/2488 9% [====== ] 249/2488 10% [====== ] 250/2488 10% [====== ] 251/2488 10% [====== ] 252/2488 10% [====== ] 253/2488 10% [====== ] 254/2488 10% [====== ] 255/2488 10% [====== ] 256/2488 10% [====== ] 257/2488 10% [====== ] 258/2488 10% [====== ] 259/2488 10% [====== ] 260/2488 10% [====== ] 261/2488 10% [====== ] 262/2488 10% [====== ] 263/2488 10% [====== ] 264/2488 10% [====== ] 265/2488 10% [====== ] 266/2488 10% [====== ] 267/2488 10% [====== ] 268/2488 10% [====== ] 269/2488 10% [====== ] 270/2488 10% [====== ] 271/2488 10% [====== ] 272/2488 10% [====== ] 273/2488 10% [====== ] 274/2488 11% [====== ] 275/2488 11% [====== ] 276/2488 11% [====== ] 277/2488 11% [====== ] 278/2488 11% [====== ] 279/2488 11% [====== ] 280/2488 11% [======= ] 281/2488 11% [======= ] 282/2488 11% [======= ] 283/2488 11% [======= ] 284/2488 11% [======= ] 285/2488 11% [======= ] 286/2488 11% [======= ] 287/2488 11% [======= ] 288/2488 11% [======= ] 289/2488 11% [======= ] 290/2488 11% [======= ] 291/2488 11% [======= ] 292/2488 11% [======= ] 293/2488 11% [======= ] 294/2488 11% [======= ] 295/2488 11% [======= ] 296/2488 11% [======= ] 297/2488 11% [======= ] 298/2488 11% [======= ] 299/2488 12% [======= ] 300/2488 12% [======= ] 301/2488 12% [======= ] 302/2488 12% [======= ] 303/2488 12% [======= ] 304/2488 12% [======= ] 305/2488 12% [======= ] 306/2488 12% [======= ] 307/2488 12% [======= ] 308/2488 12% [======= ] 309/2488 12% [======= ] 310/2488 12% [======= ] 311/2488 12% [======= ] 312/2488 12% [======= ] 313/2488 12% [======= ] 314/2488 12% [======= ] 315/2488 12% [======= ] 316/2488 12% [======= ] 317/2488 12% [======= ] 318/2488 12% [======= ] 319/2488 12% [======= ] 320/2488 12% [======= ] 321/2488 12% [======== ] 322/2488 12% [======== ] 323/2488 12% [======== ] 324/2488 13% [======== ] 325/2488 13% [======== ] 326/2488 13% [======== ] 327/2488 13% [======== ] 328/2488 13% [======== ] 329/2488 13% [======== ] 330/2488 13% [======== ] 331/2488 13% [======== ] 332/2488 13% [======== ] 333/2488 13% [======== ] 334/2488 13% [======== ] 335/2488 13% [======== ] 336/2488 13% [======== ] 337/2488 13% [======== ] 338/2488 13% [======== ] 339/2488 13% [======== ] 340/2488 13% [======== ] 341/2488 13% [======== ] 342/2488 13% [======== ] 343/2488 13% [======== ] 344/2488 13% [======== ] 345/2488 13% [======== ] 346/2488 13% [======== ] 347/2488 13% [======== ] 348/2488 13% [======== ] 349/2488 14% [======== ] 350/2488 14% [======== ] 351/2488 14% [======== ] 352/2488 14% [======== ] 353/2488 14% [======== ] 354/2488 14% [======== ] 355/2488 14% [======== ] 356/2488 14% [======== ] 357/2488 14% [======== ] 358/2488 14% [======== ] 359/2488 14% [======== ] 360/2488 14% [======== ] 361/2488 14% [========= ] 362/2488 14% [========= ] 363/2488 14% [========= ] 364/2488 14% [========= ] 365/2488 14% [========= ] 366/2488 14% [========= ] 367/2488 14% [========= ] 368/2488 14% [========= ] 369/2488 14% [========= ] 370/2488 14% [========= ] 371/2488 14% [========= ] 372/2488 14% [========= ] 373/2488 14% [========= ] 374/2488 15% [========= ] 375/2488 15% [========= ] 376/2488 15% [========= ] 377/2488 15% [========= ] 378/2488 15% [========= ] 379/2488 15% [========= ] 380/2488 15% [========= ] 381/2488 15% [========= ] 382/2488 15% [========= ] 383/2488 15% [========= ] 384/2488 15% [========= ] 385/2488 15% [========= ] 386/2488 15% [========= ] 387/2488 15% [========= ] 388/2488 15% [========= ] 389/2488 15% [========= ] 390/2488 15% [========= ] 391/2488 15% [========= ] 392/2488 15% [========= ] 393/2488 15% [========= ] 394/2488 15% [========= ] 395/2488 15% [========= ] 396/2488 15% [========= ] 397/2488 15% [========= ] 398/2488 15% [========= ] 399/2488 16% [========= ] 400/2488 16% [========= ] 401/2488 16% [========== ] 402/2488 16% [========== ] 403/2488 16% [========== ] 404/2488 16% [========== ] 405/2488 16% [========== ] 406/2488 16% [========== ] 407/2488 16% [========== ] 408/2488 16% [========== ] 409/2488 16% [========== ] 410/2488 16% [========== ] 411/2488 16% [========== ] 412/2488 16% [========== ] 413/2488 16% [========== ] 414/2488 16% [========== ] 415/2488 16% [========== ] 416/2488 16% [========== ] 417/2488 16% [========== ] 418/2488 16% [========== ] 419/2488 16% [========== ] 420/2488 16% [========== ] 421/2488 16% [========== ] 422/2488 16% [========== ] 423/2488 17% [========== ] 424/2488 17% [========== ] 425/2488 17% [========== ] 426/2488 17% [========== ] 427/2488 17% [========== ] 428/2488 17% [========== ] 429/2488 17% [========== ] 430/2488 17% [========== ] 431/2488 17% [========== ] 432/2488 17% [========== ] 433/2488 17% [========== ] 434/2488 17% [========== ] 435/2488 17% [========== ] 436/2488 17% [========== ] 437/2488 17% [========== ] 438/2488 17% [========== ] 439/2488 17% [========== ] 440/2488 17% [========== ] 441/2488 17% [=========== ] 442/2488 17% [=========== ] 443/2488 17% [=========== ] 444/2488 17% [=========== ] 445/2488 17% [=========== ] 446/2488 17% [=========== ] 447/2488 17% [=========== ] 448/2488 18% [=========== ] 449/2488 18% [=========== ] 450/2488 18% [=========== ] 451/2488 18% [=========== ] 452/2488 18% [=========== ] 453/2488 18% [=========== ] 454/2488 18% [=========== ] 455/2488 18% [=========== ] 456/2488 18% [=========== ] 457/2488 18% [=========== ] 458/2488 18% [=========== ] 459/2488 18% [=========== ] 460/2488 18% [=========== ] 461/2488 18% [=========== ] 462/2488 18% [=========== ] 463/2488 18% [=========== ] 464/2488 18% [=========== ] 465/2488 18% [=========== ] 466/2488 18% [=========== ] 467/2488 18% [=========== ] 468/2488 18% [=========== ] 469/2488 18% [=========== ] 470/2488 18% [=========== ] 471/2488 18% [=========== ] 472/2488 18% [=========== ] 473/2488 19% [=========== ] 474/2488 19% [=========== ] 475/2488 19% [=========== ] 476/2488 19% [=========== ] 477/2488 19% [=========== ] 478/2488 19% [=========== ] 479/2488 19% [=========== ] 480/2488 19% [=========== ] 481/2488 19% [============ ] 482/2488 19% [============ ] 483/2488 19% [============ ] 484/2488 19% [============ ] 485/2488 19% [============ ] 486/2488 19% [============ ] 487/2488 19% [============ ] 488/2488 19% [============ ] 489/2488 19% [============ ] 490/2488 19% [============ ] 491/2488 19% [============ ] 492/2488 19% [============ ] 493/2488 19% [============ ] 494/2488 19% [============ ] 495/2488 19% [============ ] 496/2488 19% [============ ] 497/2488 19% [============ ] 498/2488 20% [============ ] 499/2488 20% [============ ] 500/2488 20% [============ ] 501/2488 20% [============ ] 502/2488 20% [============ ] 503/2488 20% [============ ] 504/2488 20% [============ ] 505/2488 20% [============ ] 506/2488 20% [============ ] 507/2488 20% [============ ] 508/2488 20% [============ ] 509/2488 20% [============ ] 510/2488 20% [============ ] 511/2488 20% [============ ] 512/2488 20% [============ ] 513/2488 20% [============ ] 514/2488 20% [============ ] 515/2488 20% [============ ] 516/2488 20% [============ ] 517/2488 20% [============ ] 518/2488 20% [============ ] 519/2488 20% [============ ] 520/2488 20% [============ ] 521/2488 20% [============= ] 522/2488 20% [============= ] 523/2488 21% [============= ] 524/2488 21% [============= ] 525/2488 21% [============= ] 526/2488 21% [============= ] 527/2488 21% [============= ] 528/2488 21% [============= ] 529/2488 21% [============= ] 530/2488 21% [============= ] 531/2488 21% [============= ] 532/2488 21% [============= ] 533/2488 21% [============= ] 534/2488 21% [============= ] 535/2488 21% [============= ] 536/2488 21% [============= ] 537/2488 21% [============= ] 538/2488 21% [============= ] 539/2488 21% [============= ] 540/2488 21% [============= ] 541/2488 21% [============= ] 542/2488 21% [============= ] 543/2488 21% [============= ] 544/2488 21% [============= ] 545/2488 21% [============= ] 546/2488 21% [============= ] 547/2488 21% [============= ] 548/2488 22% [============= ] 549/2488 22% [============= ] 550/2488 22% [============= ] 551/2488 22% [============= ] 552/2488 22% [============= ] 553/2488 22% [============= ] 554/2488 22% [============= ] 555/2488 22% [============= ] 556/2488 22% [============= ] 557/2488 22% [============= ] 558/2488 22% [============= ] 559/2488 22% [============= ] 560/2488 22% [============= ] 561/2488 22% [============== ] 562/2488 22% [============== ] 563/2488 22% [============== ] 564/2488 22% [============== ] 565/2488 22% [============== ] 566/2488 22% [============== ] 567/2488 22% [============== ] 568/2488 22% [============== ] 569/2488 22% [============== ] 570/2488 22% [============== ] 571/2488 22% [============== ] 572/2488 22% [============== ] 573/2488 23% [============== ] 574/2488 23% [============== ] 575/2488 23% [============== ] 576/2488 23% [============== ] 577/2488 23% [============== ] 578/2488 23% [============== ] 579/2488 23% [============== ] 580/2488 23% [============== ] 581/2488 23% [============== ] 582/2488 23% [============== ] 583/2488 23% [============== ] 584/2488 23% [============== ] 585/2488 23% [============== ] 586/2488 23% [============== ] 587/2488 23% [============== ] 588/2488 23% [============== ] 589/2488 23% [============== ] 590/2488 23% [============== ] 591/2488 23% [============== ] 592/2488 23% [============== ] 593/2488 23% [============== ] 594/2488 23% [============== ] 595/2488 23% [============== ] 596/2488 23% [============== ] 597/2488 23% [============== ] 598/2488 24% [============== ] 599/2488 24% [============== ] 600/2488 24% [============== ] 601/2488 24% [=============== ] 602/2488 24% [=============== ] 603/2488 24% [=============== ] 604/2488 24% [=============== ] 605/2488 24% [=============== ] 606/2488 24% [=============== ] 607/2488 24% [=============== ] 608/2488 24% [=============== ] 609/2488 24% [=============== ] 610/2488 24% [=============== ] 611/2488 24% [=============== ] 612/2488 24% [=============== ] 613/2488 24% [=============== ] 614/2488 24% [=============== ] 615/2488 24% [=============== ] 616/2488 24% [=============== ] 617/2488 24% [=============== ] 618/2488 24% [=============== ] 619/2488 24% [=============== ] 620/2488 24% [=============== ] 621/2488 24% [=============== ] 622/2488 25% [=============== ] 623/2488 25% [=============== ] 624/2488 25% [=============== ] 625/2488 25% [=============== ] 626/2488 25% [=============== ] 627/2488 25% [=============== ] 628/2488 25% [=============== ] 629/2488 25% [=============== ] 630/2488 25% [=============== ] 631/2488 25% [=============== ] 632/2488 25% [=============== ] 633/2488 25% [=============== ] 634/2488 25% [=============== ] 635/2488 25% [=============== ] 636/2488 25% [=============== ] 637/2488 25% [=============== ] 638/2488 25% [=============== ] 639/2488 25% [=============== ] 640/2488 25% [=============== ] 641/2488 25% [=============== ] 642/2488 25% [================ ] 643/2488 25% [================ ] 644/2488 25% [================ ] 645/2488 25% [================ ] 646/2488 25% [================ ] 647/2488 26% [================ ] 648/2488 26% [================ ] 649/2488 26% [================ ] 650/2488 26% [================ ] 651/2488 26% [================ ] 652/2488 26% [================ ] 653/2488 26% [================ ] 654/2488 26% [================ ] 655/2488 26% [================ ] 656/2488 26% [================ ] 657/2488 26% [================ ] 658/2488 26% [================ ] 659/2488 26% [================ ] 660/2488 26% [================ ] 661/2488 26% [================ ] 662/2488 26% [================ ] 663/2488 26% [================ ] 664/2488 26% [================ ] 665/2488 26% [================ ] 666/2488 26% [================ ] 667/2488 26% [================ ] 668/2488 26% [================ ] 669/2488 26% [================ ] 670/2488 26% [================ ] 671/2488 26% [================ ] 672/2488 27% [================ ] 673/2488 27% [================ ] 674/2488 27% [================ ] 675/2488 27% [================ ] 676/2488 27% [================ ] 677/2488 27% [================ ] 678/2488 27% [================ ] 679/2488 27% [================ ] 680/2488 27% [================ ] 681/2488 27% [================ ] 682/2488 27% [================= ] 683/2488 27% [================= ] 684/2488 27% [================= ] 685/2488 27% [================= ] 686/2488 27% [================= ] 687/2488 27% [================= ] 688/2488 27% [================= ] 689/2488 27% [================= ] 690/2488 27% [================= ] 691/2488 27% [================= ] 692/2488 27% [================= ] 693/2488 27% [================= ] 694/2488 27% [================= ] 695/2488 27% [================= ] 696/2488 27% [================= ] 697/2488 28% [================= ] 698/2488 28% [================= ] 699/2488 28% [================= ] 700/2488 28% [================= ] 701/2488 28% [================= ] 702/2488 28% [================= ] 703/2488 28% [================= ] 704/2488 28% [================= ] 705/2488 28% [================= ] 706/2488 28% [================= ] 707/2488 28% [================= ] 708/2488 28% [================= ] 709/2488 28% [================= ] 710/2488 28% [================= ] 711/2488 28% [================= ] 712/2488 28% [================= ] 713/2488 28% [================= ] 714/2488 28% [================= ] 715/2488 28% [================= ] 716/2488 28% [================= ] 717/2488 28% [================= ] 718/2488 28% [================= ] 719/2488 28% [================= ] 720/2488 28% [================= ] 721/2488 28% [================= ] 722/2488 29% [================== ] 723/2488 29% [================== ] 724/2488 29% [================== ] 725/2488 29% [================== ] 726/2488 29% [================== ] 727/2488 29% [================== ] 728/2488 29% [================== ] 729/2488 29% [================== ] 730/2488 29% [================== ] 731/2488 29% [================== ] 732/2488 29% [================== ] 733/2488 29% [================== ] 734/2488 29% [================== ] 735/2488 29% [================== ] 736/2488 29% [================== ] 737/2488 29% [================== ] 738/2488 29% [================== ] 739/2488 29% [================== ] 740/2488 29% [================== ] 741/2488 29% [================== ] 742/2488 29% [================== ] 743/2488 29% [================== ] 744/2488 29% [================== ] 745/2488 29% [================== ] 746/2488 29% [================== ] 747/2488 30% [================== ] 748/2488 30% [================== ] 749/2488 30% [================== ] 750/2488 30% [================== ] 751/2488 30% [================== ] 752/2488 30% [================== ] 753/2488 30% [================== ] 754/2488 30% [================== ] 755/2488 30% [================== ] 756/2488 30% [================== ] 757/2488 30% [================== ] 758/2488 30% [================== ] 759/2488 30% [================== ] 760/2488 30% [================== ] 761/2488 30% [================== ] 762/2488 30% [=================== ] 763/2488 30% [=================== ] 764/2488 30% [=================== ] 765/2488 30% [=================== ] 766/2488 30% [=================== ] 767/2488 30% [=================== ] 768/2488 30% [=================== ] 769/2488 30% [=================== ] 770/2488 30% [=================== ] 771/2488 30% [=================== ] 772/2488 31% [=================== ] 773/2488 31% [=================== ] 774/2488 31% [=================== ] 775/2488 31% [=================== ] 776/2488 31% [=================== ] 777/2488 31% [=================== ] 778/2488 31% [=================== ] 779/2488 31% [=================== ] 780/2488 31% [=================== ] 781/2488 31% [=================== ] 782/2488 31% [=================== ] 783/2488 31% [=================== ] 784/2488 31% [=================== ] 785/2488 31% [=================== ] 786/2488 31% [=================== ] 787/2488 31% [=================== ] 788/2488 31% [=================== ] 789/2488 31% [=================== ] 790/2488 31% [=================== ] 791/2488 31% [=================== ] 792/2488 31% [=================== ] 793/2488 31% [=================== ] 794/2488 31% [=================== ] 795/2488 31% [=================== ] 796/2488 31% [=================== ] 797/2488 32% [=================== ] 798/2488 32% [=================== ] 799/2488 32% [=================== ] 800/2488 32% [=================== ] 801/2488 32% [=================== ] 802/2488 32% [==================== ] 803/2488 32% [==================== ] 804/2488 32% [==================== ] 805/2488 32% [==================== ] 806/2488 32% [==================== ] 807/2488 32% [==================== ] 808/2488 32% [==================== ] 809/2488 32% [==================== ] 810/2488 32% [==================== ] 811/2488 32% [==================== ] 812/2488 32% [==================== ] 813/2488 32% [==================== ] 814/2488 32% [==================== ] 815/2488 32% [==================== ] 816/2488 32% [==================== ] 817/2488 32% [==================== ] 818/2488 32% [==================== ] 819/2488 32% [==================== ] 820/2488 32% [==================== ] 821/2488 32% [==================== ] 822/2488 33% [==================== ] 823/2488 33% [==================== ] 824/2488 33% [==================== ] 825/2488 33% [==================== ] 826/2488 33% [==================== ] 827/2488 33% [==================== ] 828/2488 33% [==================== ] 829/2488 33% [==================== ] 830/2488 33% [==================== ] 831/2488 33% [==================== ] 832/2488 33% [==================== ] 833/2488 33% [==================== ] 834/2488 33% [==================== ] 835/2488 33% [==================== ] 836/2488 33% [==================== ] 837/2488 33% [==================== ] 838/2488 33% [==================== ] 839/2488 33% [==================== ] 840/2488 33% [==================== ] 841/2488 33% [==================== ] 842/2488 33% [===================== ] 843/2488 33% [===================== ] 844/2488 33% [===================== ] 845/2488 33% [===================== ] 846/2488 34% [===================== ] 847/2488 34% [===================== ] 848/2488 34% [===================== ] 849/2488 34% [===================== ] 850/2488 34% [===================== ] 851/2488 34% [===================== ] 852/2488 34% [===================== ] 853/2488 34% [===================== ] 854/2488 34% [===================== ] 855/2488 34% [===================== ] 856/2488 34% [===================== ] 857/2488 34% [===================== ] 858/2488 34% [===================== ] 859/2488 34% [===================== ] 860/2488 34% [===================== ] 861/2488 34% [===================== ] 862/2488 34% [===================== ] 863/2488 34% [===================== ] 864/2488 34% [===================== ] 865/2488 34% [===================== ] 866/2488 34% [===================== ] 867/2488 34% [===================== ] 868/2488 34% [===================== ] 869/2488 34% [===================== ] 870/2488 34% [===================== ] 871/2488 35% [===================== ] 872/2488 35% [===================== ] 873/2488 35% [===================== ] 874/2488 35% [===================== ] 875/2488 35% [===================== ] 876/2488 35% [===================== ] 877/2488 35% [===================== ] 878/2488 35% [===================== ] 879/2488 35% [===================== ] 880/2488 35% [===================== ] 881/2488 35% [===================== ] 882/2488 35% [====================== ] 883/2488 35% [====================== ] 884/2488 35% [====================== ] 885/2488 35% [====================== ] 886/2488 35% [====================== ] 887/2488 35% [====================== ] 888/2488 35% [====================== ] 889/2488 35% [====================== ] 890/2488 35% [====================== ] 891/2488 35% [====================== ] 892/2488 35% [====================== ] 893/2488 35% [====================== ] 894/2488 35% [====================== ] 895/2488 35% [====================== ] 896/2488 36% [====================== ] 897/2488 36% [====================== ] 898/2488 36% [====================== ] 899/2488 36% [====================== ] 900/2488 36% [====================== ] 901/2488 36% [====================== ] 902/2488 36% [====================== ] 903/2488 36% [====================== ] 904/2488 36% [====================== ] 905/2488 36% [====================== ] 906/2488 36% [====================== ] 907/2488 36% [====================== ] 908/2488 36% [====================== ] 909/2488 36% [====================== ] 910/2488 36% [====================== ] 911/2488 36% [====================== ] 912/2488 36% [====================== ] 913/2488 36% [====================== ] 914/2488 36% [====================== ] 915/2488 36% [====================== ] 916/2488 36% [====================== ] 917/2488 36% [====================== ] 918/2488 36% [====================== ] 919/2488 36% [====================== ] 920/2488 36% [====================== ] 921/2488 37% [====================== ] 922/2488 37% [======================= ] 923/2488 37% [======================= ] 924/2488 37% [======================= ] 925/2488 37% [======================= ] 926/2488 37% [======================= ] 927/2488 37% [======================= ] 928/2488 37% [======================= ] 929/2488 37% [======================= ] 930/2488 37% [======================= ] 931/2488 37% [======================= ] 932/2488 37% [======================= ] 933/2488 37% [======================= ] 934/2488 37% [======================= ] 935/2488 37% [======================= ] 936/2488 37% [======================= ] 937/2488 37% [======================= ] 938/2488 37% [======================= ] 939/2488 37% [======================= ] 940/2488 37% [======================= ] 941/2488 37% [======================= ] 942/2488 37% [======================= ] 943/2488 37% [======================= ] 944/2488 37% [======================= ] 945/2488 37% [======================= ] 946/2488 38% [======================= ] 947/2488 38% [======================= ] 948/2488 38% [======================= ] 949/2488 38% [======================= ] 950/2488 38% [======================= ] 951/2488 38% [======================= ] 952/2488 38% [======================= ] 953/2488 38% [======================= ] 954/2488 38% [======================= ] 955/2488 38% [======================= ] 956/2488 38% [======================= ] 957/2488 38% [======================= ] 958/2488 38% [======================= ] 959/2488 38% [======================= ] 960/2488 38% [======================= ] 961/2488 38% [======================= ] 962/2488 38% [======================= ] 963/2488 38% [======================== ] 964/2488 38% [======================== ] 965/2488 38% [======================== ] 966/2488 38% [======================== ] 967/2488 38% [======================== ] 968/2488 38% [======================== ] 969/2488 38% [======================== ] 970/2488 38% [======================== ] 971/2488 39% [======================== ] 972/2488 39% [======================== ] 973/2488 39% [======================== ] 974/2488 39% [======================== ] 975/2488 39% [======================== ] 976/2488 39% [======================== ] 977/2488 39% [======================== ] 978/2488 39% [======================== ] 979/2488 39% [======================== ] 980/2488 39% [======================== ] 981/2488 39% [======================== ] 982/2488 39% [======================== ] 983/2488 39% [======================== ] 984/2488 39% [======================== ] 985/2488 39% [======================== ] 986/2488 39% [======================== ] 987/2488 39% [======================== ] 988/2488 39% [======================== ] 989/2488 39% [======================== ] 990/2488 39% [======================== ] 991/2488 39% [======================== ] 992/2488 39% [======================== ] 993/2488 39% [======================== ] 994/2488 39% [======================== ] 995/2488 39% [======================== ] 996/2488 40% [======================== ] 997/2488 40% [======================== ] 998/2488 40% [======================== ] 999/2488 40% [======================== ] 1000/2488 40% [======================== ] 1001/2488 40% [======================== ] 1002/2488 40% [======================== ] 1003/2488 40% [========================= ] 1004/2488 40% [========================= ] 1005/2488 40% [========================= ] 1006/2488 40% [========================= ] 1007/2488 40% [========================= ] 1008/2488 40% [========================= ] 1009/2488 40% [========================= ] 1010/2488 40% [========================= ] 1011/2488 40% [========================= ] 1012/2488 40% [========================= ] 1013/2488 40% [========================= ] 1014/2488 40% [========================= ] 1015/2488 40% [========================= ] 1016/2488 40% [========================= ] 1017/2488 40% [========================= ] 1018/2488 40% [========================= ] 1019/2488 40% [========================= ] 1020/2488 40% [========================= ] 1021/2488 41% [========================= ] 1022/2488 41% [========================= ] 1023/2488 41% [========================= ] 1024/2488 41% [========================= ] 1025/2488 41% [========================= ] 1026/2488 41% [========================= ] 1027/2488 41% [========================= ] 1028/2488 41% [========================= ] 1029/2488 41% [========================= ] 1030/2488 41% [========================= ] 1031/2488 41% [========================= ] 1032/2488 41% [========================= ] 1033/2488 41% [========================= ] 1034/2488 41% [========================= ] 1035/2488 41% [========================= ] 1036/2488 41% [========================= ] 1037/2488 41% [========================= ] 1038/2488 41% [========================= ] 1039/2488 41% [========================= ] 1040/2488 41% [========================= ] 1041/2488 41% [========================= ] 1042/2488 41% [========================= ] 1043/2488 41% [========================== ] 1044/2488 41% [========================== ] 1045/2488 42% [========================== ] 1046/2488 42% [========================== ] 1047/2488 42% [========================== ] 1048/2488 42% [========================== ] 1049/2488 42% [========================== ] 1050/2488 42% [========================== ] 1051/2488 42% [========================== ] 1052/2488 42% [========================== ] 1053/2488 42% [========================== ] 1054/2488 42% [========================== ] 1055/2488 42% [========================== ] 1056/2488 42% [========================== ] 1057/2488 42% [========================== ] 1058/2488 42% [========================== ] 1059/2488 42% [========================== ] 1060/2488 42% [========================== ] 1061/2488 42% [========================== ] 1062/2488 42% [========================== ] 1063/2488 42% [========================== ] 1064/2488 42% [========================== ] 1065/2488 42% [========================== ] 1066/2488 42% [========================== ] 1067/2488 42% [========================== ] 1068/2488 42% [========================== ] 1069/2488 42% [========================== ] 1070/2488 43% [========================== ] 1071/2488 43% [========================== ] 1072/2488 43% [========================== ] 1073/2488 43% [========================== ] 1074/2488 43% [========================== ] 1075/2488 43% [========================== ] 1076/2488 43% [========================== ] 1077/2488 43% [========================== ] 1078/2488 43% [========================== ] 1079/2488 43% [========================== ] 1080/2488 43% [========================== ] 1081/2488 43% [========================== ] 1082/2488 43% [========================== ] 1083/2488 43% [=========================== ] 1084/2488 43% [=========================== ] 1085/2488 43% [=========================== ] 1086/2488 43% [=========================== ] 1087/2488 43% [=========================== ] 1088/2488 43% [=========================== ] 1089/2488 43% [=========================== ] 1090/2488 43% [=========================== ] 1091/2488 43% [=========================== ] 1092/2488 43% [=========================== ] 1093/2488 43% [=========================== ] 1094/2488 43% [=========================== ] 1095/2488 44% [=========================== ] 1096/2488 44% [=========================== ] 1097/2488 44% [=========================== ] 1098/2488 44% [=========================== ] 1099/2488 44% [=========================== ] 1100/2488 44% [=========================== ] 1101/2488 44% [=========================== ] 1102/2488 44% [=========================== ] 1103/2488 44% [=========================== ] 1104/2488 44% [=========================== ] 1105/2488 44% [=========================== ] 1106/2488 44% [=========================== ] 1107/2488 44% [=========================== ] 1108/2488 44% [=========================== ] 1109/2488 44% [=========================== ] 1110/2488 44% [=========================== ] 1111/2488 44% [=========================== ] 1112/2488 44% [=========================== ] 1113/2488 44% [=========================== ] 1114/2488 44% [=========================== ] 1115/2488 44% [=========================== ] 1116/2488 44% [=========================== ] 1117/2488 44% [=========================== ] 1118/2488 44% [=========================== ] 1119/2488 44% [=========================== ] 1120/2488 45% [=========================== ] 1121/2488 45% [=========================== ] 1122/2488 45% [=========================== ] 1123/2488 45% [============================ ] 1124/2488 45% [============================ ] 1125/2488 45% [============================ ] 1126/2488 45% [============================ ] 1127/2488 45% [============================ ] 1128/2488 45% [============================ ] 1129/2488 45% [============================ ] 1130/2488 45% [============================ ] 1131/2488 45% [============================ ] 1132/2488 45% [============================ ] 1133/2488 45% [============================ ] 1134/2488 45% [============================ ] 1135/2488 45% [============================ ] 1136/2488 45% [============================ ] 1137/2488 45% [============================ ] 1138/2488 45% [============================ ] 1139/2488 45% [============================ ] 1140/2488 45% [============================ ] 1141/2488 45% [============================ ] 1142/2488 45% [============================ ] 1143/2488 45% [============================ ] 1144/2488 45% [============================ ] 1145/2488 46% [============================ ] 1146/2488 46% [============================ ] 1147/2488 46% [============================ ] 1148/2488 46% [============================ ] 1149/2488 46% [============================ ] 1150/2488 46% [============================ ] 1151/2488 46% [============================ ] 1152/2488 46% [============================ ] 1153/2488 46% [============================ ] 1154/2488 46% [============================ ] 1155/2488 46% [============================ ] 1156/2488 46% [============================ ] 1157/2488 46% [============================ ] 1158/2488 46% [============================ ] 1159/2488 46% [============================ ] 1160/2488 46% [============================ ] 1161/2488 46% [============================ ] 1162/2488 46% [============================ ] 1163/2488 46% [============================= ] 1164/2488 46% [============================= ] 1165/2488 46% [============================= ] 1166/2488 46% [============================= ] 1167/2488 46% [============================= ] 1168/2488 46% [============================= ] 1169/2488 46% [============================= ] 1170/2488 47% [============================= ] 1171/2488 47% [============================= ] 1172/2488 47% [============================= ] 1173/2488 47% [============================= ] 1174/2488 47% [============================= ] 1175/2488 47% [============================= ] 1176/2488 47% [============================= ] 1177/2488 47% [============================= ] 1178/2488 47% [============================= ] 1179/2488 47% [============================= ] 1180/2488 47% [============================= ] 1181/2488 47% [============================= ] 1182/2488 47% [============================= ] 1183/2488 47% [============================= ] 1184/2488 47% [============================= ] 1185/2488 47% [============================= ] 1186/2488 47% [============================= ] 1187/2488 47% [============================= ] 1188/2488 47% [============================= ] 1189/2488 47% [============================= ] 1190/2488 47% [============================= ] 1191/2488 47% [============================= ] 1192/2488 47% [============================= ] 1193/2488 47% [============================= ] 1194/2488 47% [============================= ] 1195/2488 48% [============================= ] 1196/2488 48% [============================= ] 1197/2488 48% [============================= ] 1198/2488 48% [============================= ] 1199/2488 48% [============================= ] 1200/2488 48% [============================= ] 1201/2488 48% [============================= ] 1202/2488 48% [============================= ] 1203/2488 48% [============================== ] 1204/2488 48% [============================== ] 1205/2488 48% [============================== ] 1206/2488 48% [============================== ] 1207/2488 48% [============================== ] 1208/2488 48% [============================== ] 1209/2488 48% [============================== ] 1210/2488 48% [============================== ] 1211/2488 48% [============================== ] 1212/2488 48% [============================== ] 1213/2488 48% [============================== ] 1214/2488 48% [============================== ] 1215/2488 48% [============================== ] 1216/2488 48% [============================== ] 1217/2488 48% [============================== ] 1218/2488 48% [============================== ] 1219/2488 48% [============================== ] 1220/2488 49% [============================== ] 1221/2488 49% [============================== ] 1222/2488 49% [============================== ] 1223/2488 49% [============================== ] 1224/2488 49% [============================== ] 1225/2488 49% [============================== ] 1226/2488 49% [============================== ] 1227/2488 49% [============================== ] 1228/2488 49% [============================== ] 1229/2488 49% [============================== ] 1230/2488 49% [============================== ] 1231/2488 49% [============================== ] 1232/2488 49% [============================== ] 1233/2488 49% [============================== ] 1234/2488 49% [============================== ] 1235/2488 49% [============================== ] 1236/2488 49% [============================== ] 1237/2488 49% [============================== ] 1238/2488 49% [============================== ] 1239/2488 49% [============================== ] 1240/2488 49% [============================== ] 1241/2488 49% [============================== ] 1242/2488 49% [============================== ] 1243/2488 49% [=============================== ] 1244/2488 50% [=============================== ] 1245/2488 50% [=============================== ] 1246/2488 50% [=============================== ] 1247/2488 50% [=============================== ] 1248/2488 50% [=============================== ] 1249/2488 50% [=============================== ] 1250/2488 50% [=============================== ] 1251/2488 50% [=============================== ] 1252/2488 50% [=============================== ] 1253/2488 50% [=============================== ] 1254/2488 50% [=============================== ] 1255/2488 50% [=============================== ] 1256/2488 50% [=============================== ] 1257/2488 50% [=============================== ] 1258/2488 50% [=============================== ] 1259/2488 50% [=============================== ] 1260/2488 50% [=============================== ] 1261/2488 50% [=============================== ] 1262/2488 50% [=============================== ] 1263/2488 50% [=============================== ] 1264/2488 50% [=============================== ] 1265/2488 50% [=============================== ] 1266/2488 50% [=============================== ] 1267/2488 50% [=============================== ] 1268/2488 50% [=============================== ] 1269/2488 51% [=============================== ] 1270/2488 51% [=============================== ] 1271/2488 51% [=============================== ] 1272/2488 51% [=============================== ] 1273/2488 51% [=============================== ] 1274/2488 51% [=============================== ] 1275/2488 51% [=============================== ] 1276/2488 51% [=============================== ] 1277/2488 51% [=============================== ] 1278/2488 51% [=============================== ] 1279/2488 51% [=============================== ] 1280/2488 51% [=============================== ] 1281/2488 51% [=============================== ] 1282/2488 51% [=============================== ] 1283/2488 51% [=============================== ] 1284/2488 51% [================================ ] 1285/2488 51% [================================ ] 1286/2488 51% [================================ ] 1287/2488 51% [================================ ] 1288/2488 51% [================================ ] 1289/2488 51% [================================ ] 1290/2488 51% [================================ ] 1291/2488 51% [================================ ] 1292/2488 51% [================================ ] 1293/2488 51% [================================ ] 1294/2488 52% [================================ ] 1295/2488 52% [================================ ] 1296/2488 52% [================================ ] 1297/2488 52% [================================ ] 1298/2488 52% [================================ ] 1299/2488 52% [================================ ] 1300/2488 52% [================================ ] 1301/2488 52% [================================ ] 1302/2488 52% [================================ ] 1303/2488 52% [================================ ] 1304/2488 52% [================================ ] 1305/2488 52% [================================ ] 1306/2488 52% [================================ ] 1307/2488 52% [================================ ] 1308/2488 52% [================================ ] 1309/2488 52% [================================ ] 1310/2488 52% [================================ ] 1311/2488 52% [================================ ] 1312/2488 52% [================================ ] 1313/2488 52% [================================ ] 1314/2488 52% [================================ ] 1315/2488 52% [================================ ] 1316/2488 52% [================================ ] 1317/2488 52% [================================ ] 1318/2488 52% [================================ ] 1319/2488 53% [================================ ] 1320/2488 53% [================================ ] 1321/2488 53% [================================ ] 1322/2488 53% [================================ ] 1323/2488 53% [================================ ] 1324/2488 53% [================================= ] 1325/2488 53% [================================= ] 1326/2488 53% [================================= ] 1327/2488 53% [================================= ] 1328/2488 53% [================================= ] 1329/2488 53% [================================= ] 1330/2488 53% [================================= ] 1331/2488 53% [================================= ] 1332/2488 53% [================================= ] 1333/2488 53% [================================= ] 1334/2488 53% [================================= ] 1335/2488 53% [================================= ] 1336/2488 53% [================================= ] 1337/2488 53% [================================= ] 1338/2488 53% [================================= ] 1339/2488 53% [================================= ] 1340/2488 53% [================================= ] 1341/2488 53% [================================= ] 1342/2488 53% [================================= ] 1343/2488 53% [================================= ] 1344/2488 54% [================================= ] 1345/2488 54% [================================= ] 1346/2488 54% [================================= ] 1347/2488 54% [================================= ] 1348/2488 54% [================================= ] 1349/2488 54% [================================= ] 1350/2488 54% [================================= ] 1351/2488 54% [================================= ] 1352/2488 54% [================================= ] 1353/2488 54% [================================= ] 1354/2488 54% [================================= ] 1355/2488 54% [================================= ] 1356/2488 54% [================================= ] 1357/2488 54% [================================= ] 1358/2488 54% [================================= ] 1359/2488 54% [================================= ] 1360/2488 54% [================================= ] 1361/2488 54% [================================= ] 1362/2488 54% [================================= ] 1363/2488 54% [================================= ] 1364/2488 54% [================================== ] 1365/2488 54% [================================== ] 1366/2488 54% [================================== ] 1367/2488 54% [================================== ] 1368/2488 54% [================================== ] 1369/2488 55% [================================== ] 1370/2488 55% [================================== ] 1371/2488 55% [================================== ] 1372/2488 55% [================================== ] 1373/2488 55% [================================== ] 1374/2488 55% [================================== ] 1375/2488 55% [================================== ] 1376/2488 55% [================================== ] 1377/2488 55% [================================== ] 1378/2488 55% [================================== ] 1379/2488 55% [================================== ] 1380/2488 55% [================================== ] 1381/2488 55% [================================== ] 1382/2488 55% [================================== ] 1383/2488 55% [================================== ] 1384/2488 55% [================================== ] 1385/2488 55% [================================== ] 1386/2488 55% [================================== ] 1387/2488 55% [================================== ] 1388/2488 55% [================================== ] 1389/2488 55% [================================== ] 1390/2488 55% [================================== ] 1391/2488 55% [================================== ] 1392/2488 55% [================================== ] 1393/2488 55% [================================== ] 1394/2488 56% [================================== ] 1395/2488 56% [================================== ] 1396/2488 56% [================================== ] 1397/2488 56% [================================== ] 1398/2488 56% [================================== ] 1399/2488 56% [================================== ] 1400/2488 56% [================================== ] 1401/2488 56% [================================== ] 1402/2488 56% [================================== ] 1403/2488 56% [================================== ] 1404/2488 56% [=================================== ] 1405/2488 56% [=================================== ] 1406/2488 56% [=================================== ] 1407/2488 56% [=================================== ] 1408/2488 56% [=================================== ] 1409/2488 56% [=================================== ] 1410/2488 56% [=================================== ] 1411/2488 56% [=================================== ] 1412/2488 56% [=================================== ] 1413/2488 56% [=================================== ] 1414/2488 56% [=================================== ] 1415/2488 56% [=================================== ] 1416/2488 56% [=================================== ] 1417/2488 56% [=================================== ] 1418/2488 56% [=================================== ] 1419/2488 57% [=================================== ] 1420/2488 57% [=================================== ] 1421/2488 57% [=================================== ] 1422/2488 57% [=================================== ] 1423/2488 57% [=================================== ] 1424/2488 57% [=================================== ] 1425/2488 57% [=================================== ] 1426/2488 57% [=================================== ] 1427/2488 57% [=================================== ] 1428/2488 57% [=================================== ] 1429/2488 57% [=================================== ] 1430/2488 57% [=================================== ] 1431/2488 57% [=================================== ] 1432/2488 57% [=================================== ] 1433/2488 57% [=================================== ] 1434/2488 57% [=================================== ] 1435/2488 57% [=================================== ] 1436/2488 57% [=================================== ] 1437/2488 57% [=================================== ] 1438/2488 57% [=================================== ] 1439/2488 57% [=================================== ] 1440/2488 57% [=================================== ] 1441/2488 57% [=================================== ] 1442/2488 57% [=================================== ] 1443/2488 57% [=================================== ] 1444/2488 58% [==================================== ] 1445/2488 58% [==================================== ] 1446/2488 58% [==================================== ] 1447/2488 58% [==================================== ] 1448/2488 58% [==================================== ] 1449/2488 58% [==================================== ] 1450/2488 58% [==================================== ] 1451/2488 58% [==================================== ] 1452/2488 58% [==================================== ] 1453/2488 58% [==================================== ] 1454/2488 58% [==================================== ] 1455/2488 58% [==================================== ] 1456/2488 58% [==================================== ] 1457/2488 58% [==================================== ] 1458/2488 58% [==================================== ] 1459/2488 58% [==================================== ] 1460/2488 58% [==================================== ] 1461/2488 58% [==================================== ] 1462/2488 58% [==================================== ] 1463/2488 58% [==================================== ] 1464/2488 58% [==================================== ] 1465/2488 58% [==================================== ] 1466/2488 58% [==================================== ] 1467/2488 58% [==================================== ] 1468/2488 59% [==================================== ] 1469/2488 59% [==================================== ] 1470/2488 59% [==================================== ] 1471/2488 59% [==================================== ] 1472/2488 59% [==================================== ] 1473/2488 59% [==================================== ] 1474/2488 59% [==================================== ] 1475/2488 59% [==================================== ] 1476/2488 59% [==================================== ] 1477/2488 59% [==================================== ] 1478/2488 59% [==================================== ] 1479/2488 59% [==================================== ] 1480/2488 59% [==================================== ] 1481/2488 59% [==================================== ] 1482/2488 59% [==================================== ] 1483/2488 59% [==================================== ] 1484/2488 59% [===================================== ] 1485/2488 59% [===================================== ] 1486/2488 59% [===================================== ] 1487/2488 59% [===================================== ] 1488/2488 59% [===================================== ] 1489/2488 59% [===================================== ] 1490/2488 59% [===================================== ] 1491/2488 59% [===================================== ] 1492/2488 59% [===================================== ] 1493/2488 60% [===================================== ] 1494/2488 60% [===================================== ] 1495/2488 60% [===================================== ] 1496/2488 60% [===================================== ] 1497/2488 60% [===================================== ] 1498/2488 60% [===================================== ] 1499/2488 60% [===================================== ] 1500/2488 60% [===================================== ] 1501/2488 60% [===================================== ] 1502/2488 60% [===================================== ] 1503/2488 60% [===================================== ] 1504/2488 60% [===================================== ] 1505/2488 60% [===================================== ] 1506/2488 60% [===================================== ] 1507/2488 60% [===================================== ] 1508/2488 60% [===================================== ] 1509/2488 60% [===================================== ] 1510/2488 60% [===================================== ] 1511/2488 60% [===================================== ] 1512/2488 60% [===================================== ] 1513/2488 60% [===================================== ] 1514/2488 60% [===================================== ] 1515/2488 60% [===================================== ] 1516/2488 60% [===================================== ] 1517/2488 60% [===================================== ] 1518/2488 61% [===================================== ] 1519/2488 61% [===================================== ] 1520/2488 61% [===================================== ] 1521/2488 61% [===================================== ] 1522/2488 61% [===================================== ] 1523/2488 61% [===================================== ] 1524/2488 61% [====================================== ] 1525/2488 61% [====================================== ] 1526/2488 61% [====================================== ] 1527/2488 61% [====================================== ] 1528/2488 61% [====================================== ] 1529/2488 61% [====================================== ] 1530/2488 61% [====================================== ] 1531/2488 61% [====================================== ] 1532/2488 61% [====================================== ] 1533/2488 61% [====================================== ] 1534/2488 61% [====================================== ] 1535/2488 61% [====================================== ] 1536/2488 61% [====================================== ] 1537/2488 61% [====================================== ] 1538/2488 61% [====================================== ] 1539/2488 61% [====================================== ] 1540/2488 61% [====================================== ] 1541/2488 61% [====================================== ] 1542/2488 61% [====================================== ] 1543/2488 62% [====================================== ] 1544/2488 62% [====================================== ] 1545/2488 62% [====================================== ] 1546/2488 62% [====================================== ] 1547/2488 62% [====================================== ] 1548/2488 62% [====================================== ] 1549/2488 62% [====================================== ] 1550/2488 62% [====================================== ] 1551/2488 62% [====================================== ] 1552/2488 62% [====================================== ] 1553/2488 62% [====================================== ] 1554/2488 62% [====================================== ] 1555/2488 62% [====================================== ] 1556/2488 62% [====================================== ] 1557/2488 62% [====================================== ] 1558/2488 62% [====================================== ] 1559/2488 62% [====================================== ] 1560/2488 62% [====================================== ] 1561/2488 62% [====================================== ] 1562/2488 62% [====================================== ] 1563/2488 62% [====================================== ] 1564/2488 62% [====================================== ] 1565/2488 62% [======================================= ] 1566/2488 62% [======================================= ] 1567/2488 62% [======================================= ] 1568/2488 63% [======================================= ] 1569/2488 63% [======================================= ] 1570/2488 63% [======================================= ] 1571/2488 63% [======================================= ] 1572/2488 63% [======================================= ] 1573/2488 63% [======================================= ] 1574/2488 63% [======================================= ] 1575/2488 63% [======================================= ] 1576/2488 63% [======================================= ] 1577/2488 63% [======================================= ] 1578/2488 63% [======================================= ] 1579/2488 63% [======================================= ] 1580/2488 63% [======================================= ] 1581/2488 63% [======================================= ] 1582/2488 63% [======================================= ] 1583/2488 63% [======================================= ] 1584/2488 63% [======================================= ] 1585/2488 63% [======================================= ] 1586/2488 63% [======================================= ] 1587/2488 63% [======================================= ] 1588/2488 63% [======================================= ] 1589/2488 63% [======================================= ] 1590/2488 63% [======================================= ] 1591/2488 63% [======================================= ] 1592/2488 63% [======================================= ] 1593/2488 64% [======================================= ] 1594/2488 64% [======================================= ] 1595/2488 64% [======================================= ] 1596/2488 64% [======================================= ] 1597/2488 64% [======================================= ] 1598/2488 64% [======================================= ] 1599/2488 64% [======================================= ] 1600/2488 64% [======================================= ] 1601/2488 64% [======================================= ] 1602/2488 64% [======================================= ] 1603/2488 64% [======================================= ] 1604/2488 64% [======================================= ] 1605/2488 64% [======================================== ] 1606/2488 64% [======================================== ] 1607/2488 64% [======================================== ] 1608/2488 64% [======================================== ] 1609/2488 64% [======================================== ] 1610/2488 64% [======================================== ] 1611/2488 64% [======================================== ] 1612/2488 64% [======================================== ] 1613/2488 64% [======================================== ] 1614/2488 64% [======================================== ] 1615/2488 64% [======================================== ] 1616/2488 64% [======================================== ] 1617/2488 64% [======================================== ] 1618/2488 65% [======================================== ] 1619/2488 65% [======================================== ] 1620/2488 65% [======================================== ] 1621/2488 65% [======================================== ] 1622/2488 65% [======================================== ] 1623/2488 65% [======================================== ] 1624/2488 65% [======================================== ] 1625/2488 65% [======================================== ] 1626/2488 65% [======================================== ] 1627/2488 65% [======================================== ] 1628/2488 65% [======================================== ] 1629/2488 65% [======================================== ] 1630/2488 65% [======================================== ] 1631/2488 65% [======================================== ] 1632/2488 65% [======================================== ] 1633/2488 65% [======================================== ] 1634/2488 65% [======================================== ] 1635/2488 65% [======================================== ] 1636/2488 65% [======================================== ] 1637/2488 65% [======================================== ] 1638/2488 65% [======================================== ] 1639/2488 65% [======================================== ] 1640/2488 65% [======================================== ] 1641/2488 65% [======================================== ] 1642/2488 65% [======================================== ] 1643/2488 66% [======================================== ] 1644/2488 66% [======================================== ] 1645/2488 66% [========================================= ] 1646/2488 66% [========================================= ] 1647/2488 66% [========================================= ] 1648/2488 66% [========================================= ] 1649/2488 66% [========================================= ] 1650/2488 66% [========================================= ] 1651/2488 66% [========================================= ] 1652/2488 66% [========================================= ] 1653/2488 66% [========================================= ] 1654/2488 66% [========================================= ] 1655/2488 66% [========================================= ] 1656/2488 66% [========================================= ] 1657/2488 66% [========================================= ] 1658/2488 66% [========================================= ] 1659/2488 66% [========================================= ] 1660/2488 66% [========================================= ] 1661/2488 66% [========================================= ] 1662/2488 66% [========================================= ] 1663/2488 66% [========================================= ] 1664/2488 66% [========================================= ] 1665/2488 66% [========================================= ] 1666/2488 66% [========================================= ] 1667/2488 67% [========================================= ] 1668/2488 67% [========================================= ] 1669/2488 67% [========================================= ] 1670/2488 67% [========================================= ] 1671/2488 67% [========================================= ] 1672/2488 67% [========================================= ] 1673/2488 67% [========================================= ] 1674/2488 67% [========================================= ] 1675/2488 67% [========================================= ] 1676/2488 67% [========================================= ] 1677/2488 67% [========================================= ] 1678/2488 67% [========================================= ] 1679/2488 67% [========================================= ] 1680/2488 67% [========================================= ] 1681/2488 67% [========================================= ] 1682/2488 67% [========================================= ] 1683/2488 67% [========================================= ] 1684/2488 67% [========================================= ] 1685/2488 67% [========================================== ] 1686/2488 67% [========================================== ] 1687/2488 67% [========================================== ] 1688/2488 67% [========================================== ] 1689/2488 67% [========================================== ] 1690/2488 67% [========================================== ] 1691/2488 67% [========================================== ] 1692/2488 68% [========================================== ] 1693/2488 68% [========================================== ] 1694/2488 68% [========================================== ] 1695/2488 68% [========================================== ] 1696/2488 68% [========================================== ] 1697/2488 68% [========================================== ] 1698/2488 68% [========================================== ] 1699/2488 68% [========================================== ] 1700/2488 68% [========================================== ] 1701/2488 68% [========================================== ] 1702/2488 68% [========================================== ] 1703/2488 68% [========================================== ] 1704/2488 68% [========================================== ] 1705/2488 68% [========================================== ] 1706/2488 68% [========================================== ] 1707/2488 68% [========================================== ] 1708/2488 68% [========================================== ] 1709/2488 68% [========================================== ] 1710/2488 68% [========================================== ] 1711/2488 68% [========================================== ] 1712/2488 68% [========================================== ] 1713/2488 68% [========================================== ] 1714/2488 68% [========================================== ] 1715/2488 68% [========================================== ] 1716/2488 68% [========================================== ] 1717/2488 69% [========================================== ] 1718/2488 69% [========================================== ] 1719/2488 69% [========================================== ] 1720/2488 69% [========================================== ] 1721/2488 69% [========================================== ] 1722/2488 69% [========================================== ] 1723/2488 69% [========================================== ] 1724/2488 69% [========================================== ] 1725/2488 69% [=========================================== ] 1726/2488 69% [=========================================== ] 1727/2488 69% [=========================================== ] 1728/2488 69% [=========================================== ] 1729/2488 69% [=========================================== ] 1730/2488 69% [=========================================== ] 1731/2488 69% [=========================================== ] 1732/2488 69% [=========================================== ] 1733/2488 69% [=========================================== ] 1734/2488 69% [=========================================== ] 1735/2488 69% [=========================================== ] 1736/2488 69% [=========================================== ] 1737/2488 69% [=========================================== ] 1738/2488 69% [=========================================== ] 1739/2488 69% [=========================================== ] 1740/2488 69% [=========================================== ] 1741/2488 69% [=========================================== ] 1742/2488 70% [=========================================== ] 1743/2488 70% [=========================================== ] 1744/2488 70% [=========================================== ] 1745/2488 70% [=========================================== ] 1746/2488 70% [=========================================== ] 1747/2488 70% [=========================================== ] 1748/2488 70% [=========================================== ] 1749/2488 70% [=========================================== ] 1750/2488 70% [=========================================== ] 1751/2488 70% [=========================================== ] 1752/2488 70% [=========================================== ] 1753/2488 70% [=========================================== ] 1754/2488 70% [=========================================== ] 1755/2488 70% [=========================================== ] 1756/2488 70% [=========================================== ] 1757/2488 70% [=========================================== ] 1758/2488 70% [=========================================== ] 1759/2488 70% [=========================================== ] 1760/2488 70% [=========================================== ] 1761/2488 70% [=========================================== ] 1762/2488 70% [=========================================== ] 1763/2488 70% [=========================================== ] 1764/2488 70% [=========================================== ] 1765/2488 70% [============================================ ] 1766/2488 70% [============================================ ] 1767/2488 71% [============================================ ] 1768/2488 71% [============================================ ] 1769/2488 71% [============================================ ] 1770/2488 71% [============================================ ] 1771/2488 71% [============================================ ] 1772/2488 71% [============================================ ] 1773/2488 71% [============================================ ] 1774/2488 71% [============================================ ] 1775/2488 71% [============================================ ] 1776/2488 71% [============================================ ] 1777/2488 71% [============================================ ] 1778/2488 71% [============================================ ] 1779/2488 71% [============================================ ] 1780/2488 71% [============================================ ] 1781/2488 71% [============================================ ] 1782/2488 71% [============================================ ] 1783/2488 71% [============================================ ] 1784/2488 71% [============================================ ] 1785/2488 71% [============================================ ] 1786/2488 71% [============================================ ] 1787/2488 71% [============================================ ] 1788/2488 71% [============================================ ] 1789/2488 71% [============================================ ] 1790/2488 71% [============================================ ] 1791/2488 71% [============================================ ] 1792/2488 72% [============================================ ] 1793/2488 72% [============================================ ] 1794/2488 72% [============================================ ] 1795/2488 72% [============================================ ] 1796/2488 72% [============================================ ] 1797/2488 72% [============================================ ] 1798/2488 72% [============================================ ] 1799/2488 72% [============================================ ] 1800/2488 72% [============================================ ] 1801/2488 72% [============================================ ] 1802/2488 72% [============================================ ] 1803/2488 72% [============================================ ] 1804/2488 72% [============================================ ] 1805/2488 72% [============================================= ] 1806/2488 72% [============================================= ] 1807/2488 72% [============================================= ] 1808/2488 72% [============================================= ] 1809/2488 72% [============================================= ] 1810/2488 72% [============================================= ] 1811/2488 72% [============================================= ] 1812/2488 72% [============================================= ] 1813/2488 72% [============================================= ] 1814/2488 72% [============================================= ] 1815/2488 72% [============================================= ] 1816/2488 72% [============================================= ] 1817/2488 73% [============================================= ] 1818/2488 73% [============================================= ] 1819/2488 73% [============================================= ] 1820/2488 73% [============================================= ] 1821/2488 73% [============================================= ] 1822/2488 73% [============================================= ] 1823/2488 73% [============================================= ] 1824/2488 73% [============================================= ] 1825/2488 73% [============================================= ] 1826/2488 73% [============================================= ] 1827/2488 73% [============================================= ] 1828/2488 73% [============================================= ] 1829/2488 73% [============================================= ] 1830/2488 73% [============================================= ] 1831/2488 73% [============================================= ] 1832/2488 73% [============================================= ] 1833/2488 73% [============================================= ] 1834/2488 73% [============================================= ] 1835/2488 73% [============================================= ] 1836/2488 73% [============================================= ] 1837/2488 73% [============================================= ] 1838/2488 73% [============================================= ] 1839/2488 73% [============================================= ] 1840/2488 73% [============================================= ] 1841/2488 73% [============================================= ] 1842/2488 74% [============================================= ] 1843/2488 74% [============================================= ] 1844/2488 74% [============================================= ] 1845/2488 74% [============================================== ] 1846/2488 74% [============================================== ] 1847/2488 74% [============================================== ] 1848/2488 74% [============================================== ] 1849/2488 74% [============================================== ] 1850/2488 74% [============================================== ] 1851/2488 74% [============================================== ] 1852/2488 74% [============================================== ] 1853/2488 74% [============================================== ] 1854/2488 74% [============================================== ] 1855/2488 74% [============================================== ] 1856/2488 74% [============================================== ] 1857/2488 74% [============================================== ] 1858/2488 74% [============================================== ] 1859/2488 74% [============================================== ] 1860/2488 74% [============================================== ] 1861/2488 74% [============================================== ] 1862/2488 74% [============================================== ] 1863/2488 74% [============================================== ] 1864/2488 74% [============================================== ] 1865/2488 74% [============================================== ] 1866/2488 75% [============================================== ] 1867/2488 75% [============================================== ] 1868/2488 75% [============================================== ] 1869/2488 75% [============================================== ] 1870/2488 75% [============================================== ] 1871/2488 75% [============================================== ] 1872/2488 75% [============================================== ] 1873/2488 75% [============================================== ] 1874/2488 75% [============================================== ] 1875/2488 75% [============================================== ] 1876/2488 75% [============================================== ] 1877/2488 75% [============================================== ] 1878/2488 75% [============================================== ] 1879/2488 75% [============================================== ] 1880/2488 75% [============================================== ] 1881/2488 75% [============================================== ] 1882/2488 75% [============================================== ] 1883/2488 75% [============================================== ] 1884/2488 75% [============================================== ] 1885/2488 75% [============================================== ] 1886/2488 75% [=============================================== ] 1887/2488 75% [=============================================== ] 1888/2488 75% [=============================================== ] 1889/2488 75% [=============================================== ] 1890/2488 75% [=============================================== ] 1891/2488 76% [=============================================== ] 1892/2488 76% [=============================================== ] 1893/2488 76% [=============================================== ] 1894/2488 76% [=============================================== ] 1895/2488 76% [=============================================== ] 1896/2488 76% [=============================================== ] 1897/2488 76% [=============================================== ] 1898/2488 76% [=============================================== ] 1899/2488 76% [=============================================== ] 1900/2488 76% [=============================================== ] 1901/2488 76% [=============================================== ] 1902/2488 76% [=============================================== ] 1903/2488 76% [=============================================== ] 1904/2488 76% [=============================================== ] 1905/2488 76% [=============================================== ] 1906/2488 76% [=============================================== ] 1907/2488 76% [=============================================== ] 1908/2488 76% [=============================================== ] 1909/2488 76% [=============================================== ] 1910/2488 76% [=============================================== ] 1911/2488 76% [=============================================== ] 1912/2488 76% [=============================================== ] 1913/2488 76% [=============================================== ] 1914/2488 76% [=============================================== ] 1915/2488 76% [=============================================== ] 1916/2488 77% [=============================================== ] 1917/2488 77% [=============================================== ] 1918/2488 77% [=============================================== ] 1919/2488 77% [=============================================== ] 1920/2488 77% [=============================================== ] 1921/2488 77% [=============================================== ] 1922/2488 77% [=============================================== ] 1923/2488 77% [=============================================== ] 1924/2488 77% [=============================================== ] 1925/2488 77% [=============================================== ] 1926/2488 77% [================================================ ] 1927/2488 77% [================================================ ] 1928/2488 77% [================================================ ] 1929/2488 77% [================================================ ] 1930/2488 77% [================================================ ] 1931/2488 77% [================================================ ] 1932/2488 77% [================================================ ] 1933/2488 77% [================================================ ] 1934/2488 77% [================================================ ] 1935/2488 77% [================================================ ] 1936/2488 77% [================================================ ] 1937/2488 77% [================================================ ] 1938/2488 77% [================================================ ] 1939/2488 77% [================================================ ] 1940/2488 77% [================================================ ] 1941/2488 78% [================================================ ] 1942/2488 78% [================================================ ] 1943/2488 78% [================================================ ] 1944/2488 78% [================================================ ] 1945/2488 78% [================================================ ] 1946/2488 78% [================================================ ] 1947/2488 78% [================================================ ] 1948/2488 78% [================================================ ] 1949/2488 78% [================================================ ] 1950/2488 78% [================================================ ] 1951/2488 78% [================================================ ] 1952/2488 78% [================================================ ] 1953/2488 78% [================================================ ] 1954/2488 78% [================================================ ] 1955/2488 78% [================================================ ] 1956/2488 78% [================================================ ] 1957/2488 78% [================================================ ] 1958/2488 78% [================================================ ] 1959/2488 78% [================================================ ] 1960/2488 78% [================================================ ] 1961/2488 78% [================================================ ] 1962/2488 78% [================================================ ] 1963/2488 78% [================================================ ] 1964/2488 78% [================================================ ] 1965/2488 78% [================================================ ] 1966/2488 79% [================================================= ] 1967/2488 79% [================================================= ] 1968/2488 79% [================================================= ] 1969/2488 79% [================================================= ] 1970/2488 79% [================================================= ] 1971/2488 79% [================================================= ] 1972/2488 79% [================================================= ] 1973/2488 79% [================================================= ] 1974/2488 79% [================================================= ] 1975/2488 79% [================================================= ] 1976/2488 79% [================================================= ] 1977/2488 79% [================================================= ] 1978/2488 79% [================================================= ] 1979/2488 79% [================================================= ] 1980/2488 79% [================================================= ] 1981/2488 79% [================================================= ] 1982/2488 79% [================================================= ] 1983/2488 79% [================================================= ] 1984/2488 79% [================================================= ] 1985/2488 79% [================================================= ] 1986/2488 79% [================================================= ] 1987/2488 79% [================================================= ] 1988/2488 79% [================================================= ] 1989/2488 79% [================================================= ] 1990/2488 79% [================================================= ] 1991/2488 80% [================================================= ] 1992/2488 80% [================================================= ] 1993/2488 80% [================================================= ] 1994/2488 80% [================================================= ] 1995/2488 80% [================================================= ] 1996/2488 80% [================================================= ] 1997/2488 80% [================================================= ] 1998/2488 80% [================================================= ] 1999/2488 80% [================================================= ] 2000/2488 80% [================================================= ] 2001/2488 80% [================================================= ] 2002/2488 80% [================================================= ] 2003/2488 80% [================================================= ] 2004/2488 80% [================================================= ] 2005/2488 80% [================================================= ] 2006/2488 80% [================================================== ] 2007/2488 80% [================================================== ] 2008/2488 80% [================================================== ] 2009/2488 80% [================================================== ] 2010/2488 80% [================================================== ] 2011/2488 80% [================================================== ] 2012/2488 80% [================================================== ] 2013/2488 80% [================================================== ] 2014/2488 80% [================================================== ] 2015/2488 80% [================================================== ] 2016/2488 81% [================================================== ] 2017/2488 81% [================================================== ] 2018/2488 81% [================================================== ] 2019/2488 81% [================================================== ] 2020/2488 81% [================================================== ] 2021/2488 81% [================================================== ] 2022/2488 81% [================================================== ] 2023/2488 81% [================================================== ] 2024/2488 81% [================================================== ] 2025/2488 81% [================================================== ] 2026/2488 81% [================================================== ] 2027/2488 81% [================================================== ] 2028/2488 81% [================================================== ] 2029/2488 81% [================================================== ] 2030/2488 81% [================================================== ] 2031/2488 81% [================================================== ] 2032/2488 81% [================================================== ] 2033/2488 81% [================================================== ] 2034/2488 81% [================================================== ] 2035/2488 81% [================================================== ] 2036/2488 81% [================================================== ] 2037/2488 81% [================================================== ] 2038/2488 81% [================================================== ] 2039/2488 81% [================================================== ] 2040/2488 81% [================================================== ] 2041/2488 82% [================================================== ] 2042/2488 82% [================================================== ] 2043/2488 82% [================================================== ] 2044/2488 82% [================================================== ] 2045/2488 82% [================================================== ] 2046/2488 82% [=================================================== ] 2047/2488 82% [=================================================== ] 2048/2488 82% [=================================================== ] 2049/2488 82% [=================================================== ] 2050/2488 82% [=================================================== ] 2051/2488 82% [=================================================== ] 2052/2488 82% [=================================================== ] 2053/2488 82% [=================================================== ] 2054/2488 82% [=================================================== ] 2055/2488 82% [=================================================== ] 2056/2488 82% [=================================================== ] 2057/2488 82% [=================================================== ] 2058/2488 82% [=================================================== ] 2059/2488 82% [=================================================== ] 2060/2488 82% [=================================================== ] 2061/2488 82% [=================================================== ] 2062/2488 82% [=================================================== ] 2063/2488 82% [=================================================== ] 2064/2488 82% [=================================================== ] 2065/2488 82% [=================================================== ] 2066/2488 83% [=================================================== ] 2067/2488 83% [=================================================== ] 2068/2488 83% [=================================================== ] 2069/2488 83% [=================================================== ] 2070/2488 83% [=================================================== ] 2071/2488 83% [=================================================== ] 2072/2488 83% [=================================================== ] 2073/2488 83% [=================================================== ] 2074/2488 83% [=================================================== ] 2075/2488 83% [=================================================== ] 2076/2488 83% [=================================================== ] 2077/2488 83% [=================================================== ] 2078/2488 83% [=================================================== ] 2079/2488 83% [=================================================== ] 2080/2488 83% [=================================================== ] 2081/2488 83% [=================================================== ] 2082/2488 83% [=================================================== ] 2083/2488 83% [=================================================== ] 2084/2488 83% [=================================================== ] 2085/2488 83% [=================================================== ] 2086/2488 83% [==================================================== ] 2087/2488 83% [==================================================== ] 2088/2488 83% [==================================================== ] 2089/2488 83% [==================================================== ] 2090/2488 84% [==================================================== ] 2091/2488 84% [==================================================== ] 2092/2488 84% [==================================================== ] 2093/2488 84% [==================================================== ] 2094/2488 84% [==================================================== ] 2095/2488 84% [==================================================== ] 2096/2488 84% [==================================================== ] 2097/2488 84% [==================================================== ] 2098/2488 84% [==================================================== ] 2099/2488 84% [==================================================== ] 2100/2488 84% [==================================================== ] 2101/2488 84% [==================================================== ] 2102/2488 84% [==================================================== ] 2103/2488 84% [==================================================== ] 2104/2488 84% [==================================================== ] 2105/2488 84% [==================================================== ] 2106/2488 84% [==================================================== ] 2107/2488 84% [==================================================== ] 2108/2488 84% [==================================================== ] 2109/2488 84% [==================================================== ] 2110/2488 84% [==================================================== ] 2111/2488 84% [==================================================== ] 2112/2488 84% [==================================================== ] 2113/2488 84% [==================================================== ] 2114/2488 84% [==================================================== ] 2115/2488 85% [==================================================== ] 2116/2488 85% [==================================================== ] 2117/2488 85% [==================================================== ] 2118/2488 85% [==================================================== ] 2119/2488 85% [==================================================== ] 2120/2488 85% [==================================================== ] 2121/2488 85% [==================================================== ] 2122/2488 85% [==================================================== ] 2123/2488 85% [==================================================== ] 2124/2488 85% [==================================================== ] 2125/2488 85% [==================================================== ] 2126/2488 85% [===================================================== ] 2127/2488 85% [===================================================== ] 2128/2488 85% [===================================================== ] 2129/2488 85% [===================================================== ] 2130/2488 85% [===================================================== ] 2131/2488 85% [===================================================== ] 2132/2488 85% [===================================================== ] 2133/2488 85% [===================================================== ] 2134/2488 85% [===================================================== ] 2135/2488 85% [===================================================== ] 2136/2488 85% [===================================================== ] 2137/2488 85% [===================================================== ] 2138/2488 85% [===================================================== ] 2139/2488 85% [===================================================== ] 2140/2488 86% [===================================================== ] 2141/2488 86% [===================================================== ] 2142/2488 86% [===================================================== ] 2143/2488 86% [===================================================== ] 2144/2488 86% [===================================================== ] 2145/2488 86% [===================================================== ] 2146/2488 86% [===================================================== ] 2147/2488 86% [===================================================== ] 2148/2488 86% [===================================================== ] 2149/2488 86% [===================================================== ] 2150/2488 86% [===================================================== ] 2151/2488 86% [===================================================== ] 2152/2488 86% [===================================================== ] 2153/2488 86% [===================================================== ] 2154/2488 86% [===================================================== ] 2155/2488 86% [===================================================== ] 2156/2488 86% [===================================================== ] 2157/2488 86% [===================================================== ] 2158/2488 86% [===================================================== ] 2159/2488 86% [===================================================== ] 2160/2488 86% [===================================================== ] 2161/2488 86% [===================================================== ] 2162/2488 86% [===================================================== ] 2163/2488 86% [===================================================== ] 2164/2488 86% [===================================================== ] 2165/2488 87% [===================================================== ] 2166/2488 87% [====================================================== ] 2167/2488 87% [====================================================== ] 2168/2488 87% [====================================================== ] 2169/2488 87% [====================================================== ] 2170/2488 87% [====================================================== ] 2171/2488 87% [====================================================== ] 2172/2488 87% [====================================================== ] 2173/2488 87% [====================================================== ] 2174/2488 87% [====================================================== ] 2175/2488 87% [====================================================== ] 2176/2488 87% [====================================================== ] 2177/2488 87% [====================================================== ] 2178/2488 87% [====================================================== ] 2179/2488 87% [====================================================== ] 2180/2488 87% [====================================================== ] 2181/2488 87% [====================================================== ] 2182/2488 87% [====================================================== ] 2183/2488 87% [====================================================== ] 2184/2488 87% [====================================================== ] 2185/2488 87% [====================================================== ] 2186/2488 87% [====================================================== ] 2187/2488 87% [====================================================== ] 2188/2488 87% [====================================================== ] 2189/2488 87% [====================================================== ] 2190/2488 88% [====================================================== ] 2191/2488 88% [====================================================== ] 2192/2488 88% [====================================================== ] 2193/2488 88% [====================================================== ] 2194/2488 88% [====================================================== ] 2195/2488 88% [====================================================== ] 2196/2488 88% [====================================================== ] 2197/2488 88% [====================================================== ] 2198/2488 88% [====================================================== ] 2199/2488 88% [====================================================== ] 2200/2488 88% [====================================================== ] 2201/2488 88% [====================================================== ] 2202/2488 88% [====================================================== ] 2203/2488 88% [====================================================== ] 2204/2488 88% [====================================================== ] 2205/2488 88% [====================================================== ] 2206/2488 88% [====================================================== ] 2207/2488 88% [======================================================= ] 2208/2488 88% [======================================================= ] 2209/2488 88% [======================================================= ] 2210/2488 88% [======================================================= ] 2211/2488 88% [======================================================= ] 2212/2488 88% [======================================================= ] 2213/2488 88% [======================================================= ] 2214/2488 88% [======================================================= ] 2215/2488 89% [======================================================= ] 2216/2488 89% [======================================================= ] 2217/2488 89% [======================================================= ] 2218/2488 89% [======================================================= ] 2219/2488 89% [======================================================= ] 2220/2488 89% [======================================================= ] 2221/2488 89% [======================================================= ] 2222/2488 89% [======================================================= ] 2223/2488 89% [======================================================= ] 2224/2488 89% [======================================================= ] 2225/2488 89% [======================================================= ] 2226/2488 89% [======================================================= ] 2227/2488 89% [======================================================= ] 2228/2488 89% [======================================================= ] 2229/2488 89% [======================================================= ] 2230/2488 89% [======================================================= ] 2231/2488 89% [======================================================= ] 2232/2488 89% [======================================================= ] 2233/2488 89% [======================================================= ] 2234/2488 89% [======================================================= ] 2235/2488 89% [======================================================= ] 2236/2488 89% [======================================================= ] 2237/2488 89% [======================================================= ] 2238/2488 89% [======================================================= ] 2239/2488 89% [======================================================= ] 2240/2488 90% [======================================================= ] 2241/2488 90% [======================================================= ] 2242/2488 90% [======================================================= ] 2243/2488 90% [======================================================= ] 2244/2488 90% [======================================================= ] 2245/2488 90% [======================================================= ] 2246/2488 90% [======================================================= ] 2247/2488 90% [======================================================== ] 2248/2488 90% [======================================================== ] 2249/2488 90% [======================================================== ] 2250/2488 90% [======================================================== ] 2251/2488 90% [======================================================== ] 2252/2488 90% [======================================================== ] 2253/2488 90% [======================================================== ] 2254/2488 90% [======================================================== ] 2255/2488 90% [======================================================== ] 2256/2488 90% [======================================================== ] 2257/2488 90% [======================================================== ] 2258/2488 90% [======================================================== ] 2259/2488 90% [======================================================== ] 2260/2488 90% [======================================================== ] 2261/2488 90% [======================================================== ] 2262/2488 90% [======================================================== ] 2263/2488 90% [======================================================== ] 2264/2488 90% [======================================================== ] 2265/2488 91% [======================================================== ] 2266/2488 91% [======================================================== ] 2267/2488 91% [======================================================== ] 2268/2488 91% [======================================================== ] 2269/2488 91% [======================================================== ] 2270/2488 91% [======================================================== ] 2271/2488 91% [======================================================== ] 2272/2488 91% [======================================================== ] 2273/2488 91% [======================================================== ] 2274/2488 91% [======================================================== ] 2275/2488 91% [======================================================== ] 2276/2488 91% [======================================================== ] 2277/2488 91% [======================================================== ] 2278/2488 91% [======================================================== ] 2279/2488 91% [======================================================== ] 2280/2488 91% [======================================================== ] 2281/2488 91% [======================================================== ] 2282/2488 91% [======================================================== ] 2283/2488 91% [======================================================== ] 2284/2488 91% [======================================================== ] 2285/2488 91% [======================================================== ] 2286/2488 91% [======================================================== ] 2287/2488 91% [========================================================= ] 2288/2488 91% [========================================================= ] 2289/2488 92% [========================================================= ] 2290/2488 92% [========================================================= ] 2291/2488 92% [========================================================= ] 2292/2488 92% [========================================================= ] 2293/2488 92% [========================================================= ] 2294/2488 92% [========================================================= ] 2295/2488 92% [========================================================= ] 2296/2488 92% [========================================================= ] 2297/2488 92% [========================================================= ] 2298/2488 92% [========================================================= ] 2299/2488 92% [========================================================= ] 2300/2488 92% [========================================================= ] 2301/2488 92% [========================================================= ] 2302/2488 92% [========================================================= ] 2303/2488 92% [========================================================= ] 2304/2488 92% [========================================================= ] 2305/2488 92% [========================================================= ] 2306/2488 92% [========================================================= ] 2307/2488 92% [========================================================= ] 2308/2488 92% [========================================================= ] 2309/2488 92% [========================================================= ] 2310/2488 92% [========================================================= ] 2311/2488 92% [========================================================= ] 2312/2488 92% [========================================================= ] 2313/2488 92% [========================================================= ] 2314/2488 93% [========================================================= ] 2315/2488 93% [========================================================= ] 2316/2488 93% [========================================================= ] 2317/2488 93% [========================================================= ] 2318/2488 93% [========================================================= ] 2319/2488 93% [========================================================= ] 2320/2488 93% [========================================================= ] 2321/2488 93% [========================================================= ] 2322/2488 93% [========================================================= ] 2323/2488 93% [========================================================= ] 2324/2488 93% [========================================================= ] 2325/2488 93% [========================================================= ] 2326/2488 93% [========================================================= ] 2327/2488 93% [========================================================== ] 2328/2488 93% [========================================================== ] 2329/2488 93% [========================================================== ] 2330/2488 93% [========================================================== ] 2331/2488 93% [========================================================== ] 2332/2488 93% [========================================================== ] 2333/2488 93% [========================================================== ] 2334/2488 93% [========================================================== ] 2335/2488 93% [========================================================== ] 2336/2488 93% [========================================================== ] 2337/2488 93% [========================================================== ] 2338/2488 93% [========================================================== ] 2339/2488 94% [========================================================== ] 2340/2488 94% [========================================================== ] 2341/2488 94% [========================================================== ] 2342/2488 94% [========================================================== ] 2343/2488 94% [========================================================== ] 2344/2488 94% [========================================================== ] 2345/2488 94% [========================================================== ] 2346/2488 94% [========================================================== ] 2347/2488 94% [========================================================== ] 2348/2488 94% [========================================================== ] 2349/2488 94% [========================================================== ] 2350/2488 94% [========================================================== ] 2351/2488 94% [========================================================== ] 2352/2488 94% [========================================================== ] 2353/2488 94% [========================================================== ] 2354/2488 94% [========================================================== ] 2355/2488 94% [========================================================== ] 2356/2488 94% [========================================================== ] 2357/2488 94% [========================================================== ] 2358/2488 94% [========================================================== ] 2359/2488 94% [========================================================== ] 2360/2488 94% [========================================================== ] 2361/2488 94% [========================================================== ] 2362/2488 94% [========================================================== ] 2363/2488 94% [========================================================== ] 2364/2488 95% [========================================================== ] 2365/2488 95% [========================================================== ] 2366/2488 95% [========================================================== ] 2367/2488 95% [=========================================================== ] 2368/2488 95% [=========================================================== ] 2369/2488 95% [=========================================================== ] 2370/2488 95% [=========================================================== ] 2371/2488 95% [=========================================================== ] 2372/2488 95% [=========================================================== ] 2373/2488 95% [=========================================================== ] 2374/2488 95% [=========================================================== ] 2375/2488 95% [=========================================================== ] 2376/2488 95% [=========================================================== ] 2377/2488 95% [=========================================================== ] 2378/2488 95% [=========================================================== ] 2379/2488 95% [=========================================================== ] 2380/2488 95% [=========================================================== ] 2381/2488 95% [=========================================================== ] 2382/2488 95% [=========================================================== ] 2383/2488 95% [=========================================================== ] 2384/2488 95% [=========================================================== ] 2385/2488 95% [=========================================================== ] 2386/2488 95% [=========================================================== ] 2387/2488 95% [=========================================================== ] 2388/2488 95% [=========================================================== ] 2389/2488 96% [=========================================================== ] 2390/2488 96% [=========================================================== ] 2391/2488 96% [=========================================================== ] 2392/2488 96% [=========================================================== ] 2393/2488 96% [=========================================================== ] 2394/2488 96% [=========================================================== ] 2395/2488 96% [=========================================================== ] 2396/2488 96% [=========================================================== ] 2397/2488 96% [=========================================================== ] 2398/2488 96% [=========================================================== ] 2399/2488 96% [=========================================================== ] 2400/2488 96% [=========================================================== ] 2401/2488 96% [=========================================================== ] 2402/2488 96% [=========================================================== ] 2403/2488 96% [=========================================================== ] 2404/2488 96% [=========================================================== ] 2405/2488 96% [=========================================================== ] 2406/2488 96% [=========================================================== ] 2407/2488 96% [============================================================ ] 2408/2488 96% [============================================================ ] 2409/2488 96% [============================================================ ] 2410/2488 96% [============================================================ ] 2411/2488 96% [============================================================ ] 2412/2488 96% [============================================================ ] 2413/2488 96% [============================================================ ] 2414/2488 97% [============================================================ ] 2415/2488 97% [============================================================ ] 2416/2488 97% [============================================================ ] 2417/2488 97% [============================================================ ] 2418/2488 97% [============================================================ ] 2419/2488 97% [============================================================ ] 2420/2488 97% [============================================================ ] 2421/2488 97% [============================================================ ] 2422/2488 97% [============================================================ ] 2423/2488 97% [============================================================ ] 2424/2488 97% [============================================================ ] 2425/2488 97% [============================================================ ] 2426/2488 97% [============================================================ ] 2427/2488 97% [============================================================ ] 2428/2488 97% [============================================================ ] 2429/2488 97% [============================================================ ] 2430/2488 97% [============================================================ ] 2431/2488 97% [============================================================ ] 2432/2488 97% [============================================================ ] 2433/2488 97% [============================================================ ] 2434/2488 97% [============================================================ ] 2435/2488 97% [============================================================ ] 2436/2488 97% [============================================================ ] 2437/2488 97% [============================================================ ] 2438/2488 97% [============================================================ ] 2439/2488 98% [============================================================ ] 2440/2488 98% [============================================================ ] 2441/2488 98% [============================================================ ] 2442/2488 98% [============================================================ ] 2443/2488 98% [============================================================ ] 2444/2488 98% [============================================================ ] 2445/2488 98% [============================================================ ] 2446/2488 98% [============================================================ ] 2447/2488 98% [============================================================= ] 2448/2488 98% [============================================================= ] 2449/2488 98% [============================================================= ] 2450/2488 98% [============================================================= ] 2451/2488 98% [============================================================= ] 2452/2488 98% [============================================================= ] 2453/2488 98% [============================================================= ] 2454/2488 98% [============================================================= ] 2455/2488 98% [============================================================= ] 2456/2488 98% [============================================================= ] 2457/2488 98% [============================================================= ] 2458/2488 98% [============================================================= ] 2459/2488 98% [============================================================= ] 2460/2488 98% [============================================================= ] 2461/2488 98% [============================================================= ] 2462/2488 98% [============================================================= ] 2463/2488 98% [============================================================= ] 2464/2488 99% [============================================================= ] 2465/2488 99% [============================================================= ] 2466/2488 99% [============================================================= ] 2467/2488 99% [============================================================= ] 2468/2488 99% [============================================================= ] 2469/2488 99% [============================================================= ] 2470/2488 99% [============================================================= ] 2471/2488 99% [============================================================= ] 2472/2488 99% [============================================================= ] 2473/2488 99% [============================================================= ] 2474/2488 99% [============================================================= ] 2475/2488 99% [============================================================= ] 2476/2488 99% [============================================================= ] 2477/2488 99% [============================================================= ] 2478/2488 99% [============================================================= ] 2479/2488 99% [============================================================= ] 2480/2488 99% [============================================================= ] 2481/2488 99% [============================================================= ] 2482/2488 99% [============================================================= ] 2483/2488 99% [============================================================= ] 2484/2488 99% [============================================================= ] 2485/2488 99% [============================================================= ] 2486/2488 99% [============================================================= ] 2487/2488 99% [==============================================================] 2488/2488 100% operation complete, 2488 objects in 132592 NAND pages. ln -snf /home/autobuild/autobuild/instance-22/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-22/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-22/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-22/buildroot' >>> Buildroot 2023.05-606-g39610c8b3c Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.43 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.3.0 Collecting legal info >>> linux-headers 4.19.289 Collecting legal info >>> host-make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> alsa-lib 1.2.9 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> util-linux 2.39.1 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) 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) >>> libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-coreutils 9.3 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> darkhttpd 1.14 Collecting legal info darkhttpd.c: OK (sha256: f002944c9a8516e3346002d39c3e13681306833358c0f3c7781dff1fdb639710) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> davici 1.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> strongswan 5.9.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 2292e21797754548dccdef9eef6aee7584e552fbd890fa914e1de8d3577d23f0) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> debianutils 4.11 Collecting legal info debian/copyright: OK (sha256: 3c8b5112cb8f74ba959233291908d73f527afa6f1d96f93649aeb912b5884567) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> freeipmi 1.6.10 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.bmc-watchdog: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiconsole: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-dcmi: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmidetect: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmi-fru: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmimonitoring: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiping: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmipower: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.ipmiseld: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.pstdout: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.sunbmc: OK (sha256: 48f44386b3f359e70d7e4a5d7f1d529d8591a7c64c47df3f4abdf2ad45a6d537) COPYING.ZRESEARCH: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ghostscript 10.01.2 Collecting legal info LICENSE: OK (sha256: 8ce064f423b7c24a011b6ebf9431b8bf9861a5255e47c84bfb23fc526d030a8b) >>> host-lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> host-libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> lcms2 2.15 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> i2c-tools 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) README: OK (sha256: 2293b6e9076984d02184ff620baac557143e16cfa47d88f0a791d05a1271742c) >>> ifupdown 0.8.41 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> imx-usb-loader 30b43d69770cd69e84c045dc9dcabb1f3e9d975a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> ipcalc 1.0.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.2.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> iproute2 6.2.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iw 5.19 Collecting legal info COPYING: OK (sha256: 5932fb70481e128940168a5fdf133e6454293c0865c7e757874b235cb6daa2af) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> keepalived 2.2.7 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcoap 4.3.1 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: 5711e8bf7e94b59fcf0681d0f73752111bc196563b60f8568f19dacd0213192b) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdrm 2.4.115 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> libpthread-stubs 0.5 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libfuse 2.9.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmicrohttpd 0.9.77 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.9 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libstrophe 0.12.2 Collecting legal info MIT-LICENSE.txt: OK (sha256: 82476f36ffd5e895a176013c0812166ba7b7d99f3d536fc7f5ed2e33e9f74a08) GPL-LICENSE.txt: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libupnp 1.14.13 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libva 2.19.0 Collecting legal info COPYING: OK (sha256: c86a782ee845b52472dae9b9d79fb915d333628ac0efe49cdce63644814931de) >>> wayland 1.22.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.22.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libvpx 1.13.0 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> mjpg-streamer 5a6e0a2db163e6ae9461552b59079870d0959340 Collecting legal info mjpg-streamer-experimental/LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mobile-broadband-provider-info 20221107 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-moby-buildkit 0.11.6 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> host-go 1.20.6 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.10 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> motion 4.5.1 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open-iscsi 2.1.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> open-lldp 1.1 Collecting legal info COPYING: OK (sha256: 67af5abeb092213cd9c53781503320f635ba28b641e0c3f24d367e8e93a9839b) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pigz 2.7 Collecting legal info README: OK (sha256: 67e2b9e30e924724a9d72549a6004ed15a041f51d9ea9ab781e048fa27ae07a2) >>> popperjs 1.16.0 Collecting legal info LICENSE.md: OK (sha256: 2961310ed05cd9373a08b8191c071425a7fede0ca5d807ca38fa5f5f61c5b834) >>> privoxy 3.0.34 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> host-runc 1.1.7 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> s6-portable-utils 2.2.5.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> sound-theme-borealis 0.9a Collecting legal info >>> sshguard 2.4.2 Collecting legal info COPYING: OK (sha256: c3ae64f12153a1bc55bc234d09f40a08ab0e0149fffc972c0b7f02d5a12c1a5c) >>> stress 1.0.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> unionfs 2.1 Collecting legal info LICENSE: OK (sha256: f56a5579d670e18e0667700bc599acbc0b8217ca1f76b2adb3dad7d2953c4049) >>> ushare 2.1 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> whetstone 1.2 Collecting legal info >>> wireless-regdb 2023.05.03 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wolftpm 2.7.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> 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-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.19.289: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-22/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-22/buildroot'