printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/autobuild/autobuild/instance-14/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" gzip -9 -c -n /home/autobuild/autobuild/instance-14/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-14/output-1/images/rootfs.cpio.gz >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-14/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-14/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-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1328 objects. stage 2: creating image '/home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/1328 0% [ ] 2/1328 0% [ ] 3/1328 0% [ ] 4/1328 0% [ ] 5/1328 0% [ ] 6/1328 0% [ ] 7/1328 0% [ ] 8/1328 0% [ ] 9/1328 0% [ ] 10/1328 0% [ ] 11/1328 0% [ ] 12/1328 0% [ ] 13/1328 0% [ ] 14/1328 1% [ ] 15/1328 1% [ ] 16/1328 1% [ ] 17/1328 1% [ ] 18/1328 1% [ ] 19/1328 1% [ ] 20/1328 1% [ ] 21/1328 1% [= ] 22/1328 1% [= ] 23/1328 1% [= ] 24/1328 1% [= ] 25/1328 1% [= ] 26/1328 1% [= ] 27/1328 2% [= ] 28/1328 2% [= ] 29/1328 2% [= ] 30/1328 2% [= ] 31/1328 2% [= ] 32/1328 2% [= ] 33/1328 2% [= ] 34/1328 2% [= ] 35/1328 2% [= ] 36/1328 2% [= ] 37/1328 2% [= ] 38/1328 2% [= ] 39/1328 2% [= ] 40/1328 3% [= ] 41/1328 3% [= ] 42/1328 3% [== ] 43/1328 3% [== ] 44/1328 3% [== ] 45/1328 3% [== ] 46/1328 3% [== ] 47/1328 3% [== ] 48/1328 3% [== ] 49/1328 3% [== ] 50/1328 3% [== ] 51/1328 3% [== ] 52/1328 3% [== ] 53/1328 3% [== ] 54/1328 4% [== ] 55/1328 4% [== ] 56/1328 4% [== ] 57/1328 4% [== ] 58/1328 4% [== ] 59/1328 4% [== ] 60/1328 4% [== ] 61/1328 4% [== ] 62/1328 4% [== ] 63/1328 4% [== ] 64/1328 4% [=== ] 65/1328 4% [=== ] 66/1328 4% [=== ] 67/1328 5% [=== ] 68/1328 5% [=== ] 69/1328 5% [=== ] 70/1328 5% [=== ] 71/1328 5% [=== ] 72/1328 5% [=== ] 73/1328 5% [=== ] 74/1328 5% [=== ] 75/1328 5% [=== ] 76/1328 5% [=== ] 77/1328 5% [=== ] 78/1328 5% [=== ] 79/1328 5% [=== ] 80/1328 6% [=== ] 81/1328 6% [=== ] 82/1328 6% [=== ] 83/1328 6% [=== ] 84/1328 6% [=== ] 85/1328 6% [==== ] 86/1328 6% [==== ] 87/1328 6% [==== ] 88/1328 6% [==== ] 89/1328 6% [==== ] 90/1328 6% [==== ] 91/1328 6% [==== ] 92/1328 6% [==== ] 93/1328 7% [==== ] 94/1328 7% [==== ] 95/1328 7% [==== ] 96/1328 7% [==== ] 97/1328 7% [==== ] 98/1328 7% [==== ] 99/1328 7% [==== ] 100/1328 7% [==== ] 101/1328 7% [==== ] 102/1328 7% [==== ] 103/1328 7% [==== ] 104/1328 7% [==== ] 105/1328 7% [==== ] 106/1328 7% [==== ] 107/1328 8% [===== ] 108/1328 8% [===== ] 109/1328 8% [===== ] 110/1328 8% [===== ] 111/1328 8% [===== ] 112/1328 8% [===== ] 113/1328 8% [===== ] 114/1328 8% [===== ] 115/1328 8% [===== ] 116/1328 8% [===== ] 117/1328 8% [===== ] 118/1328 8% [===== ] 119/1328 8% [===== ] 120/1328 9% [===== ] 121/1328 9% [===== ] 122/1328 9% [===== ] 123/1328 9% [===== ] 124/1328 9% [===== ] 125/1328 9% [===== ] 126/1328 9% [===== ] 127/1328 9% [===== ] 128/1328 9% [====== ] 129/1328 9% [====== ] 130/1328 9% [====== ] 131/1328 9% [====== ] 132/1328 9% [====== ] 133/1328 10% [====== ] 134/1328 10% [====== ] 135/1328 10% [====== ] 136/1328 10% [====== ] 137/1328 10% [====== ] 138/1328 10% [====== ] 139/1328 10% [====== ] 140/1328 10% [====== ] 141/1328 10% [====== ] 142/1328 10% [====== ] 143/1328 10% [====== ] 144/1328 10% [====== ] 145/1328 10% [====== ] 146/1328 10% [====== ] 147/1328 11% [====== ] 148/1328 11% [====== ] 149/1328 11% [======= ] 150/1328 11% [======= ] 151/1328 11% [======= ] 152/1328 11% [======= ] 153/1328 11% [======= ] 154/1328 11% [======= ] 155/1328 11% [======= ] 156/1328 11% [======= ] 157/1328 11% [======= ] 158/1328 11% [======= ] 159/1328 11% [======= ] 160/1328 12% [======= ] 161/1328 12% [======= ] 162/1328 12% [======= ] 163/1328 12% [======= ] 164/1328 12% [======= ] 165/1328 12% [======= ] 166/1328 12% [======= ] 167/1328 12% [======= ] 168/1328 12% [======= ] 169/1328 12% [======= ] 170/1328 12% [======= ] 171/1328 12% [======== ] 172/1328 12% [======== ] 173/1328 13% [======== ] 174/1328 13% [======== ] 175/1328 13% [======== ] 176/1328 13% [======== ] 177/1328 13% [======== ] 178/1328 13% [======== ] 179/1328 13% [======== ] 180/1328 13% [======== ] 181/1328 13% [======== ] 182/1328 13% [======== ] 183/1328 13% [======== ] 184/1328 13% [======== ] 185/1328 13% [======== ] 186/1328 14% [======== ] 187/1328 14% [======== ] 188/1328 14% [======== ] 189/1328 14% [======== ] 190/1328 14% [======== ] 191/1328 14% [======== ] 192/1328 14% [========= ] 193/1328 14% [========= ] 194/1328 14% [========= ] 195/1328 14% [========= ] 196/1328 14% [========= ] 197/1328 14% [========= ] 198/1328 14% [========= ] 199/1328 14% [========= ] 200/1328 15% [========= ] 201/1328 15% [========= ] 202/1328 15% [========= ] 203/1328 15% [========= ] 204/1328 15% [========= ] 205/1328 15% [========= ] 206/1328 15% [========= ] 207/1328 15% [========= ] 208/1328 15% [========= ] 209/1328 15% [========= ] 210/1328 15% [========= ] 211/1328 15% [========= ] 212/1328 15% [========= ] 213/1328 16% [========= ] 214/1328 16% [========== ] 215/1328 16% [========== ] 216/1328 16% [========== ] 217/1328 16% [========== ] 218/1328 16% [========== ] 219/1328 16% [========== ] 220/1328 16% [========== ] 221/1328 16% [========== ] 222/1328 16% [========== ] 223/1328 16% [========== ] 224/1328 16% [========== ] 225/1328 16% [========== ] 226/1328 17% [========== ] 227/1328 17% [========== ] 228/1328 17% [========== ] 229/1328 17% [========== ] 230/1328 17% [========== ] 231/1328 17% [========== ] 232/1328 17% [========== ] 233/1328 17% [========== ] 234/1328 17% [========== ] 235/1328 17% [=========== ] 236/1328 17% [=========== ] 237/1328 17% [=========== ] 238/1328 17% [=========== ] 239/1328 17% [=========== ] 240/1328 18% [=========== ] 241/1328 18% [=========== ] 242/1328 18% [=========== ] 243/1328 18% [=========== ] 244/1328 18% [=========== ] 245/1328 18% [=========== ] 246/1328 18% [=========== ] 247/1328 18% [=========== ] 248/1328 18% [=========== ] 249/1328 18% [=========== ] 250/1328 18% [=========== ] 251/1328 18% [=========== ] 252/1328 18% [=========== ] 253/1328 19% [=========== ] 254/1328 19% [=========== ] 255/1328 19% [=========== ] 256/1328 19% [=========== ] 257/1328 19% [============ ] 258/1328 19% [============ ] 259/1328 19% [============ ] 260/1328 19% [============ ] 261/1328 19% [============ ] 262/1328 19% [============ ] 263/1328 19% [============ ] 264/1328 19% [============ ] 265/1328 19% [============ ] 266/1328 20% [============ ] 267/1328 20% [============ ] 268/1328 20% [============ ] 269/1328 20% [============ ] 270/1328 20% [============ ] 271/1328 20% [============ ] 272/1328 20% [============ ] 273/1328 20% [============ ] 274/1328 20% [============ ] 275/1328 20% [============ ] 276/1328 20% [============ ] 277/1328 20% [============ ] 278/1328 20% [============= ] 279/1328 21% [============= ] 280/1328 21% [============= ] 281/1328 21% [============= ] 282/1328 21% [============= ] 283/1328 21% [============= ] 284/1328 21% [============= ] 285/1328 21% [============= ] 286/1328 21% [============= ] 287/1328 21% [============= ] 288/1328 21% [============= ] 289/1328 21% [============= ] 290/1328 21% [============= ] 291/1328 21% [============= ] 292/1328 21% [============= ] 293/1328 22% [============= ] 294/1328 22% [============= ] 295/1328 22% [============= ] 296/1328 22% [============= ] 297/1328 22% [============= ] 298/1328 22% [============= ] 299/1328 22% [============== ] 300/1328 22% [============== ] 301/1328 22% [============== ] 302/1328 22% [============== ] 303/1328 22% [============== ] 304/1328 22% [============== ] 305/1328 22% [============== ] 306/1328 23% [============== ] 307/1328 23% [============== ] 308/1328 23% [============== ] 309/1328 23% [============== ] 310/1328 23% [============== ] 311/1328 23% [============== ] 312/1328 23% [============== ] 313/1328 23% [============== ] 314/1328 23% [============== ] 315/1328 23% [============== ] 316/1328 23% [============== ] 317/1328 23% [============== ] 318/1328 23% [============== ] 319/1328 24% [============== ] 320/1328 24% [============== ] 321/1328 24% [=============== ] 322/1328 24% [=============== ] 323/1328 24% [=============== ] 324/1328 24% [=============== ] 325/1328 24% [=============== ] 326/1328 24% [=============== ] 327/1328 24% [=============== ] 328/1328 24% [=============== ] 329/1328 24% [=============== ] 330/1328 24% [=============== ] 331/1328 24% [=============== ] 332/1328 25% [=============== ] 333/1328 25% [=============== ] 334/1328 25% [=============== ] 335/1328 25% [=============== ] 336/1328 25% [=============== ] 337/1328 25% [=============== ] 338/1328 25% [=============== ] 339/1328 25% [=============== ] 340/1328 25% [=============== ] 341/1328 25% [=============== ] 342/1328 25% [================ ] 343/1328 25% [================ ] 344/1328 25% [================ ] 345/1328 25% [================ ] 346/1328 26% [================ ] 347/1328 26% [================ ] 348/1328 26% [================ ] 349/1328 26% [================ ] 350/1328 26% [================ ] 351/1328 26% [================ ] 352/1328 26% [================ ] 353/1328 26% [================ ] 354/1328 26% [================ ] 355/1328 26% [================ ] 356/1328 26% [================ ] 357/1328 26% [================ ] 358/1328 26% [================ ] 359/1328 27% [================ ] 360/1328 27% [================ ] 361/1328 27% [================ ] 362/1328 27% [================ ] 363/1328 27% [================ ] 364/1328 27% [================= ] 365/1328 27% [================= ] 366/1328 27% [================= ] 367/1328 27% [================= ] 368/1328 27% [================= ] 369/1328 27% [================= ] 370/1328 27% [================= ] 371/1328 27% [================= ] 372/1328 28% [================= ] 373/1328 28% [================= ] 374/1328 28% [================= ] 375/1328 28% [================= ] 376/1328 28% [================= ] 377/1328 28% [================= ] 378/1328 28% [================= ] 379/1328 28% [================= ] 380/1328 28% [================= ] 381/1328 28% [================= ] 382/1328 28% [================= ] 383/1328 28% [================= ] 384/1328 28% [================= ] 385/1328 28% [================== ] 386/1328 29% [================== ] 387/1328 29% [================== ] 388/1328 29% [================== ] 389/1328 29% [================== ] 390/1328 29% [================== ] 391/1328 29% [================== ] 392/1328 29% [================== ] 393/1328 29% [================== ] 394/1328 29% [================== ] 395/1328 29% [================== ] 396/1328 29% [================== ] 397/1328 29% [================== ] 398/1328 29% [================== ] 399/1328 30% [================== ] 400/1328 30% [================== ] 401/1328 30% [================== ] 402/1328 30% [================== ] 403/1328 30% [================== ] 404/1328 30% [================== ] 405/1328 30% [================== ] 406/1328 30% [=================== ] 407/1328 30% [=================== ] 408/1328 30% [=================== ] 409/1328 30% [=================== ] 410/1328 30% [=================== ] 411/1328 30% [=================== ] 412/1328 31% [=================== ] 413/1328 31% [=================== ] 414/1328 31% [=================== ] 415/1328 31% [=================== ] 416/1328 31% [=================== ] 417/1328 31% [=================== ] 418/1328 31% [=================== ] 419/1328 31% [=================== ] 420/1328 31% [=================== ] 421/1328 31% [=================== ] 422/1328 31% [=================== ] 423/1328 31% [=================== ] 424/1328 31% [=================== ] 425/1328 32% [=================== ] 426/1328 32% [=================== ] 427/1328 32% [=================== ] 428/1328 32% [==================== ] 429/1328 32% [==================== ] 430/1328 32% [==================== ] 431/1328 32% [==================== ] 432/1328 32% [==================== ] 433/1328 32% [==================== ] 434/1328 32% [==================== ] 435/1328 32% [==================== ] 436/1328 32% [==================== ] 437/1328 32% [==================== ] 438/1328 32% [==================== ] 439/1328 33% [==================== ] 440/1328 33% [==================== ] 441/1328 33% [==================== ] 442/1328 33% [==================== ] 443/1328 33% [==================== ] 444/1328 33% [==================== ] 445/1328 33% [==================== ] 446/1328 33% [==================== ] 447/1328 33% [==================== ] 448/1328 33% [==================== ] 449/1328 33% [===================== ] 450/1328 33% [===================== ] 451/1328 33% [===================== ] 452/1328 34% [===================== ] 453/1328 34% [===================== ] 454/1328 34% [===================== ] 455/1328 34% [===================== ] 456/1328 34% [===================== ] 457/1328 34% [===================== ] 458/1328 34% [===================== ] 459/1328 34% [===================== ] 460/1328 34% [===================== ] 461/1328 34% [===================== ] 462/1328 34% [===================== ] 463/1328 34% [===================== ] 464/1328 34% [===================== ] 465/1328 35% [===================== ] 466/1328 35% [===================== ] 467/1328 35% [===================== ] 468/1328 35% [===================== ] 469/1328 35% [===================== ] 470/1328 35% [===================== ] 471/1328 35% [====================== ] 472/1328 35% [====================== ] 473/1328 35% [====================== ] 474/1328 35% [====================== ] 475/1328 35% [====================== ] 476/1328 35% [====================== ] 477/1328 35% [====================== ] 478/1328 35% [====================== ] 479/1328 36% [====================== ] 480/1328 36% [====================== ] 481/1328 36% [====================== ] 482/1328 36% [====================== ] 483/1328 36% [====================== ] 484/1328 36% [====================== ] 485/1328 36% [====================== ] 486/1328 36% [====================== ] 487/1328 36% [====================== ] 488/1328 36% [====================== ] 489/1328 36% [====================== ] 490/1328 36% [====================== ] 491/1328 36% [====================== ] 492/1328 37% [======================= ] 493/1328 37% [======================= ] 494/1328 37% [======================= ] 495/1328 37% [======================= ] 496/1328 37% [======================= ] 497/1328 37% [======================= ] 498/1328 37% [======================= ] 499/1328 37% [======================= ] 500/1328 37% [======================= ] 501/1328 37% [======================= ] 502/1328 37% [======================= ] 503/1328 37% [======================= ] 504/1328 37% [======================= ] 505/1328 38% [======================= ] 506/1328 38% [======================= ] 507/1328 38% [======================= ] 508/1328 38% [======================= ] 509/1328 38% [======================= ] 510/1328 38% [======================= ] 511/1328 38% [======================= ] 512/1328 38% [======================= ] 513/1328 38% [======================= ] 514/1328 38% [======================== ] 515/1328 38% [======================== ] 516/1328 38% [======================== ] 517/1328 38% [======================== ] 518/1328 39% [======================== ] 519/1328 39% [======================== ] 520/1328 39% [======================== ] 521/1328 39% [======================== ] 522/1328 39% [======================== ] 523/1328 39% [======================== ] 524/1328 39% [======================== ] 525/1328 39% [======================== ] 526/1328 39% [======================== ] 527/1328 39% [======================== ] 528/1328 39% [======================== ] 529/1328 39% [======================== ] 530/1328 39% [======================== ] 531/1328 39% [======================== ] 532/1328 40% [======================== ] 533/1328 40% [======================== ] 534/1328 40% [======================== ] 535/1328 40% [========================= ] 536/1328 40% [========================= ] 537/1328 40% [========================= ] 538/1328 40% [========================= ] 539/1328 40% [========================= ] 540/1328 40% [========================= ] 541/1328 40% [========================= ] 542/1328 40% [========================= ] 543/1328 40% [========================= ] 544/1328 40% [========================= ] 545/1328 41% [========================= ] 546/1328 41% [========================= ] 547/1328 41% [========================= ] 548/1328 41% [========================= ] 549/1328 41% [========================= ] 550/1328 41% [========================= ] 551/1328 41% [========================= ] 552/1328 41% [========================= ] 553/1328 41% [========================= ] 554/1328 41% [========================= ] 555/1328 41% [========================= ] 556/1328 41% [========================== ] 557/1328 41% [========================== ] 558/1328 42% [========================== ] 559/1328 42% [========================== ] 560/1328 42% [========================== ] 561/1328 42% [========================== ] 562/1328 42% [========================== ] 563/1328 42% [========================== ] 564/1328 42% [========================== ] 565/1328 42% [========================== ] 566/1328 42% [========================== ] 567/1328 42% [========================== ] 568/1328 42% [========================== ] 569/1328 42% [========================== ] 570/1328 42% [========================== ] 571/1328 42% [========================== ] 572/1328 43% [========================== ] 573/1328 43% [========================== ] 574/1328 43% [========================== ] 575/1328 43% [========================== ] 576/1328 43% [========================== ] 577/1328 43% [========================== ] 578/1328 43% [=========================== ] 579/1328 43% [=========================== ] 580/1328 43% [=========================== ] 581/1328 43% [=========================== ] 582/1328 43% [=========================== ] 583/1328 43% [=========================== ] 584/1328 43% [=========================== ] 585/1328 44% [=========================== ] 586/1328 44% [=========================== ] 587/1328 44% [=========================== ] 588/1328 44% [=========================== ] 589/1328 44% [=========================== ] 590/1328 44% [=========================== ] 591/1328 44% [=========================== ] 592/1328 44% [=========================== ] 593/1328 44% [=========================== ] 594/1328 44% [=========================== ] 595/1328 44% [=========================== ] 596/1328 44% [=========================== ] 597/1328 44% [=========================== ] 598/1328 45% [=========================== ] 599/1328 45% [============================ ] 600/1328 45% [============================ ] 601/1328 45% [============================ ] 602/1328 45% [============================ ] 603/1328 45% [============================ ] 604/1328 45% [============================ ] 605/1328 45% [============================ ] 606/1328 45% [============================ ] 607/1328 45% [============================ ] 608/1328 45% [============================ ] 609/1328 45% [============================ ] 610/1328 45% [============================ ] 611/1328 46% [============================ ] 612/1328 46% [============================ ] 613/1328 46% [============================ ] 614/1328 46% [============================ ] 615/1328 46% [============================ ] 616/1328 46% [============================ ] 617/1328 46% [============================ ] 618/1328 46% [============================ ] 619/1328 46% [============================ ] 620/1328 46% [============================ ] 621/1328 46% [============================= ] 622/1328 46% [============================= ] 623/1328 46% [============================= ] 624/1328 46% [============================= ] 625/1328 47% [============================= ] 626/1328 47% [============================= ] 627/1328 47% [============================= ] 628/1328 47% [============================= ] 629/1328 47% [============================= ] 630/1328 47% [============================= ] 631/1328 47% [============================= ] 632/1328 47% [============================= ] 633/1328 47% [============================= ] 634/1328 47% [============================= ] 635/1328 47% [============================= ] 636/1328 47% [============================= ] 637/1328 47% [============================= ] 638/1328 48% [============================= ] 639/1328 48% [============================= ] 640/1328 48% [============================= ] 641/1328 48% [============================= ] 642/1328 48% [============================== ] 643/1328 48% [============================== ] 644/1328 48% [============================== ] 645/1328 48% [============================== ] 646/1328 48% [============================== ] 647/1328 48% [============================== ] 648/1328 48% [============================== ] 649/1328 48% [============================== ] 650/1328 48% [============================== ] 651/1328 49% [============================== ] 652/1328 49% [============================== ] 653/1328 49% [============================== ] 654/1328 49% [============================== ] 655/1328 49% [============================== ] 656/1328 49% [============================== ] 657/1328 49% [============================== ] 658/1328 49% [============================== ] 659/1328 49% [============================== ] 660/1328 49% [============================== ] 661/1328 49% [============================== ] 662/1328 49% [============================== ] 663/1328 49% [=============================== ] 664/1328 50% [=============================== ] 665/1328 50% [=============================== ] 666/1328 50% [=============================== ] 667/1328 50% [=============================== ] 668/1328 50% [=============================== ] 669/1328 50% [=============================== ] 670/1328 50% [=============================== ] 671/1328 50% [=============================== ] 672/1328 50% [=============================== ] 673/1328 50% [=============================== ] 674/1328 50% [=============================== ] 675/1328 50% [=============================== ] 676/1328 50% [=============================== ] 677/1328 50% [=============================== ] 678/1328 51% [=============================== ] 679/1328 51% [=============================== ] 680/1328 51% [=============================== ] 681/1328 51% [=============================== ] 682/1328 51% [=============================== ] 683/1328 51% [=============================== ] 684/1328 51% [=============================== ] 685/1328 51% [================================ ] 686/1328 51% [================================ ] 687/1328 51% [================================ ] 688/1328 51% [================================ ] 689/1328 51% [================================ ] 690/1328 51% [================================ ] 691/1328 52% [================================ ] 692/1328 52% [================================ ] 693/1328 52% [================================ ] 694/1328 52% [================================ ] 695/1328 52% [================================ ] 696/1328 52% [================================ ] 697/1328 52% [================================ ] 698/1328 52% [================================ ] 699/1328 52% [================================ ] 700/1328 52% [================================ ] 701/1328 52% [================================ ] 702/1328 52% [================================ ] 703/1328 52% [================================ ] 704/1328 53% [================================ ] 705/1328 53% [================================ ] 706/1328 53% [================================= ] 707/1328 53% [================================= ] 708/1328 53% [================================= ] 709/1328 53% [================================= ] 710/1328 53% [================================= ] 711/1328 53% [================================= ] 712/1328 53% [================================= ] 713/1328 53% [================================= ] 714/1328 53% [================================= ] 715/1328 53% [================================= ] 716/1328 53% [================================= ] 717/1328 53% [================================= ] 718/1328 54% [================================= ] 719/1328 54% [================================= ] 720/1328 54% [================================= ] 721/1328 54% [================================= ] 722/1328 54% [================================= ] 723/1328 54% [================================= ] 724/1328 54% [================================= ] 725/1328 54% [================================= ] 726/1328 54% [================================= ] 727/1328 54% [================================= ] 728/1328 54% [================================== ] 729/1328 54% [================================== ] 730/1328 54% [================================== ] 731/1328 55% [================================== ] 732/1328 55% [================================== ] 733/1328 55% [================================== ] 734/1328 55% [================================== ] 735/1328 55% [================================== ] 736/1328 55% [================================== ] 737/1328 55% [================================== ] 738/1328 55% [================================== ] 739/1328 55% [================================== ] 740/1328 55% [================================== ] 741/1328 55% [================================== ] 742/1328 55% [================================== ] 743/1328 55% [================================== ] 744/1328 56% [================================== ] 745/1328 56% [================================== ] 746/1328 56% [================================== ] 747/1328 56% [================================== ] 748/1328 56% [================================== ] 749/1328 56% [=================================== ] 750/1328 56% [=================================== ] 751/1328 56% [=================================== ] 752/1328 56% [=================================== ] 753/1328 56% [=================================== ] 754/1328 56% [=================================== ] 755/1328 56% [=================================== ] 756/1328 56% [=================================== ] 757/1328 57% [=================================== ] 758/1328 57% [=================================== ] 759/1328 57% [=================================== ] 760/1328 57% [=================================== ] 761/1328 57% [=================================== ] 762/1328 57% [=================================== ] 763/1328 57% [=================================== ] 764/1328 57% [=================================== ] 765/1328 57% [=================================== ] 766/1328 57% [=================================== ] 767/1328 57% [=================================== ] 768/1328 57% [=================================== ] 769/1328 57% [=================================== ] 770/1328 57% [=================================== ] 771/1328 58% [==================================== ] 772/1328 58% [==================================== ] 773/1328 58% [==================================== ] 774/1328 58% [==================================== ] 775/1328 58% [==================================== ] 776/1328 58% [==================================== ] 777/1328 58% [==================================== ] 778/1328 58% [==================================== ] 779/1328 58% [==================================== ] 780/1328 58% [==================================== ] 781/1328 58% [==================================== ] 782/1328 58% [==================================== ] 783/1328 58% [==================================== ] 784/1328 59% [==================================== ] 785/1328 59% [==================================== ] 786/1328 59% [==================================== ] 787/1328 59% [==================================== ] 788/1328 59% [==================================== ] 789/1328 59% [==================================== ] 790/1328 59% [==================================== ] 791/1328 59% [==================================== ] 792/1328 59% [===================================== ] 793/1328 59% [===================================== ] 794/1328 59% [===================================== ] 795/1328 59% [===================================== ] 796/1328 59% [===================================== ] 797/1328 60% [===================================== ] 798/1328 60% [===================================== ] 799/1328 60% [===================================== ] 800/1328 60% [===================================== ] 801/1328 60% [===================================== ] 802/1328 60% [===================================== ] 803/1328 60% [===================================== ] 804/1328 60% [===================================== ] 805/1328 60% [===================================== ] 806/1328 60% [===================================== ] 807/1328 60% [===================================== ] 808/1328 60% [===================================== ] 809/1328 60% [===================================== ] 810/1328 60% [===================================== ] 811/1328 61% [===================================== ] 812/1328 61% [===================================== ] 813/1328 61% [====================================== ] 814/1328 61% [====================================== ] 815/1328 61% [====================================== ] 816/1328 61% [====================================== ] 817/1328 61% [====================================== ] 818/1328 61% [====================================== ] 819/1328 61% [====================================== ] 820/1328 61% [====================================== ] 821/1328 61% [====================================== ] 822/1328 61% [====================================== ] 823/1328 61% [====================================== ] 824/1328 62% [====================================== ] 825/1328 62% [====================================== ] 826/1328 62% [====================================== ] 827/1328 62% [====================================== ] 828/1328 62% [====================================== ] 829/1328 62% [====================================== ] 830/1328 62% [====================================== ] 831/1328 62% [====================================== ] 832/1328 62% [====================================== ] 833/1328 62% [====================================== ] 834/1328 62% [====================================== ] 835/1328 62% [======================================= ] 836/1328 62% [======================================= ] 837/1328 63% [======================================= ] 838/1328 63% [======================================= ] 839/1328 63% [======================================= ] 840/1328 63% [======================================= ] 841/1328 63% [======================================= ] 842/1328 63% [======================================= ] 843/1328 63% [======================================= ] 844/1328 63% [======================================= ] 845/1328 63% [======================================= ] 846/1328 63% [======================================= ] 847/1328 63% [======================================= ] 848/1328 63% [======================================= ] 849/1328 63% [======================================= ] 850/1328 64% [======================================= ] 851/1328 64% [======================================= ] 852/1328 64% [======================================= ] 853/1328 64% [======================================= ] 854/1328 64% [======================================= ] 855/1328 64% [======================================= ] 856/1328 64% [======================================== ] 857/1328 64% [======================================== ] 858/1328 64% [======================================== ] 859/1328 64% [======================================== ] 860/1328 64% [======================================== ] 861/1328 64% [======================================== ] 862/1328 64% [======================================== ] 863/1328 64% [======================================== ] 864/1328 65% [======================================== ] 865/1328 65% [======================================== ] 866/1328 65% [======================================== ] 867/1328 65% [======================================== ] 868/1328 65% [======================================== ] 869/1328 65% [======================================== ] 870/1328 65% [======================================== ] 871/1328 65% [======================================== ] 872/1328 65% [======================================== ] 873/1328 65% [======================================== ] 874/1328 65% [======================================== ] 875/1328 65% [======================================== ] 876/1328 65% [======================================== ] 877/1328 66% [======================================== ] 878/1328 66% [========================================= ] 879/1328 66% [========================================= ] 880/1328 66% [========================================= ] 881/1328 66% [========================================= ] 882/1328 66% [========================================= ] 883/1328 66% [========================================= ] 884/1328 66% [========================================= ] 885/1328 66% [========================================= ] 886/1328 66% [========================================= ] 887/1328 66% [========================================= ] 888/1328 66% [========================================= ] 889/1328 66% [========================================= ] 890/1328 67% [========================================= ] 891/1328 67% [========================================= ] 892/1328 67% [========================================= ] 893/1328 67% [========================================= ] 894/1328 67% [========================================= ] 895/1328 67% [========================================= ] 896/1328 67% [========================================= ] 897/1328 67% [========================================= ] 898/1328 67% [========================================= ] 899/1328 67% [========================================== ] 900/1328 67% [========================================== ] 901/1328 67% [========================================== ] 902/1328 67% [========================================== ] 903/1328 67% [========================================== ] 904/1328 68% [========================================== ] 905/1328 68% [========================================== ] 906/1328 68% [========================================== ] 907/1328 68% [========================================== ] 908/1328 68% [========================================== ] 909/1328 68% [========================================== ] 910/1328 68% [========================================== ] 911/1328 68% [========================================== ] 912/1328 68% [========================================== ] 913/1328 68% [========================================== ] 914/1328 68% [========================================== ] 915/1328 68% [========================================== ] 916/1328 68% [========================================== ] 917/1328 69% [========================================== ] 918/1328 69% [========================================== ] 919/1328 69% [========================================== ] 920/1328 69% [========================================== ] 921/1328 69% [=========================================== ] 922/1328 69% [=========================================== ] 923/1328 69% [=========================================== ] 924/1328 69% [=========================================== ] 925/1328 69% [=========================================== ] 926/1328 69% [=========================================== ] 927/1328 69% [=========================================== ] 928/1328 69% [=========================================== ] 929/1328 69% [=========================================== ] 930/1328 70% [=========================================== ] 931/1328 70% [=========================================== ] 932/1328 70% [=========================================== ] 933/1328 70% [=========================================== ] 934/1328 70% [=========================================== ] 935/1328 70% [=========================================== ] 936/1328 70% [=========================================== ] 937/1328 70% [=========================================== ] 938/1328 70% [=========================================== ] 939/1328 70% [=========================================== ] 940/1328 70% [=========================================== ] 941/1328 70% [=========================================== ] 942/1328 70% [============================================ ] 943/1328 71% [============================================ ] 944/1328 71% [============================================ ] 945/1328 71% [============================================ ] 946/1328 71% [============================================ ] 947/1328 71% [============================================ ] 948/1328 71% [============================================ ] 949/1328 71% [============================================ ] 950/1328 71% [============================================ ] 951/1328 71% [============================================ ] 952/1328 71% [============================================ ] 953/1328 71% [============================================ ] 954/1328 71% [============================================ ] 955/1328 71% [============================================ ] 956/1328 71% [============================================ ] 957/1328 72% [============================================ ] 958/1328 72% [============================================ ] 959/1328 72% [============================================ ] 960/1328 72% [============================================ ] 961/1328 72% [============================================ ] 962/1328 72% [============================================ ] 963/1328 72% [============================================= ] 964/1328 72% [============================================= ] 965/1328 72% [============================================= ] 966/1328 72% [============================================= ] 967/1328 72% [============================================= ] 968/1328 72% [============================================= ] 969/1328 72% [============================================= ] 970/1328 73% [============================================= ] 971/1328 73% [============================================= ] 972/1328 73% [============================================= ] 973/1328 73% [============================================= ] 974/1328 73% [============================================= ] 975/1328 73% [============================================= ] 976/1328 73% [============================================= ] 977/1328 73% [============================================= ] 978/1328 73% [============================================= ] 979/1328 73% [============================================= ] 980/1328 73% [============================================= ] 981/1328 73% [============================================= ] 982/1328 73% [============================================= ] 983/1328 74% [============================================= ] 984/1328 74% [============================================= ] 985/1328 74% [============================================== ] 986/1328 74% [============================================== ] 987/1328 74% [============================================== ] 988/1328 74% [============================================== ] 989/1328 74% [============================================== ] 990/1328 74% [============================================== ] 991/1328 74% [============================================== ] 992/1328 74% [============================================== ] 993/1328 74% [============================================== ] 994/1328 74% [============================================== ] 995/1328 74% [============================================== ] 996/1328 75% [============================================== ] 997/1328 75% [============================================== ] 998/1328 75% [============================================== ] 999/1328 75% [============================================== ] 1000/1328 75% [============================================== ] 1001/1328 75% [============================================== ] 1002/1328 75% [============================================== ] 1003/1328 75% [============================================== ] 1004/1328 75% [============================================== ] 1005/1328 75% [============================================== ] 1006/1328 75% [=============================================== ] 1007/1328 75% [=============================================== ] 1008/1328 75% [=============================================== ] 1009/1328 75% [=============================================== ] 1010/1328 76% [=============================================== ] 1011/1328 76% [=============================================== ] 1012/1328 76% [=============================================== ] 1013/1328 76% [=============================================== ] 1014/1328 76% [=============================================== ] 1015/1328 76% [=============================================== ] 1016/1328 76% [=============================================== ] 1017/1328 76% [=============================================== ] 1018/1328 76% [=============================================== ] 1019/1328 76% [=============================================== ] 1020/1328 76% [=============================================== ] 1021/1328 76% [=============================================== ] 1022/1328 76% [=============================================== ] 1023/1328 77% [=============================================== ] 1024/1328 77% [=============================================== ] 1025/1328 77% [=============================================== ] 1026/1328 77% [=============================================== ] 1027/1328 77% [=============================================== ] 1028/1328 77% [================================================ ] 1029/1328 77% [================================================ ] 1030/1328 77% [================================================ ] 1031/1328 77% [================================================ ] 1032/1328 77% [================================================ ] 1033/1328 77% [================================================ ] 1034/1328 77% [================================================ ] 1035/1328 77% [================================================ ] 1036/1328 78% [================================================ ] 1037/1328 78% [================================================ ] 1038/1328 78% [================================================ ] 1039/1328 78% [================================================ ] 1040/1328 78% [================================================ ] 1041/1328 78% [================================================ ] 1042/1328 78% [================================================ ] 1043/1328 78% [================================================ ] 1044/1328 78% [================================================ ] 1045/1328 78% [================================================ ] 1046/1328 78% [================================================ ] 1047/1328 78% [================================================ ] 1048/1328 78% [================================================ ] 1049/1328 78% [================================================= ] 1050/1328 79% [================================================= ] 1051/1328 79% [================================================= ] 1052/1328 79% [================================================= ] 1053/1328 79% [================================================= ] 1054/1328 79% [================================================= ] 1055/1328 79% [================================================= ] 1056/1328 79% [================================================= ] 1057/1328 79% [================================================= ] 1058/1328 79% [================================================= ] 1059/1328 79% [================================================= ] 1060/1328 79% [================================================= ] 1061/1328 79% [================================================= ] 1062/1328 79% [================================================= ] 1063/1328 80% [================================================= ] 1064/1328 80% [================================================= ] 1065/1328 80% [================================================= ] 1066/1328 80% [================================================= ] 1067/1328 80% [================================================= ] 1068/1328 80% [================================================= ] 1069/1328 80% [================================================= ] 1070/1328 80% [================================================== ] 1071/1328 80% [================================================== ] 1072/1328 80% [================================================== ] 1073/1328 80% [================================================== ] 1074/1328 80% [================================================== ] 1075/1328 80% [================================================== ] 1076/1328 81% [================================================== ] 1077/1328 81% [================================================== ] 1078/1328 81% [================================================== ] 1079/1328 81% [================================================== ] 1080/1328 81% [================================================== ] 1081/1328 81% [================================================== ] 1082/1328 81% [================================================== ] 1083/1328 81% [================================================== ] 1084/1328 81% [================================================== ] 1085/1328 81% [================================================== ] 1086/1328 81% [================================================== ] 1087/1328 81% [================================================== ] 1088/1328 81% [================================================== ] 1089/1328 82% [================================================== ] 1090/1328 82% [================================================== ] 1091/1328 82% [================================================== ] 1092/1328 82% [=================================================== ] 1093/1328 82% [=================================================== ] 1094/1328 82% [=================================================== ] 1095/1328 82% [=================================================== ] 1096/1328 82% [=================================================== ] 1097/1328 82% [=================================================== ] 1098/1328 82% [=================================================== ] 1099/1328 82% [=================================================== ] 1100/1328 82% [=================================================== ] 1101/1328 82% [=================================================== ] 1102/1328 82% [=================================================== ] 1103/1328 83% [=================================================== ] 1104/1328 83% [=================================================== ] 1105/1328 83% [=================================================== ] 1106/1328 83% [=================================================== ] 1107/1328 83% [=================================================== ] 1108/1328 83% [=================================================== ] 1109/1328 83% [=================================================== ] 1110/1328 83% [=================================================== ] 1111/1328 83% [=================================================== ] 1112/1328 83% [=================================================== ] 1113/1328 83% [==================================================== ] 1114/1328 83% [==================================================== ] 1115/1328 83% [==================================================== ] 1116/1328 84% [==================================================== ] 1117/1328 84% [==================================================== ] 1118/1328 84% [==================================================== ] 1119/1328 84% [==================================================== ] 1120/1328 84% [==================================================== ] 1121/1328 84% [==================================================== ] 1122/1328 84% [==================================================== ] 1123/1328 84% [==================================================== ] 1124/1328 84% [==================================================== ] 1125/1328 84% [==================================================== ] 1126/1328 84% [==================================================== ] 1127/1328 84% [==================================================== ] 1128/1328 84% [==================================================== ] 1129/1328 85% [==================================================== ] 1130/1328 85% [==================================================== ] 1131/1328 85% [==================================================== ] 1132/1328 85% [==================================================== ] 1133/1328 85% [==================================================== ] 1134/1328 85% [==================================================== ] 1135/1328 85% [===================================================== ] 1136/1328 85% [===================================================== ] 1137/1328 85% [===================================================== ] 1138/1328 85% [===================================================== ] 1139/1328 85% [===================================================== ] 1140/1328 85% [===================================================== ] 1141/1328 85% [===================================================== ] 1142/1328 85% [===================================================== ] 1143/1328 86% [===================================================== ] 1144/1328 86% [===================================================== ] 1145/1328 86% [===================================================== ] 1146/1328 86% [===================================================== ] 1147/1328 86% [===================================================== ] 1148/1328 86% [===================================================== ] 1149/1328 86% [===================================================== ] 1150/1328 86% [===================================================== ] 1151/1328 86% [===================================================== ] 1152/1328 86% [===================================================== ] 1153/1328 86% [===================================================== ] 1154/1328 86% [===================================================== ] 1155/1328 86% [===================================================== ] 1156/1328 87% [====================================================== ] 1157/1328 87% [====================================================== ] 1158/1328 87% [====================================================== ] 1159/1328 87% [====================================================== ] 1160/1328 87% [====================================================== ] 1161/1328 87% [====================================================== ] 1162/1328 87% [====================================================== ] 1163/1328 87% [====================================================== ] 1164/1328 87% [====================================================== ] 1165/1328 87% [====================================================== ] 1166/1328 87% [====================================================== ] 1167/1328 87% [====================================================== ] 1168/1328 87% [====================================================== ] 1169/1328 88% [====================================================== ] 1170/1328 88% [====================================================== ] 1171/1328 88% [====================================================== ] 1172/1328 88% [====================================================== ] 1173/1328 88% [====================================================== ] 1174/1328 88% [====================================================== ] 1175/1328 88% [====================================================== ] 1176/1328 88% [====================================================== ] 1177/1328 88% [====================================================== ] 1178/1328 88% [======================================================= ] 1179/1328 88% [======================================================= ] 1180/1328 88% [======================================================= ] 1181/1328 88% [======================================================= ] 1182/1328 89% [======================================================= ] 1183/1328 89% [======================================================= ] 1184/1328 89% [======================================================= ] 1185/1328 89% [======================================================= ] 1186/1328 89% [======================================================= ] 1187/1328 89% [======================================================= ] 1188/1328 89% [======================================================= ] 1189/1328 89% [======================================================= ] 1190/1328 89% [======================================================= ] 1191/1328 89% [======================================================= ] 1192/1328 89% [======================================================= ] 1193/1328 89% [======================================================= ] 1194/1328 89% [======================================================= ] 1195/1328 89% [======================================================= ] 1196/1328 90% [======================================================= ] 1197/1328 90% [======================================================= ] 1198/1328 90% [======================================================= ] 1199/1328 90% [======================================================== ] 1200/1328 90% [======================================================== ] 1201/1328 90% [======================================================== ] 1202/1328 90% [======================================================== ] 1203/1328 90% [======================================================== ] 1204/1328 90% [======================================================== ] 1205/1328 90% [======================================================== ] 1206/1328 90% [======================================================== ] 1207/1328 90% [======================================================== ] 1208/1328 90% [======================================================== ] 1209/1328 91% [======================================================== ] 1210/1328 91% [======================================================== ] 1211/1328 91% [======================================================== ] 1212/1328 91% [======================================================== ] 1213/1328 91% [======================================================== ] 1214/1328 91% [======================================================== ] 1215/1328 91% [======================================================== ] 1216/1328 91% [======================================================== ] 1217/1328 91% [======================================================== ] 1218/1328 91% [======================================================== ] 1219/1328 91% [======================================================== ] 1220/1328 91% [========================================================= ] 1221/1328 91% [========================================================= ] 1222/1328 92% [========================================================= ] 1223/1328 92% [========================================================= ] 1224/1328 92% [========================================================= ] 1225/1328 92% [========================================================= ] 1226/1328 92% [========================================================= ] 1227/1328 92% [========================================================= ] 1228/1328 92% [========================================================= ] 1229/1328 92% [========================================================= ] 1230/1328 92% [========================================================= ] 1231/1328 92% [========================================================= ] 1232/1328 92% [========================================================= ] 1233/1328 92% [========================================================= ] 1234/1328 92% [========================================================= ] 1235/1328 92% [========================================================= ] 1236/1328 93% [========================================================= ] 1237/1328 93% [========================================================= ] 1238/1328 93% [========================================================= ] 1239/1328 93% [========================================================= ] 1240/1328 93% [========================================================= ] 1241/1328 93% [========================================================= ] 1242/1328 93% [========================================================== ] 1243/1328 93% [========================================================== ] 1244/1328 93% [========================================================== ] 1245/1328 93% [========================================================== ] 1246/1328 93% [========================================================== ] 1247/1328 93% [========================================================== ] 1248/1328 93% [========================================================== ] 1249/1328 94% [========================================================== ] 1250/1328 94% [========================================================== ] 1251/1328 94% [========================================================== ] 1252/1328 94% [========================================================== ] 1253/1328 94% [========================================================== ] 1254/1328 94% [========================================================== ] 1255/1328 94% [========================================================== ] 1256/1328 94% [========================================================== ] 1257/1328 94% [========================================================== ] 1258/1328 94% [========================================================== ] 1259/1328 94% [========================================================== ] 1260/1328 94% [========================================================== ] 1261/1328 94% [========================================================== ] 1262/1328 95% [========================================================== ] 1263/1328 95% [=========================================================== ] 1264/1328 95% [=========================================================== ] 1265/1328 95% [=========================================================== ] 1266/1328 95% [=========================================================== ] 1267/1328 95% [=========================================================== ] 1268/1328 95% [=========================================================== ] 1269/1328 95% [=========================================================== ] 1270/1328 95% [=========================================================== ] 1271/1328 95% [=========================================================== ] 1272/1328 95% [=========================================================== ] 1273/1328 95% [=========================================================== ] 1274/1328 95% [=========================================================== ] 1275/1328 96% [=========================================================== ] 1276/1328 96% [=========================================================== ] 1277/1328 96% [=========================================================== ] 1278/1328 96% [=========================================================== ] 1279/1328 96% [=========================================================== ] 1280/1328 96% [=========================================================== ] 1281/1328 96% [=========================================================== ] 1282/1328 96% [=========================================================== ] 1283/1328 96% [=========================================================== ] 1284/1328 96% [=========================================================== ] 1285/1328 96% [============================================================ ] 1286/1328 96% [============================================================ ] 1287/1328 96% [============================================================ ] 1288/1328 96% [============================================================ ] 1289/1328 97% [============================================================ ] 1290/1328 97% [============================================================ ] 1291/1328 97% [============================================================ ] 1292/1328 97% [============================================================ ] 1293/1328 97% [============================================================ ] 1294/1328 97% [============================================================ ] 1295/1328 97% [============================================================ ] 1296/1328 97% [============================================================ ] 1297/1328 97% [============================================================ ] 1298/1328 97% [============================================================ ] 1299/1328 97% [============================================================ ] 1300/1328 97% [============================================================ ] 1301/1328 97% [============================================================ ] 1302/1328 98% [============================================================ ] 1303/1328 98% [============================================================ ] 1304/1328 98% [============================================================ ] 1305/1328 98% [============================================================ ] 1306/1328 98% [============================================================= ] 1307/1328 98% [============================================================= ] 1308/1328 98% [============================================================= ] 1309/1328 98% [============================================================= ] 1310/1328 98% [============================================================= ] 1311/1328 98% [============================================================= ] 1312/1328 98% [============================================================= ] 1313/1328 98% [============================================================= ] 1314/1328 98% [============================================================= ] 1315/1328 99% [============================================================= ] 1316/1328 99% [============================================================= ] 1317/1328 99% [============================================================= ] 1318/1328 99% [============================================================= ] 1319/1328 99% [============================================================= ] 1320/1328 99% [============================================================= ] 1321/1328 99% [============================================================= ] 1322/1328 99% [============================================================= ] 1323/1328 99% [============================================================= ] 1324/1328 99% [============================================================= ] 1325/1328 99% [============================================================= ] 1326/1328 99% [============================================================= ] 1327/1328 99% [==============================================================] 1328/1328 100% operation complete, 1328 objects in 27129 NAND pages. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/i586-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2024.05-93-g85e41f5f21 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-bare-metal-buildroot Collecting legal info >>> host-skeleton Collecting legal info >>> newlib-bare-metal 4.4.0.20231231 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING.LIBGLOSS: OK (sha256: f3b7f3e4426b1fa6f60198dae7adfedd94b77b28db2d108adc0253575011e0ff) COPYING.NEWLIB: OK (sha256: 9a59b4ee3af067045fe0ea78786201c42d54756fe48cbccf44f3dfc398474717) >>> host-gcc-bare-metal 14.1.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils-bare-metal 2.42 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-isl 0.26 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> linux-headers 6.9.4 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> bandwidthd 2.0.1-auto-r11 Collecting legal info README: OK (sha256: 58573c40770e0c0b91f3eef8192952832321a344f66a4fb2d966095cbbfc86c2) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> zlib Collecting legal info >>> zlib-ng 2.1.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libpcap 1.10.4 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) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bmap-tools 3.8.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-poetry-core 1.7.0 Collecting legal info LICENSE: OK (sha256: f1978133782b90f4733bc308ddb19267c3fe04797c88d9ed3bc219032495a982) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> catatonit 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dash 0.5.12 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dht 0.27 Collecting legal info LICENCE: OK (sha256: 06ce07293caf8c8ddfaf47797ad1fb18d1c040a8375231d8f8a6105cef51a8e6) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> earlyoom 1.7 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-exfatprogs 1.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fft-eval 777749c5c7cc0af1fe5a74e3c589581eabcf0f1e Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 6a573fb2f9082662978cf21fb153096df0a1981deaea7dbc10a11046fe005d9f) LICENSES/GPL-2.0-only.txt: OK (sha256: d1cf0896da7045d841fe45b0991cf35540bac1a17b5d11f4afcf8fcb950246b5) LICENSES/OFL-1.1.txt: OK (sha256: 797832eda5ff4360a10fee3be94a3250995e76423b79675c9c44204c37ca492d) >>> fftw-single 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hddtemp 0.4.3 Collecting legal info GPL-2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> host-imagemagick 7.1.1-31 Collecting legal info LICENSE: OK (sha256: a556c5292c87c9a6ac795c80669b0c3660f9f729de8c476bf2b10f83ab1b34ec) >>> host-fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> host-freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> host-libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-librsvg 2.50.9 Collecting legal info COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-cairo 1.17.4 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-gdk-pixbuf 2.42.10 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-pango 1.52.2 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> host-harfbuzz 8.4.0 Collecting legal info COPYING: OK (sha256: ba8f810f2455c2f08e2d56bb49b72f37fcf68f1f4fade38977cfd7372050ad64) >>> host-libfribidi 1.0.14 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> host-rustc Collecting legal info >>> host-rust-bin 1.74.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> initscripts Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> less 643 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> libcurl 8.7.1 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> liberation 2.1.5 Collecting legal info LICENSE: OK (sha256: 93fed46019c38bbe566b479d22148e2e8a1e85ada614accb0211c37b2c61c19b) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libjwt 1.17.0 Collecting legal info LICENSE: OK (sha256: 3f3d9e0024b1921b067d6f7f88deb4a60cbe7a78e76c64e3f1d7fc3b779b9d04) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.22 Collecting legal info LICENSES/BSD-2-Clause.txt: OK (sha256: fd38b2c053c0cce46d9c5ef3545a6e34d157a240ba99c9b8dca5d37a8147da6c) LICENSES/BSD-3-Clause.txt: OK (sha256: e11af671c491efac2f94c1d752bea92f4308ca2450c7d11e582e4b48c40e4de1) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libpthsem 2.0.8 Collecting legal info COPYING: OK (sha256: f1b95d3728077d1a3efe7fc17928b1953b1224f6caf9c528e30e570158b7520d) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsndfile 1.2.2 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lsof 4.99.3 Collecting legal info COPYING: OK (sha256: 225222ff9bf38abc2cef7205e9b05c60935efa9ec28d1fd01e503c9316088718) >>> lv2 1.18.10 Collecting legal info COPYING: OK (sha256: 1e6bb175e193608b767ff25a4ed68b82c4db599491cf0d2694435cf60e9a4841) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzop 1.04 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbpoll 1.5.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) >>> ncftp 3.2.7 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> nginx 1.24.0 Collecting legal info LICENSE: OK (sha256: ececed0b0e7243a4766cbc62b26df4bd3513b41de3a07425da1679c836d06320) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.189 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.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pkcs11-helper 1.30.0 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> ramsmp 3.5.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> seatd 0.8.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> spidev_test 5.8 Collecting legal info >>> sratom 0.6.14 Collecting legal info COPYING: OK (sha256: 97742aacc982d8bb10d4450e3ce71dd02a9f26ba73a0eb822ef3356a74525597) >>> ssdp-responder 2.1 Collecting legal info LICENSE: OK (sha256: b66025f1e568a8d80264550d7bd7683780ac248f2baa1e85b4da4b15e28d55a7) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> stm32flash 0.7 Collecting legal info gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tcping 2.1.0 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> uclibc-ng-test 0f303c63fab7f4038515ced6f2659242cf60ac19 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-uuu 1.5.182 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) >>> host-libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-tinyxml2 10.0.0 Collecting legal info LICENSE.txt: OK (sha256: 9332252e9b9e46db8285d4a3f0bf25f139bf1dca6781b956d57f2302efca6432) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> whois 5.5.14 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> wilc-firmware wilc_linux_16_1_2 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) WARNING: spidev_test-5.8: cannot save license (SPIDEV_TEST_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'