rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/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-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target -print0 | xargs -0 -r touch -hd @1673205314\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x none -o /home/autobuild/autobuild/instance-0/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/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-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/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-0/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-0/output-1/images/rootfs.ubifs.gz >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/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-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target -print0 | xargs -0 -r touch -hd @1673205314\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-0/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-0/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-0/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-0/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-0/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-0/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-0/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/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-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-0/output-1/images/rootfs.ubifs"50190336 bytes (47.8 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/images rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-0/output-1/target/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/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-0/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-0/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1673205314\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-0/output-1/host/bin:/home/autobuild/autobuild/instance-0/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-0/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-0/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-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1328 objects. stage 2: creating image '/home/autobuild/autobuild/instance-0/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 24413 NAND pages. ln -snf /home/autobuild/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-0/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-0/buildroot' >>> Buildroot 2022.11-881-g035f18db04 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> linux-headers 5.4.228 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fconfig 20080329 Collecting legal info fconfig.c: OK (sha256: e698a9ea4d6dab0a15d3d6fd354b97b820629244f946529cc7f42b2b8e8f16d0) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flickcurl 1.26 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) LICENSE-2.0.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) LICENSE.html: OK (sha256: 3590f30b0fb9446a1f0a7ea5bcbb5786fa66fa362800f53d2575875d74b91909) >>> libcurl 7.87.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> frotz 2.54 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> host-jh71xx-tools 7a29f4b9d2355aa39afa8680680909bb74e4991d Collecting legal info LICENSE: OK (sha256: cf03c59b41f6d8a5046f7bff4bbe3576075314299a4d0828d7855bf60af81001) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> lapack 3.10.1 Collecting legal info LICENSE: OK (sha256: 44f7c08ab11e40b21d8bf8220712929ba8d0204645d2174869acf915562d0969) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libbacktrace 9b7f216e867916594d81e8b6118f092ac3fcf704 Collecting legal info LICENSE: OK (sha256: ef8a9b3247488f8901ca60de9b17b745d7bd67e5ec1e622f80d62364572200d8) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libgpg-error 1.46 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libminiupnpc 2.2.4 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmspack 0.10.1alpha Collecting legal info COPYING.LIB: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libnetfilter_cthelper 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> tiff 4.5.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pv 1.6.20 Collecting legal info doc/COPYING: OK (sha256: 280e182171df3e9bb4a9b407326e88521151fcb8f4f8557255f26177d5900ccf) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-qoriq-rcw LSDK-21.08 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.80.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> host-rust-bin 1.66.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sredird 2.2.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> host-utp_com dee512ced1e9367d223d22f10797fbf9aeacfab6 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-sg3_utils 1.47 Collecting legal info COPYING: OK (sha256: d212debdb0a5d7754c977f6dc53bb6c88b4ace7ab784ddbccd06bb970adb1a37) BSD_LICENSE: OK (sha256: 8ddd1d82f2be2f5cbd5b5c3b5c2ee94a90d2ca7112958448da74dd78384fd96a) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> wilc-firmware wilc_linux_15_7 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wireguard-tools 1.0.20210914 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.228: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-0/buildroot'