[FIX] (move_one_curseg_info:2799) --> Move curseg[2] 279 -> 33 after 2c00 [FIX] (move_one_curseg_info:2799) --> Move curseg[3] 0 -> 28 after 2c00 [FIX] (move_one_curseg_info:2799) --> Move curseg[4] 1 -> 9 after 2c00 [FIX] (move_one_curseg_info:2799) --> Move curseg[5] 2 -> 1 after 2c00 Info: Write valid nat_bits in checkpoint Info: MKFS version "Linux version 4.9.0-16-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.272-2 (2021-07-19)" Info: FSCK version from "Linux version 4.9.0-16-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.272-2 (2021-07-19)" to "Linux version 4.9.0-16-amd64 (debian-kernel@lists.debian.org) (gcc version 6.3.0 20170516 (Debian 6.3.0-18+deb9u1) ) #1 SMP Debian 4.9.272-2 (2021-07-19)" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: total FS sectors = 10485760 (5120 MB) Info: CKPT version = 51b0f953 Info: Checked valid nat_bits in checkpoint Info: checkpoint state = 81 : nat_bits unmount [FSCK] Unreachable nat entries [Ok..] [0x0] [FSCK] SIT valid block bitmap checking [Ok..] [FSCK] Hard link checking for regular file [Ok..] [0x0] [FSCK] valid_block_count matching with CP [Ok..] [0x577d] [FSCK] valid_node_count matching with CP (de lookup) [Ok..] [0x4f6] [FSCK] valid_node_count matching with CP (nat lookup) [Ok..] [0x4f6] [FSCK] valid_inode_count matched with CP [Ok..] [0x4f4] [FSCK] free segment_count matched with CP [Ok..] [0x9b7] [FSCK] next block offset is free [Ok..] [FSCK] fixing SIT types [FSCK] other corrupted bugs [Ok..] Done: 2.468958 secs >>> Generating filesystem image rootfs.romfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/images rm -rf /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs mkdir -p /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs 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/romfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/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/romfs/target >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/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/romfs/target" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/buildroot/autobuild/instance-1/output-1/host/bin/genromfs -d /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target -f /home/buildroot/autobuild/instance-1/output-1/images/rootfs.romfs\n' >> /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/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/romfs/fakeroot rootdir=/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/romfs/target table='/home/buildroot/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' >>> 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 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 ' \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 1268 objects. stage 2: creating image '/home/buildroot/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1268 0% [ ] 2/1268 0% [ ] 3/1268 0% [ ] 4/1268 0% [ ] 5/1268 0% [ ] 6/1268 0% [ ] 7/1268 0% [ ] 8/1268 0% [ ] 9/1268 0% [ ] 10/1268 0% [ ] 11/1268 0% [ ] 12/1268 0% [ ] 13/1268 1% [ ] 14/1268 1% [ ] 15/1268 1% [ ] 16/1268 1% [ ] 17/1268 1% [ ] 18/1268 1% [ ] 19/1268 1% [ ] 20/1268 1% [= ] 21/1268 1% [= ] 22/1268 1% [= ] 23/1268 1% [= ] 24/1268 1% [= ] 25/1268 1% [= ] 26/1268 2% [= ] 27/1268 2% [= ] 28/1268 2% [= ] 29/1268 2% [= ] 30/1268 2% [= ] 31/1268 2% [= ] 32/1268 2% [= ] 33/1268 2% [= ] 34/1268 2% [= ] 35/1268 2% [= ] 36/1268 2% [= ] 37/1268 2% [= ] 38/1268 2% [= ] 39/1268 3% [= ] 40/1268 3% [== ] 41/1268 3% [== ] 42/1268 3% [== ] 43/1268 3% [== ] 44/1268 3% [== ] 45/1268 3% [== ] 46/1268 3% [== ] 47/1268 3% [== ] 48/1268 3% [== ] 49/1268 3% [== ] 50/1268 3% [== ] 51/1268 4% [== ] 52/1268 4% [== ] 53/1268 4% [== ] 54/1268 4% [== ] 55/1268 4% [== ] 56/1268 4% [== ] 57/1268 4% [== ] 58/1268 4% [== ] 59/1268 4% [== ] 60/1268 4% [== ] 61/1268 4% [=== ] 62/1268 4% [=== ] 63/1268 4% [=== ] 64/1268 5% [=== ] 65/1268 5% [=== ] 66/1268 5% [=== ] 67/1268 5% [=== ] 68/1268 5% [=== ] 69/1268 5% [=== ] 70/1268 5% [=== ] 71/1268 5% [=== ] 72/1268 5% [=== ] 73/1268 5% [=== ] 74/1268 5% [=== ] 75/1268 5% [=== ] 76/1268 5% [=== ] 77/1268 6% [=== ] 78/1268 6% [=== ] 79/1268 6% [=== ] 80/1268 6% [=== ] 81/1268 6% [==== ] 82/1268 6% [==== ] 83/1268 6% [==== ] 84/1268 6% [==== ] 85/1268 6% [==== ] 86/1268 6% [==== ] 87/1268 6% [==== ] 88/1268 6% [==== ] 89/1268 7% [==== ] 90/1268 7% [==== ] 91/1268 7% [==== ] 92/1268 7% [==== ] 93/1268 7% [==== ] 94/1268 7% [==== ] 95/1268 7% [==== ] 96/1268 7% [==== ] 97/1268 7% [==== ] 98/1268 7% [==== ] 99/1268 7% [==== ] 100/1268 7% [==== ] 101/1268 7% [==== ] 102/1268 8% [===== ] 103/1268 8% [===== ] 104/1268 8% [===== ] 105/1268 8% [===== ] 106/1268 8% [===== ] 107/1268 8% [===== ] 108/1268 8% [===== ] 109/1268 8% [===== ] 110/1268 8% [===== ] 111/1268 8% [===== ] 112/1268 8% [===== ] 113/1268 8% [===== ] 114/1268 8% [===== ] 115/1268 9% [===== ] 116/1268 9% [===== ] 117/1268 9% [===== ] 118/1268 9% [===== ] 119/1268 9% [===== ] 120/1268 9% [===== ] 121/1268 9% [===== ] 122/1268 9% [====== ] 123/1268 9% [====== ] 124/1268 9% [====== ] 125/1268 9% [====== ] 126/1268 9% [====== ] 127/1268 10% [====== ] 128/1268 10% [====== ] 129/1268 10% [====== ] 130/1268 10% [====== ] 131/1268 10% [====== ] 132/1268 10% [====== ] 133/1268 10% [====== ] 134/1268 10% [====== ] 135/1268 10% [====== ] 136/1268 10% [====== ] 137/1268 10% [====== ] 138/1268 10% [====== ] 139/1268 10% [====== ] 140/1268 11% [====== ] 141/1268 11% [====== ] 142/1268 11% [====== ] 143/1268 11% [======= ] 144/1268 11% [======= ] 145/1268 11% [======= ] 146/1268 11% [======= ] 147/1268 11% [======= ] 148/1268 11% [======= ] 149/1268 11% [======= ] 150/1268 11% [======= ] 151/1268 11% [======= ] 152/1268 11% [======= ] 153/1268 12% [======= ] 154/1268 12% [======= ] 155/1268 12% [======= ] 156/1268 12% [======= ] 157/1268 12% [======= ] 158/1268 12% [======= ] 159/1268 12% [======= ] 160/1268 12% [======= ] 161/1268 12% [======= ] 162/1268 12% [======= ] 163/1268 12% [======== ] 164/1268 12% [======== ] 165/1268 13% [======== ] 166/1268 13% [======== ] 167/1268 13% [======== ] 168/1268 13% [======== ] 169/1268 13% [======== ] 170/1268 13% [======== ] 171/1268 13% [======== ] 172/1268 13% [======== ] 173/1268 13% [======== ] 174/1268 13% [======== ] 175/1268 13% [======== ] 176/1268 13% [======== ] 177/1268 13% [======== ] 178/1268 14% [======== ] 179/1268 14% [======== ] 180/1268 14% [======== ] 181/1268 14% [======== ] 182/1268 14% [======== ] 183/1268 14% [======== ] 184/1268 14% [========= ] 185/1268 14% [========= ] 186/1268 14% [========= ] 187/1268 14% [========= ] 188/1268 14% [========= ] 189/1268 14% [========= ] 190/1268 14% [========= ] 191/1268 15% [========= ] 192/1268 15% [========= ] 193/1268 15% [========= ] 194/1268 15% [========= ] 195/1268 15% [========= ] 196/1268 15% [========= ] 197/1268 15% [========= ] 198/1268 15% [========= ] 199/1268 15% [========= ] 200/1268 15% [========= ] 201/1268 15% [========= ] 202/1268 15% [========= ] 203/1268 16% [========= ] 204/1268 16% [========== ] 205/1268 16% [========== ] 206/1268 16% [========== ] 207/1268 16% [========== ] 208/1268 16% [========== ] 209/1268 16% [========== ] 210/1268 16% [========== ] 211/1268 16% [========== ] 212/1268 16% [========== ] 213/1268 16% [========== ] 214/1268 16% [========== ] 215/1268 16% [========== ] 216/1268 17% [========== ] 217/1268 17% [========== ] 218/1268 17% [========== ] 219/1268 17% [========== ] 220/1268 17% [========== ] 221/1268 17% [========== ] 222/1268 17% [========== ] 223/1268 17% [========== ] 224/1268 17% [=========== ] 225/1268 17% [=========== ] 226/1268 17% [=========== ] 227/1268 17% [=========== ] 228/1268 17% [=========== ] 229/1268 18% [=========== ] 230/1268 18% [=========== ] 231/1268 18% [=========== ] 232/1268 18% [=========== ] 233/1268 18% [=========== ] 234/1268 18% [=========== ] 235/1268 18% [=========== ] 236/1268 18% [=========== ] 237/1268 18% [=========== ] 238/1268 18% [=========== ] 239/1268 18% [=========== ] 240/1268 18% [=========== ] 241/1268 19% [=========== ] 242/1268 19% [=========== ] 243/1268 19% [=========== ] 244/1268 19% [=========== ] 245/1268 19% [============ ] 246/1268 19% [============ ] 247/1268 19% [============ ] 248/1268 19% [============ ] 249/1268 19% [============ ] 250/1268 19% [============ ] 251/1268 19% [============ ] 252/1268 19% [============ ] 253/1268 19% [============ ] 254/1268 20% [============ ] 255/1268 20% [============ ] 256/1268 20% [============ ] 257/1268 20% [============ ] 258/1268 20% [============ ] 259/1268 20% [============ ] 260/1268 20% [============ ] 261/1268 20% [============ ] 262/1268 20% [============ ] 263/1268 20% [============ ] 264/1268 20% [============ ] 265/1268 20% [============= ] 266/1268 20% [============= ] 267/1268 21% [============= ] 268/1268 21% [============= ] 269/1268 21% [============= ] 270/1268 21% [============= ] 271/1268 21% [============= ] 272/1268 21% [============= ] 273/1268 21% [============= ] 274/1268 21% [============= ] 275/1268 21% [============= ] 276/1268 21% [============= ] 277/1268 21% [============= ] 278/1268 21% [============= ] 279/1268 22% [============= ] 280/1268 22% [============= ] 281/1268 22% [============= ] 282/1268 22% [============= ] 283/1268 22% [============= ] 284/1268 22% [============= ] 285/1268 22% [============= ] 286/1268 22% [============== ] 287/1268 22% [============== ] 288/1268 22% [============== ] 289/1268 22% [============== ] 290/1268 22% [============== ] 291/1268 22% [============== ] 292/1268 23% [============== ] 293/1268 23% [============== ] 294/1268 23% [============== ] 295/1268 23% [============== ] 296/1268 23% [============== ] 297/1268 23% [============== ] 298/1268 23% [============== ] 299/1268 23% [============== ] 300/1268 23% [============== ] 301/1268 23% [============== ] 302/1268 23% [============== ] 303/1268 23% [============== ] 304/1268 23% [============== ] 305/1268 24% [============== ] 306/1268 24% [=============== ] 307/1268 24% [=============== ] 308/1268 24% [=============== ] 309/1268 24% [=============== ] 310/1268 24% [=============== ] 311/1268 24% [=============== ] 312/1268 24% [=============== ] 313/1268 24% [=============== ] 314/1268 24% [=============== ] 315/1268 24% [=============== ] 316/1268 24% [=============== ] 317/1268 25% [=============== ] 318/1268 25% [=============== ] 319/1268 25% [=============== ] 320/1268 25% [=============== ] 321/1268 25% [=============== ] 322/1268 25% [=============== ] 323/1268 25% [=============== ] 324/1268 25% [=============== ] 325/1268 25% [=============== ] 326/1268 25% [=============== ] 327/1268 25% [================ ] 328/1268 25% [================ ] 329/1268 25% [================ ] 330/1268 26% [================ ] 331/1268 26% [================ ] 332/1268 26% [================ ] 333/1268 26% [================ ] 334/1268 26% [================ ] 335/1268 26% [================ ] 336/1268 26% [================ ] 337/1268 26% [================ ] 338/1268 26% [================ ] 339/1268 26% [================ ] 340/1268 26% [================ ] 341/1268 26% [================ ] 342/1268 26% [================ ] 343/1268 27% [================ ] 344/1268 27% [================ ] 345/1268 27% [================ ] 346/1268 27% [================ ] 347/1268 27% [================= ] 348/1268 27% [================= ] 349/1268 27% [================= ] 350/1268 27% [================= ] 351/1268 27% [================= ] 352/1268 27% [================= ] 353/1268 27% [================= ] 354/1268 27% [================= ] 355/1268 27% [================= ] 356/1268 28% [================= ] 357/1268 28% [================= ] 358/1268 28% [================= ] 359/1268 28% [================= ] 360/1268 28% [================= ] 361/1268 28% [================= ] 362/1268 28% [================= ] 363/1268 28% [================= ] 364/1268 28% [================= ] 365/1268 28% [================= ] 366/1268 28% [================= ] 367/1268 28% [================= ] 368/1268 29% [================== ] 369/1268 29% [================== ] 370/1268 29% [================== ] 371/1268 29% [================== ] 372/1268 29% [================== ] 373/1268 29% [================== ] 374/1268 29% [================== ] 375/1268 29% [================== ] 376/1268 29% [================== ] 377/1268 29% [================== ] 378/1268 29% [================== ] 379/1268 29% [================== ] 380/1268 29% [================== ] 381/1268 30% [================== ] 382/1268 30% [================== ] 383/1268 30% [================== ] 384/1268 30% [================== ] 385/1268 30% [================== ] 386/1268 30% [================== ] 387/1268 30% [================== ] 388/1268 30% [=================== ] 389/1268 30% [=================== ] 390/1268 30% [=================== ] 391/1268 30% [=================== ] 392/1268 30% [=================== ] 393/1268 30% [=================== ] 394/1268 31% [=================== ] 395/1268 31% [=================== ] 396/1268 31% [=================== ] 397/1268 31% [=================== ] 398/1268 31% [=================== ] 399/1268 31% [=================== ] 400/1268 31% [=================== ] 401/1268 31% [=================== ] 402/1268 31% [=================== ] 403/1268 31% [=================== ] 404/1268 31% [=================== ] 405/1268 31% [=================== ] 406/1268 32% [=================== ] 407/1268 32% [=================== ] 408/1268 32% [=================== ] 409/1268 32% [==================== ] 410/1268 32% [==================== ] 411/1268 32% [==================== ] 412/1268 32% [==================== ] 413/1268 32% [==================== ] 414/1268 32% [==================== ] 415/1268 32% [==================== ] 416/1268 32% [==================== ] 417/1268 32% [==================== ] 418/1268 32% [==================== ] 419/1268 33% [==================== ] 420/1268 33% [==================== ] 421/1268 33% [==================== ] 422/1268 33% [==================== ] 423/1268 33% [==================== ] 424/1268 33% [==================== ] 425/1268 33% [==================== ] 426/1268 33% [==================== ] 427/1268 33% [==================== ] 428/1268 33% [==================== ] 429/1268 33% [===================== ] 430/1268 33% [===================== ] 431/1268 33% [===================== ] 432/1268 34% [===================== ] 433/1268 34% [===================== ] 434/1268 34% [===================== ] 435/1268 34% [===================== ] 436/1268 34% [===================== ] 437/1268 34% [===================== ] 438/1268 34% [===================== ] 439/1268 34% [===================== ] 440/1268 34% [===================== ] 441/1268 34% [===================== ] 442/1268 34% [===================== ] 443/1268 34% [===================== ] 444/1268 35% [===================== ] 445/1268 35% [===================== ] 446/1268 35% [===================== ] 447/1268 35% [===================== ] 448/1268 35% [===================== ] 449/1268 35% [====================== ] 450/1268 35% [====================== ] 451/1268 35% [====================== ] 452/1268 35% [====================== ] 453/1268 35% [====================== ] 454/1268 35% [====================== ] 455/1268 35% [====================== ] 456/1268 35% [====================== ] 457/1268 36% [====================== ] 458/1268 36% [====================== ] 459/1268 36% [====================== ] 460/1268 36% [====================== ] 461/1268 36% [====================== ] 462/1268 36% [====================== ] 463/1268 36% [====================== ] 464/1268 36% [====================== ] 465/1268 36% [====================== ] 466/1268 36% [====================== ] 467/1268 36% [====================== ] 468/1268 36% [====================== ] 469/1268 36% [====================== ] 470/1268 37% [======================= ] 471/1268 37% [======================= ] 472/1268 37% [======================= ] 473/1268 37% [======================= ] 474/1268 37% [======================= ] 475/1268 37% [======================= ] 476/1268 37% [======================= ] 477/1268 37% [======================= ] 478/1268 37% [======================= ] 479/1268 37% [======================= ] 480/1268 37% [======================= ] 481/1268 37% [======================= ] 482/1268 38% [======================= ] 483/1268 38% [======================= ] 484/1268 38% [======================= ] 485/1268 38% [======================= ] 486/1268 38% [======================= ] 487/1268 38% [======================= ] 488/1268 38% [======================= ] 489/1268 38% [======================= ] 490/1268 38% [======================== ] 491/1268 38% [======================== ] 492/1268 38% [======================== ] 493/1268 38% [======================== ] 494/1268 38% [======================== ] 495/1268 39% [======================== ] 496/1268 39% [======================== ] 497/1268 39% [======================== ] 498/1268 39% [======================== ] 499/1268 39% [======================== ] 500/1268 39% [======================== ] 501/1268 39% [======================== ] 502/1268 39% [======================== ] 503/1268 39% [======================== ] 504/1268 39% [======================== ] 505/1268 39% [======================== ] 506/1268 39% [======================== ] 507/1268 39% [======================== ] 508/1268 40% [======================== ] 509/1268 40% [======================== ] 510/1268 40% [======================== ] 511/1268 40% [========================= ] 512/1268 40% [========================= ] 513/1268 40% [========================= ] 514/1268 40% [========================= ] 515/1268 40% [========================= ] 516/1268 40% [========================= ] 517/1268 40% [========================= ] 518/1268 40% [========================= ] 519/1268 40% [========================= ] 520/1268 41% [========================= ] 521/1268 41% [========================= ] 522/1268 41% [========================= ] 523/1268 41% [========================= ] 524/1268 41% [========================= ] 525/1268 41% [========================= ] 526/1268 41% [========================= ] 527/1268 41% [========================= ] 528/1268 41% [========================= ] 529/1268 41% [========================= ] 530/1268 41% [========================= ] 531/1268 41% [========================== ] 532/1268 41% [========================== ] 533/1268 42% [========================== ] 534/1268 42% [========================== ] 535/1268 42% [========================== ] 536/1268 42% [========================== ] 537/1268 42% [========================== ] 538/1268 42% [========================== ] 539/1268 42% [========================== ] 540/1268 42% [========================== ] 541/1268 42% [========================== ] 542/1268 42% [========================== ] 543/1268 42% [========================== ] 544/1268 42% [========================== ] 545/1268 42% [========================== ] 546/1268 43% [========================== ] 547/1268 43% [========================== ] 548/1268 43% [========================== ] 549/1268 43% [========================== ] 550/1268 43% [========================== ] 551/1268 43% [========================== ] 552/1268 43% [=========================== ] 553/1268 43% [=========================== ] 554/1268 43% [=========================== ] 555/1268 43% [=========================== ] 556/1268 43% [=========================== ] 557/1268 43% [=========================== ] 558/1268 44% [=========================== ] 559/1268 44% [=========================== ] 560/1268 44% [=========================== ] 561/1268 44% [=========================== ] 562/1268 44% [=========================== ] 563/1268 44% [=========================== ] 564/1268 44% [=========================== ] 565/1268 44% [=========================== ] 566/1268 44% [=========================== ] 567/1268 44% [=========================== ] 568/1268 44% [=========================== ] 569/1268 44% [=========================== ] 570/1268 44% [=========================== ] 571/1268 45% [=========================== ] 572/1268 45% [============================ ] 573/1268 45% [============================ ] 574/1268 45% [============================ ] 575/1268 45% [============================ ] 576/1268 45% [============================ ] 577/1268 45% [============================ ] 578/1268 45% [============================ ] 579/1268 45% [============================ ] 580/1268 45% [============================ ] 581/1268 45% [============================ ] 582/1268 45% [============================ ] 583/1268 45% [============================ ] 584/1268 46% [============================ ] 585/1268 46% [============================ ] 586/1268 46% [============================ ] 587/1268 46% [============================ ] 588/1268 46% [============================ ] 589/1268 46% [============================ ] 590/1268 46% [============================ ] 591/1268 46% [============================ ] 592/1268 46% [============================ ] 593/1268 46% [============================= ] 594/1268 46% [============================= ] 595/1268 46% [============================= ] 596/1268 47% [============================= ] 597/1268 47% [============================= ] 598/1268 47% [============================= ] 599/1268 47% [============================= ] 600/1268 47% [============================= ] 601/1268 47% [============================= ] 602/1268 47% [============================= ] 603/1268 47% [============================= ] 604/1268 47% [============================= ] 605/1268 47% [============================= ] 606/1268 47% [============================= ] 607/1268 47% [============================= ] 608/1268 47% [============================= ] 609/1268 48% [============================= ] 610/1268 48% [============================= ] 611/1268 48% [============================= ] 612/1268 48% [============================= ] 613/1268 48% [============================== ] 614/1268 48% [============================== ] 615/1268 48% [============================== ] 616/1268 48% [============================== ] 617/1268 48% [============================== ] 618/1268 48% [============================== ] 619/1268 48% [============================== ] 620/1268 48% [============================== ] 621/1268 48% [============================== ] 622/1268 49% [============================== ] 623/1268 49% [============================== ] 624/1268 49% [============================== ] 625/1268 49% [============================== ] 626/1268 49% [============================== ] 627/1268 49% [============================== ] 628/1268 49% [============================== ] 629/1268 49% [============================== ] 630/1268 49% [============================== ] 631/1268 49% [============================== ] 632/1268 49% [============================== ] 633/1268 49% [=============================== ] 634/1268 50% [=============================== ] 635/1268 50% [=============================== ] 636/1268 50% [=============================== ] 637/1268 50% [=============================== ] 638/1268 50% [=============================== ] 639/1268 50% [=============================== ] 640/1268 50% [=============================== ] 641/1268 50% [=============================== ] 642/1268 50% [=============================== ] 643/1268 50% [=============================== ] 644/1268 50% [=============================== ] 645/1268 50% [=============================== ] 646/1268 50% [=============================== ] 647/1268 51% [=============================== ] 648/1268 51% [=============================== ] 649/1268 51% [=============================== ] 650/1268 51% [=============================== ] 651/1268 51% [=============================== ] 652/1268 51% [=============================== ] 653/1268 51% [=============================== ] 654/1268 51% [================================ ] 655/1268 51% [================================ ] 656/1268 51% [================================ ] 657/1268 51% [================================ ] 658/1268 51% [================================ ] 659/1268 51% [================================ ] 660/1268 52% [================================ ] 661/1268 52% [================================ ] 662/1268 52% [================================ ] 663/1268 52% [================================ ] 664/1268 52% [================================ ] 665/1268 52% [================================ ] 666/1268 52% [================================ ] 667/1268 52% [================================ ] 668/1268 52% [================================ ] 669/1268 52% [================================ ] 670/1268 52% [================================ ] 671/1268 52% [================================ ] 672/1268 52% [================================ ] 673/1268 53% [================================ ] 674/1268 53% [================================= ] 675/1268 53% [================================= ] 676/1268 53% [================================= ] 677/1268 53% [================================= ] 678/1268 53% [================================= ] 679/1268 53% [================================= ] 680/1268 53% [================================= ] 681/1268 53% [================================= ] 682/1268 53% [================================= ] 683/1268 53% [================================= ] 684/1268 53% [================================= ] 685/1268 54% [================================= ] 686/1268 54% [================================= ] 687/1268 54% [================================= ] 688/1268 54% [================================= ] 689/1268 54% [================================= ] 690/1268 54% [================================= ] 691/1268 54% [================================= ] 692/1268 54% [================================= ] 693/1268 54% [================================= ] 694/1268 54% [================================= ] 695/1268 54% [================================== ] 696/1268 54% [================================== ] 697/1268 54% [================================== ] 698/1268 55% [================================== ] 699/1268 55% [================================== ] 700/1268 55% [================================== ] 701/1268 55% [================================== ] 702/1268 55% [================================== ] 703/1268 55% [================================== ] 704/1268 55% [================================== ] 705/1268 55% [================================== ] 706/1268 55% [================================== ] 707/1268 55% [================================== ] 708/1268 55% [================================== ] 709/1268 55% [================================== ] 710/1268 55% [================================== ] 711/1268 56% [================================== ] 712/1268 56% [================================== ] 713/1268 56% [================================== ] 714/1268 56% [================================== ] 715/1268 56% [=================================== ] 716/1268 56% [=================================== ] 717/1268 56% [=================================== ] 718/1268 56% [=================================== ] 719/1268 56% [=================================== ] 720/1268 56% [=================================== ] 721/1268 56% [=================================== ] 722/1268 56% [=================================== ] 723/1268 57% [=================================== ] 724/1268 57% [=================================== ] 725/1268 57% [=================================== ] 726/1268 57% [=================================== ] 727/1268 57% [=================================== ] 728/1268 57% [=================================== ] 729/1268 57% [=================================== ] 730/1268 57% [=================================== ] 731/1268 57% [=================================== ] 732/1268 57% [=================================== ] 733/1268 57% [=================================== ] 734/1268 57% [=================================== ] 735/1268 57% [=================================== ] 736/1268 58% [==================================== ] 737/1268 58% [==================================== ] 738/1268 58% [==================================== ] 739/1268 58% [==================================== ] 740/1268 58% [==================================== ] 741/1268 58% [==================================== ] 742/1268 58% [==================================== ] 743/1268 58% [==================================== ] 744/1268 58% [==================================== ] 745/1268 58% [==================================== ] 746/1268 58% [==================================== ] 747/1268 58% [==================================== ] 748/1268 58% [==================================== ] 749/1268 59% [==================================== ] 750/1268 59% [==================================== ] 751/1268 59% [==================================== ] 752/1268 59% [==================================== ] 753/1268 59% [==================================== ] 754/1268 59% [==================================== ] 755/1268 59% [==================================== ] 756/1268 59% [===================================== ] 757/1268 59% [===================================== ] 758/1268 59% [===================================== ] 759/1268 59% [===================================== ] 760/1268 59% [===================================== ] 761/1268 60% [===================================== ] 762/1268 60% [===================================== ] 763/1268 60% [===================================== ] 764/1268 60% [===================================== ] 765/1268 60% [===================================== ] 766/1268 60% [===================================== ] 767/1268 60% [===================================== ] 768/1268 60% [===================================== ] 769/1268 60% [===================================== ] 770/1268 60% [===================================== ] 771/1268 60% [===================================== ] 772/1268 60% [===================================== ] 773/1268 60% [===================================== ] 774/1268 61% [===================================== ] 775/1268 61% [===================================== ] 776/1268 61% [===================================== ] 777/1268 61% [====================================== ] 778/1268 61% [====================================== ] 779/1268 61% [====================================== ] 780/1268 61% [====================================== ] 781/1268 61% [====================================== ] 782/1268 61% [====================================== ] 783/1268 61% [====================================== ] 784/1268 61% [====================================== ] 785/1268 61% [====================================== ] 786/1268 61% [====================================== ] 787/1268 62% [====================================== ] 788/1268 62% [====================================== ] 789/1268 62% [====================================== ] 790/1268 62% [====================================== ] 791/1268 62% [====================================== ] 792/1268 62% [====================================== ] 793/1268 62% [====================================== ] 794/1268 62% [====================================== ] 795/1268 62% [====================================== ] 796/1268 62% [====================================== ] 797/1268 62% [======================================= ] 798/1268 62% [======================================= ] 799/1268 63% [======================================= ] 800/1268 63% [======================================= ] 801/1268 63% [======================================= ] 802/1268 63% [======================================= ] 803/1268 63% [======================================= ] 804/1268 63% [======================================= ] 805/1268 63% [======================================= ] 806/1268 63% [======================================= ] 807/1268 63% [======================================= ] 808/1268 63% [======================================= ] 809/1268 63% [======================================= ] 810/1268 63% [======================================= ] 811/1268 63% [======================================= ] 812/1268 64% [======================================= ] 813/1268 64% [======================================= ] 814/1268 64% [======================================= ] 815/1268 64% [======================================= ] 816/1268 64% [======================================= ] 817/1268 64% [======================================= ] 818/1268 64% [======================================== ] 819/1268 64% [======================================== ] 820/1268 64% [======================================== ] 821/1268 64% [======================================== ] 822/1268 64% [======================================== ] 823/1268 64% [======================================== ] 824/1268 64% [======================================== ] 825/1268 65% [======================================== ] 826/1268 65% [======================================== ] 827/1268 65% [======================================== ] 828/1268 65% [======================================== ] 829/1268 65% [======================================== ] 830/1268 65% [======================================== ] 831/1268 65% [======================================== ] 832/1268 65% [======================================== ] 833/1268 65% [======================================== ] 834/1268 65% [======================================== ] 835/1268 65% [======================================== ] 836/1268 65% [======================================== ] 837/1268 66% [======================================== ] 838/1268 66% [========================================= ] 839/1268 66% [========================================= ] 840/1268 66% [========================================= ] 841/1268 66% [========================================= ] 842/1268 66% [========================================= ] 843/1268 66% [========================================= ] 844/1268 66% [========================================= ] 845/1268 66% [========================================= ] 846/1268 66% [========================================= ] 847/1268 66% [========================================= ] 848/1268 66% [========================================= ] 849/1268 66% [========================================= ] 850/1268 67% [========================================= ] 851/1268 67% [========================================= ] 852/1268 67% [========================================= ] 853/1268 67% [========================================= ] 854/1268 67% [========================================= ] 855/1268 67% [========================================= ] 856/1268 67% [========================================= ] 857/1268 67% [========================================= ] 858/1268 67% [========================================== ] 859/1268 67% [========================================== ] 860/1268 67% [========================================== ] 861/1268 67% [========================================== ] 862/1268 67% [========================================== ] 863/1268 68% [========================================== ] 864/1268 68% [========================================== ] 865/1268 68% [========================================== ] 866/1268 68% [========================================== ] 867/1268 68% [========================================== ] 868/1268 68% [========================================== ] 869/1268 68% [========================================== ] 870/1268 68% [========================================== ] 871/1268 68% [========================================== ] 872/1268 68% [========================================== ] 873/1268 68% [========================================== ] 874/1268 68% [========================================== ] 875/1268 69% [========================================== ] 876/1268 69% [========================================== ] 877/1268 69% [========================================== ] 878/1268 69% [========================================== ] 879/1268 69% [=========================================== ] 880/1268 69% [=========================================== ] 881/1268 69% [=========================================== ] 882/1268 69% [=========================================== ] 883/1268 69% [=========================================== ] 884/1268 69% [=========================================== ] 885/1268 69% [=========================================== ] 886/1268 69% [=========================================== ] 887/1268 69% [=========================================== ] 888/1268 70% [=========================================== ] 889/1268 70% [=========================================== ] 890/1268 70% [=========================================== ] 891/1268 70% [=========================================== ] 892/1268 70% [=========================================== ] 893/1268 70% [=========================================== ] 894/1268 70% [=========================================== ] 895/1268 70% [=========================================== ] 896/1268 70% [=========================================== ] 897/1268 70% [=========================================== ] 898/1268 70% [=========================================== ] 899/1268 70% [============================================ ] 900/1268 70% [============================================ ] 901/1268 71% [============================================ ] 902/1268 71% [============================================ ] 903/1268 71% [============================================ ] 904/1268 71% [============================================ ] 905/1268 71% [============================================ ] 906/1268 71% [============================================ ] 907/1268 71% [============================================ ] 908/1268 71% [============================================ ] 909/1268 71% [============================================ ] 910/1268 71% [============================================ ] 911/1268 71% [============================================ ] 912/1268 71% [============================================ ] 913/1268 72% [============================================ ] 914/1268 72% [============================================ ] 915/1268 72% [============================================ ] 916/1268 72% [============================================ ] 917/1268 72% [============================================ ] 918/1268 72% [============================================ ] 919/1268 72% [============================================ ] 920/1268 72% [============================================= ] 921/1268 72% [============================================= ] 922/1268 72% [============================================= ] 923/1268 72% [============================================= ] 924/1268 72% [============================================= ] 925/1268 72% [============================================= ] 926/1268 73% [============================================= ] 927/1268 73% [============================================= ] 928/1268 73% [============================================= ] 929/1268 73% [============================================= ] 930/1268 73% [============================================= ] 931/1268 73% [============================================= ] 932/1268 73% [============================================= ] 933/1268 73% [============================================= ] 934/1268 73% [============================================= ] 935/1268 73% [============================================= ] 936/1268 73% [============================================= ] 937/1268 73% [============================================= ] 938/1268 73% [============================================= ] 939/1268 74% [============================================= ] 940/1268 74% [============================================== ] 941/1268 74% [============================================== ] 942/1268 74% [============================================== ] 943/1268 74% [============================================== ] 944/1268 74% [============================================== ] 945/1268 74% [============================================== ] 946/1268 74% [============================================== ] 947/1268 74% [============================================== ] 948/1268 74% [============================================== ] 949/1268 74% [============================================== ] 950/1268 74% [============================================== ] 951/1268 75% [============================================== ] 952/1268 75% [============================================== ] 953/1268 75% [============================================== ] 954/1268 75% [============================================== ] 955/1268 75% [============================================== ] 956/1268 75% [============================================== ] 957/1268 75% [============================================== ] 958/1268 75% [============================================== ] 959/1268 75% [============================================== ] 960/1268 75% [============================================== ] 961/1268 75% [=============================================== ] 962/1268 75% [=============================================== ] 963/1268 75% [=============================================== ] 964/1268 76% [=============================================== ] 965/1268 76% [=============================================== ] 966/1268 76% [=============================================== ] 967/1268 76% [=============================================== ] 968/1268 76% [=============================================== ] 969/1268 76% [=============================================== ] 970/1268 76% [=============================================== ] 971/1268 76% [=============================================== ] 972/1268 76% [=============================================== ] 973/1268 76% [=============================================== ] 974/1268 76% [=============================================== ] 975/1268 76% [=============================================== ] 976/1268 76% [=============================================== ] 977/1268 77% [=============================================== ] 978/1268 77% [=============================================== ] 979/1268 77% [=============================================== ] 980/1268 77% [=============================================== ] 981/1268 77% [================================================ ] 982/1268 77% [================================================ ] 983/1268 77% [================================================ ] 984/1268 77% [================================================ ] 985/1268 77% [================================================ ] 986/1268 77% [================================================ ] 987/1268 77% [================================================ ] 988/1268 77% [================================================ ] 989/1268 77% [================================================ ] 990/1268 78% [================================================ ] 991/1268 78% [================================================ ] 992/1268 78% [================================================ ] 993/1268 78% [================================================ ] 994/1268 78% [================================================ ] 995/1268 78% [================================================ ] 996/1268 78% [================================================ ] 997/1268 78% [================================================ ] 998/1268 78% [================================================ ] 999/1268 78% [================================================ ] 1000/1268 78% [================================================ ] 1001/1268 78% [================================================ ] 1002/1268 79% [================================================= ] 1003/1268 79% [================================================= ] 1004/1268 79% [================================================= ] 1005/1268 79% [================================================= ] 1006/1268 79% [================================================= ] 1007/1268 79% [================================================= ] 1008/1268 79% [================================================= ] 1009/1268 79% [================================================= ] 1010/1268 79% [================================================= ] 1011/1268 79% [================================================= ] 1012/1268 79% [================================================= ] 1013/1268 79% [================================================= ] 1014/1268 79% [================================================= ] 1015/1268 80% [================================================= ] 1016/1268 80% [================================================= ] 1017/1268 80% [================================================= ] 1018/1268 80% [================================================= ] 1019/1268 80% [================================================= ] 1020/1268 80% [================================================= ] 1021/1268 80% [================================================= ] 1022/1268 80% [================================================== ] 1023/1268 80% [================================================== ] 1024/1268 80% [================================================== ] 1025/1268 80% [================================================== ] 1026/1268 80% [================================================== ] 1027/1268 80% [================================================== ] 1028/1268 81% [================================================== ] 1029/1268 81% [================================================== ] 1030/1268 81% [================================================== ] 1031/1268 81% [================================================== ] 1032/1268 81% [================================================== ] 1033/1268 81% [================================================== ] 1034/1268 81% [================================================== ] 1035/1268 81% [================================================== ] 1036/1268 81% [================================================== ] 1037/1268 81% [================================================== ] 1038/1268 81% [================================================== ] 1039/1268 81% [================================================== ] 1040/1268 82% [================================================== ] 1041/1268 82% [================================================== ] 1042/1268 82% [================================================== ] 1043/1268 82% [=================================================== ] 1044/1268 82% [=================================================== ] 1045/1268 82% [=================================================== ] 1046/1268 82% [=================================================== ] 1047/1268 82% [=================================================== ] 1048/1268 82% [=================================================== ] 1049/1268 82% [=================================================== ] 1050/1268 82% [=================================================== ] 1051/1268 82% [=================================================== ] 1052/1268 82% [=================================================== ] 1053/1268 83% [=================================================== ] 1054/1268 83% [=================================================== ] 1055/1268 83% [=================================================== ] 1056/1268 83% [=================================================== ] 1057/1268 83% [=================================================== ] 1058/1268 83% [=================================================== ] 1059/1268 83% [=================================================== ] 1060/1268 83% [=================================================== ] 1061/1268 83% [=================================================== ] 1062/1268 83% [=================================================== ] 1063/1268 83% [==================================================== ] 1064/1268 83% [==================================================== ] 1065/1268 83% [==================================================== ] 1066/1268 84% [==================================================== ] 1067/1268 84% [==================================================== ] 1068/1268 84% [==================================================== ] 1069/1268 84% [==================================================== ] 1070/1268 84% [==================================================== ] 1071/1268 84% [==================================================== ] 1072/1268 84% [==================================================== ] 1073/1268 84% [==================================================== ] 1074/1268 84% [==================================================== ] 1075/1268 84% [==================================================== ] 1076/1268 84% [==================================================== ] 1077/1268 84% [==================================================== ] 1078/1268 85% [==================================================== ] 1079/1268 85% [==================================================== ] 1080/1268 85% [==================================================== ] 1081/1268 85% [==================================================== ] 1082/1268 85% [==================================================== ] 1083/1268 85% [===================================================== ] 1084/1268 85% [===================================================== ] 1085/1268 85% [===================================================== ] 1086/1268 85% [===================================================== ] 1087/1268 85% [===================================================== ] 1088/1268 85% [===================================================== ] 1089/1268 85% [===================================================== ] 1090/1268 85% [===================================================== ] 1091/1268 86% [===================================================== ] 1092/1268 86% [===================================================== ] 1093/1268 86% [===================================================== ] 1094/1268 86% [===================================================== ] 1095/1268 86% [===================================================== ] 1096/1268 86% [===================================================== ] 1097/1268 86% [===================================================== ] 1098/1268 86% [===================================================== ] 1099/1268 86% [===================================================== ] 1100/1268 86% [===================================================== ] 1101/1268 86% [===================================================== ] 1102/1268 86% [===================================================== ] 1103/1268 86% [===================================================== ] 1104/1268 87% [====================================================== ] 1105/1268 87% [====================================================== ] 1106/1268 87% [====================================================== ] 1107/1268 87% [====================================================== ] 1108/1268 87% [====================================================== ] 1109/1268 87% [====================================================== ] 1110/1268 87% [====================================================== ] 1111/1268 87% [====================================================== ] 1112/1268 87% [====================================================== ] 1113/1268 87% [====================================================== ] 1114/1268 87% [====================================================== ] 1115/1268 87% [====================================================== ] 1116/1268 88% [====================================================== ] 1117/1268 88% [====================================================== ] 1118/1268 88% [====================================================== ] 1119/1268 88% [====================================================== ] 1120/1268 88% [====================================================== ] 1121/1268 88% [====================================================== ] 1122/1268 88% [====================================================== ] 1123/1268 88% [====================================================== ] 1124/1268 88% [======================================================= ] 1125/1268 88% [======================================================= ] 1126/1268 88% [======================================================= ] 1127/1268 88% [======================================================= ] 1128/1268 88% [======================================================= ] 1129/1268 89% [======================================================= ] 1130/1268 89% [======================================================= ] 1131/1268 89% [======================================================= ] 1132/1268 89% [======================================================= ] 1133/1268 89% [======================================================= ] 1134/1268 89% [======================================================= ] 1135/1268 89% [======================================================= ] 1136/1268 89% [======================================================= ] 1137/1268 89% [======================================================= ] 1138/1268 89% [======================================================= ] 1139/1268 89% [======================================================= ] 1140/1268 89% [======================================================= ] 1141/1268 89% [======================================================= ] 1142/1268 90% [======================================================= ] 1143/1268 90% [======================================================= ] 1144/1268 90% [======================================================= ] 1145/1268 90% [======================================================== ] 1146/1268 90% [======================================================== ] 1147/1268 90% [======================================================== ] 1148/1268 90% [======================================================== ] 1149/1268 90% [======================================================== ] 1150/1268 90% [======================================================== ] 1151/1268 90% [======================================================== ] 1152/1268 90% [======================================================== ] 1153/1268 90% [======================================================== ] 1154/1268 91% [======================================================== ] 1155/1268 91% [======================================================== ] 1156/1268 91% [======================================================== ] 1157/1268 91% [======================================================== ] 1158/1268 91% [======================================================== ] 1159/1268 91% [======================================================== ] 1160/1268 91% [======================================================== ] 1161/1268 91% [======================================================== ] 1162/1268 91% [======================================================== ] 1163/1268 91% [======================================================== ] 1164/1268 91% [======================================================== ] 1165/1268 91% [========================================================= ] 1166/1268 91% [========================================================= ] 1167/1268 92% [========================================================= ] 1168/1268 92% [========================================================= ] 1169/1268 92% [========================================================= ] 1170/1268 92% [========================================================= ] 1171/1268 92% [========================================================= ] 1172/1268 92% [========================================================= ] 1173/1268 92% [========================================================= ] 1174/1268 92% [========================================================= ] 1175/1268 92% [========================================================= ] 1176/1268 92% [========================================================= ] 1177/1268 92% [========================================================= ] 1178/1268 92% [========================================================= ] 1179/1268 92% [========================================================= ] 1180/1268 93% [========================================================= ] 1181/1268 93% [========================================================= ] 1182/1268 93% [========================================================= ] 1183/1268 93% [========================================================= ] 1184/1268 93% [========================================================= ] 1185/1268 93% [========================================================= ] 1186/1268 93% [========================================================== ] 1187/1268 93% [========================================================== ] 1188/1268 93% [========================================================== ] 1189/1268 93% [========================================================== ] 1190/1268 93% [========================================================== ] 1191/1268 93% [========================================================== ] 1192/1268 94% [========================================================== ] 1193/1268 94% [========================================================== ] 1194/1268 94% [========================================================== ] 1195/1268 94% [========================================================== ] 1196/1268 94% [========================================================== ] 1197/1268 94% [========================================================== ] 1198/1268 94% [========================================================== ] 1199/1268 94% [========================================================== ] 1200/1268 94% [========================================================== ] 1201/1268 94% [========================================================== ] 1202/1268 94% [========================================================== ] 1203/1268 94% [========================================================== ] 1204/1268 94% [========================================================== ] 1205/1268 95% [========================================================== ] 1206/1268 95% [=========================================================== ] 1207/1268 95% [=========================================================== ] 1208/1268 95% [=========================================================== ] 1209/1268 95% [=========================================================== ] 1210/1268 95% [=========================================================== ] 1211/1268 95% [=========================================================== ] 1212/1268 95% [=========================================================== ] 1213/1268 95% [=========================================================== ] 1214/1268 95% [=========================================================== ] 1215/1268 95% [=========================================================== ] 1216/1268 95% [=========================================================== ] 1217/1268 95% [=========================================================== ] 1218/1268 96% [=========================================================== ] 1219/1268 96% [=========================================================== ] 1220/1268 96% [=========================================================== ] 1221/1268 96% [=========================================================== ] 1222/1268 96% [=========================================================== ] 1223/1268 96% [=========================================================== ] 1224/1268 96% [=========================================================== ] 1225/1268 96% [=========================================================== ] 1226/1268 96% [=========================================================== ] 1227/1268 96% [============================================================ ] 1228/1268 96% [============================================================ ] 1229/1268 96% [============================================================ ] 1230/1268 97% [============================================================ ] 1231/1268 97% [============================================================ ] 1232/1268 97% [============================================================ ] 1233/1268 97% [============================================================ ] 1234/1268 97% [============================================================ ] 1235/1268 97% [============================================================ ] 1236/1268 97% [============================================================ ] 1237/1268 97% [============================================================ ] 1238/1268 97% [============================================================ ] 1239/1268 97% [============================================================ ] 1240/1268 97% [============================================================ ] 1241/1268 97% [============================================================ ] 1242/1268 97% [============================================================ ] 1243/1268 98% [============================================================ ] 1244/1268 98% [============================================================ ] 1245/1268 98% [============================================================ ] 1246/1268 98% [============================================================ ] 1247/1268 98% [============================================================= ] 1248/1268 98% [============================================================= ] 1249/1268 98% [============================================================= ] 1250/1268 98% [============================================================= ] 1251/1268 98% [============================================================= ] 1252/1268 98% [============================================================= ] 1253/1268 98% [============================================================= ] 1254/1268 98% [============================================================= ] 1255/1268 98% [============================================================= ] 1256/1268 99% [============================================================= ] 1257/1268 99% [============================================================= ] 1258/1268 99% [============================================================= ] 1259/1268 99% [============================================================= ] 1260/1268 99% [============================================================= ] 1261/1268 99% [============================================================= ] 1262/1268 99% [============================================================= ] 1263/1268 99% [============================================================= ] 1264/1268 99% [============================================================= ] 1265/1268 99% [============================================================= ] 1266/1268 99% [============================================================= ] 1267/1268 99% [==============================================================] 1268/1268 100% operation complete, 1268 objects in 43271 NAND pages. ln -snf /home/buildroot/autobuild/instance-1/output-1/host/mips64-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 2021.05-6079-gc889b962a6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 9.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-isl 0.23 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> 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.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 9.4.0 Collecting legal info >>> linux-headers 4.19.251 Collecting legal info >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> bearssl 0.6 Collecting legal info LICENSE.txt: OK (sha256: 771bf18c8633ea69ec9b07d2e604c4b99b7bef41b0f5ce6385d24df4448f61ca) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 5.17.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> chartjs 2.9.4 Collecting legal info LICENSE.md: OK (sha256: 7b43caae91f31b18dc81fae6e0f7aa1acbecaa6d84e3249905cbe15308307d67) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dieharder 3.31.1 Collecting legal info COPYING: OK (sha256: c475bcd1afa6fc15a65174e31c599c0d23706a34e4b9f2fcb03a4dad5438d53f) >>> gsl 2.6 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dos2unix 7.4.2 Collecting legal info COPYING.txt: OK (sha256: db8888b7d1454348aca0c6ca851327245ef60e57afa8a6555761c8b95d24af77) >>> dovecot 2.3.18 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> earlyoom 1.6.2 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-f2fs-tools 1.14.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> flashrom 1.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.0 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> font-awesome 4.7.0 Collecting legal info >>> gensio 2.2.9 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> haproxy 2.4.15 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> heirloom-mailx 12.5 Collecting legal info COPYING: OK (sha256: 5ddc00aed98a0cf75fc7edfd9f3aeb1e919ae0ad5e9ff55d61f643d62d802b07) >>> hiredis 1.0.2 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> ima-evm-utils 1.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> initscripts Collecting legal info >>> iptraf-ng 1.2.1 Collecting legal info LICENSE: OK (sha256: 4e49bef38f621aac4a870da4b30011c7b7abc7256b218daec1c425b08448ae1e) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jquery 3.5.1 Collecting legal info >>> jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdvbcsa 1.1.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libkrb5 1.18.4 Collecting legal info NOTICE: OK (sha256: 7fba8b076bdc2cfef1d0813c5d4067d76d5be60c32d84de22d5d1cf451744feb) >>> libksba 1.6.0 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmicrohttpd 0.9.75 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmodbus 3.1.7 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpd-mpc 0.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pppd 2.4.9 Collecting legal info pppd/tdb.c: OK (sha256: 3990c65c506885f7bb75455d1d6188743a14ad46f5b62e136ef3739aed52c532) pppd/plugins/pppoatm/COPYING: OK (sha256: 1822ead9d2854adfbd282322b29730a3fec4cc67f6f6a2e487aad3476e3afd59) pppdump/bsd-comp.c: OK (sha256: d759ec16875a69c2d5529f8cb3c040fef8fe38d26f70457aadb73c91b72746c8) pppd/ccp.c: OK (sha256: c0d0f14b6ec9948332f10ded741293ed1f3b96e0d266e4903b605a6e1f8af7cd) pppd/plugins/passprompt.c: OK (sha256: 367f334c509db2b293aea5ce9f54284d9a9f6e0a9e0c6e305d544079baf8ab63) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> qoriq-cadence-dp-firmware lsdk1909 Collecting legal info COPYING: OK (sha256: d55f024af2bfff714b90de596f6d0399124b999e8c18a86b13a3b507bae6f561) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.79.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> host-sam-ba 3.5 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sdl2 2.0.22 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> ser2net 4.3.4 Collecting legal info COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> spidev_test 4.10 Collecting legal info >>> sqlite 3.38.5 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tcpreplay 4.4.1 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinyalsa 2.0.0 Collecting legal info NOTICE: OK (sha256: ea22a4711f5250f88a4d7011fbc65367d1b02ac954dcc49f5b6d7c135e6537c4) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> ubus a72457b61df045d3c499a6211362b751710590d7 Collecting legal info ubusd_acl.h: OK (sha256: a3caa6c0e90c87b7c97c2ac3d0c0d416082ef777215faec2e9b24ea6e68f6988) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> unbound 1.15.0 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> webp 1.2.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-9.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-9.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-4.19.251: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: spidev_test-4.10: cannot save license (SPIDEV_TEST_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'