find /home/thomas/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/thomas/autobuild/instance-3/output-1/target/lib/ /home/thomas/autobuild/instance-3/output-1/target/usr/lib/ /home/thomas/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/thomas/autobuild/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/thomas/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/man /home/thomas/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/info /home/thomas/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/doc /home/thomas/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/thomas/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/thomas/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/thomas/autobuild/instance-3/output-1/target/lib/debug /home/thomas/autobuild/instance-3/output-1/target/usr/lib/debug find /home/thomas/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/thomas/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/thomas/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/thomas/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/thomas/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-3037-g0c7ba302bd"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/thomas/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/thomas/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/thomas/autobuild/instance-3/output-1/per-package /home/thomas/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/thomas/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkfs.axfs -s -a /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.axfs\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/axfs/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1700 number of 4KB nodes: 14827 Total image size: 31970977 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/images rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/thomas/autobuild/instance-3/output-1/target/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /home/thomas/autobuild/instance-3/buildroot/support/scripts/mkusers /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/thomas/autobuild/instance-3/output-1/host/bin/makedevs -d /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/thomas/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/thomas/autobuild/instance-3/output-1/host/bin:/home/thomas/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /home/thomas/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/thomas/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1700 objects. stage 2: creating image '/home/thomas/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/1700 0% [ ] 2/1700 0% [ ] 3/1700 0% [ ] 4/1700 0% [ ] 5/1700 0% [ ] 6/1700 0% [ ] 7/1700 0% [ ] 8/1700 0% [ ] 9/1700 0% [ ] 10/1700 0% [ ] 11/1700 0% [ ] 12/1700 0% [ ] 13/1700 0% [ ] 14/1700 0% [ ] 15/1700 0% [ ] 16/1700 0% [ ] 17/1700 1% [ ] 18/1700 1% [ ] 19/1700 1% [ ] 20/1700 1% [ ] 21/1700 1% [ ] 22/1700 1% [ ] 23/1700 1% [ ] 24/1700 1% [ ] 25/1700 1% [ ] 26/1700 1% [ ] 27/1700 1% [= ] 28/1700 1% [= ] 29/1700 1% [= ] 30/1700 1% [= ] 31/1700 1% [= ] 32/1700 1% [= ] 33/1700 1% [= ] 34/1700 2% [= ] 35/1700 2% [= ] 36/1700 2% [= ] 37/1700 2% [= ] 38/1700 2% [= ] 39/1700 2% [= ] 40/1700 2% [= ] 41/1700 2% [= ] 42/1700 2% [= ] 43/1700 2% [= ] 44/1700 2% [= ] 45/1700 2% [= ] 46/1700 2% [= ] 47/1700 2% [= ] 48/1700 2% [= ] 49/1700 2% [= ] 50/1700 2% [= ] 51/1700 3% [= ] 52/1700 3% [= ] 53/1700 3% [= ] 54/1700 3% [== ] 55/1700 3% [== ] 56/1700 3% [== ] 57/1700 3% [== ] 58/1700 3% [== ] 59/1700 3% [== ] 60/1700 3% [== ] 61/1700 3% [== ] 62/1700 3% [== ] 63/1700 3% [== ] 64/1700 3% [== ] 65/1700 3% [== ] 66/1700 3% [== ] 67/1700 3% [== ] 68/1700 4% [== ] 69/1700 4% [== ] 70/1700 4% [== ] 71/1700 4% [== ] 72/1700 4% [== ] 73/1700 4% [== ] 74/1700 4% [== ] 75/1700 4% [== ] 76/1700 4% [== ] 77/1700 4% [== ] 78/1700 4% [== ] 79/1700 4% [== ] 80/1700 4% [== ] 81/1700 4% [== ] 82/1700 4% [=== ] 83/1700 4% [=== ] 84/1700 4% [=== ] 85/1700 5% [=== ] 86/1700 5% [=== ] 87/1700 5% [=== ] 88/1700 5% [=== ] 89/1700 5% [=== ] 90/1700 5% [=== ] 91/1700 5% [=== ] 92/1700 5% [=== ] 93/1700 5% [=== ] 94/1700 5% [=== ] 95/1700 5% [=== ] 96/1700 5% [=== ] 97/1700 5% [=== ] 98/1700 5% [=== ] 99/1700 5% [=== ] 100/1700 5% [=== ] 101/1700 5% [=== ] 102/1700 6% [=== ] 103/1700 6% [=== ] 104/1700 6% [=== ] 105/1700 6% [=== ] 106/1700 6% [=== ] 107/1700 6% [=== ] 108/1700 6% [=== ] 109/1700 6% [==== ] 110/1700 6% [==== ] 111/1700 6% [==== ] 112/1700 6% [==== ] 113/1700 6% [==== ] 114/1700 6% [==== ] 115/1700 6% [==== ] 116/1700 6% [==== ] 117/1700 6% [==== ] 118/1700 6% [==== ] 119/1700 7% [==== ] 120/1700 7% [==== ] 121/1700 7% [==== ] 122/1700 7% [==== ] 123/1700 7% [==== ] 124/1700 7% [==== ] 125/1700 7% [==== ] 126/1700 7% [==== ] 127/1700 7% [==== ] 128/1700 7% [==== ] 129/1700 7% [==== ] 130/1700 7% [==== ] 131/1700 7% [==== ] 132/1700 7% [==== ] 133/1700 7% [==== ] 134/1700 7% [==== ] 135/1700 7% [==== ] 136/1700 8% [==== ] 137/1700 8% [===== ] 138/1700 8% [===== ] 139/1700 8% [===== ] 140/1700 8% [===== ] 141/1700 8% [===== ] 142/1700 8% [===== ] 143/1700 8% [===== ] 144/1700 8% [===== ] 145/1700 8% [===== ] 146/1700 8% [===== ] 147/1700 8% [===== ] 148/1700 8% [===== ] 149/1700 8% [===== ] 150/1700 8% [===== ] 151/1700 8% [===== ] 152/1700 8% [===== ] 153/1700 9% [===== ] 154/1700 9% [===== ] 155/1700 9% [===== ] 156/1700 9% [===== ] 157/1700 9% [===== ] 158/1700 9% [===== ] 159/1700 9% [===== ] 160/1700 9% [===== ] 161/1700 9% [===== ] 162/1700 9% [===== ] 163/1700 9% [===== ] 164/1700 9% [====== ] 165/1700 9% [====== ] 166/1700 9% [====== ] 167/1700 9% [====== ] 168/1700 9% [====== ] 169/1700 9% [====== ] 170/1700 10% [====== ] 171/1700 10% [====== ] 172/1700 10% [====== ] 173/1700 10% [====== ] 174/1700 10% [====== ] 175/1700 10% [====== ] 176/1700 10% [====== ] 177/1700 10% [====== ] 178/1700 10% [====== ] 179/1700 10% [====== ] 180/1700 10% [====== ] 181/1700 10% [====== ] 182/1700 10% [====== ] 183/1700 10% [====== ] 184/1700 10% [====== ] 185/1700 10% [====== ] 186/1700 10% [====== ] 187/1700 11% [====== ] 188/1700 11% [====== ] 189/1700 11% [====== ] 190/1700 11% [====== ] 191/1700 11% [======= ] 192/1700 11% [======= ] 193/1700 11% [======= ] 194/1700 11% [======= ] 195/1700 11% [======= ] 196/1700 11% [======= ] 197/1700 11% [======= ] 198/1700 11% [======= ] 199/1700 11% [======= ] 200/1700 11% [======= ] 201/1700 11% [======= ] 202/1700 11% [======= ] 203/1700 11% [======= ] 204/1700 12% [======= ] 205/1700 12% [======= ] 206/1700 12% [======= ] 207/1700 12% [======= ] 208/1700 12% [======= ] 209/1700 12% [======= ] 210/1700 12% [======= ] 211/1700 12% [======= ] 212/1700 12% [======= ] 213/1700 12% [======= ] 214/1700 12% [======= ] 215/1700 12% [======= ] 216/1700 12% [======= ] 217/1700 12% [======= ] 218/1700 12% [======= ] 219/1700 12% [======== ] 220/1700 12% [======== ] 221/1700 13% [======== ] 222/1700 13% [======== ] 223/1700 13% [======== ] 224/1700 13% [======== ] 225/1700 13% [======== ] 226/1700 13% [======== ] 227/1700 13% [======== ] 228/1700 13% [======== ] 229/1700 13% [======== ] 230/1700 13% [======== ] 231/1700 13% [======== ] 232/1700 13% [======== ] 233/1700 13% [======== ] 234/1700 13% [======== ] 235/1700 13% [======== ] 236/1700 13% [======== ] 237/1700 13% [======== ] 238/1700 14% [======== ] 239/1700 14% [======== ] 240/1700 14% [======== ] 241/1700 14% [======== ] 242/1700 14% [======== ] 243/1700 14% [======== ] 244/1700 14% [======== ] 245/1700 14% [======== ] 246/1700 14% [========= ] 247/1700 14% [========= ] 248/1700 14% [========= ] 249/1700 14% [========= ] 250/1700 14% [========= ] 251/1700 14% [========= ] 252/1700 14% [========= ] 253/1700 14% [========= ] 254/1700 14% [========= ] 255/1700 15% [========= ] 256/1700 15% [========= ] 257/1700 15% [========= ] 258/1700 15% [========= ] 259/1700 15% [========= ] 260/1700 15% [========= ] 261/1700 15% [========= ] 262/1700 15% [========= ] 263/1700 15% [========= ] 264/1700 15% [========= ] 265/1700 15% [========= ] 266/1700 15% [========= ] 267/1700 15% [========= ] 268/1700 15% [========= ] 269/1700 15% [========= ] 270/1700 15% [========= ] 271/1700 15% [========= ] 272/1700 16% [========= ] 273/1700 16% [========= ] 274/1700 16% [========== ] 275/1700 16% [========== ] 276/1700 16% [========== ] 277/1700 16% [========== ] 278/1700 16% [========== ] 279/1700 16% [========== ] 280/1700 16% [========== ] 281/1700 16% [========== ] 282/1700 16% [========== ] 283/1700 16% [========== ] 284/1700 16% [========== ] 285/1700 16% [========== ] 286/1700 16% [========== ] 287/1700 16% [========== ] 288/1700 16% [========== ] 289/1700 17% [========== ] 290/1700 17% [========== ] 291/1700 17% [========== ] 292/1700 17% [========== ] 293/1700 17% [========== ] 294/1700 17% [========== ] 295/1700 17% [========== ] 296/1700 17% [========== ] 297/1700 17% [========== ] 298/1700 17% [========== ] 299/1700 17% [========== ] 300/1700 17% [========== ] 301/1700 17% [=========== ] 302/1700 17% [=========== ] 303/1700 17% [=========== ] 304/1700 17% [=========== ] 305/1700 17% [=========== ] 306/1700 18% [=========== ] 307/1700 18% [=========== ] 308/1700 18% [=========== ] 309/1700 18% [=========== ] 310/1700 18% [=========== ] 311/1700 18% [=========== ] 312/1700 18% [=========== ] 313/1700 18% [=========== ] 314/1700 18% [=========== ] 315/1700 18% [=========== ] 316/1700 18% [=========== ] 317/1700 18% [=========== ] 318/1700 18% [=========== ] 319/1700 18% [=========== ] 320/1700 18% [=========== ] 321/1700 18% [=========== ] 322/1700 18% [=========== ] 323/1700 19% [=========== ] 324/1700 19% [=========== ] 325/1700 19% [=========== ] 326/1700 19% [=========== ] 327/1700 19% [=========== ] 328/1700 19% [=========== ] 329/1700 19% [============ ] 330/1700 19% [============ ] 331/1700 19% [============ ] 332/1700 19% [============ ] 333/1700 19% [============ ] 334/1700 19% [============ ] 335/1700 19% [============ ] 336/1700 19% [============ ] 337/1700 19% [============ ] 338/1700 19% [============ ] 339/1700 19% [============ ] 340/1700 20% [============ ] 341/1700 20% [============ ] 342/1700 20% [============ ] 343/1700 20% [============ ] 344/1700 20% [============ ] 345/1700 20% [============ ] 346/1700 20% [============ ] 347/1700 20% [============ ] 348/1700 20% [============ ] 349/1700 20% [============ ] 350/1700 20% [============ ] 351/1700 20% [============ ] 352/1700 20% [============ ] 353/1700 20% [============ ] 354/1700 20% [============ ] 355/1700 20% [============ ] 356/1700 20% [============= ] 357/1700 21% [============= ] 358/1700 21% [============= ] 359/1700 21% [============= ] 360/1700 21% [============= ] 361/1700 21% [============= ] 362/1700 21% [============= ] 363/1700 21% [============= ] 364/1700 21% [============= ] 365/1700 21% [============= ] 366/1700 21% [============= ] 367/1700 21% [============= ] 368/1700 21% [============= ] 369/1700 21% [============= ] 370/1700 21% [============= ] 371/1700 21% [============= ] 372/1700 21% [============= ] 373/1700 21% [============= ] 374/1700 22% [============= ] 375/1700 22% [============= ] 376/1700 22% [============= ] 377/1700 22% [============= ] 378/1700 22% [============= ] 379/1700 22% [============= ] 380/1700 22% [============= ] 381/1700 22% [============= ] 382/1700 22% [============= ] 383/1700 22% [============== ] 384/1700 22% [============== ] 385/1700 22% [============== ] 386/1700 22% [============== ] 387/1700 22% [============== ] 388/1700 22% [============== ] 389/1700 22% [============== ] 390/1700 22% [============== ] 391/1700 23% [============== ] 392/1700 23% [============== ] 393/1700 23% [============== ] 394/1700 23% [============== ] 395/1700 23% [============== ] 396/1700 23% [============== ] 397/1700 23% [============== ] 398/1700 23% [============== ] 399/1700 23% [============== ] 400/1700 23% [============== ] 401/1700 23% [============== ] 402/1700 23% [============== ] 403/1700 23% [============== ] 404/1700 23% [============== ] 405/1700 23% [============== ] 406/1700 23% [============== ] 407/1700 23% [============== ] 408/1700 24% [============== ] 409/1700 24% [============== ] 410/1700 24% [============== ] 411/1700 24% [=============== ] 412/1700 24% [=============== ] 413/1700 24% [=============== ] 414/1700 24% [=============== ] 415/1700 24% [=============== ] 416/1700 24% [=============== ] 417/1700 24% [=============== ] 418/1700 24% [=============== ] 419/1700 24% [=============== ] 420/1700 24% [=============== ] 421/1700 24% [=============== ] 422/1700 24% [=============== ] 423/1700 24% [=============== ] 424/1700 24% [=============== ] 425/1700 25% [=============== ] 426/1700 25% [=============== ] 427/1700 25% [=============== ] 428/1700 25% [=============== ] 429/1700 25% [=============== ] 430/1700 25% [=============== ] 431/1700 25% [=============== ] 432/1700 25% [=============== ] 433/1700 25% [=============== ] 434/1700 25% [=============== ] 435/1700 25% [=============== ] 436/1700 25% [=============== ] 437/1700 25% [=============== ] 438/1700 25% [================ ] 439/1700 25% [================ ] 440/1700 25% [================ ] 441/1700 25% [================ ] 442/1700 26% [================ ] 443/1700 26% [================ ] 444/1700 26% [================ ] 445/1700 26% [================ ] 446/1700 26% [================ ] 447/1700 26% [================ ] 448/1700 26% [================ ] 449/1700 26% [================ ] 450/1700 26% [================ ] 451/1700 26% [================ ] 452/1700 26% [================ ] 453/1700 26% [================ ] 454/1700 26% [================ ] 455/1700 26% [================ ] 456/1700 26% [================ ] 457/1700 26% [================ ] 458/1700 26% [================ ] 459/1700 27% [================ ] 460/1700 27% [================ ] 461/1700 27% [================ ] 462/1700 27% [================ ] 463/1700 27% [================ ] 464/1700 27% [================ ] 465/1700 27% [================ ] 466/1700 27% [================= ] 467/1700 27% [================= ] 468/1700 27% [================= ] 469/1700 27% [================= ] 470/1700 27% [================= ] 471/1700 27% [================= ] 472/1700 27% [================= ] 473/1700 27% [================= ] 474/1700 27% [================= ] 475/1700 27% [================= ] 476/1700 28% [================= ] 477/1700 28% [================= ] 478/1700 28% [================= ] 479/1700 28% [================= ] 480/1700 28% [================= ] 481/1700 28% [================= ] 482/1700 28% [================= ] 483/1700 28% [================= ] 484/1700 28% [================= ] 485/1700 28% [================= ] 486/1700 28% [================= ] 487/1700 28% [================= ] 488/1700 28% [================= ] 489/1700 28% [================= ] 490/1700 28% [================= ] 491/1700 28% [================= ] 492/1700 28% [================= ] 493/1700 29% [================== ] 494/1700 29% [================== ] 495/1700 29% [================== ] 496/1700 29% [================== ] 497/1700 29% [================== ] 498/1700 29% [================== ] 499/1700 29% [================== ] 500/1700 29% [================== ] 501/1700 29% [================== ] 502/1700 29% [================== ] 503/1700 29% [================== ] 504/1700 29% [================== ] 505/1700 29% [================== ] 506/1700 29% [================== ] 507/1700 29% [================== ] 508/1700 29% [================== ] 509/1700 29% [================== ] 510/1700 30% [================== ] 511/1700 30% [================== ] 512/1700 30% [================== ] 513/1700 30% [================== ] 514/1700 30% [================== ] 515/1700 30% [================== ] 516/1700 30% [================== ] 517/1700 30% [================== ] 518/1700 30% [================== ] 519/1700 30% [================== ] 520/1700 30% [=================== ] 521/1700 30% [=================== ] 522/1700 30% [=================== ] 523/1700 30% [=================== ] 524/1700 30% [=================== ] 525/1700 30% [=================== ] 526/1700 30% [=================== ] 527/1700 31% [=================== ] 528/1700 31% [=================== ] 529/1700 31% [=================== ] 530/1700 31% [=================== ] 531/1700 31% [=================== ] 532/1700 31% [=================== ] 533/1700 31% [=================== ] 534/1700 31% [=================== ] 535/1700 31% [=================== ] 536/1700 31% [=================== ] 537/1700 31% [=================== ] 538/1700 31% [=================== ] 539/1700 31% [=================== ] 540/1700 31% [=================== ] 541/1700 31% [=================== ] 542/1700 31% [=================== ] 543/1700 31% [=================== ] 544/1700 32% [=================== ] 545/1700 32% [=================== ] 546/1700 32% [=================== ] 547/1700 32% [=================== ] 548/1700 32% [==================== ] 549/1700 32% [==================== ] 550/1700 32% [==================== ] 551/1700 32% [==================== ] 552/1700 32% [==================== ] 553/1700 32% [==================== ] 554/1700 32% [==================== ] 555/1700 32% [==================== ] 556/1700 32% [==================== ] 557/1700 32% [==================== ] 558/1700 32% [==================== ] 559/1700 32% [==================== ] 560/1700 32% [==================== ] 561/1700 33% [==================== ] 562/1700 33% [==================== ] 563/1700 33% [==================== ] 564/1700 33% [==================== ] 565/1700 33% [==================== ] 566/1700 33% [==================== ] 567/1700 33% [==================== ] 568/1700 33% [==================== ] 569/1700 33% [==================== ] 570/1700 33% [==================== ] 571/1700 33% [==================== ] 572/1700 33% [==================== ] 573/1700 33% [==================== ] 574/1700 33% [==================== ] 575/1700 33% [===================== ] 576/1700 33% [===================== ] 577/1700 33% [===================== ] 578/1700 34% [===================== ] 579/1700 34% [===================== ] 580/1700 34% [===================== ] 581/1700 34% [===================== ] 582/1700 34% [===================== ] 583/1700 34% [===================== ] 584/1700 34% [===================== ] 585/1700 34% [===================== ] 586/1700 34% [===================== ] 587/1700 34% [===================== ] 588/1700 34% [===================== ] 589/1700 34% [===================== ] 590/1700 34% [===================== ] 591/1700 34% [===================== ] 592/1700 34% [===================== ] 593/1700 34% [===================== ] 594/1700 34% [===================== ] 595/1700 35% [===================== ] 596/1700 35% [===================== ] 597/1700 35% [===================== ] 598/1700 35% [===================== ] 599/1700 35% [===================== ] 600/1700 35% [===================== ] 601/1700 35% [===================== ] 602/1700 35% [===================== ] 603/1700 35% [====================== ] 604/1700 35% [====================== ] 605/1700 35% [====================== ] 606/1700 35% [====================== ] 607/1700 35% [====================== ] 608/1700 35% [====================== ] 609/1700 35% [====================== ] 610/1700 35% [====================== ] 611/1700 35% [====================== ] 612/1700 36% [====================== ] 613/1700 36% [====================== ] 614/1700 36% [====================== ] 615/1700 36% [====================== ] 616/1700 36% [====================== ] 617/1700 36% [====================== ] 618/1700 36% [====================== ] 619/1700 36% [====================== ] 620/1700 36% [====================== ] 621/1700 36% [====================== ] 622/1700 36% [====================== ] 623/1700 36% [====================== ] 624/1700 36% [====================== ] 625/1700 36% [====================== ] 626/1700 36% [====================== ] 627/1700 36% [====================== ] 628/1700 36% [====================== ] 629/1700 37% [====================== ] 630/1700 37% [======================= ] 631/1700 37% [======================= ] 632/1700 37% [======================= ] 633/1700 37% [======================= ] 634/1700 37% [======================= ] 635/1700 37% [======================= ] 636/1700 37% [======================= ] 637/1700 37% [======================= ] 638/1700 37% [======================= ] 639/1700 37% [======================= ] 640/1700 37% [======================= ] 641/1700 37% [======================= ] 642/1700 37% [======================= ] 643/1700 37% [======================= ] 644/1700 37% [======================= ] 645/1700 37% [======================= ] 646/1700 38% [======================= ] 647/1700 38% [======================= ] 648/1700 38% [======================= ] 649/1700 38% [======================= ] 650/1700 38% [======================= ] 651/1700 38% [======================= ] 652/1700 38% [======================= ] 653/1700 38% [======================= ] 654/1700 38% [======================= ] 655/1700 38% [======================= ] 656/1700 38% [======================= ] 657/1700 38% [======================= ] 658/1700 38% [======================== ] 659/1700 38% [======================== ] 660/1700 38% [======================== ] 661/1700 38% [======================== ] 662/1700 38% [======================== ] 663/1700 39% [======================== ] 664/1700 39% [======================== ] 665/1700 39% [======================== ] 666/1700 39% [======================== ] 667/1700 39% [======================== ] 668/1700 39% [======================== ] 669/1700 39% [======================== ] 670/1700 39% [======================== ] 671/1700 39% [======================== ] 672/1700 39% [======================== ] 673/1700 39% [======================== ] 674/1700 39% [======================== ] 675/1700 39% [======================== ] 676/1700 39% [======================== ] 677/1700 39% [======================== ] 678/1700 39% [======================== ] 679/1700 39% [======================== ] 680/1700 40% [======================== ] 681/1700 40% [======================== ] 682/1700 40% [======================== ] 683/1700 40% [======================== ] 684/1700 40% [======================== ] 685/1700 40% [========================= ] 686/1700 40% [========================= ] 687/1700 40% [========================= ] 688/1700 40% [========================= ] 689/1700 40% [========================= ] 690/1700 40% [========================= ] 691/1700 40% [========================= ] 692/1700 40% [========================= ] 693/1700 40% [========================= ] 694/1700 40% [========================= ] 695/1700 40% [========================= ] 696/1700 40% [========================= ] 697/1700 41% [========================= ] 698/1700 41% [========================= ] 699/1700 41% [========================= ] 700/1700 41% [========================= ] 701/1700 41% [========================= ] 702/1700 41% [========================= ] 703/1700 41% [========================= ] 704/1700 41% [========================= ] 705/1700 41% [========================= ] 706/1700 41% [========================= ] 707/1700 41% [========================= ] 708/1700 41% [========================= ] 709/1700 41% [========================= ] 710/1700 41% [========================= ] 711/1700 41% [========================= ] 712/1700 41% [========================== ] 713/1700 41% [========================== ] 714/1700 42% [========================== ] 715/1700 42% [========================== ] 716/1700 42% [========================== ] 717/1700 42% [========================== ] 718/1700 42% [========================== ] 719/1700 42% [========================== ] 720/1700 42% [========================== ] 721/1700 42% [========================== ] 722/1700 42% [========================== ] 723/1700 42% [========================== ] 724/1700 42% [========================== ] 725/1700 42% [========================== ] 726/1700 42% [========================== ] 727/1700 42% [========================== ] 728/1700 42% [========================== ] 729/1700 42% [========================== ] 730/1700 42% [========================== ] 731/1700 43% [========================== ] 732/1700 43% [========================== ] 733/1700 43% [========================== ] 734/1700 43% [========================== ] 735/1700 43% [========================== ] 736/1700 43% [========================== ] 737/1700 43% [========================== ] 738/1700 43% [========================== ] 739/1700 43% [========================== ] 740/1700 43% [=========================== ] 741/1700 43% [=========================== ] 742/1700 43% [=========================== ] 743/1700 43% [=========================== ] 744/1700 43% [=========================== ] 745/1700 43% [=========================== ] 746/1700 43% [=========================== ] 747/1700 43% [=========================== ] 748/1700 44% [=========================== ] 749/1700 44% [=========================== ] 750/1700 44% [=========================== ] 751/1700 44% [=========================== ] 752/1700 44% [=========================== ] 753/1700 44% [=========================== ] 754/1700 44% [=========================== ] 755/1700 44% [=========================== ] 756/1700 44% [=========================== ] 757/1700 44% [=========================== ] 758/1700 44% [=========================== ] 759/1700 44% [=========================== ] 760/1700 44% [=========================== ] 761/1700 44% [=========================== ] 762/1700 44% [=========================== ] 763/1700 44% [=========================== ] 764/1700 44% [=========================== ] 765/1700 45% [=========================== ] 766/1700 45% [=========================== ] 767/1700 45% [============================ ] 768/1700 45% [============================ ] 769/1700 45% [============================ ] 770/1700 45% [============================ ] 771/1700 45% [============================ ] 772/1700 45% [============================ ] 773/1700 45% [============================ ] 774/1700 45% [============================ ] 775/1700 45% [============================ ] 776/1700 45% [============================ ] 777/1700 45% [============================ ] 778/1700 45% [============================ ] 779/1700 45% [============================ ] 780/1700 45% [============================ ] 781/1700 45% [============================ ] 782/1700 46% [============================ ] 783/1700 46% [============================ ] 784/1700 46% [============================ ] 785/1700 46% [============================ ] 786/1700 46% [============================ ] 787/1700 46% [============================ ] 788/1700 46% [============================ ] 789/1700 46% [============================ ] 790/1700 46% [============================ ] 791/1700 46% [============================ ] 792/1700 46% [============================ ] 793/1700 46% [============================ ] 794/1700 46% [============================ ] 795/1700 46% [============================= ] 796/1700 46% [============================= ] 797/1700 46% [============================= ] 798/1700 46% [============================= ] 799/1700 47% [============================= ] 800/1700 47% [============================= ] 801/1700 47% [============================= ] 802/1700 47% [============================= ] 803/1700 47% [============================= ] 804/1700 47% [============================= ] 805/1700 47% [============================= ] 806/1700 47% [============================= ] 807/1700 47% [============================= ] 808/1700 47% [============================= ] 809/1700 47% [============================= ] 810/1700 47% [============================= ] 811/1700 47% [============================= ] 812/1700 47% [============================= ] 813/1700 47% [============================= ] 814/1700 47% [============================= ] 815/1700 47% [============================= ] 816/1700 48% [============================= ] 817/1700 48% [============================= ] 818/1700 48% [============================= ] 819/1700 48% [============================= ] 820/1700 48% [============================= ] 821/1700 48% [============================= ] 822/1700 48% [============================== ] 823/1700 48% [============================== ] 824/1700 48% [============================== ] 825/1700 48% [============================== ] 826/1700 48% [============================== ] 827/1700 48% [============================== ] 828/1700 48% [============================== ] 829/1700 48% [============================== ] 830/1700 48% [============================== ] 831/1700 48% [============================== ] 832/1700 48% [============================== ] 833/1700 49% [============================== ] 834/1700 49% [============================== ] 835/1700 49% [============================== ] 836/1700 49% [============================== ] 837/1700 49% [============================== ] 838/1700 49% [============================== ] 839/1700 49% [============================== ] 840/1700 49% [============================== ] 841/1700 49% [============================== ] 842/1700 49% [============================== ] 843/1700 49% [============================== ] 844/1700 49% [============================== ] 845/1700 49% [============================== ] 846/1700 49% [============================== ] 847/1700 49% [============================== ] 848/1700 49% [============================== ] 849/1700 49% [=============================== ] 850/1700 50% [=============================== ] 851/1700 50% [=============================== ] 852/1700 50% [=============================== ] 853/1700 50% [=============================== ] 854/1700 50% [=============================== ] 855/1700 50% [=============================== ] 856/1700 50% [=============================== ] 857/1700 50% [=============================== ] 858/1700 50% [=============================== ] 859/1700 50% [=============================== ] 860/1700 50% [=============================== ] 861/1700 50% [=============================== ] 862/1700 50% [=============================== ] 863/1700 50% [=============================== ] 864/1700 50% [=============================== ] 865/1700 50% [=============================== ] 866/1700 50% [=============================== ] 867/1700 51% [=============================== ] 868/1700 51% [=============================== ] 869/1700 51% [=============================== ] 870/1700 51% [=============================== ] 871/1700 51% [=============================== ] 872/1700 51% [=============================== ] 873/1700 51% [=============================== ] 874/1700 51% [=============================== ] 875/1700 51% [=============================== ] 876/1700 51% [=============================== ] 877/1700 51% [================================ ] 878/1700 51% [================================ ] 879/1700 51% [================================ ] 880/1700 51% [================================ ] 881/1700 51% [================================ ] 882/1700 51% [================================ ] 883/1700 51% [================================ ] 884/1700 52% [================================ ] 885/1700 52% [================================ ] 886/1700 52% [================================ ] 887/1700 52% [================================ ] 888/1700 52% [================================ ] 889/1700 52% [================================ ] 890/1700 52% [================================ ] 891/1700 52% [================================ ] 892/1700 52% [================================ ] 893/1700 52% [================================ ] 894/1700 52% [================================ ] 895/1700 52% [================================ ] 896/1700 52% [================================ ] 897/1700 52% [================================ ] 898/1700 52% [================================ ] 899/1700 52% [================================ ] 900/1700 52% [================================ ] 901/1700 53% [================================ ] 902/1700 53% [================================ ] 903/1700 53% [================================ ] 904/1700 53% [================================= ] 905/1700 53% [================================= ] 906/1700 53% [================================= ] 907/1700 53% [================================= ] 908/1700 53% [================================= ] 909/1700 53% [================================= ] 910/1700 53% [================================= ] 911/1700 53% [================================= ] 912/1700 53% [================================= ] 913/1700 53% [================================= ] 914/1700 53% [================================= ] 915/1700 53% [================================= ] 916/1700 53% [================================= ] 917/1700 53% [================================= ] 918/1700 54% [================================= ] 919/1700 54% [================================= ] 920/1700 54% [================================= ] 921/1700 54% [================================= ] 922/1700 54% [================================= ] 923/1700 54% [================================= ] 924/1700 54% [================================= ] 925/1700 54% [================================= ] 926/1700 54% [================================= ] 927/1700 54% [================================= ] 928/1700 54% [================================= ] 929/1700 54% [================================= ] 930/1700 54% [================================= ] 931/1700 54% [================================= ] 932/1700 54% [================================== ] 933/1700 54% [================================== ] 934/1700 54% [================================== ] 935/1700 55% [================================== ] 936/1700 55% [================================== ] 937/1700 55% [================================== ] 938/1700 55% [================================== ] 939/1700 55% [================================== ] 940/1700 55% [================================== ] 941/1700 55% [================================== ] 942/1700 55% [================================== ] 943/1700 55% [================================== ] 944/1700 55% [================================== ] 945/1700 55% [================================== ] 946/1700 55% [================================== ] 947/1700 55% [================================== ] 948/1700 55% [================================== ] 949/1700 55% [================================== ] 950/1700 55% [================================== ] 951/1700 55% [================================== ] 952/1700 56% [================================== ] 953/1700 56% [================================== ] 954/1700 56% [================================== ] 955/1700 56% [================================== ] 956/1700 56% [================================== ] 957/1700 56% [================================== ] 958/1700 56% [================================== ] 959/1700 56% [=================================== ] 960/1700 56% [=================================== ] 961/1700 56% [=================================== ] 962/1700 56% [=================================== ] 963/1700 56% [=================================== ] 964/1700 56% [=================================== ] 965/1700 56% [=================================== ] 966/1700 56% [=================================== ] 967/1700 56% [=================================== ] 968/1700 56% [=================================== ] 969/1700 57% [=================================== ] 970/1700 57% [=================================== ] 971/1700 57% [=================================== ] 972/1700 57% [=================================== ] 973/1700 57% [=================================== ] 974/1700 57% [=================================== ] 975/1700 57% [=================================== ] 976/1700 57% [=================================== ] 977/1700 57% [=================================== ] 978/1700 57% [=================================== ] 979/1700 57% [=================================== ] 980/1700 57% [=================================== ] 981/1700 57% [=================================== ] 982/1700 57% [=================================== ] 983/1700 57% [=================================== ] 984/1700 57% [=================================== ] 985/1700 57% [=================================== ] 986/1700 58% [=================================== ] 987/1700 58% [==================================== ] 988/1700 58% [==================================== ] 989/1700 58% [==================================== ] 990/1700 58% [==================================== ] 991/1700 58% [==================================== ] 992/1700 58% [==================================== ] 993/1700 58% [==================================== ] 994/1700 58% [==================================== ] 995/1700 58% [==================================== ] 996/1700 58% [==================================== ] 997/1700 58% [==================================== ] 998/1700 58% [==================================== ] 999/1700 58% [==================================== ] 1000/1700 58% [==================================== ] 1001/1700 58% [==================================== ] 1002/1700 58% [==================================== ] 1003/1700 59% [==================================== ] 1004/1700 59% [==================================== ] 1005/1700 59% [==================================== ] 1006/1700 59% [==================================== ] 1007/1700 59% [==================================== ] 1008/1700 59% [==================================== ] 1009/1700 59% [==================================== ] 1010/1700 59% [==================================== ] 1011/1700 59% [==================================== ] 1012/1700 59% [==================================== ] 1013/1700 59% [==================================== ] 1014/1700 59% [===================================== ] 1015/1700 59% [===================================== ] 1016/1700 59% [===================================== ] 1017/1700 59% [===================================== ] 1018/1700 59% [===================================== ] 1019/1700 59% [===================================== ] 1020/1700 60% [===================================== ] 1021/1700 60% [===================================== ] 1022/1700 60% [===================================== ] 1023/1700 60% [===================================== ] 1024/1700 60% [===================================== ] 1025/1700 60% [===================================== ] 1026/1700 60% [===================================== ] 1027/1700 60% [===================================== ] 1028/1700 60% [===================================== ] 1029/1700 60% [===================================== ] 1030/1700 60% [===================================== ] 1031/1700 60% [===================================== ] 1032/1700 60% [===================================== ] 1033/1700 60% [===================================== ] 1034/1700 60% [===================================== ] 1035/1700 60% [===================================== ] 1036/1700 60% [===================================== ] 1037/1700 61% [===================================== ] 1038/1700 61% [===================================== ] 1039/1700 61% [===================================== ] 1040/1700 61% [===================================== ] 1041/1700 61% [====================================== ] 1042/1700 61% [====================================== ] 1043/1700 61% [====================================== ] 1044/1700 61% [====================================== ] 1045/1700 61% [====================================== ] 1046/1700 61% [====================================== ] 1047/1700 61% [====================================== ] 1048/1700 61% [====================================== ] 1049/1700 61% [====================================== ] 1050/1700 61% [====================================== ] 1051/1700 61% [====================================== ] 1052/1700 61% [====================================== ] 1053/1700 61% [====================================== ] 1054/1700 62% [====================================== ] 1055/1700 62% [====================================== ] 1056/1700 62% [====================================== ] 1057/1700 62% [====================================== ] 1058/1700 62% [====================================== ] 1059/1700 62% [====================================== ] 1060/1700 62% [====================================== ] 1061/1700 62% [====================================== ] 1062/1700 62% [====================================== ] 1063/1700 62% [====================================== ] 1064/1700 62% [====================================== ] 1065/1700 62% [====================================== ] 1066/1700 62% [====================================== ] 1067/1700 62% [====================================== ] 1068/1700 62% [====================================== ] 1069/1700 62% [======================================= ] 1070/1700 62% [======================================= ] 1071/1700 63% [======================================= ] 1072/1700 63% [======================================= ] 1073/1700 63% [======================================= ] 1074/1700 63% [======================================= ] 1075/1700 63% [======================================= ] 1076/1700 63% [======================================= ] 1077/1700 63% [======================================= ] 1078/1700 63% [======================================= ] 1079/1700 63% [======================================= ] 1080/1700 63% [======================================= ] 1081/1700 63% [======================================= ] 1082/1700 63% [======================================= ] 1083/1700 63% [======================================= ] 1084/1700 63% [======================================= ] 1085/1700 63% [======================================= ] 1086/1700 63% [======================================= ] 1087/1700 63% [======================================= ] 1088/1700 64% [======================================= ] 1089/1700 64% [======================================= ] 1090/1700 64% [======================================= ] 1091/1700 64% [======================================= ] 1092/1700 64% [======================================= ] 1093/1700 64% [======================================= ] 1094/1700 64% [======================================= ] 1095/1700 64% [======================================= ] 1096/1700 64% [======================================== ] 1097/1700 64% [======================================== ] 1098/1700 64% [======================================== ] 1099/1700 64% [======================================== ] 1100/1700 64% [======================================== ] 1101/1700 64% [======================================== ] 1102/1700 64% [======================================== ] 1103/1700 64% [======================================== ] 1104/1700 64% [======================================== ] 1105/1700 65% [======================================== ] 1106/1700 65% [======================================== ] 1107/1700 65% [======================================== ] 1108/1700 65% [======================================== ] 1109/1700 65% [======================================== ] 1110/1700 65% [======================================== ] 1111/1700 65% [======================================== ] 1112/1700 65% [======================================== ] 1113/1700 65% [======================================== ] 1114/1700 65% [======================================== ] 1115/1700 65% [======================================== ] 1116/1700 65% [======================================== ] 1117/1700 65% [======================================== ] 1118/1700 65% [======================================== ] 1119/1700 65% [======================================== ] 1120/1700 65% [======================================== ] 1121/1700 65% [======================================== ] 1122/1700 66% [======================================== ] 1123/1700 66% [======================================== ] 1124/1700 66% [========================================= ] 1125/1700 66% [========================================= ] 1126/1700 66% [========================================= ] 1127/1700 66% [========================================= ] 1128/1700 66% [========================================= ] 1129/1700 66% [========================================= ] 1130/1700 66% [========================================= ] 1131/1700 66% [========================================= ] 1132/1700 66% [========================================= ] 1133/1700 66% [========================================= ] 1134/1700 66% [========================================= ] 1135/1700 66% [========================================= ] 1136/1700 66% [========================================= ] 1137/1700 66% [========================================= ] 1138/1700 66% [========================================= ] 1139/1700 67% [========================================= ] 1140/1700 67% [========================================= ] 1141/1700 67% [========================================= ] 1142/1700 67% [========================================= ] 1143/1700 67% [========================================= ] 1144/1700 67% [========================================= ] 1145/1700 67% [========================================= ] 1146/1700 67% [========================================= ] 1147/1700 67% [========================================= ] 1148/1700 67% [========================================= ] 1149/1700 67% [========================================= ] 1150/1700 67% [========================================= ] 1151/1700 67% [========================================== ] 1152/1700 67% [========================================== ] 1153/1700 67% [========================================== ] 1154/1700 67% [========================================== ] 1155/1700 67% [========================================== ] 1156/1700 68% [========================================== ] 1157/1700 68% [========================================== ] 1158/1700 68% [========================================== ] 1159/1700 68% [========================================== ] 1160/1700 68% [========================================== ] 1161/1700 68% [========================================== ] 1162/1700 68% [========================================== ] 1163/1700 68% [========================================== ] 1164/1700 68% [========================================== ] 1165/1700 68% [========================================== ] 1166/1700 68% [========================================== ] 1167/1700 68% [========================================== ] 1168/1700 68% [========================================== ] 1169/1700 68% [========================================== ] 1170/1700 68% [========================================== ] 1171/1700 68% [========================================== ] 1172/1700 68% [========================================== ] 1173/1700 69% [========================================== ] 1174/1700 69% [========================================== ] 1175/1700 69% [========================================== ] 1176/1700 69% [========================================== ] 1177/1700 69% [========================================== ] 1178/1700 69% [========================================== ] 1179/1700 69% [=========================================== ] 1180/1700 69% [=========================================== ] 1181/1700 69% [=========================================== ] 1182/1700 69% [=========================================== ] 1183/1700 69% [=========================================== ] 1184/1700 69% [=========================================== ] 1185/1700 69% [=========================================== ] 1186/1700 69% [=========================================== ] 1187/1700 69% [=========================================== ] 1188/1700 69% [=========================================== ] 1189/1700 69% [=========================================== ] 1190/1700 70% [=========================================== ] 1191/1700 70% [=========================================== ] 1192/1700 70% [=========================================== ] 1193/1700 70% [=========================================== ] 1194/1700 70% [=========================================== ] 1195/1700 70% [=========================================== ] 1196/1700 70% [=========================================== ] 1197/1700 70% [=========================================== ] 1198/1700 70% [=========================================== ] 1199/1700 70% [=========================================== ] 1200/1700 70% [=========================================== ] 1201/1700 70% [=========================================== ] 1202/1700 70% [=========================================== ] 1203/1700 70% [=========================================== ] 1204/1700 70% [=========================================== ] 1205/1700 70% [=========================================== ] 1206/1700 70% [============================================ ] 1207/1700 71% [============================================ ] 1208/1700 71% [============================================ ] 1209/1700 71% [============================================ ] 1210/1700 71% [============================================ ] 1211/1700 71% [============================================ ] 1212/1700 71% [============================================ ] 1213/1700 71% [============================================ ] 1214/1700 71% [============================================ ] 1215/1700 71% [============================================ ] 1216/1700 71% [============================================ ] 1217/1700 71% [============================================ ] 1218/1700 71% [============================================ ] 1219/1700 71% [============================================ ] 1220/1700 71% [============================================ ] 1221/1700 71% [============================================ ] 1222/1700 71% [============================================ ] 1223/1700 71% [============================================ ] 1224/1700 72% [============================================ ] 1225/1700 72% [============================================ ] 1226/1700 72% [============================================ ] 1227/1700 72% [============================================ ] 1228/1700 72% [============================================ ] 1229/1700 72% [============================================ ] 1230/1700 72% [============================================ ] 1231/1700 72% [============================================ ] 1232/1700 72% [============================================ ] 1233/1700 72% [============================================= ] 1234/1700 72% [============================================= ] 1235/1700 72% [============================================= ] 1236/1700 72% [============================================= ] 1237/1700 72% [============================================= ] 1238/1700 72% [============================================= ] 1239/1700 72% [============================================= ] 1240/1700 72% [============================================= ] 1241/1700 73% [============================================= ] 1242/1700 73% [============================================= ] 1243/1700 73% [============================================= ] 1244/1700 73% [============================================= ] 1245/1700 73% [============================================= ] 1246/1700 73% [============================================= ] 1247/1700 73% [============================================= ] 1248/1700 73% [============================================= ] 1249/1700 73% [============================================= ] 1250/1700 73% [============================================= ] 1251/1700 73% [============================================= ] 1252/1700 73% [============================================= ] 1253/1700 73% [============================================= ] 1254/1700 73% [============================================= ] 1255/1700 73% [============================================= ] 1256/1700 73% [============================================= ] 1257/1700 73% [============================================= ] 1258/1700 74% [============================================= ] 1259/1700 74% [============================================= ] 1260/1700 74% [============================================= ] 1261/1700 74% [============================================== ] 1262/1700 74% [============================================== ] 1263/1700 74% [============================================== ] 1264/1700 74% [============================================== ] 1265/1700 74% [============================================== ] 1266/1700 74% [============================================== ] 1267/1700 74% [============================================== ] 1268/1700 74% [============================================== ] 1269/1700 74% [============================================== ] 1270/1700 74% [============================================== ] 1271/1700 74% [============================================== ] 1272/1700 74% [============================================== ] 1273/1700 74% [============================================== ] 1274/1700 74% [============================================== ] 1275/1700 75% [============================================== ] 1276/1700 75% [============================================== ] 1277/1700 75% [============================================== ] 1278/1700 75% [============================================== ] 1279/1700 75% [============================================== ] 1280/1700 75% [============================================== ] 1281/1700 75% [============================================== ] 1282/1700 75% [============================================== ] 1283/1700 75% [============================================== ] 1284/1700 75% [============================================== ] 1285/1700 75% [============================================== ] 1286/1700 75% [============================================== ] 1287/1700 75% [============================================== ] 1288/1700 75% [=============================================== ] 1289/1700 75% [=============================================== ] 1290/1700 75% [=============================================== ] 1291/1700 75% [=============================================== ] 1292/1700 76% [=============================================== ] 1293/1700 76% [=============================================== ] 1294/1700 76% [=============================================== ] 1295/1700 76% [=============================================== ] 1296/1700 76% [=============================================== ] 1297/1700 76% [=============================================== ] 1298/1700 76% [=============================================== ] 1299/1700 76% [=============================================== ] 1300/1700 76% [=============================================== ] 1301/1700 76% [=============================================== ] 1302/1700 76% [=============================================== ] 1303/1700 76% [=============================================== ] 1304/1700 76% [=============================================== ] 1305/1700 76% [=============================================== ] 1306/1700 76% [=============================================== ] 1307/1700 76% [=============================================== ] 1308/1700 76% [=============================================== ] 1309/1700 77% [=============================================== ] 1310/1700 77% [=============================================== ] 1311/1700 77% [=============================================== ] 1312/1700 77% [=============================================== ] 1313/1700 77% [=============================================== ] 1314/1700 77% [=============================================== ] 1315/1700 77% [=============================================== ] 1316/1700 77% [================================================ ] 1317/1700 77% [================================================ ] 1318/1700 77% [================================================ ] 1319/1700 77% [================================================ ] 1320/1700 77% [================================================ ] 1321/1700 77% [================================================ ] 1322/1700 77% [================================================ ] 1323/1700 77% [================================================ ] 1324/1700 77% [================================================ ] 1325/1700 77% [================================================ ] 1326/1700 78% [================================================ ] 1327/1700 78% [================================================ ] 1328/1700 78% [================================================ ] 1329/1700 78% [================================================ ] 1330/1700 78% [================================================ ] 1331/1700 78% [================================================ ] 1332/1700 78% [================================================ ] 1333/1700 78% [================================================ ] 1334/1700 78% [================================================ ] 1335/1700 78% [================================================ ] 1336/1700 78% [================================================ ] 1337/1700 78% [================================================ ] 1338/1700 78% [================================================ ] 1339/1700 78% [================================================ ] 1340/1700 78% [================================================ ] 1341/1700 78% [================================================ ] 1342/1700 78% [================================================ ] 1343/1700 79% [================================================= ] 1344/1700 79% [================================================= ] 1345/1700 79% [================================================= ] 1346/1700 79% [================================================= ] 1347/1700 79% [================================================= ] 1348/1700 79% [================================================= ] 1349/1700 79% [================================================= ] 1350/1700 79% [================================================= ] 1351/1700 79% [================================================= ] 1352/1700 79% [================================================= ] 1353/1700 79% [================================================= ] 1354/1700 79% [================================================= ] 1355/1700 79% [================================================= ] 1356/1700 79% [================================================= ] 1357/1700 79% [================================================= ] 1358/1700 79% [================================================= ] 1359/1700 79% [================================================= ] 1360/1700 80% [================================================= ] 1361/1700 80% [================================================= ] 1362/1700 80% [================================================= ] 1363/1700 80% [================================================= ] 1364/1700 80% [================================================= ] 1365/1700 80% [================================================= ] 1366/1700 80% [================================================= ] 1367/1700 80% [================================================= ] 1368/1700 80% [================================================= ] 1369/1700 80% [================================================= ] 1370/1700 80% [================================================== ] 1371/1700 80% [================================================== ] 1372/1700 80% [================================================== ] 1373/1700 80% [================================================== ] 1374/1700 80% [================================================== ] 1375/1700 80% [================================================== ] 1376/1700 80% [================================================== ] 1377/1700 81% [================================================== ] 1378/1700 81% [================================================== ] 1379/1700 81% [================================================== ] 1380/1700 81% [================================================== ] 1381/1700 81% [================================================== ] 1382/1700 81% [================================================== ] 1383/1700 81% [================================================== ] 1384/1700 81% [================================================== ] 1385/1700 81% [================================================== ] 1386/1700 81% [================================================== ] 1387/1700 81% [================================================== ] 1388/1700 81% [================================================== ] 1389/1700 81% [================================================== ] 1390/1700 81% [================================================== ] 1391/1700 81% [================================================== ] 1392/1700 81% [================================================== ] 1393/1700 81% [================================================== ] 1394/1700 82% [================================================== ] 1395/1700 82% [================================================== ] 1396/1700 82% [================================================== ] 1397/1700 82% [================================================== ] 1398/1700 82% [=================================================== ] 1399/1700 82% [=================================================== ] 1400/1700 82% [=================================================== ] 1401/1700 82% [=================================================== ] 1402/1700 82% [=================================================== ] 1403/1700 82% [=================================================== ] 1404/1700 82% [=================================================== ] 1405/1700 82% [=================================================== ] 1406/1700 82% [=================================================== ] 1407/1700 82% [=================================================== ] 1408/1700 82% [=================================================== ] 1409/1700 82% [=================================================== ] 1410/1700 82% [=================================================== ] 1411/1700 83% [=================================================== ] 1412/1700 83% [=================================================== ] 1413/1700 83% [=================================================== ] 1414/1700 83% [=================================================== ] 1415/1700 83% [=================================================== ] 1416/1700 83% [=================================================== ] 1417/1700 83% [=================================================== ] 1418/1700 83% [=================================================== ] 1419/1700 83% [=================================================== ] 1420/1700 83% [=================================================== ] 1421/1700 83% [=================================================== ] 1422/1700 83% [=================================================== ] 1423/1700 83% [=================================================== ] 1424/1700 83% [=================================================== ] 1425/1700 83% [==================================================== ] 1426/1700 83% [==================================================== ] 1427/1700 83% [==================================================== ] 1428/1700 84% [==================================================== ] 1429/1700 84% [==================================================== ] 1430/1700 84% [==================================================== ] 1431/1700 84% [==================================================== ] 1432/1700 84% [==================================================== ] 1433/1700 84% [==================================================== ] 1434/1700 84% [==================================================== ] 1435/1700 84% [==================================================== ] 1436/1700 84% [==================================================== ] 1437/1700 84% [==================================================== ] 1438/1700 84% [==================================================== ] 1439/1700 84% [==================================================== ] 1440/1700 84% [==================================================== ] 1441/1700 84% [==================================================== ] 1442/1700 84% [==================================================== ] 1443/1700 84% [==================================================== ] 1444/1700 84% [==================================================== ] 1445/1700 85% [==================================================== ] 1446/1700 85% [==================================================== ] 1447/1700 85% [==================================================== ] 1448/1700 85% [==================================================== ] 1449/1700 85% [==================================================== ] 1450/1700 85% [==================================================== ] 1451/1700 85% [==================================================== ] 1452/1700 85% [==================================================== ] 1453/1700 85% [===================================================== ] 1454/1700 85% [===================================================== ] 1455/1700 85% [===================================================== ] 1456/1700 85% [===================================================== ] 1457/1700 85% [===================================================== ] 1458/1700 85% [===================================================== ] 1459/1700 85% [===================================================== ] 1460/1700 85% [===================================================== ] 1461/1700 85% [===================================================== ] 1462/1700 86% [===================================================== ] 1463/1700 86% [===================================================== ] 1464/1700 86% [===================================================== ] 1465/1700 86% [===================================================== ] 1466/1700 86% [===================================================== ] 1467/1700 86% [===================================================== ] 1468/1700 86% [===================================================== ] 1469/1700 86% [===================================================== ] 1470/1700 86% [===================================================== ] 1471/1700 86% [===================================================== ] 1472/1700 86% [===================================================== ] 1473/1700 86% [===================================================== ] 1474/1700 86% [===================================================== ] 1475/1700 86% [===================================================== ] 1476/1700 86% [===================================================== ] 1477/1700 86% [===================================================== ] 1478/1700 86% [===================================================== ] 1479/1700 87% [===================================================== ] 1480/1700 87% [====================================================== ] 1481/1700 87% [====================================================== ] 1482/1700 87% [====================================================== ] 1483/1700 87% [====================================================== ] 1484/1700 87% [====================================================== ] 1485/1700 87% [====================================================== ] 1486/1700 87% [====================================================== ] 1487/1700 87% [====================================================== ] 1488/1700 87% [====================================================== ] 1489/1700 87% [====================================================== ] 1490/1700 87% [====================================================== ] 1491/1700 87% [====================================================== ] 1492/1700 87% [====================================================== ] 1493/1700 87% [====================================================== ] 1494/1700 87% [====================================================== ] 1495/1700 87% [====================================================== ] 1496/1700 88% [====================================================== ] 1497/1700 88% [====================================================== ] 1498/1700 88% [====================================================== ] 1499/1700 88% [====================================================== ] 1500/1700 88% [====================================================== ] 1501/1700 88% [====================================================== ] 1502/1700 88% [====================================================== ] 1503/1700 88% [====================================================== ] 1504/1700 88% [====================================================== ] 1505/1700 88% [====================================================== ] 1506/1700 88% [====================================================== ] 1507/1700 88% [====================================================== ] 1508/1700 88% [======================================================= ] 1509/1700 88% [======================================================= ] 1510/1700 88% [======================================================= ] 1511/1700 88% [======================================================= ] 1512/1700 88% [======================================================= ] 1513/1700 89% [======================================================= ] 1514/1700 89% [======================================================= ] 1515/1700 89% [======================================================= ] 1516/1700 89% [======================================================= ] 1517/1700 89% [======================================================= ] 1518/1700 89% [======================================================= ] 1519/1700 89% [======================================================= ] 1520/1700 89% [======================================================= ] 1521/1700 89% [======================================================= ] 1522/1700 89% [======================================================= ] 1523/1700 89% [======================================================= ] 1524/1700 89% [======================================================= ] 1525/1700 89% [======================================================= ] 1526/1700 89% [======================================================= ] 1527/1700 89% [======================================================= ] 1528/1700 89% [======================================================= ] 1529/1700 89% [======================================================= ] 1530/1700 90% [======================================================= ] 1531/1700 90% [======================================================= ] 1532/1700 90% [======================================================= ] 1533/1700 90% [======================================================= ] 1534/1700 90% [======================================================= ] 1535/1700 90% [======================================================== ] 1536/1700 90% [======================================================== ] 1537/1700 90% [======================================================== ] 1538/1700 90% [======================================================== ] 1539/1700 90% [======================================================== ] 1540/1700 90% [======================================================== ] 1541/1700 90% [======================================================== ] 1542/1700 90% [======================================================== ] 1543/1700 90% [======================================================== ] 1544/1700 90% [======================================================== ] 1545/1700 90% [======================================================== ] 1546/1700 90% [======================================================== ] 1547/1700 91% [======================================================== ] 1548/1700 91% [======================================================== ] 1549/1700 91% [======================================================== ] 1550/1700 91% [======================================================== ] 1551/1700 91% [======================================================== ] 1552/1700 91% [======================================================== ] 1553/1700 91% [======================================================== ] 1554/1700 91% [======================================================== ] 1555/1700 91% [======================================================== ] 1556/1700 91% [======================================================== ] 1557/1700 91% [======================================================== ] 1558/1700 91% [======================================================== ] 1559/1700 91% [======================================================== ] 1560/1700 91% [======================================================== ] 1561/1700 91% [======================================================== ] 1562/1700 91% [========================================================= ] 1563/1700 91% [========================================================= ] 1564/1700 92% [========================================================= ] 1565/1700 92% [========================================================= ] 1566/1700 92% [========================================================= ] 1567/1700 92% [========================================================= ] 1568/1700 92% [========================================================= ] 1569/1700 92% [========================================================= ] 1570/1700 92% [========================================================= ] 1571/1700 92% [========================================================= ] 1572/1700 92% [========================================================= ] 1573/1700 92% [========================================================= ] 1574/1700 92% [========================================================= ] 1575/1700 92% [========================================================= ] 1576/1700 92% [========================================================= ] 1577/1700 92% [========================================================= ] 1578/1700 92% [========================================================= ] 1579/1700 92% [========================================================= ] 1580/1700 92% [========================================================= ] 1581/1700 93% [========================================================= ] 1582/1700 93% [========================================================= ] 1583/1700 93% [========================================================= ] 1584/1700 93% [========================================================= ] 1585/1700 93% [========================================================= ] 1586/1700 93% [========================================================= ] 1587/1700 93% [========================================================= ] 1588/1700 93% [========================================================= ] 1589/1700 93% [========================================================= ] 1590/1700 93% [========================================================== ] 1591/1700 93% [========================================================== ] 1592/1700 93% [========================================================== ] 1593/1700 93% [========================================================== ] 1594/1700 93% [========================================================== ] 1595/1700 93% [========================================================== ] 1596/1700 93% [========================================================== ] 1597/1700 93% [========================================================== ] 1598/1700 94% [========================================================== ] 1599/1700 94% [========================================================== ] 1600/1700 94% [========================================================== ] 1601/1700 94% [========================================================== ] 1602/1700 94% [========================================================== ] 1603/1700 94% [========================================================== ] 1604/1700 94% [========================================================== ] 1605/1700 94% [========================================================== ] 1606/1700 94% [========================================================== ] 1607/1700 94% [========================================================== ] 1608/1700 94% [========================================================== ] 1609/1700 94% [========================================================== ] 1610/1700 94% [========================================================== ] 1611/1700 94% [========================================================== ] 1612/1700 94% [========================================================== ] 1613/1700 94% [========================================================== ] 1614/1700 94% [========================================================== ] 1615/1700 95% [========================================================== ] 1616/1700 95% [========================================================== ] 1617/1700 95% [=========================================================== ] 1618/1700 95% [=========================================================== ] 1619/1700 95% [=========================================================== ] 1620/1700 95% [=========================================================== ] 1621/1700 95% [=========================================================== ] 1622/1700 95% [=========================================================== ] 1623/1700 95% [=========================================================== ] 1624/1700 95% [=========================================================== ] 1625/1700 95% [=========================================================== ] 1626/1700 95% [=========================================================== ] 1627/1700 95% [=========================================================== ] 1628/1700 95% [=========================================================== ] 1629/1700 95% [=========================================================== ] 1630/1700 95% [=========================================================== ] 1631/1700 95% [=========================================================== ] 1632/1700 96% [=========================================================== ] 1633/1700 96% [=========================================================== ] 1634/1700 96% [=========================================================== ] 1635/1700 96% [=========================================================== ] 1636/1700 96% [=========================================================== ] 1637/1700 96% [=========================================================== ] 1638/1700 96% [=========================================================== ] 1639/1700 96% [=========================================================== ] 1640/1700 96% [=========================================================== ] 1641/1700 96% [=========================================================== ] 1642/1700 96% [=========================================================== ] 1643/1700 96% [=========================================================== ] 1644/1700 96% [=========================================================== ] 1645/1700 96% [============================================================ ] 1646/1700 96% [============================================================ ] 1647/1700 96% [============================================================ ] 1648/1700 96% [============================================================ ] 1649/1700 97% [============================================================ ] 1650/1700 97% [============================================================ ] 1651/1700 97% [============================================================ ] 1652/1700 97% [============================================================ ] 1653/1700 97% [============================================================ ] 1654/1700 97% [============================================================ ] 1655/1700 97% [============================================================ ] 1656/1700 97% [============================================================ ] 1657/1700 97% [============================================================ ] 1658/1700 97% [============================================================ ] 1659/1700 97% [============================================================ ] 1660/1700 97% [============================================================ ] 1661/1700 97% [============================================================ ] 1662/1700 97% [============================================================ ] 1663/1700 97% [============================================================ ] 1664/1700 97% [============================================================ ] 1665/1700 97% [============================================================ ] 1666/1700 98% [============================================================ ] 1667/1700 98% [============================================================ ] 1668/1700 98% [============================================================ ] 1669/1700 98% [============================================================ ] 1670/1700 98% [============================================================ ] 1671/1700 98% [============================================================ ] 1672/1700 98% [============================================================= ] 1673/1700 98% [============================================================= ] 1674/1700 98% [============================================================= ] 1675/1700 98% [============================================================= ] 1676/1700 98% [============================================================= ] 1677/1700 98% [============================================================= ] 1678/1700 98% [============================================================= ] 1679/1700 98% [============================================================= ] 1680/1700 98% [============================================================= ] 1681/1700 98% [============================================================= ] 1682/1700 98% [============================================================= ] 1683/1700 99% [============================================================= ] 1684/1700 99% [============================================================= ] 1685/1700 99% [============================================================= ] 1686/1700 99% [============================================================= ] 1687/1700 99% [============================================================= ] 1688/1700 99% [============================================================= ] 1689/1700 99% [============================================================= ] 1690/1700 99% [============================================================= ] 1691/1700 99% [============================================================= ] 1692/1700 99% [============================================================= ] 1693/1700 99% [============================================================= ] 1694/1700 99% [============================================================= ] 1695/1700 99% [============================================================= ] 1696/1700 99% [============================================================= ] 1697/1700 99% [============================================================= ] 1698/1700 99% [============================================================= ] 1699/1700 99% [==============================================================] 1700/1700 100% operation complete, 1700 objects in 29801 NAND pages. ln -snf /home/thomas/autobuild/instance-3/output-1/host/riscv64-buildroot-linux-uclibc/sysroot /home/thomas/autobuild/instance-3/output-1/staging make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot' make: Entering directory '/home/thomas/autobuild/instance-3/buildroot' >>> Buildroot 2022.08-rc1-3037-g0c7ba302bd Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 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.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-elf2flt 2021.08 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.1.14 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> check 0.15.2 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> dieharder 3.31.1.4 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> host-file 5.43 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: cc3d8704489d08eaefcaee8c639cc6436c6f0f6b2b03986d3ba7521a1a1d2fc9) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> font-awesome 4.7.0 Collecting legal info >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 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) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> jquery-datetimepicker 2.4.5 Collecting legal info MIT-LICENSE.txt: OK (sha256: 491add640b4678b78571d3b4c0840422b48a5b397e47e2104c1942ff1fce1a68) >>> jquery-keyboard 1.18.12 Collecting legal info README.markdown: OK (sha256: 0ad9a0e7291b45cdb5abe2a517d8b82282a816d41c9224660849792ce01fe983) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libmicrohttpd 0.9.76 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsndfile 1.2.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> liburiparser 0.9.7 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-mender-artifact 3.8.0 Collecting legal info LICENSE: OK (sha256: 1033348db7606a7e61b6484f293847cf8d7a35766efebb97e304d4bd5d7f3f6b) LIC_FILES_CHKSUM.sha256: OK (sha256: b8462a14975e30fb0dff14ed50e7563e833ccce13c2aa93f95386ffe877ed673) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/mendersoftware/progressbar/LICENSE: OK (sha256: 8f5d89b47d7a05a199b77b7e0f362dad391d451ebda4ef48ba11c50c071564c7) vendor/google.golang.org/genproto/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/grpc/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/google.golang.org/appengine/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/kms/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/iam/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/cloud.google.com/go/compute/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/go.opencensus.io/LICENSE: OK (sha256: 58d1e17ffe5109a7ae296caafcadfdbe6a7d176f0bc4ab01e12a689b0499d8bd) vendor/github.com/golang/groupcache/LICENSE: OK (sha256: 73ba74dfaa520b49a401b5d21459a8523a146f3b7518a833eea5efa85130bf68) vendor/gopkg.in/square/go-jose.v2/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/oklog/run/LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: 87640bc4df2ceb1559f268a3db1ba859ab780f7ba5b1b4545173d4680a3d918b) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 0d9e582ee4bff57bf1189c9e514e6da7ce277f9cd3bc2d488b22fbb39a6d87cf) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/google/go-cmp/LICENSE: OK (sha256: 17b5d209ba8f9684257ecfcff87df6ceda6194143a8fbd074f29727cff6f0c40) vendor/golang.org/x/net/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/oauth2/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/text/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/time/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/google.golang.org/api/LICENSE: OK (sha256: 110244b02140866ee37d17fa7449436a377ec3b85a481fbb208f4c87964382de) vendor/google.golang.org/api/internal/third_party/uritemplates/LICENSE: OK (sha256: fc0a2f71df4e8f047902da53d1f85301be43e0f360fc167057a2d04658ed2ba9) vendor/google.golang.org/protobuf/LICENSE: OK (sha256: 4835612df0098ca95f8e7d9e3bffcb02358d435dbb38057c844c99d7f725eb20) vendor/github.com/golang/protobuf/LICENSE: OK (sha256: 8778a9fc1eaffb03ab873caae251df2d224f6b5502be8777d3cd573a4dd43903) vendor/github.com/googleapis/gax-go/v2/LICENSE: OK (sha256: b95218cd9607855a6536384c0262922b30a0c2bf56e4ced790240f3a3bac4722) vendor/github.com/golang/snappy/LICENSE: OK (sha256: f69f157b0be75da373605dbc8bbf142e8924ee82d8f44f11bcaf351335bf98cf) vendor/gopkg.in/square/go-jose.v2/json/LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) vendor/github.com/pierrec/lz4/LICENSE: OK (sha256: 6a358d2540ca14048f02d366f23787c0a480157e58f058113f0e27168dd4e447) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 6d2de1cde19c4d2bd8bcd9aaa1d581f4cfa3db9cf71896140330eaa2f2687685) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) vendor/github.com/mattn/go-isatty/LICENSE: OK (sha256: 08eab1118c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1) vendor/github.com/klauspost/cpuid/v2/LICENSE: OK (sha256: 5d966570d7a442d4e969892860a914e542c97f262c873baee8f0aa48e1f40212) vendor/go.uber.org/atomic/LICENSE.txt: OK (sha256: edbb5a4d165ac69376c765b551c0662ff42bea87e1f1eda85f42ac90c34b09d0) vendor/github.com/mitchellh/go-homedir/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/go-testing-interface/LICENSE: OK (sha256: f48b778b7fccb6650f915cf4527c941a9578f8876a2911d035c4e44641a916be) vendor/github.com/mitchellh/mapstructure/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/mitchellh/copystructure/LICENSE: OK (sha256: 3c377fad2e5ae1d7081c7c2f16da867a87cca1d1f5f1aa7ed0b8a16bb553142a) vendor/github.com/mitchellh/reflectwalk/LICENSE: OK (sha256: 22adc4abdece712a737573672f082fd61ac2b21df878efb87ffcff4354a07f26) vendor/github.com/ryanuber/go-glob/LICENSE: OK (sha256: 38049e50b486f5394e40b786388f4a006401996e46c7c1cd18925afe7c3b4e34) vendor/github.com/mattn/go-colorable/LICENSE: OK (sha256: 88a2379b3ca34bf5c57127aff9dcb802bbb60ece0805cdbda65b3bd115f971d9) vendor/github.com/fatih/color/LICENSE.md: OK (sha256: de95ed802d2f90e3c72cb3c9a927cca5f2aec234a3ef1250232db0f8178b2d93) vendor/github.com/armon/go-radix/LICENSE: OK (sha256: 831892cd31b9eef0311bb1de9014527ef5d3592eed7add1f9f829510d2065e62) vendor/github.com/armon/go-metrics/LICENSE: OK (sha256: d0bb61dd59b6d59021893751bdd1205ee88c8206dcabd6b4c68d35b94ee19750) vendor/github.com/cenkalti/backoff/v3/LICENSE: OK (sha256: 5c0476add4c38b55d0ed5ac11b85e00c38f26e1caee20dfe3ab58190103d1fbc) vendor/github.com/hashicorp/go-hclog/LICENSE: OK (sha256: b8ce983c0e0b1410115d42b65d5471b3666a8d4f4334a52f29f457a39a71b463) vendor/github.com/hashicorp/go-secure-stdlib/strutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-secure-stdlib/parseutil/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/errwrap/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/hcl/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-cleanhttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-version/LICENSE: OK (sha256: bef1747eda88b9ed46e94830b0d978c3499dad5dfe38d364971760881901dadd) vendor/github.com/hashicorp/go-rootcerts/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-retryablehttp/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-uuid/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-plugin/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/go-sockaddr/LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) vendor/github.com/hashicorp/vault/sdk/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/vault/api/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/yamux/LICENSE: OK (sha256: 812e9d96e900a093ae4d1d3f22c5f82f568a0a0461c3007a99d00573d41c5461) vendor/github.com/hashicorp/go-immutable-radix/LICENSE: OK (sha256: 60222c28c1a7f6a92c7df98e5c5f4459e624e6e285e0b9b94467af5f6ab3343d) vendor/github.com/hashicorp/go-multierror/LICENSE: OK (sha256: a830016911a348a54e89bd54f2f8b0d8fffdeac20aecfba8e36ebbf38a03f5ff) vendor/github.com/hashicorp/golang-lru/LICENSE: OK (sha256: af175b9d96ee93c21a036152e1b905b0b95304d4ae8c2c921c7609100ba8df7e) >>> host-go 1.19.7 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtools 4.0.42 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> openssl Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-python-greenlet 2.0.2 Collecting legal info LICENSE: OK (sha256: 769831d6e5dfaf2c20802faccff1fafb4c2025dd8f6253dfa47fcad59d4d0979) LICENSE.PSF: OK (sha256: e5ff3c23c110e494cd7d736c10fd96d462457bafeca310840db6527298c7d46b) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sl 5.02 Collecting legal info LICENSE: OK (sha256: 72c7d262e2c9ddf019edc90af852a01a410338efff4e75e1c005b77ada4be7c4) >>> sound-theme-borealis 0.9a Collecting legal info >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> tinifier 3.4.0 Collecting legal info LICENSE: OK (sha256: 18f524914c0df04e21289c3d9ca3e27c10abe5869cc4e4d4790a1b2c56df282c) >>> tio 1.47 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vuejs 3.2.45 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> 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-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/thomas/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'