95.39% done, estimate finish Tue Nov 8 17:48:18 2022 [ 9] Blk# 4900, [ratio/avg. 29%/ 35%], avg.speed: 35687992 b/s, ETA: 3943543s 98.46% done, estimate finish Tue Nov 8 17:48:18 2022 [ 9] Blk# 5000, [ratio/avg. 10%/ 35%], avg.speed: 36416170 b/s, ETA: 3864688s Total translation table size: 0 Total rockridge attributes bytes: 155970 Total directory bytes: 356688 Path table size(bytes): 1274 Max brk space used 12b000 162506 extents written (317 MB) Statistics: gzip(0): 0 ( 0%) gzip(1): 0 ( 0%) gzip(2): 0 ( 0%) gzip(3): 0 ( 0%) gzip(4): 0 ( 0%) gzip(5): 0 ( 0%) gzip(6): 0 ( 0%) gzip(7): 0 ( 0%) gzip(8): 0 ( 0%) gzip(9): 5079 (1e+02%) 7zip: 0 ( 0%) Writing index for 5079 block(s)... Writing compressed data... >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -print0 | xargs -0 -r touch -hd @1666790794\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.ubi mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target -print0 | xargs -0 -r touch -hd @1666790794\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/buildroot/autobuild/instance-1/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/buildroot/autobuild/instance-1/output-1/build/ubinize.cfg\n /home/buildroot/autobuild/instance-1/output-1/host/sbin/ubinize -o /home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/buildroot/autobuild/instance-1/output-1/build/ubinize.cfg\n rm /home/buildroot/autobuild/instance-1/output-1/build/ubinize.cfg\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/buildroot/autobuild/instance-1/output-1/images/rootfs.ubifs"153925632 bytes (146.7 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-1/output-1/target/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-1/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-1/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1666790794\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-1/output-1/host/bin:/home/buildroot/autobuild/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-1/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1350 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1350 0% [ ] 2/1350 0% [ ] 3/1350 0% [ ] 4/1350 0% [ ] 5/1350 0% [ ] 6/1350 0% [ ] 7/1350 0% [ ] 8/1350 0% [ ] 9/1350 0% [ ] 10/1350 0% [ ] 11/1350 0% [ ] 12/1350 0% [ ] 13/1350 0% [ ] 14/1350 1% [ ] 15/1350 1% [ ] 16/1350 1% [ ] 17/1350 1% [ ] 18/1350 1% [ ] 19/1350 1% [ ] 20/1350 1% [ ] 21/1350 1% [= ] 22/1350 1% [= ] 23/1350 1% [= ] 24/1350 1% [= ] 25/1350 1% [= ] 26/1350 1% [= ] 27/1350 2% [= ] 28/1350 2% [= ] 29/1350 2% [= ] 30/1350 2% [= ] 31/1350 2% [= ] 32/1350 2% [= ] 33/1350 2% [= ] 34/1350 2% [= ] 35/1350 2% [= ] 36/1350 2% [= ] 37/1350 2% [= ] 38/1350 2% [= ] 39/1350 2% [= ] 40/1350 2% [= ] 41/1350 3% [= ] 42/1350 3% [= ] 43/1350 3% [== ] 44/1350 3% [== ] 45/1350 3% [== ] 46/1350 3% [== ] 47/1350 3% [== ] 48/1350 3% [== ] 49/1350 3% [== ] 50/1350 3% [== ] 51/1350 3% [== ] 52/1350 3% [== ] 53/1350 3% [== ] 54/1350 4% [== ] 55/1350 4% [== ] 56/1350 4% [== ] 57/1350 4% [== ] 58/1350 4% [== ] 59/1350 4% [== ] 60/1350 4% [== ] 61/1350 4% [== ] 62/1350 4% [== ] 63/1350 4% [== ] 64/1350 4% [== ] 65/1350 4% [=== ] 66/1350 4% [=== ] 67/1350 4% [=== ] 68/1350 5% [=== ] 69/1350 5% [=== ] 70/1350 5% [=== ] 71/1350 5% [=== ] 72/1350 5% [=== ] 73/1350 5% [=== ] 74/1350 5% [=== ] 75/1350 5% [=== ] 76/1350 5% [=== ] 77/1350 5% [=== ] 78/1350 5% [=== ] 79/1350 5% [=== ] 80/1350 5% [=== ] 81/1350 6% [=== ] 82/1350 6% [=== ] 83/1350 6% [=== ] 84/1350 6% [=== ] 85/1350 6% [=== ] 86/1350 6% [=== ] 87/1350 6% [==== ] 88/1350 6% [==== ] 89/1350 6% [==== ] 90/1350 6% [==== ] 91/1350 6% [==== ] 92/1350 6% [==== ] 93/1350 6% [==== ] 94/1350 6% [==== ] 95/1350 7% [==== ] 96/1350 7% [==== ] 97/1350 7% [==== ] 98/1350 7% [==== ] 99/1350 7% [==== ] 100/1350 7% [==== ] 101/1350 7% [==== ] 102/1350 7% [==== ] 103/1350 7% [==== ] 104/1350 7% [==== ] 105/1350 7% [==== ] 106/1350 7% [==== ] 107/1350 7% [==== ] 108/1350 8% [===== ] 109/1350 8% [===== ] 110/1350 8% [===== ] 111/1350 8% [===== ] 112/1350 8% [===== ] 113/1350 8% [===== ] 114/1350 8% [===== ] 115/1350 8% [===== ] 116/1350 8% [===== ] 117/1350 8% [===== ] 118/1350 8% [===== ] 119/1350 8% [===== ] 120/1350 8% [===== ] 121/1350 8% [===== ] 122/1350 9% [===== ] 123/1350 9% [===== ] 124/1350 9% [===== ] 125/1350 9% [===== ] 126/1350 9% [===== ] 127/1350 9% [===== ] 128/1350 9% [===== ] 129/1350 9% [===== ] 130/1350 9% [====== ] 131/1350 9% [====== ] 132/1350 9% [====== ] 133/1350 9% [====== ] 134/1350 9% [====== ] 135/1350 10% [====== ] 136/1350 10% [====== ] 137/1350 10% [====== ] 138/1350 10% [====== ] 139/1350 10% [====== ] 140/1350 10% [====== ] 141/1350 10% [====== ] 142/1350 10% [====== ] 143/1350 10% [====== ] 144/1350 10% [====== ] 145/1350 10% [====== ] 146/1350 10% [====== ] 147/1350 10% [====== ] 148/1350 10% [====== ] 149/1350 11% [====== ] 150/1350 11% [====== ] 151/1350 11% [====== ] 152/1350 11% [======= ] 153/1350 11% [======= ] 154/1350 11% [======= ] 155/1350 11% [======= ] 156/1350 11% [======= ] 157/1350 11% [======= ] 158/1350 11% [======= ] 159/1350 11% [======= ] 160/1350 11% [======= ] 161/1350 11% [======= ] 162/1350 12% [======= ] 163/1350 12% [======= ] 164/1350 12% [======= ] 165/1350 12% [======= ] 166/1350 12% [======= ] 167/1350 12% [======= ] 168/1350 12% [======= ] 169/1350 12% [======= ] 170/1350 12% [======= ] 171/1350 12% [======= ] 172/1350 12% [======= ] 173/1350 12% [======= ] 174/1350 12% [======== ] 175/1350 12% [======== ] 176/1350 13% [======== ] 177/1350 13% [======== ] 178/1350 13% [======== ] 179/1350 13% [======== ] 180/1350 13% [======== ] 181/1350 13% [======== ] 182/1350 13% [======== ] 183/1350 13% [======== ] 184/1350 13% [======== ] 185/1350 13% [======== ] 186/1350 13% [======== ] 187/1350 13% [======== ] 188/1350 13% [======== ] 189/1350 14% [======== ] 190/1350 14% [======== ] 191/1350 14% [======== ] 192/1350 14% [======== ] 193/1350 14% [======== ] 194/1350 14% [======== ] 195/1350 14% [========= ] 196/1350 14% [========= ] 197/1350 14% [========= ] 198/1350 14% [========= ] 199/1350 14% [========= ] 200/1350 14% [========= ] 201/1350 14% [========= ] 202/1350 14% [========= ] 203/1350 15% [========= ] 204/1350 15% [========= ] 205/1350 15% [========= ] 206/1350 15% [========= ] 207/1350 15% [========= ] 208/1350 15% [========= ] 209/1350 15% [========= ] 210/1350 15% [========= ] 211/1350 15% [========= ] 212/1350 15% [========= ] 213/1350 15% [========= ] 214/1350 15% [========= ] 215/1350 15% [========= ] 216/1350 16% [========= ] 217/1350 16% [========== ] 218/1350 16% [========== ] 219/1350 16% [========== ] 220/1350 16% [========== ] 221/1350 16% [========== ] 222/1350 16% [========== ] 223/1350 16% [========== ] 224/1350 16% [========== ] 225/1350 16% [========== ] 226/1350 16% [========== ] 227/1350 16% [========== ] 228/1350 16% [========== ] 229/1350 16% [========== ] 230/1350 17% [========== ] 231/1350 17% [========== ] 232/1350 17% [========== ] 233/1350 17% [========== ] 234/1350 17% [========== ] 235/1350 17% [========== ] 236/1350 17% [========== ] 237/1350 17% [========== ] 238/1350 17% [========== ] 239/1350 17% [=========== ] 240/1350 17% [=========== ] 241/1350 17% [=========== ] 242/1350 17% [=========== ] 243/1350 18% [=========== ] 244/1350 18% [=========== ] 245/1350 18% [=========== ] 246/1350 18% [=========== ] 247/1350 18% [=========== ] 248/1350 18% [=========== ] 249/1350 18% [=========== ] 250/1350 18% [=========== ] 251/1350 18% [=========== ] 252/1350 18% [=========== ] 253/1350 18% [=========== ] 254/1350 18% [=========== ] 255/1350 18% [=========== ] 256/1350 18% [=========== ] 257/1350 19% [=========== ] 258/1350 19% [=========== ] 259/1350 19% [=========== ] 260/1350 19% [=========== ] 261/1350 19% [============ ] 262/1350 19% [============ ] 263/1350 19% [============ ] 264/1350 19% [============ ] 265/1350 19% [============ ] 266/1350 19% [============ ] 267/1350 19% [============ ] 268/1350 19% [============ ] 269/1350 19% [============ ] 270/1350 20% [============ ] 271/1350 20% [============ ] 272/1350 20% [============ ] 273/1350 20% [============ ] 274/1350 20% [============ ] 275/1350 20% [============ ] 276/1350 20% [============ ] 277/1350 20% [============ ] 278/1350 20% [============ ] 279/1350 20% [============ ] 280/1350 20% [============ ] 281/1350 20% [============ ] 282/1350 20% [============ ] 283/1350 20% [============= ] 284/1350 21% [============= ] 285/1350 21% [============= ] 286/1350 21% [============= ] 287/1350 21% [============= ] 288/1350 21% [============= ] 289/1350 21% [============= ] 290/1350 21% [============= ] 291/1350 21% [============= ] 292/1350 21% [============= ] 293/1350 21% [============= ] 294/1350 21% [============= ] 295/1350 21% [============= ] 296/1350 21% [============= ] 297/1350 22% [============= ] 298/1350 22% [============= ] 299/1350 22% [============= ] 300/1350 22% [============= ] 301/1350 22% [============= ] 302/1350 22% [============= ] 303/1350 22% [============= ] 304/1350 22% [============== ] 305/1350 22% [============== ] 306/1350 22% [============== ] 307/1350 22% [============== ] 308/1350 22% [============== ] 309/1350 22% [============== ] 310/1350 22% [============== ] 311/1350 23% [============== ] 312/1350 23% [============== ] 313/1350 23% [============== ] 314/1350 23% [============== ] 315/1350 23% [============== ] 316/1350 23% [============== ] 317/1350 23% [============== ] 318/1350 23% [============== ] 319/1350 23% [============== ] 320/1350 23% [============== ] 321/1350 23% [============== ] 322/1350 23% [============== ] 323/1350 23% [============== ] 324/1350 24% [============== ] 325/1350 24% [============== ] 326/1350 24% [=============== ] 327/1350 24% [=============== ] 328/1350 24% [=============== ] 329/1350 24% [=============== ] 330/1350 24% [=============== ] 331/1350 24% [=============== ] 332/1350 24% [=============== ] 333/1350 24% [=============== ] 334/1350 24% [=============== ] 335/1350 24% [=============== ] 336/1350 24% [=============== ] 337/1350 24% [=============== ] 338/1350 25% [=============== ] 339/1350 25% [=============== ] 340/1350 25% [=============== ] 341/1350 25% [=============== ] 342/1350 25% [=============== ] 343/1350 25% [=============== ] 344/1350 25% [=============== ] 345/1350 25% [=============== ] 346/1350 25% [=============== ] 347/1350 25% [=============== ] 348/1350 25% [================ ] 349/1350 25% [================ ] 350/1350 25% [================ ] 351/1350 26% [================ ] 352/1350 26% [================ ] 353/1350 26% [================ ] 354/1350 26% [================ ] 355/1350 26% [================ ] 356/1350 26% [================ ] 357/1350 26% [================ ] 358/1350 26% [================ ] 359/1350 26% [================ ] 360/1350 26% [================ ] 361/1350 26% [================ ] 362/1350 26% [================ ] 363/1350 26% [================ ] 364/1350 26% [================ ] 365/1350 27% [================ ] 366/1350 27% [================ ] 367/1350 27% [================ ] 368/1350 27% [================ ] 369/1350 27% [================ ] 370/1350 27% [================= ] 371/1350 27% [================= ] 372/1350 27% [================= ] 373/1350 27% [================= ] 374/1350 27% [================= ] 375/1350 27% [================= ] 376/1350 27% [================= ] 377/1350 27% [================= ] 378/1350 28% [================= ] 379/1350 28% [================= ] 380/1350 28% [================= ] 381/1350 28% [================= ] 382/1350 28% [================= ] 383/1350 28% [================= ] 384/1350 28% [================= ] 385/1350 28% [================= ] 386/1350 28% [================= ] 387/1350 28% [================= ] 388/1350 28% [================= ] 389/1350 28% [================= ] 390/1350 28% [================= ] 391/1350 28% [================== ] 392/1350 29% [================== ] 393/1350 29% [================== ] 394/1350 29% [================== ] 395/1350 29% [================== ] 396/1350 29% [================== ] 397/1350 29% [================== ] 398/1350 29% [================== ] 399/1350 29% [================== ] 400/1350 29% [================== ] 401/1350 29% [================== ] 402/1350 29% [================== ] 403/1350 29% [================== ] 404/1350 29% [================== ] 405/1350 30% [================== ] 406/1350 30% [================== ] 407/1350 30% [================== ] 408/1350 30% [================== ] 409/1350 30% [================== ] 410/1350 30% [================== ] 411/1350 30% [================== ] 412/1350 30% [================== ] 413/1350 30% [=================== ] 414/1350 30% [=================== ] 415/1350 30% [=================== ] 416/1350 30% [=================== ] 417/1350 30% [=================== ] 418/1350 30% [=================== ] 419/1350 31% [=================== ] 420/1350 31% [=================== ] 421/1350 31% [=================== ] 422/1350 31% [=================== ] 423/1350 31% [=================== ] 424/1350 31% [=================== ] 425/1350 31% [=================== ] 426/1350 31% [=================== ] 427/1350 31% [=================== ] 428/1350 31% [=================== ] 429/1350 31% [=================== ] 430/1350 31% [=================== ] 431/1350 31% [=================== ] 432/1350 32% [=================== ] 433/1350 32% [=================== ] 434/1350 32% [=================== ] 435/1350 32% [==================== ] 436/1350 32% [==================== ] 437/1350 32% [==================== ] 438/1350 32% [==================== ] 439/1350 32% [==================== ] 440/1350 32% [==================== ] 441/1350 32% [==================== ] 442/1350 32% [==================== ] 443/1350 32% [==================== ] 444/1350 32% [==================== ] 445/1350 32% [==================== ] 446/1350 33% [==================== ] 447/1350 33% [==================== ] 448/1350 33% [==================== ] 449/1350 33% [==================== ] 450/1350 33% [==================== ] 451/1350 33% [==================== ] 452/1350 33% [==================== ] 453/1350 33% [==================== ] 454/1350 33% [==================== ] 455/1350 33% [==================== ] 456/1350 33% [==================== ] 457/1350 33% [===================== ] 458/1350 33% [===================== ] 459/1350 34% [===================== ] 460/1350 34% [===================== ] 461/1350 34% [===================== ] 462/1350 34% [===================== ] 463/1350 34% [===================== ] 464/1350 34% [===================== ] 465/1350 34% [===================== ] 466/1350 34% [===================== ] 467/1350 34% [===================== ] 468/1350 34% [===================== ] 469/1350 34% [===================== ] 470/1350 34% [===================== ] 471/1350 34% [===================== ] 472/1350 34% [===================== ] 473/1350 35% [===================== ] 474/1350 35% [===================== ] 475/1350 35% [===================== ] 476/1350 35% [===================== ] 477/1350 35% [===================== ] 478/1350 35% [===================== ] 479/1350 35% [====================== ] 480/1350 35% [====================== ] 481/1350 35% [====================== ] 482/1350 35% [====================== ] 483/1350 35% [====================== ] 484/1350 35% [====================== ] 485/1350 35% [====================== ] 486/1350 36% [====================== ] 487/1350 36% [====================== ] 488/1350 36% [====================== ] 489/1350 36% [====================== ] 490/1350 36% [====================== ] 491/1350 36% [====================== ] 492/1350 36% [====================== ] 493/1350 36% [====================== ] 494/1350 36% [====================== ] 495/1350 36% [====================== ] 496/1350 36% [====================== ] 497/1350 36% [====================== ] 498/1350 36% [====================== ] 499/1350 36% [====================== ] 500/1350 37% [======================= ] 501/1350 37% [======================= ] 502/1350 37% [======================= ] 503/1350 37% [======================= ] 504/1350 37% [======================= ] 505/1350 37% [======================= ] 506/1350 37% [======================= ] 507/1350 37% [======================= ] 508/1350 37% [======================= ] 509/1350 37% [======================= ] 510/1350 37% [======================= ] 511/1350 37% [======================= ] 512/1350 37% [======================= ] 513/1350 38% [======================= ] 514/1350 38% [======================= ] 515/1350 38% [======================= ] 516/1350 38% [======================= ] 517/1350 38% [======================= ] 518/1350 38% [======================= ] 519/1350 38% [======================= ] 520/1350 38% [======================= ] 521/1350 38% [======================= ] 522/1350 38% [======================== ] 523/1350 38% [======================== ] 524/1350 38% [======================== ] 525/1350 38% [======================== ] 526/1350 38% [======================== ] 527/1350 39% [======================== ] 528/1350 39% [======================== ] 529/1350 39% [======================== ] 530/1350 39% [======================== ] 531/1350 39% [======================== ] 532/1350 39% [======================== ] 533/1350 39% [======================== ] 534/1350 39% [======================== ] 535/1350 39% [======================== ] 536/1350 39% [======================== ] 537/1350 39% [======================== ] 538/1350 39% [======================== ] 539/1350 39% [======================== ] 540/1350 40% [======================== ] 541/1350 40% [======================== ] 542/1350 40% [======================== ] 543/1350 40% [======================== ] 544/1350 40% [========================= ] 545/1350 40% [========================= ] 546/1350 40% [========================= ] 547/1350 40% [========================= ] 548/1350 40% [========================= ] 549/1350 40% [========================= ] 550/1350 40% [========================= ] 551/1350 40% [========================= ] 552/1350 40% [========================= ] 553/1350 40% [========================= ] 554/1350 41% [========================= ] 555/1350 41% [========================= ] 556/1350 41% [========================= ] 557/1350 41% [========================= ] 558/1350 41% [========================= ] 559/1350 41% [========================= ] 560/1350 41% [========================= ] 561/1350 41% [========================= ] 562/1350 41% [========================= ] 563/1350 41% [========================= ] 564/1350 41% [========================= ] 565/1350 41% [========================= ] 566/1350 41% [========================== ] 567/1350 42% [========================== ] 568/1350 42% [========================== ] 569/1350 42% [========================== ] 570/1350 42% [========================== ] 571/1350 42% [========================== ] 572/1350 42% [========================== ] 573/1350 42% [========================== ] 574/1350 42% [========================== ] 575/1350 42% [========================== ] 576/1350 42% [========================== ] 577/1350 42% [========================== ] 578/1350 42% [========================== ] 579/1350 42% [========================== ] 580/1350 42% [========================== ] 581/1350 43% [========================== ] 582/1350 43% [========================== ] 583/1350 43% [========================== ] 584/1350 43% [========================== ] 585/1350 43% [========================== ] 586/1350 43% [========================== ] 587/1350 43% [=========================== ] 588/1350 43% [=========================== ] 589/1350 43% [=========================== ] 590/1350 43% [=========================== ] 591/1350 43% [=========================== ] 592/1350 43% [=========================== ] 593/1350 43% [=========================== ] 594/1350 44% [=========================== ] 595/1350 44% [=========================== ] 596/1350 44% [=========================== ] 597/1350 44% [=========================== ] 598/1350 44% [=========================== ] 599/1350 44% [=========================== ] 600/1350 44% [=========================== ] 601/1350 44% [=========================== ] 602/1350 44% [=========================== ] 603/1350 44% [=========================== ] 604/1350 44% [=========================== ] 605/1350 44% [=========================== ] 606/1350 44% [=========================== ] 607/1350 44% [=========================== ] 608/1350 45% [=========================== ] 609/1350 45% [============================ ] 610/1350 45% [============================ ] 611/1350 45% [============================ ] 612/1350 45% [============================ ] 613/1350 45% [============================ ] 614/1350 45% [============================ ] 615/1350 45% [============================ ] 616/1350 45% [============================ ] 617/1350 45% [============================ ] 618/1350 45% [============================ ] 619/1350 45% [============================ ] 620/1350 45% [============================ ] 621/1350 46% [============================ ] 622/1350 46% [============================ ] 623/1350 46% [============================ ] 624/1350 46% [============================ ] 625/1350 46% [============================ ] 626/1350 46% [============================ ] 627/1350 46% [============================ ] 628/1350 46% [============================ ] 629/1350 46% [============================ ] 630/1350 46% [============================ ] 631/1350 46% [============================= ] 632/1350 46% [============================= ] 633/1350 46% [============================= ] 634/1350 46% [============================= ] 635/1350 47% [============================= ] 636/1350 47% [============================= ] 637/1350 47% [============================= ] 638/1350 47% [============================= ] 639/1350 47% [============================= ] 640/1350 47% [============================= ] 641/1350 47% [============================= ] 642/1350 47% [============================= ] 643/1350 47% [============================= ] 644/1350 47% [============================= ] 645/1350 47% [============================= ] 646/1350 47% [============================= ] 647/1350 47% [============================= ] 648/1350 48% [============================= ] 649/1350 48% [============================= ] 650/1350 48% [============================= ] 651/1350 48% [============================= ] 652/1350 48% [============================= ] 653/1350 48% [============================== ] 654/1350 48% [============================== ] 655/1350 48% [============================== ] 656/1350 48% [============================== ] 657/1350 48% [============================== ] 658/1350 48% [============================== ] 659/1350 48% [============================== ] 660/1350 48% [============================== ] 661/1350 48% [============================== ] 662/1350 49% [============================== ] 663/1350 49% [============================== ] 664/1350 49% [============================== ] 665/1350 49% [============================== ] 666/1350 49% [============================== ] 667/1350 49% [============================== ] 668/1350 49% [============================== ] 669/1350 49% [============================== ] 670/1350 49% [============================== ] 671/1350 49% [============================== ] 672/1350 49% [============================== ] 673/1350 49% [============================== ] 674/1350 49% [=============================== ] 675/1350 50% [=============================== ] 676/1350 50% [=============================== ] 677/1350 50% [=============================== ] 678/1350 50% [=============================== ] 679/1350 50% [=============================== ] 680/1350 50% [=============================== ] 681/1350 50% [=============================== ] 682/1350 50% [=============================== ] 683/1350 50% [=============================== ] 684/1350 50% [=============================== ] 685/1350 50% [=============================== ] 686/1350 50% [=============================== ] 687/1350 50% [=============================== ] 688/1350 50% [=============================== ] 689/1350 51% [=============================== ] 690/1350 51% [=============================== ] 691/1350 51% [=============================== ] 692/1350 51% [=============================== ] 693/1350 51% [=============================== ] 694/1350 51% [=============================== ] 695/1350 51% [=============================== ] 696/1350 51% [================================ ] 697/1350 51% [================================ ] 698/1350 51% [================================ ] 699/1350 51% [================================ ] 700/1350 51% [================================ ] 701/1350 51% [================================ ] 702/1350 52% [================================ ] 703/1350 52% [================================ ] 704/1350 52% [================================ ] 705/1350 52% [================================ ] 706/1350 52% [================================ ] 707/1350 52% [================================ ] 708/1350 52% [================================ ] 709/1350 52% [================================ ] 710/1350 52% [================================ ] 711/1350 52% [================================ ] 712/1350 52% [================================ ] 713/1350 52% [================================ ] 714/1350 52% [================================ ] 715/1350 52% [================================ ] 716/1350 53% [================================ ] 717/1350 53% [================================ ] 718/1350 53% [================================= ] 719/1350 53% [================================= ] 720/1350 53% [================================= ] 721/1350 53% [================================= ] 722/1350 53% [================================= ] 723/1350 53% [================================= ] 724/1350 53% [================================= ] 725/1350 53% [================================= ] 726/1350 53% [================================= ] 727/1350 53% [================================= ] 728/1350 53% [================================= ] 729/1350 54% [================================= ] 730/1350 54% [================================= ] 731/1350 54% [================================= ] 732/1350 54% [================================= ] 733/1350 54% [================================= ] 734/1350 54% [================================= ] 735/1350 54% [================================= ] 736/1350 54% [================================= ] 737/1350 54% [================================= ] 738/1350 54% [================================= ] 739/1350 54% [================================= ] 740/1350 54% [================================== ] 741/1350 54% [================================== ] 742/1350 54% [================================== ] 743/1350 55% [================================== ] 744/1350 55% [================================== ] 745/1350 55% [================================== ] 746/1350 55% [================================== ] 747/1350 55% [================================== ] 748/1350 55% [================================== ] 749/1350 55% [================================== ] 750/1350 55% [================================== ] 751/1350 55% [================================== ] 752/1350 55% [================================== ] 753/1350 55% [================================== ] 754/1350 55% [================================== ] 755/1350 55% [================================== ] 756/1350 56% [================================== ] 757/1350 56% [================================== ] 758/1350 56% [================================== ] 759/1350 56% [================================== ] 760/1350 56% [================================== ] 761/1350 56% [================================== ] 762/1350 56% [=================================== ] 763/1350 56% [=================================== ] 764/1350 56% [=================================== ] 765/1350 56% [=================================== ] 766/1350 56% [=================================== ] 767/1350 56% [=================================== ] 768/1350 56% [=================================== ] 769/1350 56% [=================================== ] 770/1350 57% [=================================== ] 771/1350 57% [=================================== ] 772/1350 57% [=================================== ] 773/1350 57% [=================================== ] 774/1350 57% [=================================== ] 775/1350 57% [=================================== ] 776/1350 57% [=================================== ] 777/1350 57% [=================================== ] 778/1350 57% [=================================== ] 779/1350 57% [=================================== ] 780/1350 57% [=================================== ] 781/1350 57% [=================================== ] 782/1350 57% [=================================== ] 783/1350 58% [==================================== ] 784/1350 58% [==================================== ] 785/1350 58% [==================================== ] 786/1350 58% [==================================== ] 787/1350 58% [==================================== ] 788/1350 58% [==================================== ] 789/1350 58% [==================================== ] 790/1350 58% [==================================== ] 791/1350 58% [==================================== ] 792/1350 58% [==================================== ] 793/1350 58% [==================================== ] 794/1350 58% [==================================== ] 795/1350 58% [==================================== ] 796/1350 58% [==================================== ] 797/1350 59% [==================================== ] 798/1350 59% [==================================== ] 799/1350 59% [==================================== ] 800/1350 59% [==================================== ] 801/1350 59% [==================================== ] 802/1350 59% [==================================== ] 803/1350 59% [==================================== ] 804/1350 59% [==================================== ] 805/1350 59% [===================================== ] 806/1350 59% [===================================== ] 807/1350 59% [===================================== ] 808/1350 59% [===================================== ] 809/1350 59% [===================================== ] 810/1350 60% [===================================== ] 811/1350 60% [===================================== ] 812/1350 60% [===================================== ] 813/1350 60% [===================================== ] 814/1350 60% [===================================== ] 815/1350 60% [===================================== ] 816/1350 60% [===================================== ] 817/1350 60% [===================================== ] 818/1350 60% [===================================== ] 819/1350 60% [===================================== ] 820/1350 60% [===================================== ] 821/1350 60% [===================================== ] 822/1350 60% [===================================== ] 823/1350 60% [===================================== ] 824/1350 61% [===================================== ] 825/1350 61% [===================================== ] 826/1350 61% [===================================== ] 827/1350 61% [====================================== ] 828/1350 61% [====================================== ] 829/1350 61% [====================================== ] 830/1350 61% [====================================== ] 831/1350 61% [====================================== ] 832/1350 61% [====================================== ] 833/1350 61% [====================================== ] 834/1350 61% [====================================== ] 835/1350 61% [====================================== ] 836/1350 61% [====================================== ] 837/1350 62% [====================================== ] 838/1350 62% [====================================== ] 839/1350 62% [====================================== ] 840/1350 62% [====================================== ] 841/1350 62% [====================================== ] 842/1350 62% [====================================== ] 843/1350 62% [====================================== ] 844/1350 62% [====================================== ] 845/1350 62% [====================================== ] 846/1350 62% [====================================== ] 847/1350 62% [====================================== ] 848/1350 62% [====================================== ] 849/1350 62% [======================================= ] 850/1350 62% [======================================= ] 851/1350 63% [======================================= ] 852/1350 63% [======================================= ] 853/1350 63% [======================================= ] 854/1350 63% [======================================= ] 855/1350 63% [======================================= ] 856/1350 63% [======================================= ] 857/1350 63% [======================================= ] 858/1350 63% [======================================= ] 859/1350 63% [======================================= ] 860/1350 63% [======================================= ] 861/1350 63% [======================================= ] 862/1350 63% [======================================= ] 863/1350 63% [======================================= ] 864/1350 64% [======================================= ] 865/1350 64% [======================================= ] 866/1350 64% [======================================= ] 867/1350 64% [======================================= ] 868/1350 64% [======================================= ] 869/1350 64% [======================================= ] 870/1350 64% [======================================== ] 871/1350 64% [======================================== ] 872/1350 64% [======================================== ] 873/1350 64% [======================================== ] 874/1350 64% [======================================== ] 875/1350 64% [======================================== ] 876/1350 64% [======================================== ] 877/1350 64% [======================================== ] 878/1350 65% [======================================== ] 879/1350 65% [======================================== ] 880/1350 65% [======================================== ] 881/1350 65% [======================================== ] 882/1350 65% [======================================== ] 883/1350 65% [======================================== ] 884/1350 65% [======================================== ] 885/1350 65% [======================================== ] 886/1350 65% [======================================== ] 887/1350 65% [======================================== ] 888/1350 65% [======================================== ] 889/1350 65% [======================================== ] 890/1350 65% [======================================== ] 891/1350 66% [======================================== ] 892/1350 66% [========================================= ] 893/1350 66% [========================================= ] 894/1350 66% [========================================= ] 895/1350 66% [========================================= ] 896/1350 66% [========================================= ] 897/1350 66% [========================================= ] 898/1350 66% [========================================= ] 899/1350 66% [========================================= ] 900/1350 66% [========================================= ] 901/1350 66% [========================================= ] 902/1350 66% [========================================= ] 903/1350 66% [========================================= ] 904/1350 66% [========================================= ] 905/1350 67% [========================================= ] 906/1350 67% [========================================= ] 907/1350 67% [========================================= ] 908/1350 67% [========================================= ] 909/1350 67% [========================================= ] 910/1350 67% [========================================= ] 911/1350 67% [========================================= ] 912/1350 67% [========================================= ] 913/1350 67% [========================================= ] 914/1350 67% [========================================== ] 915/1350 67% [========================================== ] 916/1350 67% [========================================== ] 917/1350 67% [========================================== ] 918/1350 68% [========================================== ] 919/1350 68% [========================================== ] 920/1350 68% [========================================== ] 921/1350 68% [========================================== ] 922/1350 68% [========================================== ] 923/1350 68% [========================================== ] 924/1350 68% [========================================== ] 925/1350 68% [========================================== ] 926/1350 68% [========================================== ] 927/1350 68% [========================================== ] 928/1350 68% [========================================== ] 929/1350 68% [========================================== ] 930/1350 68% [========================================== ] 931/1350 68% [========================================== ] 932/1350 69% [========================================== ] 933/1350 69% [========================================== ] 934/1350 69% [========================================== ] 935/1350 69% [========================================== ] 936/1350 69% [=========================================== ] 937/1350 69% [=========================================== ] 938/1350 69% [=========================================== ] 939/1350 69% [=========================================== ] 940/1350 69% [=========================================== ] 941/1350 69% [=========================================== ] 942/1350 69% [=========================================== ] 943/1350 69% [=========================================== ] 944/1350 69% [=========================================== ] 945/1350 70% [=========================================== ] 946/1350 70% [=========================================== ] 947/1350 70% [=========================================== ] 948/1350 70% [=========================================== ] 949/1350 70% [=========================================== ] 950/1350 70% [=========================================== ] 951/1350 70% [=========================================== ] 952/1350 70% [=========================================== ] 953/1350 70% [=========================================== ] 954/1350 70% [=========================================== ] 955/1350 70% [=========================================== ] 956/1350 70% [=========================================== ] 957/1350 70% [=========================================== ] 958/1350 70% [============================================ ] 959/1350 71% [============================================ ] 960/1350 71% [============================================ ] 961/1350 71% [============================================ ] 962/1350 71% [============================================ ] 963/1350 71% [============================================ ] 964/1350 71% [============================================ ] 965/1350 71% [============================================ ] 966/1350 71% [============================================ ] 967/1350 71% [============================================ ] 968/1350 71% [============================================ ] 969/1350 71% [============================================ ] 970/1350 71% [============================================ ] 971/1350 71% [============================================ ] 972/1350 72% [============================================ ] 973/1350 72% [============================================ ] 974/1350 72% [============================================ ] 975/1350 72% [============================================ ] 976/1350 72% [============================================ ] 977/1350 72% [============================================ ] 978/1350 72% [============================================ ] 979/1350 72% [============================================= ] 980/1350 72% [============================================= ] 981/1350 72% [============================================= ] 982/1350 72% [============================================= ] 983/1350 72% [============================================= ] 984/1350 72% [============================================= ] 985/1350 72% [============================================= ] 986/1350 73% [============================================= ] 987/1350 73% [============================================= ] 988/1350 73% [============================================= ] 989/1350 73% [============================================= ] 990/1350 73% [============================================= ] 991/1350 73% [============================================= ] 992/1350 73% [============================================= ] 993/1350 73% [============================================= ] 994/1350 73% [============================================= ] 995/1350 73% [============================================= ] 996/1350 73% [============================================= ] 997/1350 73% [============================================= ] 998/1350 73% [============================================= ] 999/1350 74% [============================================= ] 1000/1350 74% [============================================= ] 1001/1350 74% [============================================== ] 1002/1350 74% [============================================== ] 1003/1350 74% [============================================== ] 1004/1350 74% [============================================== ] 1005/1350 74% [============================================== ] 1006/1350 74% [============================================== ] 1007/1350 74% [============================================== ] 1008/1350 74% [============================================== ] 1009/1350 74% [============================================== ] 1010/1350 74% [============================================== ] 1011/1350 74% [============================================== ] 1012/1350 74% [============================================== ] 1013/1350 75% [============================================== ] 1014/1350 75% [============================================== ] 1015/1350 75% [============================================== ] 1016/1350 75% [============================================== ] 1017/1350 75% [============================================== ] 1018/1350 75% [============================================== ] 1019/1350 75% [============================================== ] 1020/1350 75% [============================================== ] 1021/1350 75% [============================================== ] 1022/1350 75% [============================================== ] 1023/1350 75% [=============================================== ] 1024/1350 75% [=============================================== ] 1025/1350 75% [=============================================== ] 1026/1350 76% [=============================================== ] 1027/1350 76% [=============================================== ] 1028/1350 76% [=============================================== ] 1029/1350 76% [=============================================== ] 1030/1350 76% [=============================================== ] 1031/1350 76% [=============================================== ] 1032/1350 76% [=============================================== ] 1033/1350 76% [=============================================== ] 1034/1350 76% [=============================================== ] 1035/1350 76% [=============================================== ] 1036/1350 76% [=============================================== ] 1037/1350 76% [=============================================== ] 1038/1350 76% [=============================================== ] 1039/1350 76% [=============================================== ] 1040/1350 77% [=============================================== ] 1041/1350 77% [=============================================== ] 1042/1350 77% [=============================================== ] 1043/1350 77% [=============================================== ] 1044/1350 77% [=============================================== ] 1045/1350 77% [================================================ ] 1046/1350 77% [================================================ ] 1047/1350 77% [================================================ ] 1048/1350 77% [================================================ ] 1049/1350 77% [================================================ ] 1050/1350 77% [================================================ ] 1051/1350 77% [================================================ ] 1052/1350 77% [================================================ ] 1053/1350 78% [================================================ ] 1054/1350 78% [================================================ ] 1055/1350 78% [================================================ ] 1056/1350 78% [================================================ ] 1057/1350 78% [================================================ ] 1058/1350 78% [================================================ ] 1059/1350 78% [================================================ ] 1060/1350 78% [================================================ ] 1061/1350 78% [================================================ ] 1062/1350 78% [================================================ ] 1063/1350 78% [================================================ ] 1064/1350 78% [================================================ ] 1065/1350 78% [================================================ ] 1066/1350 78% [================================================= ] 1067/1350 79% [================================================= ] 1068/1350 79% [================================================= ] 1069/1350 79% [================================================= ] 1070/1350 79% [================================================= ] 1071/1350 79% [================================================= ] 1072/1350 79% [================================================= ] 1073/1350 79% [================================================= ] 1074/1350 79% [================================================= ] 1075/1350 79% [================================================= ] 1076/1350 79% [================================================= ] 1077/1350 79% [================================================= ] 1078/1350 79% [================================================= ] 1079/1350 79% [================================================= ] 1080/1350 80% [================================================= ] 1081/1350 80% [================================================= ] 1082/1350 80% [================================================= ] 1083/1350 80% [================================================= ] 1084/1350 80% [================================================= ] 1085/1350 80% [================================================= ] 1086/1350 80% [================================================= ] 1087/1350 80% [================================================= ] 1088/1350 80% [================================================== ] 1089/1350 80% [================================================== ] 1090/1350 80% [================================================== ] 1091/1350 80% [================================================== ] 1092/1350 80% [================================================== ] 1093/1350 80% [================================================== ] 1094/1350 81% [================================================== ] 1095/1350 81% [================================================== ] 1096/1350 81% [================================================== ] 1097/1350 81% [================================================== ] 1098/1350 81% [================================================== ] 1099/1350 81% [================================================== ] 1100/1350 81% [================================================== ] 1101/1350 81% [================================================== ] 1102/1350 81% [================================================== ] 1103/1350 81% [================================================== ] 1104/1350 81% [================================================== ] 1105/1350 81% [================================================== ] 1106/1350 81% [================================================== ] 1107/1350 82% [================================================== ] 1108/1350 82% [================================================== ] 1109/1350 82% [================================================== ] 1110/1350 82% [=================================================== ] 1111/1350 82% [=================================================== ] 1112/1350 82% [=================================================== ] 1113/1350 82% [=================================================== ] 1114/1350 82% [=================================================== ] 1115/1350 82% [=================================================== ] 1116/1350 82% [=================================================== ] 1117/1350 82% [=================================================== ] 1118/1350 82% [=================================================== ] 1119/1350 82% [=================================================== ] 1120/1350 82% [=================================================== ] 1121/1350 83% [=================================================== ] 1122/1350 83% [=================================================== ] 1123/1350 83% [=================================================== ] 1124/1350 83% [=================================================== ] 1125/1350 83% [=================================================== ] 1126/1350 83% [=================================================== ] 1127/1350 83% [=================================================== ] 1128/1350 83% [=================================================== ] 1129/1350 83% [=================================================== ] 1130/1350 83% [=================================================== ] 1131/1350 83% [=================================================== ] 1132/1350 83% [==================================================== ] 1133/1350 83% [==================================================== ] 1134/1350 84% [==================================================== ] 1135/1350 84% [==================================================== ] 1136/1350 84% [==================================================== ] 1137/1350 84% [==================================================== ] 1138/1350 84% [==================================================== ] 1139/1350 84% [==================================================== ] 1140/1350 84% [==================================================== ] 1141/1350 84% [==================================================== ] 1142/1350 84% [==================================================== ] 1143/1350 84% [==================================================== ] 1144/1350 84% [==================================================== ] 1145/1350 84% [==================================================== ] 1146/1350 84% [==================================================== ] 1147/1350 84% [==================================================== ] 1148/1350 85% [==================================================== ] 1149/1350 85% [==================================================== ] 1150/1350 85% [==================================================== ] 1151/1350 85% [==================================================== ] 1152/1350 85% [==================================================== ] 1153/1350 85% [==================================================== ] 1154/1350 85% [===================================================== ] 1155/1350 85% [===================================================== ] 1156/1350 85% [===================================================== ] 1157/1350 85% [===================================================== ] 1158/1350 85% [===================================================== ] 1159/1350 85% [===================================================== ] 1160/1350 85% [===================================================== ] 1161/1350 86% [===================================================== ] 1162/1350 86% [===================================================== ] 1163/1350 86% [===================================================== ] 1164/1350 86% [===================================================== ] 1165/1350 86% [===================================================== ] 1166/1350 86% [===================================================== ] 1167/1350 86% [===================================================== ] 1168/1350 86% [===================================================== ] 1169/1350 86% [===================================================== ] 1170/1350 86% [===================================================== ] 1171/1350 86% [===================================================== ] 1172/1350 86% [===================================================== ] 1173/1350 86% [===================================================== ] 1174/1350 86% [===================================================== ] 1175/1350 87% [====================================================== ] 1176/1350 87% [====================================================== ] 1177/1350 87% [====================================================== ] 1178/1350 87% [====================================================== ] 1179/1350 87% [====================================================== ] 1180/1350 87% [====================================================== ] 1181/1350 87% [====================================================== ] 1182/1350 87% [====================================================== ] 1183/1350 87% [====================================================== ] 1184/1350 87% [====================================================== ] 1185/1350 87% [====================================================== ] 1186/1350 87% [====================================================== ] 1187/1350 87% [====================================================== ] 1188/1350 88% [====================================================== ] 1189/1350 88% [====================================================== ] 1190/1350 88% [====================================================== ] 1191/1350 88% [====================================================== ] 1192/1350 88% [====================================================== ] 1193/1350 88% [====================================================== ] 1194/1350 88% [====================================================== ] 1195/1350 88% [====================================================== ] 1196/1350 88% [====================================================== ] 1197/1350 88% [======================================================= ] 1198/1350 88% [======================================================= ] 1199/1350 88% [======================================================= ] 1200/1350 88% [======================================================= ] 1201/1350 88% [======================================================= ] 1202/1350 89% [======================================================= ] 1203/1350 89% [======================================================= ] 1204/1350 89% [======================================================= ] 1205/1350 89% [======================================================= ] 1206/1350 89% [======================================================= ] 1207/1350 89% [======================================================= ] 1208/1350 89% [======================================================= ] 1209/1350 89% [======================================================= ] 1210/1350 89% [======================================================= ] 1211/1350 89% [======================================================= ] 1212/1350 89% [======================================================= ] 1213/1350 89% [======================================================= ] 1214/1350 89% [======================================================= ] 1215/1350 90% [======================================================= ] 1216/1350 90% [======================================================= ] 1217/1350 90% [======================================================= ] 1218/1350 90% [======================================================= ] 1219/1350 90% [======================================================== ] 1220/1350 90% [======================================================== ] 1221/1350 90% [======================================================== ] 1222/1350 90% [======================================================== ] 1223/1350 90% [======================================================== ] 1224/1350 90% [======================================================== ] 1225/1350 90% [======================================================== ] 1226/1350 90% [======================================================== ] 1227/1350 90% [======================================================== ] 1228/1350 90% [======================================================== ] 1229/1350 91% [======================================================== ] 1230/1350 91% [======================================================== ] 1231/1350 91% [======================================================== ] 1232/1350 91% [======================================================== ] 1233/1350 91% [======================================================== ] 1234/1350 91% [======================================================== ] 1235/1350 91% [======================================================== ] 1236/1350 91% [======================================================== ] 1237/1350 91% [======================================================== ] 1238/1350 91% [======================================================== ] 1239/1350 91% [======================================================== ] 1240/1350 91% [======================================================== ] 1241/1350 91% [========================================================= ] 1242/1350 92% [========================================================= ] 1243/1350 92% [========================================================= ] 1244/1350 92% [========================================================= ] 1245/1350 92% [========================================================= ] 1246/1350 92% [========================================================= ] 1247/1350 92% [========================================================= ] 1248/1350 92% [========================================================= ] 1249/1350 92% [========================================================= ] 1250/1350 92% [========================================================= ] 1251/1350 92% [========================================================= ] 1252/1350 92% [========================================================= ] 1253/1350 92% [========================================================= ] 1254/1350 92% [========================================================= ] 1255/1350 92% [========================================================= ] 1256/1350 93% [========================================================= ] 1257/1350 93% [========================================================= ] 1258/1350 93% [========================================================= ] 1259/1350 93% [========================================================= ] 1260/1350 93% [========================================================= ] 1261/1350 93% [========================================================= ] 1262/1350 93% [========================================================== ] 1263/1350 93% [========================================================== ] 1264/1350 93% [========================================================== ] 1265/1350 93% [========================================================== ] 1266/1350 93% [========================================================== ] 1267/1350 93% [========================================================== ] 1268/1350 93% [========================================================== ] 1269/1350 94% [========================================================== ] 1270/1350 94% [========================================================== ] 1271/1350 94% [========================================================== ] 1272/1350 94% [========================================================== ] 1273/1350 94% [========================================================== ] 1274/1350 94% [========================================================== ] 1275/1350 94% [========================================================== ] 1276/1350 94% [========================================================== ] 1277/1350 94% [========================================================== ] 1278/1350 94% [========================================================== ] 1279/1350 94% [========================================================== ] 1280/1350 94% [========================================================== ] 1281/1350 94% [========================================================== ] 1282/1350 94% [========================================================== ] 1283/1350 95% [========================================================== ] 1284/1350 95% [=========================================================== ] 1285/1350 95% [=========================================================== ] 1286/1350 95% [=========================================================== ] 1287/1350 95% [=========================================================== ] 1288/1350 95% [=========================================================== ] 1289/1350 95% [=========================================================== ] 1290/1350 95% [=========================================================== ] 1291/1350 95% [=========================================================== ] 1292/1350 95% [=========================================================== ] 1293/1350 95% [=========================================================== ] 1294/1350 95% [=========================================================== ] 1295/1350 95% [=========================================================== ] 1296/1350 96% [=========================================================== ] 1297/1350 96% [=========================================================== ] 1298/1350 96% [=========================================================== ] 1299/1350 96% [=========================================================== ] 1300/1350 96% [=========================================================== ] 1301/1350 96% [=========================================================== ] 1302/1350 96% [=========================================================== ] 1303/1350 96% [=========================================================== ] 1304/1350 96% [=========================================================== ] 1305/1350 96% [=========================================================== ] 1306/1350 96% [============================================================ ] 1307/1350 96% [============================================================ ] 1308/1350 96% [============================================================ ] 1309/1350 96% [============================================================ ] 1310/1350 97% [============================================================ ] 1311/1350 97% [============================================================ ] 1312/1350 97% [============================================================ ] 1313/1350 97% [============================================================ ] 1314/1350 97% [============================================================ ] 1315/1350 97% [============================================================ ] 1316/1350 97% [============================================================ ] 1317/1350 97% [============================================================ ] 1318/1350 97% [============================================================ ] 1319/1350 97% [============================================================ ] 1320/1350 97% [============================================================ ] 1321/1350 97% [============================================================ ] 1322/1350 97% [============================================================ ] 1323/1350 98% [============================================================ ] 1324/1350 98% [============================================================ ] 1325/1350 98% [============================================================ ] 1326/1350 98% [============================================================ ] 1327/1350 98% [============================================================ ] 1328/1350 98% [============================================================= ] 1329/1350 98% [============================================================= ] 1330/1350 98% [============================================================= ] 1331/1350 98% [============================================================= ] 1332/1350 98% [============================================================= ] 1333/1350 98% [============================================================= ] 1334/1350 98% [============================================================= ] 1335/1350 98% [============================================================= ] 1336/1350 98% [============================================================= ] 1337/1350 99% [============================================================= ] 1338/1350 99% [============================================================= ] 1339/1350 99% [============================================================= ] 1340/1350 99% [============================================================= ] 1341/1350 99% [============================================================= ] 1342/1350 99% [============================================================= ] 1343/1350 99% [============================================================= ] 1344/1350 99% [============================================================= ] 1345/1350 99% [============================================================= ] 1346/1350 99% [============================================================= ] 1347/1350 99% [============================================================= ] 1348/1350 99% [============================================================= ] 1349/1350 99% [==============================================================] 1350/1350 100% operation complete, 1350 objects in 163502 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-1/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-1/buildroot' >>> Buildroot 2022.05-1456-g4ffa34edc1 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.5 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 12.1.0 Collecting legal info >>> host-binutils 2.36.1 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 12.1.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bird 2.0.10 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> 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) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> cppzmq 4.8.1 Collecting legal info LICENSE: OK (sha256: 7e6db90e2e805c72b3daa77849d1cb5f1f92da0e69750c8a4aa1d86d70704748) >>> zeromq 4.3.4 Collecting legal info COPYING: OK (sha256: 4fd86507c9b486764343065a9e035222869a27b5789efeb4fd93edc85412d7a3) COPYING.LESSER: OK (sha256: 83f32abe61ee58ffb1b007412c08415168c052501dbf56d7a47aaaac52b03ef6) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> czmq 4.2.1 Collecting legal info LICENSE: OK (sha256: 1f256ecad192880510e84ad60474eab7589218784b9a50bc7ceee34c2b91f1d5) >>> ddrescue 1.26 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> easy-rsa 3.1.0 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> exim 4.96 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gnuplot 5.4.4 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> googlefontdirectory 94dff3eaa9301b6640cccc63c56d6ff33d82882c Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwloc 2.7.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> initscripts Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> libapparmor 3.0.4 Collecting legal info LICENSE: OK (sha256: a7e0cdcbea5c14927cedfc600d46526bdcbb1eb0a4d951e2ea53c2a6de159cb4) libraries/libapparmor/COPYING.LGPL: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libcgicc 3.2.19 Collecting legal info COPYING.LIB: OK (sha256: a2e480f5e8afd7c587a3c0ac2ed3b73ed4b10fa3a553dea26e7b661c7cedda72) COPYING.DOC: OK (sha256: 0fd15977dc962abf3eced509b1cf5356f9784939742d67a635671141023a11da) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdrm 2.4.112 Collecting legal info data/meson.build: OK (sha256: d0a616a9020dc0271e36e6dd4bad174b4e2c2a42636f13785f8e18dd5f85fd83) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> libpthread-stubs 0.4 Collecting legal info COPYING: OK (sha256: 78c20706e799f2b8f445e71d3d2ade6ba23b3388fd6cbeed7d71796623febde8) >>> libenca 1.19 Collecting legal info COPYING: OK (sha256: 87f1bd4a52b4029476b684fcdd51fed3c6b2540e462d3c2d3bfc9be4558b2825) >>> libhttpserver 0.18.2 Collecting legal info COPYING.LESSER: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnftnl 1.2.1 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnpupnp 4.2.2 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpjsip 2.12.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> libsigc 3.0.7 Collecting legal info COPYING: OK (sha256: 97628afebc60f026f5c2b25d7491c46a5c4ee61f693e7cfa07fbd2c03605979b) >>> libsquish 1.15 Collecting legal info LICENSE.txt: OK (sha256: a6b8c383bf3ab28460d6507484d605dd722e03971606f0cd3032a3af682b63a5) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> linux-zigbee 0.3.1 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> most 5.1.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 47ad1c3f9b94d6ec42d9bee6c5df980c5c2daa5b9d22113545ae6a3f21ca2f52) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> msgpack 3.3.0 Collecting legal info COPYING: OK (sha256: 664550b43996452a5a2c7471bb0ff77185a58c69ccafa60f983dc4c162e1ee22) LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> protobuf-c 1.4.1 Collecting legal info LICENSE: OK (sha256: b8999cb392cc5bbe8cd679de59584ad8d2f26033123e76f1d662fa14b9d4f287) >>> host-protobuf-c 1.4.1 Collecting legal info LICENSE: OK (sha256: b8999cb392cc5bbe8cd679de59584ad8d2f26033123e76f1d662fa14b9d4f287) >>> host-protobuf 21.5 Collecting legal info LICENSE: OK (sha256: 6e5e117324afd944dcf67f36cf329843bc1a92229a8cd9bb573d7a83130fea7d) >>> qhull 8.0.2 Collecting legal info COPYING.txt: OK (sha256: 106d55c931fd6a84822e5345d900273d059f1c27310d02567ccb313c5d18c55d) >>> host-rauc 1.7 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.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> restclient-cpp 0.5.2 Collecting legal info LICENSE: OK (sha256: 1c2f79e825a39eb61d8919044776627f4d079ff38975410a3bde340154fc94a4) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.1.5 Collecting legal info LICENSE: OK (sha256: 47cd0d41b1092f9161cfb629ed15e5cea185144710ff4633a4281ef088ff5de7) >>> host-python-markupsafe 2.0.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> shapelib 1.5.0 Collecting legal info web/license.html: OK (sha256: a638278f7f1cb7d0cdc73b47a6c87261b882e356a8e79922e90d44d7ef1dd2c7) COPYING: OK (sha256: 7eb803a70990017a1c4e38a8342d7413c5dfeec3ed1ac407e15ae2c274e560ff) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> urandom-scripts Collecting legal info >>> host-uuu 1.4.243 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-mtd 2.1.3 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-12.1.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.1.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-1/buildroot'