mkdir -p /home/autobuild/autobuild/instance-21/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-266-gf298729fc3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-21/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-21/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-21/output-1/per-package /home/autobuild/autobuild/instance-21/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-21/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/autobuild/autobuild/instance-21/output-1/images rm -rf /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs mkdir -p /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-21/output-1/target/ /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-21/output-1/host/bin:/home/autobuild/autobuild/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-21/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/autobuild/autobuild/instance-21/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/autobuild/autobuild/instance-21/output-1/host/bin/mkcramfs -B /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target /home/autobuild/autobuild/instance-21/output-1/images/rootfs.cramfs\n' >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-21/output-1/host/bin:/home/autobuild/autobuild/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-21/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/cramfs/target table='/home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/full_devices_table.txt' warning: file sizes truncated to 16MB (minus 1 byte) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-21/output-1/images rm -rf /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-21/output-1/target/ /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-21/output-1/host/bin:/home/autobuild/autobuild/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/autobuild/autobuild/instance-21/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-21/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-21/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-21/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-21/output-1/host/bin:/home/autobuild/autobuild/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-21/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-21/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 2925 objects. stage 2: creating image '/home/autobuild/autobuild/instance-21/output-1/images/rootfs.yaffs2' [ ] 1/2925 0% [ ] 2/2925 0% [ ] 3/2925 0% [ ] 4/2925 0% [ ] 5/2925 0% [ ] 6/2925 0% [ ] 7/2925 0% [ ] 8/2925 0% [ ] 9/2925 0% [ ] 10/2925 0% [ ] 11/2925 0% [ ] 12/2925 0% [ ] 13/2925 0% [ ] 14/2925 0% [ ] 15/2925 0% [ ] 16/2925 0% [ ] 17/2925 0% [ ] 18/2925 0% [ ] 19/2925 0% [ ] 20/2925 0% [ ] 21/2925 0% [ ] 22/2925 0% [ ] 23/2925 0% [ ] 24/2925 0% [ ] 25/2925 0% [ ] 26/2925 0% [ ] 27/2925 0% [ ] 28/2925 0% [ ] 29/2925 0% [ ] 30/2925 1% [ ] 31/2925 1% [ ] 32/2925 1% [ ] 33/2925 1% [ ] 34/2925 1% [ ] 35/2925 1% [ ] 36/2925 1% [ ] 37/2925 1% [ ] 38/2925 1% [ ] 39/2925 1% [ ] 40/2925 1% [ ] 41/2925 1% [ ] 42/2925 1% [ ] 43/2925 1% [ ] 44/2925 1% [ ] 45/2925 1% [ ] 46/2925 1% [ ] 47/2925 1% [= ] 48/2925 1% [= ] 49/2925 1% [= ] 50/2925 1% [= ] 51/2925 1% [= ] 52/2925 1% [= ] 53/2925 1% [= ] 54/2925 1% [= ] 55/2925 1% [= ] 56/2925 1% [= ] 57/2925 1% [= ] 58/2925 1% [= ] 59/2925 2% [= ] 60/2925 2% [= ] 61/2925 2% [= ] 62/2925 2% [= ] 63/2925 2% [= ] 64/2925 2% [= ] 65/2925 2% [= ] 66/2925 2% [= ] 67/2925 2% [= ] 68/2925 2% [= ] 69/2925 2% [= ] 70/2925 2% [= ] 71/2925 2% [= ] 72/2925 2% [= ] 73/2925 2% [= ] 74/2925 2% [= ] 75/2925 2% [= ] 76/2925 2% [= ] 77/2925 2% [= ] 78/2925 2% [= ] 79/2925 2% [= ] 80/2925 2% [= ] 81/2925 2% [= ] 82/2925 2% [= ] 83/2925 2% [= ] 84/2925 2% [= ] 85/2925 2% [= ] 86/2925 2% [= ] 87/2925 2% [= ] 88/2925 3% [= ] 89/2925 3% [= ] 90/2925 3% [= ] 91/2925 3% [= ] 92/2925 3% [= ] 93/2925 3% [= ] 94/2925 3% [== ] 95/2925 3% [== ] 96/2925 3% [== ] 97/2925 3% [== ] 98/2925 3% [== ] 99/2925 3% [== ] 100/2925 3% [== ] 101/2925 3% [== ] 102/2925 3% [== ] 103/2925 3% [== ] 104/2925 3% [== ] 105/2925 3% [== ] 106/2925 3% [== ] 107/2925 3% [== ] 108/2925 3% [== ] 109/2925 3% [== ] 110/2925 3% [== ] 111/2925 3% [== ] 112/2925 3% [== ] 113/2925 3% [== ] 114/2925 3% [== ] 115/2925 3% [== ] 116/2925 3% [== ] 117/2925 4% [== ] 118/2925 4% [== ] 119/2925 4% [== ] 120/2925 4% [== ] 121/2925 4% [== ] 122/2925 4% [== ] 123/2925 4% [== ] 124/2925 4% [== ] 125/2925 4% [== ] 126/2925 4% [== ] 127/2925 4% [== ] 128/2925 4% [== ] 129/2925 4% [== ] 130/2925 4% [== ] 131/2925 4% [== ] 132/2925 4% [== ] 133/2925 4% [== ] 134/2925 4% [== ] 135/2925 4% [== ] 136/2925 4% [== ] 137/2925 4% [== ] 138/2925 4% [== ] 139/2925 4% [== ] 140/2925 4% [== ] 141/2925 4% [=== ] 142/2925 4% [=== ] 143/2925 4% [=== ] 144/2925 4% [=== ] 145/2925 4% [=== ] 146/2925 4% [=== ] 147/2925 5% [=== ] 148/2925 5% [=== ] 149/2925 5% [=== ] 150/2925 5% [=== ] 151/2925 5% [=== ] 152/2925 5% [=== ] 153/2925 5% [=== ] 154/2925 5% [=== ] 155/2925 5% [=== ] 156/2925 5% [=== ] 157/2925 5% [=== ] 158/2925 5% [=== ] 159/2925 5% [=== ] 160/2925 5% [=== ] 161/2925 5% [=== ] 162/2925 5% [=== ] 163/2925 5% [=== ] 164/2925 5% [=== ] 165/2925 5% [=== ] 166/2925 5% [=== ] 167/2925 5% [=== ] 168/2925 5% [=== ] 169/2925 5% [=== ] 170/2925 5% [=== ] 171/2925 5% [=== ] 172/2925 5% [=== ] 173/2925 5% [=== ] 174/2925 5% [=== ] 175/2925 5% [=== ] 176/2925 6% [=== ] 177/2925 6% [=== ] 178/2925 6% [=== ] 179/2925 6% [=== ] 180/2925 6% [=== ] 181/2925 6% [=== ] 182/2925 6% [=== ] 183/2925 6% [=== ] 184/2925 6% [=== ] 185/2925 6% [=== ] 186/2925 6% [=== ] 187/2925 6% [=== ] 188/2925 6% [==== ] 189/2925 6% [==== ] 190/2925 6% [==== ] 191/2925 6% [==== ] 192/2925 6% [==== ] 193/2925 6% [==== ] 194/2925 6% [==== ] 195/2925 6% [==== ] 196/2925 6% [==== ] 197/2925 6% [==== ] 198/2925 6% [==== ] 199/2925 6% [==== ] 200/2925 6% [==== ] 201/2925 6% [==== ] 202/2925 6% [==== ] 203/2925 6% [==== ] 204/2925 6% [==== ] 205/2925 7% [==== ] 206/2925 7% [==== ] 207/2925 7% [==== ] 208/2925 7% [==== ] 209/2925 7% [==== ] 210/2925 7% [==== ] 211/2925 7% [==== ] 212/2925 7% [==== ] 213/2925 7% [==== ] 214/2925 7% [==== ] 215/2925 7% [==== ] 216/2925 7% [==== ] 217/2925 7% [==== ] 218/2925 7% [==== ] 219/2925 7% [==== ] 220/2925 7% [==== ] 221/2925 7% [==== ] 222/2925 7% [==== ] 223/2925 7% [==== ] 224/2925 7% [==== ] 225/2925 7% [==== ] 226/2925 7% [==== ] 227/2925 7% [==== ] 228/2925 7% [==== ] 229/2925 7% [==== ] 230/2925 7% [==== ] 231/2925 7% [==== ] 232/2925 7% [==== ] 233/2925 7% [==== ] 234/2925 8% [==== ] 235/2925 8% [===== ] 236/2925 8% [===== ] 237/2925 8% [===== ] 238/2925 8% [===== ] 239/2925 8% [===== ] 240/2925 8% [===== ] 241/2925 8% [===== ] 242/2925 8% [===== ] 243/2925 8% [===== ] 244/2925 8% [===== ] 245/2925 8% [===== ] 246/2925 8% [===== ] 247/2925 8% [===== ] 248/2925 8% [===== ] 249/2925 8% [===== ] 250/2925 8% [===== ] 251/2925 8% [===== ] 252/2925 8% [===== ] 253/2925 8% [===== ] 254/2925 8% [===== ] 255/2925 8% [===== ] 256/2925 8% [===== ] 257/2925 8% [===== ] 258/2925 8% [===== ] 259/2925 8% [===== ] 260/2925 8% [===== ] 261/2925 8% [===== ] 262/2925 8% [===== ] 263/2925 8% [===== ] 264/2925 9% [===== ] 265/2925 9% [===== ] 266/2925 9% [===== ] 267/2925 9% [===== ] 268/2925 9% [===== ] 269/2925 9% [===== ] 270/2925 9% [===== ] 271/2925 9% [===== ] 272/2925 9% [===== ] 273/2925 9% [===== ] 274/2925 9% [===== ] 275/2925 9% [===== ] 276/2925 9% [===== ] 277/2925 9% [===== ] 278/2925 9% [===== ] 279/2925 9% [===== ] 280/2925 9% [===== ] 281/2925 9% [===== ] 282/2925 9% [===== ] 283/2925 9% [====== ] 284/2925 9% [====== ] 285/2925 9% [====== ] 286/2925 9% [====== ] 287/2925 9% [====== ] 288/2925 9% [====== ] 289/2925 9% [====== ] 290/2925 9% [====== ] 291/2925 9% [====== ] 292/2925 9% [====== ] 293/2925 10% [====== ] 294/2925 10% [====== ] 295/2925 10% [====== ] 296/2925 10% [====== ] 297/2925 10% [====== ] 298/2925 10% [====== ] 299/2925 10% [====== ] 300/2925 10% [====== ] 301/2925 10% [====== ] 302/2925 10% [====== ] 303/2925 10% [====== ] 304/2925 10% [====== ] 305/2925 10% [====== ] 306/2925 10% [====== ] 307/2925 10% [====== ] 308/2925 10% [====== ] 309/2925 10% [====== ] 310/2925 10% [====== ] 311/2925 10% [====== ] 312/2925 10% [====== ] 313/2925 10% [====== ] 314/2925 10% [====== ] 315/2925 10% [====== ] 316/2925 10% [====== ] 317/2925 10% [====== ] 318/2925 10% [====== ] 319/2925 10% [====== ] 320/2925 10% [====== ] 321/2925 10% [====== ] 322/2925 11% [====== ] 323/2925 11% [====== ] 324/2925 11% [====== ] 325/2925 11% [====== ] 326/2925 11% [====== ] 327/2925 11% [====== ] 328/2925 11% [====== ] 329/2925 11% [====== ] 330/2925 11% [======= ] 331/2925 11% [======= ] 332/2925 11% [======= ] 333/2925 11% [======= ] 334/2925 11% [======= ] 335/2925 11% [======= ] 336/2925 11% [======= ] 337/2925 11% [======= ] 338/2925 11% [======= ] 339/2925 11% [======= ] 340/2925 11% [======= ] 341/2925 11% [======= ] 342/2925 11% [======= ] 343/2925 11% [======= ] 344/2925 11% [======= ] 345/2925 11% [======= ] 346/2925 11% [======= ] 347/2925 11% [======= ] 348/2925 11% [======= ] 349/2925 11% [======= ] 350/2925 11% [======= ] 351/2925 12% [======= ] 352/2925 12% [======= ] 353/2925 12% [======= ] 354/2925 12% [======= ] 355/2925 12% [======= ] 356/2925 12% [======= ] 357/2925 12% [======= ] 358/2925 12% [======= ] 359/2925 12% [======= ] 360/2925 12% [======= ] 361/2925 12% [======= ] 362/2925 12% [======= ] 363/2925 12% [======= ] 364/2925 12% [======= ] 365/2925 12% [======= ] 366/2925 12% [======= ] 367/2925 12% [======= ] 368/2925 12% [======= ] 369/2925 12% [======= ] 370/2925 12% [======= ] 371/2925 12% [======= ] 372/2925 12% [======= ] 373/2925 12% [======= ] 374/2925 12% [======= ] 375/2925 12% [======= ] 376/2925 12% [======= ] 377/2925 12% [======== ] 378/2925 12% [======== ] 379/2925 12% [======== ] 380/2925 12% [======== ] 381/2925 13% [======== ] 382/2925 13% [======== ] 383/2925 13% [======== ] 384/2925 13% [======== ] 385/2925 13% [======== ] 386/2925 13% [======== ] 387/2925 13% [======== ] 388/2925 13% [======== ] 389/2925 13% [======== ] 390/2925 13% [======== ] 391/2925 13% [======== ] 392/2925 13% [======== ] 393/2925 13% [======== ] 394/2925 13% [======== ] 395/2925 13% [======== ] 396/2925 13% [======== ] 397/2925 13% [======== ] 398/2925 13% [======== ] 399/2925 13% [======== ] 400/2925 13% [======== ] 401/2925 13% [======== ] 402/2925 13% [======== ] 403/2925 13% [======== ] 404/2925 13% [======== ] 405/2925 13% [======== ] 406/2925 13% [======== ] 407/2925 13% [======== ] 408/2925 13% [======== ] 409/2925 13% [======== ] 410/2925 14% [======== ] 411/2925 14% [======== ] 412/2925 14% [======== ] 413/2925 14% [======== ] 414/2925 14% [======== ] 415/2925 14% [======== ] 416/2925 14% [======== ] 417/2925 14% [======== ] 418/2925 14% [======== ] 419/2925 14% [======== ] 420/2925 14% [======== ] 421/2925 14% [======== ] 422/2925 14% [======== ] 423/2925 14% [======== ] 424/2925 14% [========= ] 425/2925 14% [========= ] 426/2925 14% [========= ] 427/2925 14% [========= ] 428/2925 14% [========= ] 429/2925 14% [========= ] 430/2925 14% [========= ] 431/2925 14% [========= ] 432/2925 14% [========= ] 433/2925 14% [========= ] 434/2925 14% [========= ] 435/2925 14% [========= ] 436/2925 14% [========= ] 437/2925 14% [========= ] 438/2925 14% [========= ] 439/2925 15% [========= ] 440/2925 15% [========= ] 441/2925 15% [========= ] 442/2925 15% [========= ] 443/2925 15% [========= ] 444/2925 15% [========= ] 445/2925 15% [========= ] 446/2925 15% [========= ] 447/2925 15% [========= ] 448/2925 15% [========= ] 449/2925 15% [========= ] 450/2925 15% [========= ] 451/2925 15% [========= ] 452/2925 15% [========= ] 453/2925 15% [========= ] 454/2925 15% [========= ] 455/2925 15% [========= ] 456/2925 15% [========= ] 457/2925 15% [========= ] 458/2925 15% [========= ] 459/2925 15% [========= ] 460/2925 15% [========= ] 461/2925 15% [========= ] 462/2925 15% [========= ] 463/2925 15% [========= ] 464/2925 15% [========= ] 465/2925 15% [========= ] 466/2925 15% [========= ] 467/2925 15% [========= ] 468/2925 16% [========= ] 469/2925 16% [========= ] 470/2925 16% [========= ] 471/2925 16% [========== ] 472/2925 16% [========== ] 473/2925 16% [========== ] 474/2925 16% [========== ] 475/2925 16% [========== ] 476/2925 16% [========== ] 477/2925 16% [========== ] 478/2925 16% [========== ] 479/2925 16% [========== ] 480/2925 16% [========== ] 481/2925 16% [========== ] 482/2925 16% [========== ] 483/2925 16% [========== ] 484/2925 16% [========== ] 485/2925 16% [========== ] 486/2925 16% [========== ] 487/2925 16% [========== ] 488/2925 16% [========== ] 489/2925 16% [========== ] 490/2925 16% [========== ] 491/2925 16% [========== ] 492/2925 16% [========== ] 493/2925 16% [========== ] 494/2925 16% [========== ] 495/2925 16% [========== ] 496/2925 16% [========== ] 497/2925 16% [========== ] 498/2925 17% [========== ] 499/2925 17% [========== ] 500/2925 17% [========== ] 501/2925 17% [========== ] 502/2925 17% [========== ] 503/2925 17% [========== ] 504/2925 17% [========== ] 505/2925 17% [========== ] 506/2925 17% [========== ] 507/2925 17% [========== ] 508/2925 17% [========== ] 509/2925 17% [========== ] 510/2925 17% [========== ] 511/2925 17% [========== ] 512/2925 17% [========== ] 513/2925 17% [========== ] 514/2925 17% [========== ] 515/2925 17% [========== ] 516/2925 17% [========== ] 517/2925 17% [========== ] 518/2925 17% [=========== ] 519/2925 17% [=========== ] 520/2925 17% [=========== ] 521/2925 17% [=========== ] 522/2925 17% [=========== ] 523/2925 17% [=========== ] 524/2925 17% [=========== ] 525/2925 17% [=========== ] 526/2925 17% [=========== ] 527/2925 18% [=========== ] 528/2925 18% [=========== ] 529/2925 18% [=========== ] 530/2925 18% [=========== ] 531/2925 18% [=========== ] 532/2925 18% [=========== ] 533/2925 18% [=========== ] 534/2925 18% [=========== ] 535/2925 18% [=========== ] 536/2925 18% [=========== ] 537/2925 18% [=========== ] 538/2925 18% [=========== ] 539/2925 18% [=========== ] 540/2925 18% [=========== ] 541/2925 18% [=========== ] 542/2925 18% [=========== ] 543/2925 18% [=========== ] 544/2925 18% [=========== ] 545/2925 18% [=========== ] 546/2925 18% [=========== ] 547/2925 18% [=========== ] 548/2925 18% [=========== ] 549/2925 18% [=========== ] 550/2925 18% [=========== ] 551/2925 18% [=========== ] 552/2925 18% [=========== ] 553/2925 18% [=========== ] 554/2925 18% [=========== ] 555/2925 18% [=========== ] 556/2925 19% [=========== ] 557/2925 19% [=========== ] 558/2925 19% [=========== ] 559/2925 19% [=========== ] 560/2925 19% [=========== ] 561/2925 19% [=========== ] 562/2925 19% [=========== ] 563/2925 19% [=========== ] 564/2925 19% [=========== ] 565/2925 19% [=========== ] 566/2925 19% [============ ] 567/2925 19% [============ ] 568/2925 19% [============ ] 569/2925 19% [============ ] 570/2925 19% [============ ] 571/2925 19% [============ ] 572/2925 19% [============ ] 573/2925 19% [============ ] 574/2925 19% [============ ] 575/2925 19% [============ ] 576/2925 19% [============ ] 577/2925 19% [============ ] 578/2925 19% [============ ] 579/2925 19% [============ ] 580/2925 19% [============ ] 581/2925 19% [============ ] 582/2925 19% [============ ] 583/2925 19% [============ ] 584/2925 19% [============ ] 585/2925 20% [============ ] 586/2925 20% [============ ] 587/2925 20% [============ ] 588/2925 20% [============ ] 589/2925 20% [============ ] 590/2925 20% [============ ] 591/2925 20% [============ ] 592/2925 20% [============ ] 593/2925 20% [============ ] 594/2925 20% [============ ] 595/2925 20% [============ ] 596/2925 20% [============ ] 597/2925 20% [============ ] 598/2925 20% [============ ] 599/2925 20% [============ ] 600/2925 20% [============ ] 601/2925 20% [============ ] 602/2925 20% [============ ] 603/2925 20% [============ ] 604/2925 20% [============ ] 605/2925 20% [============ ] 606/2925 20% [============ ] 607/2925 20% [============ ] 608/2925 20% [============ ] 609/2925 20% [============ ] 610/2925 20% [============ ] 611/2925 20% [============ ] 612/2925 20% [============ ] 613/2925 20% [============= ] 614/2925 20% [============= ] 615/2925 21% [============= ] 616/2925 21% [============= ] 617/2925 21% [============= ] 618/2925 21% [============= ] 619/2925 21% [============= ] 620/2925 21% [============= ] 621/2925 21% [============= ] 622/2925 21% [============= ] 623/2925 21% [============= ] 624/2925 21% [============= ] 625/2925 21% [============= ] 626/2925 21% [============= ] 627/2925 21% [============= ] 628/2925 21% [============= ] 629/2925 21% [============= ] 630/2925 21% [============= ] 631/2925 21% [============= ] 632/2925 21% [============= ] 633/2925 21% [============= ] 634/2925 21% [============= ] 635/2925 21% [============= ] 636/2925 21% [============= ] 637/2925 21% [============= ] 638/2925 21% [============= ] 639/2925 21% [============= ] 640/2925 21% [============= ] 641/2925 21% [============= ] 642/2925 21% [============= ] 643/2925 21% [============= ] 644/2925 22% [============= ] 645/2925 22% [============= ] 646/2925 22% [============= ] 647/2925 22% [============= ] 648/2925 22% [============= ] 649/2925 22% [============= ] 650/2925 22% [============= ] 651/2925 22% [============= ] 652/2925 22% [============= ] 653/2925 22% [============= ] 654/2925 22% [============= ] 655/2925 22% [============= ] 656/2925 22% [============= ] 657/2925 22% [============= ] 658/2925 22% [============= ] 659/2925 22% [============= ] 660/2925 22% [============== ] 661/2925 22% [============== ] 662/2925 22% [============== ] 663/2925 22% [============== ] 664/2925 22% [============== ] 665/2925 22% [============== ] 666/2925 22% [============== ] 667/2925 22% [============== ] 668/2925 22% [============== ] 669/2925 22% [============== ] 670/2925 22% [============== ] 671/2925 22% [============== ] 672/2925 22% [============== ] 673/2925 23% [============== ] 674/2925 23% [============== ] 675/2925 23% [============== ] 676/2925 23% [============== ] 677/2925 23% [============== ] 678/2925 23% [============== ] 679/2925 23% [============== ] 680/2925 23% [============== ] 681/2925 23% [============== ] 682/2925 23% [============== ] 683/2925 23% [============== ] 684/2925 23% [============== ] 685/2925 23% [============== ] 686/2925 23% [============== ] 687/2925 23% [============== ] 688/2925 23% [============== ] 689/2925 23% [============== ] 690/2925 23% [============== ] 691/2925 23% [============== ] 692/2925 23% [============== ] 693/2925 23% [============== ] 694/2925 23% [============== ] 695/2925 23% [============== ] 696/2925 23% [============== ] 697/2925 23% [============== ] 698/2925 23% [============== ] 699/2925 23% [============== ] 700/2925 23% [============== ] 701/2925 23% [============== ] 702/2925 24% [============== ] 703/2925 24% [============== ] 704/2925 24% [============== ] 705/2925 24% [============== ] 706/2925 24% [============== ] 707/2925 24% [=============== ] 708/2925 24% [=============== ] 709/2925 24% [=============== ] 710/2925 24% [=============== ] 711/2925 24% [=============== ] 712/2925 24% [=============== ] 713/2925 24% [=============== ] 714/2925 24% [=============== ] 715/2925 24% [=============== ] 716/2925 24% [=============== ] 717/2925 24% [=============== ] 718/2925 24% [=============== ] 719/2925 24% [=============== ] 720/2925 24% [=============== ] 721/2925 24% [=============== ] 722/2925 24% [=============== ] 723/2925 24% [=============== ] 724/2925 24% [=============== ] 725/2925 24% [=============== ] 726/2925 24% [=============== ] 727/2925 24% [=============== ] 728/2925 24% [=============== ] 729/2925 24% [=============== ] 730/2925 24% [=============== ] 731/2925 24% [=============== ] 732/2925 25% [=============== ] 733/2925 25% [=============== ] 734/2925 25% [=============== ] 735/2925 25% [=============== ] 736/2925 25% [=============== ] 737/2925 25% [=============== ] 738/2925 25% [=============== ] 739/2925 25% [=============== ] 740/2925 25% [=============== ] 741/2925 25% [=============== ] 742/2925 25% [=============== ] 743/2925 25% [=============== ] 744/2925 25% [=============== ] 745/2925 25% [=============== ] 746/2925 25% [=============== ] 747/2925 25% [=============== ] 748/2925 25% [=============== ] 749/2925 25% [=============== ] 750/2925 25% [=============== ] 751/2925 25% [=============== ] 752/2925 25% [=============== ] 753/2925 25% [=============== ] 754/2925 25% [================ ] 755/2925 25% [================ ] 756/2925 25% [================ ] 757/2925 25% [================ ] 758/2925 25% [================ ] 759/2925 25% [================ ] 760/2925 25% [================ ] 761/2925 26% [================ ] 762/2925 26% [================ ] 763/2925 26% [================ ] 764/2925 26% [================ ] 765/2925 26% [================ ] 766/2925 26% [================ ] 767/2925 26% [================ ] 768/2925 26% [================ ] 769/2925 26% [================ ] 770/2925 26% [================ ] 771/2925 26% [================ ] 772/2925 26% [================ ] 773/2925 26% [================ ] 774/2925 26% [================ ] 775/2925 26% [================ ] 776/2925 26% [================ ] 777/2925 26% [================ ] 778/2925 26% [================ ] 779/2925 26% [================ ] 780/2925 26% [================ ] 781/2925 26% [================ ] 782/2925 26% [================ ] 783/2925 26% [================ ] 784/2925 26% [================ ] 785/2925 26% [================ ] 786/2925 26% [================ ] 787/2925 26% [================ ] 788/2925 26% [================ ] 789/2925 26% [================ ] 790/2925 27% [================ ] 791/2925 27% [================ ] 792/2925 27% [================ ] 793/2925 27% [================ ] 794/2925 27% [================ ] 795/2925 27% [================ ] 796/2925 27% [================ ] 797/2925 27% [================ ] 798/2925 27% [================ ] 799/2925 27% [================ ] 800/2925 27% [================ ] 801/2925 27% [================ ] 802/2925 27% [================= ] 803/2925 27% [================= ] 804/2925 27% [================= ] 805/2925 27% [================= ] 806/2925 27% [================= ] 807/2925 27% [================= ] 808/2925 27% [================= ] 809/2925 27% [================= ] 810/2925 27% [================= ] 811/2925 27% [================= ] 812/2925 27% [================= ] 813/2925 27% [================= ] 814/2925 27% [================= ] 815/2925 27% [================= ] 816/2925 27% [================= ] 817/2925 27% [================= ] 818/2925 27% [================= ] 819/2925 28% [================= ] 820/2925 28% [================= ] 821/2925 28% [================= ] 822/2925 28% [================= ] 823/2925 28% [================= ] 824/2925 28% [================= ] 825/2925 28% [================= ] 826/2925 28% [================= ] 827/2925 28% [================= ] 828/2925 28% [================= ] 829/2925 28% [================= ] 830/2925 28% [================= ] 831/2925 28% [================= ] 832/2925 28% [================= ] 833/2925 28% [================= ] 834/2925 28% [================= ] 835/2925 28% [================= ] 836/2925 28% [================= ] 837/2925 28% [================= ] 838/2925 28% [================= ] 839/2925 28% [================= ] 840/2925 28% [================= ] 841/2925 28% [================= ] 842/2925 28% [================= ] 843/2925 28% [================= ] 844/2925 28% [================= ] 845/2925 28% [================= ] 846/2925 28% [================= ] 847/2925 28% [================= ] 848/2925 28% [================= ] 849/2925 29% [================== ] 850/2925 29% [================== ] 851/2925 29% [================== ] 852/2925 29% [================== ] 853/2925 29% [================== ] 854/2925 29% [================== ] 855/2925 29% [================== ] 856/2925 29% [================== ] 857/2925 29% [================== ] 858/2925 29% [================== ] 859/2925 29% [================== ] 860/2925 29% [================== ] 861/2925 29% [================== ] 862/2925 29% [================== ] 863/2925 29% [================== ] 864/2925 29% [================== ] 865/2925 29% [================== ] 866/2925 29% [================== ] 867/2925 29% [================== ] 868/2925 29% [================== ] 869/2925 29% [================== ] 870/2925 29% [================== ] 871/2925 29% [================== ] 872/2925 29% [================== ] 873/2925 29% [================== ] 874/2925 29% [================== ] 875/2925 29% [================== ] 876/2925 29% [================== ] 877/2925 29% [================== ] 878/2925 30% [================== ] 879/2925 30% [================== ] 880/2925 30% [================== ] 881/2925 30% [================== ] 882/2925 30% [================== ] 883/2925 30% [================== ] 884/2925 30% [================== ] 885/2925 30% [================== ] 886/2925 30% [================== ] 887/2925 30% [================== ] 888/2925 30% [================== ] 889/2925 30% [================== ] 890/2925 30% [================== ] 891/2925 30% [================== ] 892/2925 30% [================== ] 893/2925 30% [================== ] 894/2925 30% [================== ] 895/2925 30% [================== ] 896/2925 30% [=================== ] 897/2925 30% [=================== ] 898/2925 30% [=================== ] 899/2925 30% [=================== ] 900/2925 30% [=================== ] 901/2925 30% [=================== ] 902/2925 30% [=================== ] 903/2925 30% [=================== ] 904/2925 30% [=================== ] 905/2925 30% [=================== ] 906/2925 30% [=================== ] 907/2925 31% [=================== ] 908/2925 31% [=================== ] 909/2925 31% [=================== ] 910/2925 31% [=================== ] 911/2925 31% [=================== ] 912/2925 31% [=================== ] 913/2925 31% [=================== ] 914/2925 31% [=================== ] 915/2925 31% [=================== ] 916/2925 31% [=================== ] 917/2925 31% [=================== ] 918/2925 31% [=================== ] 919/2925 31% [=================== ] 920/2925 31% [=================== ] 921/2925 31% [=================== ] 922/2925 31% [=================== ] 923/2925 31% [=================== ] 924/2925 31% [=================== ] 925/2925 31% [=================== ] 926/2925 31% [=================== ] 927/2925 31% [=================== ] 928/2925 31% [=================== ] 929/2925 31% [=================== ] 930/2925 31% [=================== ] 931/2925 31% [=================== ] 932/2925 31% [=================== ] 933/2925 31% [=================== ] 934/2925 31% [=================== ] 935/2925 31% [=================== ] 936/2925 32% [=================== ] 937/2925 32% [=================== ] 938/2925 32% [=================== ] 939/2925 32% [=================== ] 940/2925 32% [=================== ] 941/2925 32% [=================== ] 942/2925 32% [=================== ] 943/2925 32% [==================== ] 944/2925 32% [==================== ] 945/2925 32% [==================== ] 946/2925 32% [==================== ] 947/2925 32% [==================== ] 948/2925 32% [==================== ] 949/2925 32% [==================== ] 950/2925 32% [==================== ] 951/2925 32% [==================== ] 952/2925 32% [==================== ] 953/2925 32% [==================== ] 954/2925 32% [==================== ] 955/2925 32% [==================== ] 956/2925 32% [==================== ] 957/2925 32% [==================== ] 958/2925 32% [==================== ] 959/2925 32% [==================== ] 960/2925 32% [==================== ] 961/2925 32% [==================== ] 962/2925 32% [==================== ] 963/2925 32% [==================== ] 964/2925 32% [==================== ] 965/2925 32% [==================== ] 966/2925 33% [==================== ] 967/2925 33% [==================== ] 968/2925 33% [==================== ] 969/2925 33% [==================== ] 970/2925 33% [==================== ] 971/2925 33% [==================== ] 972/2925 33% [==================== ] 973/2925 33% [==================== ] 974/2925 33% [==================== ] 975/2925 33% [==================== ] 976/2925 33% [==================== ] 977/2925 33% [==================== ] 978/2925 33% [==================== ] 979/2925 33% [==================== ] 980/2925 33% [==================== ] 981/2925 33% [==================== ] 982/2925 33% [==================== ] 983/2925 33% [==================== ] 984/2925 33% [==================== ] 985/2925 33% [==================== ] 986/2925 33% [==================== ] 987/2925 33% [==================== ] 988/2925 33% [==================== ] 989/2925 33% [==================== ] 990/2925 33% [===================== ] 991/2925 33% [===================== ] 992/2925 33% [===================== ] 993/2925 33% [===================== ] 994/2925 33% [===================== ] 995/2925 34% [===================== ] 996/2925 34% [===================== ] 997/2925 34% [===================== ] 998/2925 34% [===================== ] 999/2925 34% [===================== ] 1000/2925 34% [===================== ] 1001/2925 34% [===================== ] 1002/2925 34% [===================== ] 1003/2925 34% [===================== ] 1004/2925 34% [===================== ] 1005/2925 34% [===================== ] 1006/2925 34% [===================== ] 1007/2925 34% [===================== ] 1008/2925 34% [===================== ] 1009/2925 34% [===================== ] 1010/2925 34% [===================== ] 1011/2925 34% [===================== ] 1012/2925 34% [===================== ] 1013/2925 34% [===================== ] 1014/2925 34% [===================== ] 1015/2925 34% [===================== ] 1016/2925 34% [===================== ] 1017/2925 34% [===================== ] 1018/2925 34% [===================== ] 1019/2925 34% [===================== ] 1020/2925 34% [===================== ] 1021/2925 34% [===================== ] 1022/2925 34% [===================== ] 1023/2925 34% [===================== ] 1024/2925 35% [===================== ] 1025/2925 35% [===================== ] 1026/2925 35% [===================== ] 1027/2925 35% [===================== ] 1028/2925 35% [===================== ] 1029/2925 35% [===================== ] 1030/2925 35% [===================== ] 1031/2925 35% [===================== ] 1032/2925 35% [===================== ] 1033/2925 35% [===================== ] 1034/2925 35% [===================== ] 1035/2925 35% [===================== ] 1036/2925 35% [===================== ] 1037/2925 35% [====================== ] 1038/2925 35% [====================== ] 1039/2925 35% [====================== ] 1040/2925 35% [====================== ] 1041/2925 35% [====================== ] 1042/2925 35% [====================== ] 1043/2925 35% [====================== ] 1044/2925 35% [====================== ] 1045/2925 35% [====================== ] 1046/2925 35% [====================== ] 1047/2925 35% [====================== ] 1048/2925 35% [====================== ] 1049/2925 35% [====================== ] 1050/2925 35% [====================== ] 1051/2925 35% [====================== ] 1052/2925 35% [====================== ] 1053/2925 36% [====================== ] 1054/2925 36% [====================== ] 1055/2925 36% [====================== ] 1056/2925 36% [====================== ] 1057/2925 36% [====================== ] 1058/2925 36% [====================== ] 1059/2925 36% [====================== ] 1060/2925 36% [====================== ] 1061/2925 36% [====================== ] 1062/2925 36% [====================== ] 1063/2925 36% [====================== ] 1064/2925 36% [====================== ] 1065/2925 36% [====================== ] 1066/2925 36% [====================== ] 1067/2925 36% [====================== ] 1068/2925 36% [====================== ] 1069/2925 36% [====================== ] 1070/2925 36% [====================== ] 1071/2925 36% [====================== ] 1072/2925 36% [====================== ] 1073/2925 36% [====================== ] 1074/2925 36% [====================== ] 1075/2925 36% [====================== ] 1076/2925 36% [====================== ] 1077/2925 36% [====================== ] 1078/2925 36% [====================== ] 1079/2925 36% [====================== ] 1080/2925 36% [====================== ] 1081/2925 36% [====================== ] 1082/2925 36% [====================== ] 1083/2925 37% [====================== ] 1084/2925 37% [====================== ] 1085/2925 37% [======================= ] 1086/2925 37% [======================= ] 1087/2925 37% [======================= ] 1088/2925 37% [======================= ] 1089/2925 37% [======================= ] 1090/2925 37% [======================= ] 1091/2925 37% [======================= ] 1092/2925 37% [======================= ] 1093/2925 37% [======================= ] 1094/2925 37% [======================= ] 1095/2925 37% [======================= ] 1096/2925 37% [======================= ] 1097/2925 37% [======================= ] 1098/2925 37% [======================= ] 1099/2925 37% [======================= ] 1100/2925 37% [======================= ] 1101/2925 37% [======================= ] 1102/2925 37% [======================= ] 1103/2925 37% [======================= ] 1104/2925 37% [======================= ] 1105/2925 37% [======================= ] 1106/2925 37% [======================= ] 1107/2925 37% [======================= ] 1108/2925 37% [======================= ] 1109/2925 37% [======================= ] 1110/2925 37% [======================= ] 1111/2925 37% [======================= ] 1112/2925 38% [======================= ] 1113/2925 38% [======================= ] 1114/2925 38% [======================= ] 1115/2925 38% [======================= ] 1116/2925 38% [======================= ] 1117/2925 38% [======================= ] 1118/2925 38% [======================= ] 1119/2925 38% [======================= ] 1120/2925 38% [======================= ] 1121/2925 38% [======================= ] 1122/2925 38% [======================= ] 1123/2925 38% [======================= ] 1124/2925 38% [======================= ] 1125/2925 38% [======================= ] 1126/2925 38% [======================= ] 1127/2925 38% [======================= ] 1128/2925 38% [======================= ] 1129/2925 38% [======================= ] 1130/2925 38% [======================= ] 1131/2925 38% [======================= ] 1132/2925 38% [======================== ] 1133/2925 38% [======================== ] 1134/2925 38% [======================== ] 1135/2925 38% [======================== ] 1136/2925 38% [======================== ] 1137/2925 38% [======================== ] 1138/2925 38% [======================== ] 1139/2925 38% [======================== ] 1140/2925 38% [======================== ] 1141/2925 39% [======================== ] 1142/2925 39% [======================== ] 1143/2925 39% [======================== ] 1144/2925 39% [======================== ] 1145/2925 39% [======================== ] 1146/2925 39% [======================== ] 1147/2925 39% [======================== ] 1148/2925 39% [======================== ] 1149/2925 39% [======================== ] 1150/2925 39% [======================== ] 1151/2925 39% [======================== ] 1152/2925 39% [======================== ] 1153/2925 39% [======================== ] 1154/2925 39% [======================== ] 1155/2925 39% [======================== ] 1156/2925 39% [======================== ] 1157/2925 39% [======================== ] 1158/2925 39% [======================== ] 1159/2925 39% [======================== ] 1160/2925 39% [======================== ] 1161/2925 39% [======================== ] 1162/2925 39% [======================== ] 1163/2925 39% [======================== ] 1164/2925 39% [======================== ] 1165/2925 39% [======================== ] 1166/2925 39% [======================== ] 1167/2925 39% [======================== ] 1168/2925 39% [======================== ] 1169/2925 39% [======================== ] 1170/2925 40% [======================== ] 1171/2925 40% [======================== ] 1172/2925 40% [======================== ] 1173/2925 40% [======================== ] 1174/2925 40% [======================== ] 1175/2925 40% [======================== ] 1176/2925 40% [======================== ] 1177/2925 40% [======================== ] 1178/2925 40% [======================== ] 1179/2925 40% [========================= ] 1180/2925 40% [========================= ] 1181/2925 40% [========================= ] 1182/2925 40% [========================= ] 1183/2925 40% [========================= ] 1184/2925 40% [========================= ] 1185/2925 40% [========================= ] 1186/2925 40% [========================= ] 1187/2925 40% [========================= ] 1188/2925 40% [========================= ] 1189/2925 40% [========================= ] 1190/2925 40% [========================= ] 1191/2925 40% [========================= ] 1192/2925 40% [========================= ] 1193/2925 40% [========================= ] 1194/2925 40% [========================= ] 1195/2925 40% [========================= ] 1196/2925 40% [========================= ] 1197/2925 40% [========================= ] 1198/2925 40% [========================= ] 1199/2925 40% [========================= ] 1200/2925 41% [========================= ] 1201/2925 41% [========================= ] 1202/2925 41% [========================= ] 1203/2925 41% [========================= ] 1204/2925 41% [========================= ] 1205/2925 41% [========================= ] 1206/2925 41% [========================= ] 1207/2925 41% [========================= ] 1208/2925 41% [========================= ] 1209/2925 41% [========================= ] 1210/2925 41% [========================= ] 1211/2925 41% [========================= ] 1212/2925 41% [========================= ] 1213/2925 41% [========================= ] 1214/2925 41% [========================= ] 1215/2925 41% [========================= ] 1216/2925 41% [========================= ] 1217/2925 41% [========================= ] 1218/2925 41% [========================= ] 1219/2925 41% [========================= ] 1220/2925 41% [========================= ] 1221/2925 41% [========================= ] 1222/2925 41% [========================= ] 1223/2925 41% [========================= ] 1224/2925 41% [========================= ] 1225/2925 41% [========================= ] 1226/2925 41% [========================== ] 1227/2925 41% [========================== ] 1228/2925 41% [========================== ] 1229/2925 42% [========================== ] 1230/2925 42% [========================== ] 1231/2925 42% [========================== ] 1232/2925 42% [========================== ] 1233/2925 42% [========================== ] 1234/2925 42% [========================== ] 1235/2925 42% [========================== ] 1236/2925 42% [========================== ] 1237/2925 42% [========================== ] 1238/2925 42% [========================== ] 1239/2925 42% [========================== ] 1240/2925 42% [========================== ] 1241/2925 42% [========================== ] 1242/2925 42% [========================== ] 1243/2925 42% [========================== ] 1244/2925 42% [========================== ] 1245/2925 42% [========================== ] 1246/2925 42% [========================== ] 1247/2925 42% [========================== ] 1248/2925 42% [========================== ] 1249/2925 42% [========================== ] 1250/2925 42% [========================== ] 1251/2925 42% [========================== ] 1252/2925 42% [========================== ] 1253/2925 42% [========================== ] 1254/2925 42% [========================== ] 1255/2925 42% [========================== ] 1256/2925 42% [========================== ] 1257/2925 42% [========================== ] 1258/2925 43% [========================== ] 1259/2925 43% [========================== ] 1260/2925 43% [========================== ] 1261/2925 43% [========================== ] 1262/2925 43% [========================== ] 1263/2925 43% [========================== ] 1264/2925 43% [========================== ] 1265/2925 43% [========================== ] 1266/2925 43% [========================== ] 1267/2925 43% [========================== ] 1268/2925 43% [========================== ] 1269/2925 43% [========================== ] 1270/2925 43% [========================== ] 1271/2925 43% [========================== ] 1272/2925 43% [========================== ] 1273/2925 43% [=========================== ] 1274/2925 43% [=========================== ] 1275/2925 43% [=========================== ] 1276/2925 43% [=========================== ] 1277/2925 43% [=========================== ] 1278/2925 43% [=========================== ] 1279/2925 43% [=========================== ] 1280/2925 43% [=========================== ] 1281/2925 43% [=========================== ] 1282/2925 43% [=========================== ] 1283/2925 43% [=========================== ] 1284/2925 43% [=========================== ] 1285/2925 43% [=========================== ] 1286/2925 43% [=========================== ] 1287/2925 44% [=========================== ] 1288/2925 44% [=========================== ] 1289/2925 44% [=========================== ] 1290/2925 44% [=========================== ] 1291/2925 44% [=========================== ] 1292/2925 44% [=========================== ] 1293/2925 44% [=========================== ] 1294/2925 44% [=========================== ] 1295/2925 44% [=========================== ] 1296/2925 44% [=========================== ] 1297/2925 44% [=========================== ] 1298/2925 44% [=========================== ] 1299/2925 44% [=========================== ] 1300/2925 44% [=========================== ] 1301/2925 44% [=========================== ] 1302/2925 44% [=========================== ] 1303/2925 44% [=========================== ] 1304/2925 44% [=========================== ] 1305/2925 44% [=========================== ] 1306/2925 44% [=========================== ] 1307/2925 44% [=========================== ] 1308/2925 44% [=========================== ] 1309/2925 44% [=========================== ] 1310/2925 44% [=========================== ] 1311/2925 44% [=========================== ] 1312/2925 44% [=========================== ] 1313/2925 44% [=========================== ] 1314/2925 44% [=========================== ] 1315/2925 44% [=========================== ] 1316/2925 44% [=========================== ] 1317/2925 45% [=========================== ] 1318/2925 45% [=========================== ] 1319/2925 45% [=========================== ] 1320/2925 45% [============================ ] 1321/2925 45% [============================ ] 1322/2925 45% [============================ ] 1323/2925 45% [============================ ] 1324/2925 45% [============================ ] 1325/2925 45% [============================ ] 1326/2925 45% [============================ ] 1327/2925 45% [============================ ] 1328/2925 45% [============================ ] 1329/2925 45% [============================ ] 1330/2925 45% [============================ ] 1331/2925 45% [============================ ] 1332/2925 45% [============================ ] 1333/2925 45% [============================ ] 1334/2925 45% [============================ ] 1335/2925 45% [============================ ] 1336/2925 45% [============================ ] 1337/2925 45% [============================ ] 1338/2925 45% [============================ ] 1339/2925 45% [============================ ] 1340/2925 45% [============================ ] 1341/2925 45% [============================ ] 1342/2925 45% [============================ ] 1343/2925 45% [============================ ] 1344/2925 45% [============================ ] 1345/2925 45% [============================ ] 1346/2925 46% [============================ ] 1347/2925 46% [============================ ] 1348/2925 46% [============================ ] 1349/2925 46% [============================ ] 1350/2925 46% [============================ ] 1351/2925 46% [============================ ] 1352/2925 46% [============================ ] 1353/2925 46% [============================ ] 1354/2925 46% [============================ ] 1355/2925 46% [============================ ] 1356/2925 46% [============================ ] 1357/2925 46% [============================ ] 1358/2925 46% [============================ ] 1359/2925 46% [============================ ] 1360/2925 46% [============================ ] 1361/2925 46% [============================ ] 1362/2925 46% [============================ ] 1363/2925 46% [============================ ] 1364/2925 46% [============================ ] 1365/2925 46% [============================ ] 1366/2925 46% [============================ ] 1367/2925 46% [============================ ] 1368/2925 46% [============================= ] 1369/2925 46% [============================= ] 1370/2925 46% [============================= ] 1371/2925 46% [============================= ] 1372/2925 46% [============================= ] 1373/2925 46% [============================= ] 1374/2925 46% [============================= ] 1375/2925 47% [============================= ] 1376/2925 47% [============================= ] 1377/2925 47% [============================= ] 1378/2925 47% [============================= ] 1379/2925 47% [============================= ] 1380/2925 47% [============================= ] 1381/2925 47% [============================= ] 1382/2925 47% [============================= ] 1383/2925 47% [============================= ] 1384/2925 47% [============================= ] 1385/2925 47% [============================= ] 1386/2925 47% [============================= ] 1387/2925 47% [============================= ] 1388/2925 47% [============================= ] 1389/2925 47% [============================= ] 1390/2925 47% [============================= ] 1391/2925 47% [============================= ] 1392/2925 47% [============================= ] 1393/2925 47% [============================= ] 1394/2925 47% [============================= ] 1395/2925 47% [============================= ] 1396/2925 47% [============================= ] 1397/2925 47% [============================= ] 1398/2925 47% [============================= ] 1399/2925 47% [============================= ] 1400/2925 47% [============================= ] 1401/2925 47% [============================= ] 1402/2925 47% [============================= ] 1403/2925 47% [============================= ] 1404/2925 48% [============================= ] 1405/2925 48% [============================= ] 1406/2925 48% [============================= ] 1407/2925 48% [============================= ] 1408/2925 48% [============================= ] 1409/2925 48% [============================= ] 1410/2925 48% [============================= ] 1411/2925 48% [============================= ] 1412/2925 48% [============================= ] 1413/2925 48% [============================= ] 1414/2925 48% [============================= ] 1415/2925 48% [============================== ] 1416/2925 48% [============================== ] 1417/2925 48% [============================== ] 1418/2925 48% [============================== ] 1419/2925 48% [============================== ] 1420/2925 48% [============================== ] 1421/2925 48% [============================== ] 1422/2925 48% [============================== ] 1423/2925 48% [============================== ] 1424/2925 48% [============================== ] 1425/2925 48% [============================== ] 1426/2925 48% [============================== ] 1427/2925 48% [============================== ] 1428/2925 48% [============================== ] 1429/2925 48% [============================== ] 1430/2925 48% [============================== ] 1431/2925 48% [============================== ] 1432/2925 48% [============================== ] 1433/2925 48% [============================== ] 1434/2925 49% [============================== ] 1435/2925 49% [============================== ] 1436/2925 49% [============================== ] 1437/2925 49% [============================== ] 1438/2925 49% [============================== ] 1439/2925 49% [============================== ] 1440/2925 49% [============================== ] 1441/2925 49% [============================== ] 1442/2925 49% [============================== ] 1443/2925 49% [============================== ] 1444/2925 49% [============================== ] 1445/2925 49% [============================== ] 1446/2925 49% [============================== ] 1447/2925 49% [============================== ] 1448/2925 49% [============================== ] 1449/2925 49% [============================== ] 1450/2925 49% [============================== ] 1451/2925 49% [============================== ] 1452/2925 49% [============================== ] 1453/2925 49% [============================== ] 1454/2925 49% [============================== ] 1455/2925 49% [============================== ] 1456/2925 49% [============================== ] 1457/2925 49% [============================== ] 1458/2925 49% [============================== ] 1459/2925 49% [============================== ] 1460/2925 49% [============================== ] 1461/2925 49% [============================== ] 1462/2925 49% [=============================== ] 1463/2925 50% [=============================== ] 1464/2925 50% [=============================== ] 1465/2925 50% [=============================== ] 1466/2925 50% [=============================== ] 1467/2925 50% [=============================== ] 1468/2925 50% [=============================== ] 1469/2925 50% [=============================== ] 1470/2925 50% [=============================== ] 1471/2925 50% [=============================== ] 1472/2925 50% [=============================== ] 1473/2925 50% [=============================== ] 1474/2925 50% [=============================== ] 1475/2925 50% [=============================== ] 1476/2925 50% [=============================== ] 1477/2925 50% [=============================== ] 1478/2925 50% [=============================== ] 1479/2925 50% [=============================== ] 1480/2925 50% [=============================== ] 1481/2925 50% [=============================== ] 1482/2925 50% [=============================== ] 1483/2925 50% [=============================== ] 1484/2925 50% [=============================== ] 1485/2925 50% [=============================== ] 1486/2925 50% [=============================== ] 1487/2925 50% [=============================== ] 1488/2925 50% [=============================== ] 1489/2925 50% [=============================== ] 1490/2925 50% [=============================== ] 1491/2925 50% [=============================== ] 1492/2925 51% [=============================== ] 1493/2925 51% [=============================== ] 1494/2925 51% [=============================== ] 1495/2925 51% [=============================== ] 1496/2925 51% [=============================== ] 1497/2925 51% [=============================== ] 1498/2925 51% [=============================== ] 1499/2925 51% [=============================== ] 1500/2925 51% [=============================== ] 1501/2925 51% [=============================== ] 1502/2925 51% [=============================== ] 1503/2925 51% [=============================== ] 1504/2925 51% [=============================== ] 1505/2925 51% [=============================== ] 1506/2925 51% [=============================== ] 1507/2925 51% [=============================== ] 1508/2925 51% [=============================== ] 1509/2925 51% [================================ ] 1510/2925 51% [================================ ] 1511/2925 51% [================================ ] 1512/2925 51% [================================ ] 1513/2925 51% [================================ ] 1514/2925 51% [================================ ] 1515/2925 51% [================================ ] 1516/2925 51% [================================ ] 1517/2925 51% [================================ ] 1518/2925 51% [================================ ] 1519/2925 51% [================================ ] 1520/2925 51% [================================ ] 1521/2925 52% [================================ ] 1522/2925 52% [================================ ] 1523/2925 52% [================================ ] 1524/2925 52% [================================ ] 1525/2925 52% [================================ ] 1526/2925 52% [================================ ] 1527/2925 52% [================================ ] 1528/2925 52% [================================ ] 1529/2925 52% [================================ ] 1530/2925 52% [================================ ] 1531/2925 52% [================================ ] 1532/2925 52% [================================ ] 1533/2925 52% [================================ ] 1534/2925 52% [================================ ] 1535/2925 52% [================================ ] 1536/2925 52% [================================ ] 1537/2925 52% [================================ ] 1538/2925 52% [================================ ] 1539/2925 52% [================================ ] 1540/2925 52% [================================ ] 1541/2925 52% [================================ ] 1542/2925 52% [================================ ] 1543/2925 52% [================================ ] 1544/2925 52% [================================ ] 1545/2925 52% [================================ ] 1546/2925 52% [================================ ] 1547/2925 52% [================================ ] 1548/2925 52% [================================ ] 1549/2925 52% [================================ ] 1550/2925 52% [================================ ] 1551/2925 53% [================================ ] 1552/2925 53% [================================ ] 1553/2925 53% [================================ ] 1554/2925 53% [================================ ] 1555/2925 53% [================================ ] 1556/2925 53% [================================= ] 1557/2925 53% [================================= ] 1558/2925 53% [================================= ] 1559/2925 53% [================================= ] 1560/2925 53% [================================= ] 1561/2925 53% [================================= ] 1562/2925 53% [================================= ] 1563/2925 53% [================================= ] 1564/2925 53% [================================= ] 1565/2925 53% [================================= ] 1566/2925 53% [================================= ] 1567/2925 53% [================================= ] 1568/2925 53% [================================= ] 1569/2925 53% [================================= ] 1570/2925 53% [================================= ] 1571/2925 53% [================================= ] 1572/2925 53% [================================= ] 1573/2925 53% [================================= ] 1574/2925 53% [================================= ] 1575/2925 53% [================================= ] 1576/2925 53% [================================= ] 1577/2925 53% [================================= ] 1578/2925 53% [================================= ] 1579/2925 53% [================================= ] 1580/2925 54% [================================= ] 1581/2925 54% [================================= ] 1582/2925 54% [================================= ] 1583/2925 54% [================================= ] 1584/2925 54% [================================= ] 1585/2925 54% [================================= ] 1586/2925 54% [================================= ] 1587/2925 54% [================================= ] 1588/2925 54% [================================= ] 1589/2925 54% [================================= ] 1590/2925 54% [================================= ] 1591/2925 54% [================================= ] 1592/2925 54% [================================= ] 1593/2925 54% [================================= ] 1594/2925 54% [================================= ] 1595/2925 54% [================================= ] 1596/2925 54% [================================= ] 1597/2925 54% [================================= ] 1598/2925 54% [================================= ] 1599/2925 54% [================================= ] 1600/2925 54% [================================= ] 1601/2925 54% [================================= ] 1602/2925 54% [================================= ] 1603/2925 54% [================================= ] 1604/2925 54% [================================== ] 1605/2925 54% [================================== ] 1606/2925 54% [================================== ] 1607/2925 54% [================================== ] 1608/2925 54% [================================== ] 1609/2925 55% [================================== ] 1610/2925 55% [================================== ] 1611/2925 55% [================================== ] 1612/2925 55% [================================== ] 1613/2925 55% [================================== ] 1614/2925 55% [================================== ] 1615/2925 55% [================================== ] 1616/2925 55% [================================== ] 1617/2925 55% [================================== ] 1618/2925 55% [================================== ] 1619/2925 55% [================================== ] 1620/2925 55% [================================== ] 1621/2925 55% [================================== ] 1622/2925 55% [================================== ] 1623/2925 55% [================================== ] 1624/2925 55% [================================== ] 1625/2925 55% [================================== ] 1626/2925 55% [================================== ] 1627/2925 55% [================================== ] 1628/2925 55% [================================== ] 1629/2925 55% [================================== ] 1630/2925 55% [================================== ] 1631/2925 55% [================================== ] 1632/2925 55% [================================== ] 1633/2925 55% [================================== ] 1634/2925 55% [================================== ] 1635/2925 55% [================================== ] 1636/2925 55% [================================== ] 1637/2925 55% [================================== ] 1638/2925 56% [================================== ] 1639/2925 56% [================================== ] 1640/2925 56% [================================== ] 1641/2925 56% [================================== ] 1642/2925 56% [================================== ] 1643/2925 56% [================================== ] 1644/2925 56% [================================== ] 1645/2925 56% [================================== ] 1646/2925 56% [================================== ] 1647/2925 56% [================================== ] 1648/2925 56% [================================== ] 1649/2925 56% [================================== ] 1650/2925 56% [================================== ] 1651/2925 56% [=================================== ] 1652/2925 56% [=================================== ] 1653/2925 56% [=================================== ] 1654/2925 56% [=================================== ] 1655/2925 56% [=================================== ] 1656/2925 56% [=================================== ] 1657/2925 56% [=================================== ] 1658/2925 56% [=================================== ] 1659/2925 56% [=================================== ] 1660/2925 56% [=================================== ] 1661/2925 56% [=================================== ] 1662/2925 56% [=================================== ] 1663/2925 56% [=================================== ] 1664/2925 56% [=================================== ] 1665/2925 56% [=================================== ] 1666/2925 56% [=================================== ] 1667/2925 56% [=================================== ] 1668/2925 57% [=================================== ] 1669/2925 57% [=================================== ] 1670/2925 57% [=================================== ] 1671/2925 57% [=================================== ] 1672/2925 57% [=================================== ] 1673/2925 57% [=================================== ] 1674/2925 57% [=================================== ] 1675/2925 57% [=================================== ] 1676/2925 57% [=================================== ] 1677/2925 57% [=================================== ] 1678/2925 57% [=================================== ] 1679/2925 57% [=================================== ] 1680/2925 57% [=================================== ] 1681/2925 57% [=================================== ] 1682/2925 57% [=================================== ] 1683/2925 57% [=================================== ] 1684/2925 57% [=================================== ] 1685/2925 57% [=================================== ] 1686/2925 57% [=================================== ] 1687/2925 57% [=================================== ] 1688/2925 57% [=================================== ] 1689/2925 57% [=================================== ] 1690/2925 57% [=================================== ] 1691/2925 57% [=================================== ] 1692/2925 57% [=================================== ] 1693/2925 57% [=================================== ] 1694/2925 57% [=================================== ] 1695/2925 57% [=================================== ] 1696/2925 57% [=================================== ] 1697/2925 58% [=================================== ] 1698/2925 58% [==================================== ] 1699/2925 58% [==================================== ] 1700/2925 58% [==================================== ] 1701/2925 58% [==================================== ] 1702/2925 58% [==================================== ] 1703/2925 58% [==================================== ] 1704/2925 58% [==================================== ] 1705/2925 58% [==================================== ] 1706/2925 58% [==================================== ] 1707/2925 58% [==================================== ] 1708/2925 58% [==================================== ] 1709/2925 58% [==================================== ] 1710/2925 58% [==================================== ] 1711/2925 58% [==================================== ] 1712/2925 58% [==================================== ] 1713/2925 58% [==================================== ] 1714/2925 58% [==================================== ] 1715/2925 58% [==================================== ] 1716/2925 58% [==================================== ] 1717/2925 58% [==================================== ] 1718/2925 58% [==================================== ] 1719/2925 58% [==================================== ] 1720/2925 58% [==================================== ] 1721/2925 58% [==================================== ] 1722/2925 58% [==================================== ] 1723/2925 58% [==================================== ] 1724/2925 58% [==================================== ] 1725/2925 58% [==================================== ] 1726/2925 59% [==================================== ] 1727/2925 59% [==================================== ] 1728/2925 59% [==================================== ] 1729/2925 59% [==================================== ] 1730/2925 59% [==================================== ] 1731/2925 59% [==================================== ] 1732/2925 59% [==================================== ] 1733/2925 59% [==================================== ] 1734/2925 59% [==================================== ] 1735/2925 59% [==================================== ] 1736/2925 59% [==================================== ] 1737/2925 59% [==================================== ] 1738/2925 59% [==================================== ] 1739/2925 59% [==================================== ] 1740/2925 59% [==================================== ] 1741/2925 59% [==================================== ] 1742/2925 59% [==================================== ] 1743/2925 59% [==================================== ] 1744/2925 59% [==================================== ] 1745/2925 59% [===================================== ] 1746/2925 59% [===================================== ] 1747/2925 59% [===================================== ] 1748/2925 59% [===================================== ] 1749/2925 59% [===================================== ] 1750/2925 59% [===================================== ] 1751/2925 59% [===================================== ] 1752/2925 59% [===================================== ] 1753/2925 59% [===================================== ] 1754/2925 59% [===================================== ] 1755/2925 60% [===================================== ] 1756/2925 60% [===================================== ] 1757/2925 60% [===================================== ] 1758/2925 60% [===================================== ] 1759/2925 60% [===================================== ] 1760/2925 60% [===================================== ] 1761/2925 60% [===================================== ] 1762/2925 60% [===================================== ] 1763/2925 60% [===================================== ] 1764/2925 60% [===================================== ] 1765/2925 60% [===================================== ] 1766/2925 60% [===================================== ] 1767/2925 60% [===================================== ] 1768/2925 60% [===================================== ] 1769/2925 60% [===================================== ] 1770/2925 60% [===================================== ] 1771/2925 60% [===================================== ] 1772/2925 60% [===================================== ] 1773/2925 60% [===================================== ] 1774/2925 60% [===================================== ] 1775/2925 60% [===================================== ] 1776/2925 60% [===================================== ] 1777/2925 60% [===================================== ] 1778/2925 60% [===================================== ] 1779/2925 60% [===================================== ] 1780/2925 60% [===================================== ] 1781/2925 60% [===================================== ] 1782/2925 60% [===================================== ] 1783/2925 60% [===================================== ] 1784/2925 60% [===================================== ] 1785/2925 61% [===================================== ] 1786/2925 61% [===================================== ] 1787/2925 61% [===================================== ] 1788/2925 61% [===================================== ] 1789/2925 61% [===================================== ] 1790/2925 61% [===================================== ] 1791/2925 61% [===================================== ] 1792/2925 61% [====================================== ] 1793/2925 61% [====================================== ] 1794/2925 61% [====================================== ] 1795/2925 61% [====================================== ] 1796/2925 61% [====================================== ] 1797/2925 61% [====================================== ] 1798/2925 61% [====================================== ] 1799/2925 61% [====================================== ] 1800/2925 61% [====================================== ] 1801/2925 61% [====================================== ] 1802/2925 61% [====================================== ] 1803/2925 61% [====================================== ] 1804/2925 61% [====================================== ] 1805/2925 61% [====================================== ] 1806/2925 61% [====================================== ] 1807/2925 61% [====================================== ] 1808/2925 61% [====================================== ] 1809/2925 61% [====================================== ] 1810/2925 61% [====================================== ] 1811/2925 61% [====================================== ] 1812/2925 61% [====================================== ] 1813/2925 61% [====================================== ] 1814/2925 62% [====================================== ] 1815/2925 62% [====================================== ] 1816/2925 62% [====================================== ] 1817/2925 62% [====================================== ] 1818/2925 62% [====================================== ] 1819/2925 62% [====================================== ] 1820/2925 62% [====================================== ] 1821/2925 62% [====================================== ] 1822/2925 62% [====================================== ] 1823/2925 62% [====================================== ] 1824/2925 62% [====================================== ] 1825/2925 62% [====================================== ] 1826/2925 62% [====================================== ] 1827/2925 62% [====================================== ] 1828/2925 62% [====================================== ] 1829/2925 62% [====================================== ] 1830/2925 62% [====================================== ] 1831/2925 62% [====================================== ] 1832/2925 62% [====================================== ] 1833/2925 62% [====================================== ] 1834/2925 62% [====================================== ] 1835/2925 62% [====================================== ] 1836/2925 62% [====================================== ] 1837/2925 62% [====================================== ] 1838/2925 62% [====================================== ] 1839/2925 62% [======================================= ] 1840/2925 62% [======================================= ] 1841/2925 62% [======================================= ] 1842/2925 62% [======================================= ] 1843/2925 63% [======================================= ] 1844/2925 63% [======================================= ] 1845/2925 63% [======================================= ] 1846/2925 63% [======================================= ] 1847/2925 63% [======================================= ] 1848/2925 63% [======================================= ] 1849/2925 63% [======================================= ] 1850/2925 63% [======================================= ] 1851/2925 63% [======================================= ] 1852/2925 63% [======================================= ] 1853/2925 63% [======================================= ] 1854/2925 63% [======================================= ] 1855/2925 63% [======================================= ] 1856/2925 63% [======================================= ] 1857/2925 63% [======================================= ] 1858/2925 63% [======================================= ] 1859/2925 63% [======================================= ] 1860/2925 63% [======================================= ] 1861/2925 63% [======================================= ] 1862/2925 63% [======================================= ] 1863/2925 63% [======================================= ] 1864/2925 63% [======================================= ] 1865/2925 63% [======================================= ] 1866/2925 63% [======================================= ] 1867/2925 63% [======================================= ] 1868/2925 63% [======================================= ] 1869/2925 63% [======================================= ] 1870/2925 63% [======================================= ] 1871/2925 63% [======================================= ] 1872/2925 64% [======================================= ] 1873/2925 64% [======================================= ] 1874/2925 64% [======================================= ] 1875/2925 64% [======================================= ] 1876/2925 64% [======================================= ] 1877/2925 64% [======================================= ] 1878/2925 64% [======================================= ] 1879/2925 64% [======================================= ] 1880/2925 64% [======================================= ] 1881/2925 64% [======================================= ] 1882/2925 64% [======================================= ] 1883/2925 64% [======================================= ] 1884/2925 64% [======================================= ] 1885/2925 64% [======================================= ] 1886/2925 64% [======================================= ] 1887/2925 64% [======================================== ] 1888/2925 64% [======================================== ] 1889/2925 64% [======================================== ] 1890/2925 64% [======================================== ] 1891/2925 64% [======================================== ] 1892/2925 64% [======================================== ] 1893/2925 64% [======================================== ] 1894/2925 64% [======================================== ] 1895/2925 64% [======================================== ] 1896/2925 64% [======================================== ] 1897/2925 64% [======================================== ] 1898/2925 64% [======================================== ] 1899/2925 64% [======================================== ] 1900/2925 64% [======================================== ] 1901/2925 64% [======================================== ] 1902/2925 65% [======================================== ] 1903/2925 65% [======================================== ] 1904/2925 65% [======================================== ] 1905/2925 65% [======================================== ] 1906/2925 65% [======================================== ] 1907/2925 65% [======================================== ] 1908/2925 65% [======================================== ] 1909/2925 65% [======================================== ] 1910/2925 65% [======================================== ] 1911/2925 65% [======================================== ] 1912/2925 65% [======================================== ] 1913/2925 65% [======================================== ] 1914/2925 65% [======================================== ] 1915/2925 65% [======================================== ] 1916/2925 65% [======================================== ] 1917/2925 65% [======================================== ] 1918/2925 65% [======================================== ] 1919/2925 65% [======================================== ] 1920/2925 65% [======================================== ] 1921/2925 65% [======================================== ] 1922/2925 65% [======================================== ] 1923/2925 65% [======================================== ] 1924/2925 65% [======================================== ] 1925/2925 65% [======================================== ] 1926/2925 65% [======================================== ] 1927/2925 65% [======================================== ] 1928/2925 65% [======================================== ] 1929/2925 65% [======================================== ] 1930/2925 65% [======================================== ] 1931/2925 66% [======================================== ] 1932/2925 66% [======================================== ] 1933/2925 66% [======================================== ] 1934/2925 66% [========================================= ] 1935/2925 66% [========================================= ] 1936/2925 66% [========================================= ] 1937/2925 66% [========================================= ] 1938/2925 66% [========================================= ] 1939/2925 66% [========================================= ] 1940/2925 66% [========================================= ] 1941/2925 66% [========================================= ] 1942/2925 66% [========================================= ] 1943/2925 66% [========================================= ] 1944/2925 66% [========================================= ] 1945/2925 66% [========================================= ] 1946/2925 66% [========================================= ] 1947/2925 66% [========================================= ] 1948/2925 66% [========================================= ] 1949/2925 66% [========================================= ] 1950/2925 66% [========================================= ] 1951/2925 66% [========================================= ] 1952/2925 66% [========================================= ] 1953/2925 66% [========================================= ] 1954/2925 66% [========================================= ] 1955/2925 66% [========================================= ] 1956/2925 66% [========================================= ] 1957/2925 66% [========================================= ] 1958/2925 66% [========================================= ] 1959/2925 66% [========================================= ] 1960/2925 67% [========================================= ] 1961/2925 67% [========================================= ] 1962/2925 67% [========================================= ] 1963/2925 67% [========================================= ] 1964/2925 67% [========================================= ] 1965/2925 67% [========================================= ] 1966/2925 67% [========================================= ] 1967/2925 67% [========================================= ] 1968/2925 67% [========================================= ] 1969/2925 67% [========================================= ] 1970/2925 67% [========================================= ] 1971/2925 67% [========================================= ] 1972/2925 67% [========================================= ] 1973/2925 67% [========================================= ] 1974/2925 67% [========================================= ] 1975/2925 67% [========================================= ] 1976/2925 67% [========================================= ] 1977/2925 67% [========================================= ] 1978/2925 67% [========================================= ] 1979/2925 67% [========================================= ] 1980/2925 67% [========================================= ] 1981/2925 67% [========================================== ] 1982/2925 67% [========================================== ] 1983/2925 67% [========================================== ] 1984/2925 67% [========================================== ] 1985/2925 67% [========================================== ] 1986/2925 67% [========================================== ] 1987/2925 67% [========================================== ] 1988/2925 67% [========================================== ] 1989/2925 68% [========================================== ] 1990/2925 68% [========================================== ] 1991/2925 68% [========================================== ] 1992/2925 68% [========================================== ] 1993/2925 68% [========================================== ] 1994/2925 68% [========================================== ] 1995/2925 68% [========================================== ] 1996/2925 68% [========================================== ] 1997/2925 68% [========================================== ] 1998/2925 68% [========================================== ] 1999/2925 68% [========================================== ] 2000/2925 68% [========================================== ] 2001/2925 68% [========================================== ] 2002/2925 68% [========================================== ] 2003/2925 68% [========================================== ] 2004/2925 68% [========================================== ] 2005/2925 68% [========================================== ] 2006/2925 68% [========================================== ] 2007/2925 68% [========================================== ] 2008/2925 68% [========================================== ] 2009/2925 68% [========================================== ] 2010/2925 68% [========================================== ] 2011/2925 68% [========================================== ] 2012/2925 68% [========================================== ] 2013/2925 68% [========================================== ] 2014/2925 68% [========================================== ] 2015/2925 68% [========================================== ] 2016/2925 68% [========================================== ] 2017/2925 68% [========================================== ] 2018/2925 68% [========================================== ] 2019/2925 69% [========================================== ] 2020/2925 69% [========================================== ] 2021/2925 69% [========================================== ] 2022/2925 69% [========================================== ] 2023/2925 69% [========================================== ] 2024/2925 69% [========================================== ] 2025/2925 69% [========================================== ] 2026/2925 69% [========================================== ] 2027/2925 69% [========================================== ] 2028/2925 69% [=========================================== ] 2029/2925 69% [=========================================== ] 2030/2925 69% [=========================================== ] 2031/2925 69% [=========================================== ] 2032/2925 69% [=========================================== ] 2033/2925 69% [=========================================== ] 2034/2925 69% [=========================================== ] 2035/2925 69% [=========================================== ] 2036/2925 69% [=========================================== ] 2037/2925 69% [=========================================== ] 2038/2925 69% [=========================================== ] 2039/2925 69% [=========================================== ] 2040/2925 69% [=========================================== ] 2041/2925 69% [=========================================== ] 2042/2925 69% [=========================================== ] 2043/2925 69% [=========================================== ] 2044/2925 69% [=========================================== ] 2045/2925 69% [=========================================== ] 2046/2925 69% [=========================================== ] 2047/2925 69% [=========================================== ] 2048/2925 70% [=========================================== ] 2049/2925 70% [=========================================== ] 2050/2925 70% [=========================================== ] 2051/2925 70% [=========================================== ] 2052/2925 70% [=========================================== ] 2053/2925 70% [=========================================== ] 2054/2925 70% [=========================================== ] 2055/2925 70% [=========================================== ] 2056/2925 70% [=========================================== ] 2057/2925 70% [=========================================== ] 2058/2925 70% [=========================================== ] 2059/2925 70% [=========================================== ] 2060/2925 70% [=========================================== ] 2061/2925 70% [=========================================== ] 2062/2925 70% [=========================================== ] 2063/2925 70% [=========================================== ] 2064/2925 70% [=========================================== ] 2065/2925 70% [=========================================== ] 2066/2925 70% [=========================================== ] 2067/2925 70% [=========================================== ] 2068/2925 70% [=========================================== ] 2069/2925 70% [=========================================== ] 2070/2925 70% [=========================================== ] 2071/2925 70% [=========================================== ] 2072/2925 70% [=========================================== ] 2073/2925 70% [=========================================== ] 2074/2925 70% [=========================================== ] 2075/2925 70% [============================================ ] 2076/2925 70% [============================================ ] 2077/2925 71% [============================================ ] 2078/2925 71% [============================================ ] 2079/2925 71% [============================================ ] 2080/2925 71% [============================================ ] 2081/2925 71% [============================================ ] 2082/2925 71% [============================================ ] 2083/2925 71% [============================================ ] 2084/2925 71% [============================================ ] 2085/2925 71% [============================================ ] 2086/2925 71% [============================================ ] 2087/2925 71% [============================================ ] 2088/2925 71% [============================================ ] 2089/2925 71% [============================================ ] 2090/2925 71% [============================================ ] 2091/2925 71% [============================================ ] 2092/2925 71% [============================================ ] 2093/2925 71% [============================================ ] 2094/2925 71% [============================================ ] 2095/2925 71% [============================================ ] 2096/2925 71% [============================================ ] 2097/2925 71% [============================================ ] 2098/2925 71% [============================================ ] 2099/2925 71% [============================================ ] 2100/2925 71% [============================================ ] 2101/2925 71% [============================================ ] 2102/2925 71% [============================================ ] 2103/2925 71% [============================================ ] 2104/2925 71% [============================================ ] 2105/2925 71% [============================================ ] 2106/2925 72% [============================================ ] 2107/2925 72% [============================================ ] 2108/2925 72% [============================================ ] 2109/2925 72% [============================================ ] 2110/2925 72% [============================================ ] 2111/2925 72% [============================================ ] 2112/2925 72% [============================================ ] 2113/2925 72% [============================================ ] 2114/2925 72% [============================================ ] 2115/2925 72% [============================================ ] 2116/2925 72% [============================================ ] 2117/2925 72% [============================================ ] 2118/2925 72% [============================================ ] 2119/2925 72% [============================================ ] 2120/2925 72% [============================================ ] 2121/2925 72% [============================================ ] 2122/2925 72% [============================================= ] 2123/2925 72% [============================================= ] 2124/2925 72% [============================================= ] 2125/2925 72% [============================================= ] 2126/2925 72% [============================================= ] 2127/2925 72% [============================================= ] 2128/2925 72% [============================================= ] 2129/2925 72% [============================================= ] 2130/2925 72% [============================================= ] 2131/2925 72% [============================================= ] 2132/2925 72% [============================================= ] 2133/2925 72% [============================================= ] 2134/2925 72% [============================================= ] 2135/2925 72% [============================================= ] 2136/2925 73% [============================================= ] 2137/2925 73% [============================================= ] 2138/2925 73% [============================================= ] 2139/2925 73% [============================================= ] 2140/2925 73% [============================================= ] 2141/2925 73% [============================================= ] 2142/2925 73% [============================================= ] 2143/2925 73% [============================================= ] 2144/2925 73% [============================================= ] 2145/2925 73% [============================================= ] 2146/2925 73% [============================================= ] 2147/2925 73% [============================================= ] 2148/2925 73% [============================================= ] 2149/2925 73% [============================================= ] 2150/2925 73% [============================================= ] 2151/2925 73% [============================================= ] 2152/2925 73% [============================================= ] 2153/2925 73% [============================================= ] 2154/2925 73% [============================================= ] 2155/2925 73% [============================================= ] 2156/2925 73% [============================================= ] 2157/2925 73% [============================================= ] 2158/2925 73% [============================================= ] 2159/2925 73% [============================================= ] 2160/2925 73% [============================================= ] 2161/2925 73% [============================================= ] 2162/2925 73% [============================================= ] 2163/2925 73% [============================================= ] 2164/2925 73% [============================================= ] 2165/2925 74% [============================================= ] 2166/2925 74% [============================================= ] 2167/2925 74% [============================================= ] 2168/2925 74% [============================================= ] 2169/2925 74% [============================================= ] 2170/2925 74% [============================================== ] 2171/2925 74% [============================================== ] 2172/2925 74% [============================================== ] 2173/2925 74% [============================================== ] 2174/2925 74% [============================================== ] 2175/2925 74% [============================================== ] 2176/2925 74% [============================================== ] 2177/2925 74% [============================================== ] 2178/2925 74% [============================================== ] 2179/2925 74% [============================================== ] 2180/2925 74% [============================================== ] 2181/2925 74% [============================================== ] 2182/2925 74% [============================================== ] 2183/2925 74% [============================================== ] 2184/2925 74% [============================================== ] 2185/2925 74% [============================================== ] 2186/2925 74% [============================================== ] 2187/2925 74% [============================================== ] 2188/2925 74% [============================================== ] 2189/2925 74% [============================================== ] 2190/2925 74% [============================================== ] 2191/2925 74% [============================================== ] 2192/2925 74% [============================================== ] 2193/2925 74% [============================================== ] 2194/2925 75% [============================================== ] 2195/2925 75% [============================================== ] 2196/2925 75% [============================================== ] 2197/2925 75% [============================================== ] 2198/2925 75% [============================================== ] 2199/2925 75% [============================================== ] 2200/2925 75% [============================================== ] 2201/2925 75% [============================================== ] 2202/2925 75% [============================================== ] 2203/2925 75% [============================================== ] 2204/2925 75% [============================================== ] 2205/2925 75% [============================================== ] 2206/2925 75% [============================================== ] 2207/2925 75% [============================================== ] 2208/2925 75% [============================================== ] 2209/2925 75% [============================================== ] 2210/2925 75% [============================================== ] 2211/2925 75% [============================================== ] 2212/2925 75% [============================================== ] 2213/2925 75% [============================================== ] 2214/2925 75% [============================================== ] 2215/2925 75% [============================================== ] 2216/2925 75% [============================================== ] 2217/2925 75% [=============================================== ] 2218/2925 75% [=============================================== ] 2219/2925 75% [=============================================== ] 2220/2925 75% [=============================================== ] 2221/2925 75% [=============================================== ] 2222/2925 75% [=============================================== ] 2223/2925 76% [=============================================== ] 2224/2925 76% [=============================================== ] 2225/2925 76% [=============================================== ] 2226/2925 76% [=============================================== ] 2227/2925 76% [=============================================== ] 2228/2925 76% [=============================================== ] 2229/2925 76% [=============================================== ] 2230/2925 76% [=============================================== ] 2231/2925 76% [=============================================== ] 2232/2925 76% [=============================================== ] 2233/2925 76% [=============================================== ] 2234/2925 76% [=============================================== ] 2235/2925 76% [=============================================== ] 2236/2925 76% [=============================================== ] 2237/2925 76% [=============================================== ] 2238/2925 76% [=============================================== ] 2239/2925 76% [=============================================== ] 2240/2925 76% [=============================================== ] 2241/2925 76% [=============================================== ] 2242/2925 76% [=============================================== ] 2243/2925 76% [=============================================== ] 2244/2925 76% [=============================================== ] 2245/2925 76% [=============================================== ] 2246/2925 76% [=============================================== ] 2247/2925 76% [=============================================== ] 2248/2925 76% [=============================================== ] 2249/2925 76% [=============================================== ] 2250/2925 76% [=============================================== ] 2251/2925 76% [=============================================== ] 2252/2925 76% [=============================================== ] 2253/2925 77% [=============================================== ] 2254/2925 77% [=============================================== ] 2255/2925 77% [=============================================== ] 2256/2925 77% [=============================================== ] 2257/2925 77% [=============================================== ] 2258/2925 77% [=============================================== ] 2259/2925 77% [=============================================== ] 2260/2925 77% [=============================================== ] 2261/2925 77% [=============================================== ] 2262/2925 77% [=============================================== ] 2263/2925 77% [=============================================== ] 2264/2925 77% [================================================ ] 2265/2925 77% [================================================ ] 2266/2925 77% [================================================ ] 2267/2925 77% [================================================ ] 2268/2925 77% [================================================ ] 2269/2925 77% [================================================ ] 2270/2925 77% [================================================ ] 2271/2925 77% [================================================ ] 2272/2925 77% [================================================ ] 2273/2925 77% [================================================ ] 2274/2925 77% [================================================ ] 2275/2925 77% [================================================ ] 2276/2925 77% [================================================ ] 2277/2925 77% [================================================ ] 2278/2925 77% [================================================ ] 2279/2925 77% [================================================ ] 2280/2925 77% [================================================ ] 2281/2925 77% [================================================ ] 2282/2925 78% [================================================ ] 2283/2925 78% [================================================ ] 2284/2925 78% [================================================ ] 2285/2925 78% [================================================ ] 2286/2925 78% [================================================ ] 2287/2925 78% [================================================ ] 2288/2925 78% [================================================ ] 2289/2925 78% [================================================ ] 2290/2925 78% [================================================ ] 2291/2925 78% [================================================ ] 2292/2925 78% [================================================ ] 2293/2925 78% [================================================ ] 2294/2925 78% [================================================ ] 2295/2925 78% [================================================ ] 2296/2925 78% [================================================ ] 2297/2925 78% [================================================ ] 2298/2925 78% [================================================ ] 2299/2925 78% [================================================ ] 2300/2925 78% [================================================ ] 2301/2925 78% [================================================ ] 2302/2925 78% [================================================ ] 2303/2925 78% [================================================ ] 2304/2925 78% [================================================ ] 2305/2925 78% [================================================ ] 2306/2925 78% [================================================ ] 2307/2925 78% [================================================ ] 2308/2925 78% [================================================ ] 2309/2925 78% [================================================ ] 2310/2925 78% [================================================ ] 2311/2925 79% [================================================= ] 2312/2925 79% [================================================= ] 2313/2925 79% [================================================= ] 2314/2925 79% [================================================= ] 2315/2925 79% [================================================= ] 2316/2925 79% [================================================= ] 2317/2925 79% [================================================= ] 2318/2925 79% [================================================= ] 2319/2925 79% [================================================= ] 2320/2925 79% [================================================= ] 2321/2925 79% [================================================= ] 2322/2925 79% [================================================= ] 2323/2925 79% [================================================= ] 2324/2925 79% [================================================= ] 2325/2925 79% [================================================= ] 2326/2925 79% [================================================= ] 2327/2925 79% [================================================= ] 2328/2925 79% [================================================= ] 2329/2925 79% [================================================= ] 2330/2925 79% [================================================= ] 2331/2925 79% [================================================= ] 2332/2925 79% [================================================= ] 2333/2925 79% [================================================= ] 2334/2925 79% [================================================= ] 2335/2925 79% [================================================= ] 2336/2925 79% [================================================= ] 2337/2925 79% [================================================= ] 2338/2925 79% [================================================= ] 2339/2925 79% [================================================= ] 2340/2925 80% [================================================= ] 2341/2925 80% [================================================= ] 2342/2925 80% [================================================= ] 2343/2925 80% [================================================= ] 2344/2925 80% [================================================= ] 2345/2925 80% [================================================= ] 2346/2925 80% [================================================= ] 2347/2925 80% [================================================= ] 2348/2925 80% [================================================= ] 2349/2925 80% [================================================= ] 2350/2925 80% [================================================= ] 2351/2925 80% [================================================= ] 2352/2925 80% [================================================= ] 2353/2925 80% [================================================= ] 2354/2925 80% [================================================= ] 2355/2925 80% [================================================= ] 2356/2925 80% [================================================= ] 2357/2925 80% [================================================= ] 2358/2925 80% [================================================== ] 2359/2925 80% [================================================== ] 2360/2925 80% [================================================== ] 2361/2925 80% [================================================== ] 2362/2925 80% [================================================== ] 2363/2925 80% [================================================== ] 2364/2925 80% [================================================== ] 2365/2925 80% [================================================== ] 2366/2925 80% [================================================== ] 2367/2925 80% [================================================== ] 2368/2925 80% [================================================== ] 2369/2925 80% [================================================== ] 2370/2925 81% [================================================== ] 2371/2925 81% [================================================== ] 2372/2925 81% [================================================== ] 2373/2925 81% [================================================== ] 2374/2925 81% [================================================== ] 2375/2925 81% [================================================== ] 2376/2925 81% [================================================== ] 2377/2925 81% [================================================== ] 2378/2925 81% [================================================== ] 2379/2925 81% [================================================== ] 2380/2925 81% [================================================== ] 2381/2925 81% [================================================== ] 2382/2925 81% [================================================== ] 2383/2925 81% [================================================== ] 2384/2925 81% [================================================== ] 2385/2925 81% [================================================== ] 2386/2925 81% [================================================== ] 2387/2925 81% [================================================== ] 2388/2925 81% [================================================== ] 2389/2925 81% [================================================== ] 2390/2925 81% [================================================== ] 2391/2925 81% [================================================== ] 2392/2925 81% [================================================== ] 2393/2925 81% [================================================== ] 2394/2925 81% [================================================== ] 2395/2925 81% [================================================== ] 2396/2925 81% [================================================== ] 2397/2925 81% [================================================== ] 2398/2925 81% [================================================== ] 2399/2925 82% [================================================== ] 2400/2925 82% [================================================== ] 2401/2925 82% [================================================== ] 2402/2925 82% [================================================== ] 2403/2925 82% [================================================== ] 2404/2925 82% [================================================== ] 2405/2925 82% [================================================== ] 2406/2925 82% [=================================================== ] 2407/2925 82% [=================================================== ] 2408/2925 82% [=================================================== ] 2409/2925 82% [=================================================== ] 2410/2925 82% [=================================================== ] 2411/2925 82% [=================================================== ] 2412/2925 82% [=================================================== ] 2413/2925 82% [=================================================== ] 2414/2925 82% [=================================================== ] 2415/2925 82% [=================================================== ] 2416/2925 82% [=================================================== ] 2417/2925 82% [=================================================== ] 2418/2925 82% [=================================================== ] 2419/2925 82% [=================================================== ] 2420/2925 82% [=================================================== ] 2421/2925 82% [=================================================== ] 2422/2925 82% [=================================================== ] 2423/2925 82% [=================================================== ] 2424/2925 82% [=================================================== ] 2425/2925 82% [=================================================== ] 2426/2925 82% [=================================================== ] 2427/2925 82% [=================================================== ] 2428/2925 83% [=================================================== ] 2429/2925 83% [=================================================== ] 2430/2925 83% [=================================================== ] 2431/2925 83% [=================================================== ] 2432/2925 83% [=================================================== ] 2433/2925 83% [=================================================== ] 2434/2925 83% [=================================================== ] 2435/2925 83% [=================================================== ] 2436/2925 83% [=================================================== ] 2437/2925 83% [=================================================== ] 2438/2925 83% [=================================================== ] 2439/2925 83% [=================================================== ] 2440/2925 83% [=================================================== ] 2441/2925 83% [=================================================== ] 2442/2925 83% [=================================================== ] 2443/2925 83% [=================================================== ] 2444/2925 83% [=================================================== ] 2445/2925 83% [=================================================== ] 2446/2925 83% [=================================================== ] 2447/2925 83% [=================================================== ] 2448/2925 83% [=================================================== ] 2449/2925 83% [=================================================== ] 2450/2925 83% [=================================================== ] 2451/2925 83% [=================================================== ] 2452/2925 83% [=================================================== ] 2453/2925 83% [==================================================== ] 2454/2925 83% [==================================================== ] 2455/2925 83% [==================================================== ] 2456/2925 83% [==================================================== ] 2457/2925 84% [==================================================== ] 2458/2925 84% [==================================================== ] 2459/2925 84% [==================================================== ] 2460/2925 84% [==================================================== ] 2461/2925 84% [==================================================== ] 2462/2925 84% [==================================================== ] 2463/2925 84% [==================================================== ] 2464/2925 84% [==================================================== ] 2465/2925 84% [==================================================== ] 2466/2925 84% [==================================================== ] 2467/2925 84% [==================================================== ] 2468/2925 84% [==================================================== ] 2469/2925 84% [==================================================== ] 2470/2925 84% [==================================================== ] 2471/2925 84% [==================================================== ] 2472/2925 84% [==================================================== ] 2473/2925 84% [==================================================== ] 2474/2925 84% [==================================================== ] 2475/2925 84% [==================================================== ] 2476/2925 84% [==================================================== ] 2477/2925 84% [==================================================== ] 2478/2925 84% [==================================================== ] 2479/2925 84% [==================================================== ] 2480/2925 84% [==================================================== ] 2481/2925 84% [==================================================== ] 2482/2925 84% [==================================================== ] 2483/2925 84% [==================================================== ] 2484/2925 84% [==================================================== ] 2485/2925 84% [==================================================== ] 2486/2925 84% [==================================================== ] 2487/2925 85% [==================================================== ] 2488/2925 85% [==================================================== ] 2489/2925 85% [==================================================== ] 2490/2925 85% [==================================================== ] 2491/2925 85% [==================================================== ] 2492/2925 85% [==================================================== ] 2493/2925 85% [==================================================== ] 2494/2925 85% [==================================================== ] 2495/2925 85% [==================================================== ] 2496/2925 85% [==================================================== ] 2497/2925 85% [==================================================== ] 2498/2925 85% [==================================================== ] 2499/2925 85% [==================================================== ] 2500/2925 85% [===================================================== ] 2501/2925 85% [===================================================== ] 2502/2925 85% [===================================================== ] 2503/2925 85% [===================================================== ] 2504/2925 85% [===================================================== ] 2505/2925 85% [===================================================== ] 2506/2925 85% [===================================================== ] 2507/2925 85% [===================================================== ] 2508/2925 85% [===================================================== ] 2509/2925 85% [===================================================== ] 2510/2925 85% [===================================================== ] 2511/2925 85% [===================================================== ] 2512/2925 85% [===================================================== ] 2513/2925 85% [===================================================== ] 2514/2925 85% [===================================================== ] 2515/2925 85% [===================================================== ] 2516/2925 86% [===================================================== ] 2517/2925 86% [===================================================== ] 2518/2925 86% [===================================================== ] 2519/2925 86% [===================================================== ] 2520/2925 86% [===================================================== ] 2521/2925 86% [===================================================== ] 2522/2925 86% [===================================================== ] 2523/2925 86% [===================================================== ] 2524/2925 86% [===================================================== ] 2525/2925 86% [===================================================== ] 2526/2925 86% [===================================================== ] 2527/2925 86% [===================================================== ] 2528/2925 86% [===================================================== ] 2529/2925 86% [===================================================== ] 2530/2925 86% [===================================================== ] 2531/2925 86% [===================================================== ] 2532/2925 86% [===================================================== ] 2533/2925 86% [===================================================== ] 2534/2925 86% [===================================================== ] 2535/2925 86% [===================================================== ] 2536/2925 86% [===================================================== ] 2537/2925 86% [===================================================== ] 2538/2925 86% [===================================================== ] 2539/2925 86% [===================================================== ] 2540/2925 86% [===================================================== ] 2541/2925 86% [===================================================== ] 2542/2925 86% [===================================================== ] 2543/2925 86% [===================================================== ] 2544/2925 86% [===================================================== ] 2545/2925 87% [===================================================== ] 2546/2925 87% [===================================================== ] 2547/2925 87% [====================================================== ] 2548/2925 87% [====================================================== ] 2549/2925 87% [====================================================== ] 2550/2925 87% [====================================================== ] 2551/2925 87% [====================================================== ] 2552/2925 87% [====================================================== ] 2553/2925 87% [====================================================== ] 2554/2925 87% [====================================================== ] 2555/2925 87% [====================================================== ] 2556/2925 87% [====================================================== ] 2557/2925 87% [====================================================== ] 2558/2925 87% [====================================================== ] 2559/2925 87% [====================================================== ] 2560/2925 87% [====================================================== ] 2561/2925 87% [====================================================== ] 2562/2925 87% [====================================================== ] 2563/2925 87% [====================================================== ] 2564/2925 87% [====================================================== ] 2565/2925 87% [====================================================== ] 2566/2925 87% [====================================================== ] 2567/2925 87% [====================================================== ] 2568/2925 87% [====================================================== ] 2569/2925 87% [====================================================== ] 2570/2925 87% [====================================================== ] 2571/2925 87% [====================================================== ] 2572/2925 87% [====================================================== ] 2573/2925 87% [====================================================== ] 2574/2925 88% [====================================================== ] 2575/2925 88% [====================================================== ] 2576/2925 88% [====================================================== ] 2577/2925 88% [====================================================== ] 2578/2925 88% [====================================================== ] 2579/2925 88% [====================================================== ] 2580/2925 88% [====================================================== ] 2581/2925 88% [====================================================== ] 2582/2925 88% [====================================================== ] 2583/2925 88% [====================================================== ] 2584/2925 88% [====================================================== ] 2585/2925 88% [====================================================== ] 2586/2925 88% [====================================================== ] 2587/2925 88% [====================================================== ] 2588/2925 88% [====================================================== ] 2589/2925 88% [====================================================== ] 2590/2925 88% [====================================================== ] 2591/2925 88% [====================================================== ] 2592/2925 88% [====================================================== ] 2593/2925 88% [====================================================== ] 2594/2925 88% [======================================================= ] 2595/2925 88% [======================================================= ] 2596/2925 88% [======================================================= ] 2597/2925 88% [======================================================= ] 2598/2925 88% [======================================================= ] 2599/2925 88% [======================================================= ] 2600/2925 88% [======================================================= ] 2601/2925 88% [======================================================= ] 2602/2925 88% [======================================================= ] 2603/2925 88% [======================================================= ] 2604/2925 89% [======================================================= ] 2605/2925 89% [======================================================= ] 2606/2925 89% [======================================================= ] 2607/2925 89% [======================================================= ] 2608/2925 89% [======================================================= ] 2609/2925 89% [======================================================= ] 2610/2925 89% [======================================================= ] 2611/2925 89% [======================================================= ] 2612/2925 89% [======================================================= ] 2613/2925 89% [======================================================= ] 2614/2925 89% [======================================================= ] 2615/2925 89% [======================================================= ] 2616/2925 89% [======================================================= ] 2617/2925 89% [======================================================= ] 2618/2925 89% [======================================================= ] 2619/2925 89% [======================================================= ] 2620/2925 89% [======================================================= ] 2621/2925 89% [======================================================= ] 2622/2925 89% [======================================================= ] 2623/2925 89% [======================================================= ] 2624/2925 89% [======================================================= ] 2625/2925 89% [======================================================= ] 2626/2925 89% [======================================================= ] 2627/2925 89% [======================================================= ] 2628/2925 89% [======================================================= ] 2629/2925 89% [======================================================= ] 2630/2925 89% [======================================================= ] 2631/2925 89% [======================================================= ] 2632/2925 89% [======================================================= ] 2633/2925 90% [======================================================= ] 2634/2925 90% [======================================================= ] 2635/2925 90% [======================================================= ] 2636/2925 90% [======================================================= ] 2637/2925 90% [======================================================= ] 2638/2925 90% [======================================================= ] 2639/2925 90% [======================================================= ] 2640/2925 90% [======================================================= ] 2641/2925 90% [======================================================== ] 2642/2925 90% [======================================================== ] 2643/2925 90% [======================================================== ] 2644/2925 90% [======================================================== ] 2645/2925 90% [======================================================== ] 2646/2925 90% [======================================================== ] 2647/2925 90% [======================================================== ] 2648/2925 90% [======================================================== ] 2649/2925 90% [======================================================== ] 2650/2925 90% [======================================================== ] 2651/2925 90% [======================================================== ] 2652/2925 90% [======================================================== ] 2653/2925 90% [======================================================== ] 2654/2925 90% [======================================================== ] 2655/2925 90% [======================================================== ] 2656/2925 90% [======================================================== ] 2657/2925 90% [======================================================== ] 2658/2925 90% [======================================================== ] 2659/2925 90% [======================================================== ] 2660/2925 90% [======================================================== ] 2661/2925 90% [======================================================== ] 2662/2925 91% [======================================================== ] 2663/2925 91% [======================================================== ] 2664/2925 91% [======================================================== ] 2665/2925 91% [======================================================== ] 2666/2925 91% [======================================================== ] 2667/2925 91% [======================================================== ] 2668/2925 91% [======================================================== ] 2669/2925 91% [======================================================== ] 2670/2925 91% [======================================================== ] 2671/2925 91% [======================================================== ] 2672/2925 91% [======================================================== ] 2673/2925 91% [======================================================== ] 2674/2925 91% [======================================================== ] 2675/2925 91% [======================================================== ] 2676/2925 91% [======================================================== ] 2677/2925 91% [======================================================== ] 2678/2925 91% [======================================================== ] 2679/2925 91% [======================================================== ] 2680/2925 91% [======================================================== ] 2681/2925 91% [======================================================== ] 2682/2925 91% [======================================================== ] 2683/2925 91% [======================================================== ] 2684/2925 91% [======================================================== ] 2685/2925 91% [======================================================== ] 2686/2925 91% [======================================================== ] 2687/2925 91% [======================================================== ] 2688/2925 91% [======================================================== ] 2689/2925 91% [========================================================= ] 2690/2925 91% [========================================================= ] 2691/2925 92% [========================================================= ] 2692/2925 92% [========================================================= ] 2693/2925 92% [========================================================= ] 2694/2925 92% [========================================================= ] 2695/2925 92% [========================================================= ] 2696/2925 92% [========================================================= ] 2697/2925 92% [========================================================= ] 2698/2925 92% [========================================================= ] 2699/2925 92% [========================================================= ] 2700/2925 92% [========================================================= ] 2701/2925 92% [========================================================= ] 2702/2925 92% [========================================================= ] 2703/2925 92% [========================================================= ] 2704/2925 92% [========================================================= ] 2705/2925 92% [========================================================= ] 2706/2925 92% [========================================================= ] 2707/2925 92% [========================================================= ] 2708/2925 92% [========================================================= ] 2709/2925 92% [========================================================= ] 2710/2925 92% [========================================================= ] 2711/2925 92% [========================================================= ] 2712/2925 92% [========================================================= ] 2713/2925 92% [========================================================= ] 2714/2925 92% [========================================================= ] 2715/2925 92% [========================================================= ] 2716/2925 92% [========================================================= ] 2717/2925 92% [========================================================= ] 2718/2925 92% [========================================================= ] 2719/2925 92% [========================================================= ] 2720/2925 92% [========================================================= ] 2721/2925 93% [========================================================= ] 2722/2925 93% [========================================================= ] 2723/2925 93% [========================================================= ] 2724/2925 93% [========================================================= ] 2725/2925 93% [========================================================= ] 2726/2925 93% [========================================================= ] 2727/2925 93% [========================================================= ] 2728/2925 93% [========================================================= ] 2729/2925 93% [========================================================= ] 2730/2925 93% [========================================================= ] 2731/2925 93% [========================================================= ] 2732/2925 93% [========================================================= ] 2733/2925 93% [========================================================= ] 2734/2925 93% [========================================================= ] 2735/2925 93% [========================================================= ] 2736/2925 93% [========================================================== ] 2737/2925 93% [========================================================== ] 2738/2925 93% [========================================================== ] 2739/2925 93% [========================================================== ] 2740/2925 93% [========================================================== ] 2741/2925 93% [========================================================== ] 2742/2925 93% [========================================================== ] 2743/2925 93% [========================================================== ] 2744/2925 93% [========================================================== ] 2745/2925 93% [========================================================== ] 2746/2925 93% [========================================================== ] 2747/2925 93% [========================================================== ] 2748/2925 93% [========================================================== ] 2749/2925 93% [========================================================== ] 2750/2925 94% [========================================================== ] 2751/2925 94% [========================================================== ] 2752/2925 94% [========================================================== ] 2753/2925 94% [========================================================== ] 2754/2925 94% [========================================================== ] 2755/2925 94% [========================================================== ] 2756/2925 94% [========================================================== ] 2757/2925 94% [========================================================== ] 2758/2925 94% [========================================================== ] 2759/2925 94% [========================================================== ] 2760/2925 94% [========================================================== ] 2761/2925 94% [========================================================== ] 2762/2925 94% [========================================================== ] 2763/2925 94% [========================================================== ] 2764/2925 94% [========================================================== ] 2765/2925 94% [========================================================== ] 2766/2925 94% [========================================================== ] 2767/2925 94% [========================================================== ] 2768/2925 94% [========================================================== ] 2769/2925 94% [========================================================== ] 2770/2925 94% [========================================================== ] 2771/2925 94% [========================================================== ] 2772/2925 94% [========================================================== ] 2773/2925 94% [========================================================== ] 2774/2925 94% [========================================================== ] 2775/2925 94% [========================================================== ] 2776/2925 94% [========================================================== ] 2777/2925 94% [========================================================== ] 2778/2925 94% [========================================================== ] 2779/2925 95% [========================================================== ] 2780/2925 95% [========================================================== ] 2781/2925 95% [========================================================== ] 2782/2925 95% [========================================================== ] 2783/2925 95% [=========================================================== ] 2784/2925 95% [=========================================================== ] 2785/2925 95% [=========================================================== ] 2786/2925 95% [=========================================================== ] 2787/2925 95% [=========================================================== ] 2788/2925 95% [=========================================================== ] 2789/2925 95% [=========================================================== ] 2790/2925 95% [=========================================================== ] 2791/2925 95% [=========================================================== ] 2792/2925 95% [=========================================================== ] 2793/2925 95% [=========================================================== ] 2794/2925 95% [=========================================================== ] 2795/2925 95% [=========================================================== ] 2796/2925 95% [=========================================================== ] 2797/2925 95% [=========================================================== ] 2798/2925 95% [=========================================================== ] 2799/2925 95% [=========================================================== ] 2800/2925 95% [=========================================================== ] 2801/2925 95% [=========================================================== ] 2802/2925 95% [=========================================================== ] 2803/2925 95% [=========================================================== ] 2804/2925 95% [=========================================================== ] 2805/2925 95% [=========================================================== ] 2806/2925 95% [=========================================================== ] 2807/2925 95% [=========================================================== ] 2808/2925 96% [=========================================================== ] 2809/2925 96% [=========================================================== ] 2810/2925 96% [=========================================================== ] 2811/2925 96% [=========================================================== ] 2812/2925 96% [=========================================================== ] 2813/2925 96% [=========================================================== ] 2814/2925 96% [=========================================================== ] 2815/2925 96% [=========================================================== ] 2816/2925 96% [=========================================================== ] 2817/2925 96% [=========================================================== ] 2818/2925 96% [=========================================================== ] 2819/2925 96% [=========================================================== ] 2820/2925 96% [=========================================================== ] 2821/2925 96% [=========================================================== ] 2822/2925 96% [=========================================================== ] 2823/2925 96% [=========================================================== ] 2824/2925 96% [=========================================================== ] 2825/2925 96% [=========================================================== ] 2826/2925 96% [=========================================================== ] 2827/2925 96% [=========================================================== ] 2828/2925 96% [=========================================================== ] 2829/2925 96% [=========================================================== ] 2830/2925 96% [============================================================ ] 2831/2925 96% [============================================================ ] 2832/2925 96% [============================================================ ] 2833/2925 96% [============================================================ ] 2834/2925 96% [============================================================ ] 2835/2925 96% [============================================================ ] 2836/2925 96% [============================================================ ] 2837/2925 96% [============================================================ ] 2838/2925 97% [============================================================ ] 2839/2925 97% [============================================================ ] 2840/2925 97% [============================================================ ] 2841/2925 97% [============================================================ ] 2842/2925 97% [============================================================ ] 2843/2925 97% [============================================================ ] 2844/2925 97% [============================================================ ] 2845/2925 97% [============================================================ ] 2846/2925 97% [============================================================ ] 2847/2925 97% [============================================================ ] 2848/2925 97% [============================================================ ] 2849/2925 97% [============================================================ ] 2850/2925 97% [============================================================ ] 2851/2925 97% [============================================================ ] 2852/2925 97% [============================================================ ] 2853/2925 97% [============================================================ ] 2854/2925 97% [============================================================ ] 2855/2925 97% [============================================================ ] 2856/2925 97% [============================================================ ] 2857/2925 97% [============================================================ ] 2858/2925 97% [============================================================ ] 2859/2925 97% [============================================================ ] 2860/2925 97% [============================================================ ] 2861/2925 97% [============================================================ ] 2862/2925 97% [============================================================ ] 2863/2925 97% [============================================================ ] 2864/2925 97% [============================================================ ] 2865/2925 97% [============================================================ ] 2866/2925 97% [============================================================ ] 2867/2925 98% [============================================================ ] 2868/2925 98% [============================================================ ] 2869/2925 98% [============================================================ ] 2870/2925 98% [============================================================ ] 2871/2925 98% [============================================================ ] 2872/2925 98% [============================================================ ] 2873/2925 98% [============================================================ ] 2874/2925 98% [============================================================ ] 2875/2925 98% [============================================================ ] 2876/2925 98% [============================================================ ] 2877/2925 98% [============================================================= ] 2878/2925 98% [============================================================= ] 2879/2925 98% [============================================================= ] 2880/2925 98% [============================================================= ] 2881/2925 98% [============================================================= ] 2882/2925 98% [============================================================= ] 2883/2925 98% [============================================================= ] 2884/2925 98% [============================================================= ] 2885/2925 98% [============================================================= ] 2886/2925 98% [============================================================= ] 2887/2925 98% [============================================================= ] 2888/2925 98% [============================================================= ] 2889/2925 98% [============================================================= ] 2890/2925 98% [============================================================= ] 2891/2925 98% [============================================================= ] 2892/2925 98% [============================================================= ] 2893/2925 98% [============================================================= ] 2894/2925 98% [============================================================= ] 2895/2925 98% [============================================================= ] 2896/2925 99% [============================================================= ] 2897/2925 99% [============================================================= ] 2898/2925 99% [============================================================= ] 2899/2925 99% [============================================================= ] 2900/2925 99% [============================================================= ] 2901/2925 99% [============================================================= ] 2902/2925 99% [============================================================= ] 2903/2925 99% [============================================================= ] 2904/2925 99% [============================================================= ] 2905/2925 99% [============================================================= ] 2906/2925 99% [============================================================= ] 2907/2925 99% [============================================================= ] 2908/2925 99% [============================================================= ] 2909/2925 99% [============================================================= ] 2910/2925 99% [============================================================= ] 2911/2925 99% [============================================================= ] 2912/2925 99% [============================================================= ] 2913/2925 99% [============================================================= ] 2914/2925 99% [============================================================= ] 2915/2925 99% [============================================================= ] 2916/2925 99% [============================================================= ] 2917/2925 99% [============================================================= ] 2918/2925 99% [============================================================= ] 2919/2925 99% [============================================================= ] 2920/2925 99% [============================================================= ] 2921/2925 99% [============================================================= ] 2922/2925 99% [============================================================= ] 2923/2925 99% [============================================================= ] 2924/2925 99% [==============================================================] 2925/2925 100% operation complete, 2925 objects in 139309 NAND pages. ln -snf /home/autobuild/autobuild/instance-21/output-1/host/powerpc64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-21/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-21/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-21/buildroot' >>> Buildroot 2022.11-266-gf298729fc3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.9 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 >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> arp-scan 1.9.8 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.5.1 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.0 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> comix-cursors 0.9.1 Collecting legal info >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-delve 1.8.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.19.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> 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) >>> f2fs-tools 1.15.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> initscripts Collecting legal info >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jquery-keyboard 1.18.12 Collecting legal info README.markdown: OK (sha256: 0ad9a0e7291b45cdb5abe2a517d8b82282a816d41c9224660849792ce01fe983) >>> jquery-sidebar 3.3.2 Collecting legal info LICENSE: OK (sha256: f3522370f4b6accf9c1344f520bdea35f2388f1cbb124c0c179d2ca2a6a94c76) >>> jquery-ui 1.13.1 Collecting legal info LICENSE.txt: OK (sha256: de33fb695880d0b07615d4b86f78cd43796906959ade5fdfef70968827a0db78) >>> jquery 3.5.1 Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> host-kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libcurl 7.86.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libedit 20210910-3.1 Collecting legal info COPYING: OK (sha256: 9da6c9c74987a36c84302982799d17d2f748ba1c1c0c471425716173c1d07649) >>> libfribidi 1.0.12 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libksba 1.6.2 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libminiupnpc 2.2.4 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libsocketcan 0.0.12 Collecting legal info LICENSE: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> 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.1q 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) >>> mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> nano 7.0 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> nettle 3.8.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> noip 2.1.9 Collecting legal info COPYING: OK (sha256: 5aaf7e9e1790c6e372b6c5dec8c6c4b60504414a8c56f64c3071d281d3c251fa) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> 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) >>> openvpn 2.5.7 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pinentry 1.2.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-lxml 4.9.1 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rtc-tools 33ef4aa1c92b0c92a351284d93d1ac5570de9cc7 Collecting legal info COPYING: OK (sha256: 7ae50a5344af14d6231aff6814632a220b3127da4099aea2c6070fd79c407c1a) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> ser2net 4.3.8 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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: comix-cursors-0.9.1: cannot save license (COMIX_CURSORS_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-21/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-21/buildroot'