echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.squashfs -noappend -processors 1 -b 64K -nopad -comp lzma\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-5/output-1/images/rootfs.squashfs, block size 65536. [=========| ] 300/1917 15% [=============================================================\] 1917/1917 100% Exportable Squashfs 4.0 filesystem, lzma compressed, data block size 65536 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 24036.84 Kbytes (23.47 Mbytes) 38.58% of uncompressed filesystem size (62301.98 Kbytes) Inode table size 16187 bytes (15.81 Kbytes) 24.84% of uncompressed inode table size (65164 bytes) Directory table size 15510 bytes (15.15 Kbytes) 48.21% of uncompressed directory table size (32174 bytes) Number of duplicate files found 16 Number of inodes 1829 Number of files 1234 Number of fragments 272 Number of symbolic links 465 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 130 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) http (33) Number of gids 2 root (0) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1829 objects. stage 2: creating image '/home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/1829 0% [ ] 2/1829 0% [ ] 3/1829 0% [ ] 4/1829 0% [ ] 5/1829 0% [ ] 6/1829 0% [ ] 7/1829 0% [ ] 8/1829 0% [ ] 9/1829 0% [ ] 10/1829 0% [ ] 11/1829 0% [ ] 12/1829 0% [ ] 13/1829 0% [ ] 14/1829 0% [ ] 15/1829 0% [ ] 16/1829 0% [ ] 17/1829 0% [ ] 18/1829 0% [ ] 19/1829 1% [ ] 20/1829 1% [ ] 21/1829 1% [ ] 22/1829 1% [ ] 23/1829 1% [ ] 24/1829 1% [ ] 25/1829 1% [ ] 26/1829 1% [ ] 27/1829 1% [ ] 28/1829 1% [ ] 29/1829 1% [= ] 30/1829 1% [= ] 31/1829 1% [= ] 32/1829 1% [= ] 33/1829 1% [= ] 34/1829 1% [= ] 35/1829 1% [= ] 36/1829 1% [= ] 37/1829 2% [= ] 38/1829 2% [= ] 39/1829 2% [= ] 40/1829 2% [= ] 41/1829 2% [= ] 42/1829 2% [= ] 43/1829 2% [= ] 44/1829 2% [= ] 45/1829 2% [= ] 46/1829 2% [= ] 47/1829 2% [= ] 48/1829 2% [= ] 49/1829 2% [= ] 50/1829 2% [= ] 51/1829 2% [= ] 52/1829 2% [= ] 53/1829 2% [= ] 54/1829 2% [= ] 55/1829 3% [= ] 56/1829 3% [= ] 57/1829 3% [= ] 58/1829 3% [== ] 59/1829 3% [== ] 60/1829 3% [== ] 61/1829 3% [== ] 62/1829 3% [== ] 63/1829 3% [== ] 64/1829 3% [== ] 65/1829 3% [== ] 66/1829 3% [== ] 67/1829 3% [== ] 68/1829 3% [== ] 69/1829 3% [== ] 70/1829 3% [== ] 71/1829 3% [== ] 72/1829 3% [== ] 73/1829 3% [== ] 74/1829 4% [== ] 75/1829 4% [== ] 76/1829 4% [== ] 77/1829 4% [== ] 78/1829 4% [== ] 79/1829 4% [== ] 80/1829 4% [== ] 81/1829 4% [== ] 82/1829 4% [== ] 83/1829 4% [== ] 84/1829 4% [== ] 85/1829 4% [== ] 86/1829 4% [== ] 87/1829 4% [== ] 88/1829 4% [=== ] 89/1829 4% [=== ] 90/1829 4% [=== ] 91/1829 4% [=== ] 92/1829 5% [=== ] 93/1829 5% [=== ] 94/1829 5% [=== ] 95/1829 5% [=== ] 96/1829 5% [=== ] 97/1829 5% [=== ] 98/1829 5% [=== ] 99/1829 5% [=== ] 100/1829 5% [=== ] 101/1829 5% [=== ] 102/1829 5% [=== ] 103/1829 5% [=== ] 104/1829 5% [=== ] 105/1829 5% [=== ] 106/1829 5% [=== ] 107/1829 5% [=== ] 108/1829 5% [=== ] 109/1829 5% [=== ] 110/1829 6% [=== ] 111/1829 6% [=== ] 112/1829 6% [=== ] 113/1829 6% [=== ] 114/1829 6% [=== ] 115/1829 6% [=== ] 116/1829 6% [=== ] 117/1829 6% [==== ] 118/1829 6% [==== ] 119/1829 6% [==== ] 120/1829 6% [==== ] 121/1829 6% [==== ] 122/1829 6% [==== ] 123/1829 6% [==== ] 124/1829 6% [==== ] 125/1829 6% [==== ] 126/1829 6% [==== ] 127/1829 6% [==== ] 128/1829 6% [==== ] 129/1829 7% [==== ] 130/1829 7% [==== ] 131/1829 7% [==== ] 132/1829 7% [==== ] 133/1829 7% [==== ] 134/1829 7% [==== ] 135/1829 7% [==== ] 136/1829 7% [==== ] 137/1829 7% [==== ] 138/1829 7% [==== ] 139/1829 7% [==== ] 140/1829 7% [==== ] 141/1829 7% [==== ] 142/1829 7% [==== ] 143/1829 7% [==== ] 144/1829 7% [==== ] 145/1829 7% [==== ] 146/1829 7% [==== ] 147/1829 8% [===== ] 148/1829 8% [===== ] 149/1829 8% [===== ] 150/1829 8% [===== ] 151/1829 8% [===== ] 152/1829 8% [===== ] 153/1829 8% [===== ] 154/1829 8% [===== ] 155/1829 8% [===== ] 156/1829 8% [===== ] 157/1829 8% [===== ] 158/1829 8% [===== ] 159/1829 8% [===== ] 160/1829 8% [===== ] 161/1829 8% [===== ] 162/1829 8% [===== ] 163/1829 8% [===== ] 164/1829 8% [===== ] 165/1829 9% [===== ] 166/1829 9% [===== ] 167/1829 9% [===== ] 168/1829 9% [===== ] 169/1829 9% [===== ] 170/1829 9% [===== ] 171/1829 9% [===== ] 172/1829 9% [===== ] 173/1829 9% [===== ] 174/1829 9% [===== ] 175/1829 9% [===== ] 176/1829 9% [====== ] 177/1829 9% [====== ] 178/1829 9% [====== ] 179/1829 9% [====== ] 180/1829 9% [====== ] 181/1829 9% [====== ] 182/1829 9% [====== ] 183/1829 10% [====== ] 184/1829 10% [====== ] 185/1829 10% [====== ] 186/1829 10% [====== ] 187/1829 10% [====== ] 188/1829 10% [====== ] 189/1829 10% [====== ] 190/1829 10% [====== ] 191/1829 10% [====== ] 192/1829 10% [====== ] 193/1829 10% [====== ] 194/1829 10% [====== ] 195/1829 10% [====== ] 196/1829 10% [====== ] 197/1829 10% [====== ] 198/1829 10% [====== ] 199/1829 10% [====== ] 200/1829 10% [====== ] 201/1829 10% [====== ] 202/1829 11% [====== ] 203/1829 11% [====== ] 204/1829 11% [====== ] 205/1829 11% [====== ] 206/1829 11% [======= ] 207/1829 11% [======= ] 208/1829 11% [======= ] 209/1829 11% [======= ] 210/1829 11% [======= ] 211/1829 11% [======= ] 212/1829 11% [======= ] 213/1829 11% [======= ] 214/1829 11% [======= ] 215/1829 11% [======= ] 216/1829 11% [======= ] 217/1829 11% [======= ] 218/1829 11% [======= ] 219/1829 11% [======= ] 220/1829 12% [======= ] 221/1829 12% [======= ] 222/1829 12% [======= ] 223/1829 12% [======= ] 224/1829 12% [======= ] 225/1829 12% [======= ] 226/1829 12% [======= ] 227/1829 12% [======= ] 228/1829 12% [======= ] 229/1829 12% [======= ] 230/1829 12% [======= ] 231/1829 12% [======= ] 232/1829 12% [======= ] 233/1829 12% [======= ] 234/1829 12% [======= ] 235/1829 12% [======== ] 236/1829 12% [======== ] 237/1829 12% [======== ] 238/1829 13% [======== ] 239/1829 13% [======== ] 240/1829 13% [======== ] 241/1829 13% [======== ] 242/1829 13% [======== ] 243/1829 13% [======== ] 244/1829 13% [======== ] 245/1829 13% [======== ] 246/1829 13% [======== ] 247/1829 13% [======== ] 248/1829 13% [======== ] 249/1829 13% [======== ] 250/1829 13% [======== ] 251/1829 13% [======== ] 252/1829 13% [======== ] 253/1829 13% [======== ] 254/1829 13% [======== ] 255/1829 13% [======== ] 256/1829 13% [======== ] 257/1829 14% [======== ] 258/1829 14% [======== ] 259/1829 14% [======== ] 260/1829 14% [======== ] 261/1829 14% [======== ] 262/1829 14% [======== ] 263/1829 14% [======== ] 264/1829 14% [======== ] 265/1829 14% [========= ] 266/1829 14% [========= ] 267/1829 14% [========= ] 268/1829 14% [========= ] 269/1829 14% [========= ] 270/1829 14% [========= ] 271/1829 14% [========= ] 272/1829 14% [========= ] 273/1829 14% [========= ] 274/1829 14% [========= ] 275/1829 15% [========= ] 276/1829 15% [========= ] 277/1829 15% [========= ] 278/1829 15% [========= ] 279/1829 15% [========= ] 280/1829 15% [========= ] 281/1829 15% [========= ] 282/1829 15% [========= ] 283/1829 15% [========= ] 284/1829 15% [========= ] 285/1829 15% [========= ] 286/1829 15% [========= ] 287/1829 15% [========= ] 288/1829 15% [========= ] 289/1829 15% [========= ] 290/1829 15% [========= ] 291/1829 15% [========= ] 292/1829 15% [========= ] 293/1829 16% [========= ] 294/1829 16% [========== ] 295/1829 16% [========== ] 296/1829 16% [========== ] 297/1829 16% [========== ] 298/1829 16% [========== ] 299/1829 16% [========== ] 300/1829 16% [========== ] 301/1829 16% [========== ] 302/1829 16% [========== ] 303/1829 16% [========== ] 304/1829 16% [========== ] 305/1829 16% [========== ] 306/1829 16% [========== ] 307/1829 16% [========== ] 308/1829 16% [========== ] 309/1829 16% [========== ] 310/1829 16% [========== ] 311/1829 17% [========== ] 312/1829 17% [========== ] 313/1829 17% [========== ] 314/1829 17% [========== ] 315/1829 17% [========== ] 316/1829 17% [========== ] 317/1829 17% [========== ] 318/1829 17% [========== ] 319/1829 17% [========== ] 320/1829 17% [========== ] 321/1829 17% [========== ] 322/1829 17% [========== ] 323/1829 17% [========== ] 324/1829 17% [=========== ] 325/1829 17% [=========== ] 326/1829 17% [=========== ] 327/1829 17% [=========== ] 328/1829 17% [=========== ] 329/1829 17% [=========== ] 330/1829 18% [=========== ] 331/1829 18% [=========== ] 332/1829 18% [=========== ] 333/1829 18% [=========== ] 334/1829 18% [=========== ] 335/1829 18% [=========== ] 336/1829 18% [=========== ] 337/1829 18% [=========== ] 338/1829 18% [=========== ] 339/1829 18% [=========== ] 340/1829 18% [=========== ] 341/1829 18% [=========== ] 342/1829 18% [=========== ] 343/1829 18% [=========== ] 344/1829 18% [=========== ] 345/1829 18% [=========== ] 346/1829 18% [=========== ] 347/1829 18% [=========== ] 348/1829 19% [=========== ] 349/1829 19% [=========== ] 350/1829 19% [=========== ] 351/1829 19% [=========== ] 352/1829 19% [=========== ] 353/1829 19% [============ ] 354/1829 19% [============ ] 355/1829 19% [============ ] 356/1829 19% [============ ] 357/1829 19% [============ ] 358/1829 19% [============ ] 359/1829 19% [============ ] 360/1829 19% [============ ] 361/1829 19% [============ ] 362/1829 19% [============ ] 363/1829 19% [============ ] 364/1829 19% [============ ] 365/1829 19% [============ ] 366/1829 20% [============ ] 367/1829 20% [============ ] 368/1829 20% [============ ] 369/1829 20% [============ ] 370/1829 20% [============ ] 371/1829 20% [============ ] 372/1829 20% [============ ] 373/1829 20% [============ ] 374/1829 20% [============ ] 375/1829 20% [============ ] 376/1829 20% [============ ] 377/1829 20% [============ ] 378/1829 20% [============ ] 379/1829 20% [============ ] 380/1829 20% [============ ] 381/1829 20% [============ ] 382/1829 20% [============ ] 383/1829 20% [============= ] 384/1829 20% [============= ] 385/1829 21% [============= ] 386/1829 21% [============= ] 387/1829 21% [============= ] 388/1829 21% [============= ] 389/1829 21% [============= ] 390/1829 21% [============= ] 391/1829 21% [============= ] 392/1829 21% [============= ] 393/1829 21% [============= ] 394/1829 21% [============= ] 395/1829 21% [============= ] 396/1829 21% [============= ] 397/1829 21% [============= ] 398/1829 21% [============= ] 399/1829 21% [============= ] 400/1829 21% [============= ] 401/1829 21% [============= ] 402/1829 21% [============= ] 403/1829 22% [============= ] 404/1829 22% [============= ] 405/1829 22% [============= ] 406/1829 22% [============= ] 407/1829 22% [============= ] 408/1829 22% [============= ] 409/1829 22% [============= ] 410/1829 22% [============= ] 411/1829 22% [============= ] 412/1829 22% [============== ] 413/1829 22% [============== ] 414/1829 22% [============== ] 415/1829 22% [============== ] 416/1829 22% [============== ] 417/1829 22% [============== ] 418/1829 22% [============== ] 419/1829 22% [============== ] 420/1829 22% [============== ] 421/1829 23% [============== ] 422/1829 23% [============== ] 423/1829 23% [============== ] 424/1829 23% [============== ] 425/1829 23% [============== ] 426/1829 23% [============== ] 427/1829 23% [============== ] 428/1829 23% [============== ] 429/1829 23% [============== ] 430/1829 23% [============== ] 431/1829 23% [============== ] 432/1829 23% [============== ] 433/1829 23% [============== ] 434/1829 23% [============== ] 435/1829 23% [============== ] 436/1829 23% [============== ] 437/1829 23% [============== ] 438/1829 23% [============== ] 439/1829 24% [============== ] 440/1829 24% [============== ] 441/1829 24% [============== ] 442/1829 24% [=============== ] 443/1829 24% [=============== ] 444/1829 24% [=============== ] 445/1829 24% [=============== ] 446/1829 24% [=============== ] 447/1829 24% [=============== ] 448/1829 24% [=============== ] 449/1829 24% [=============== ] 450/1829 24% [=============== ] 451/1829 24% [=============== ] 452/1829 24% [=============== ] 453/1829 24% [=============== ] 454/1829 24% [=============== ] 455/1829 24% [=============== ] 456/1829 24% [=============== ] 457/1829 24% [=============== ] 458/1829 25% [=============== ] 459/1829 25% [=============== ] 460/1829 25% [=============== ] 461/1829 25% [=============== ] 462/1829 25% [=============== ] 463/1829 25% [=============== ] 464/1829 25% [=============== ] 465/1829 25% [=============== ] 466/1829 25% [=============== ] 467/1829 25% [=============== ] 468/1829 25% [=============== ] 469/1829 25% [=============== ] 470/1829 25% [=============== ] 471/1829 25% [================ ] 472/1829 25% [================ ] 473/1829 25% [================ ] 474/1829 25% [================ ] 475/1829 25% [================ ] 476/1829 26% [================ ] 477/1829 26% [================ ] 478/1829 26% [================ ] 479/1829 26% [================ ] 480/1829 26% [================ ] 481/1829 26% [================ ] 482/1829 26% [================ ] 483/1829 26% [================ ] 484/1829 26% [================ ] 485/1829 26% [================ ] 486/1829 26% [================ ] 487/1829 26% [================ ] 488/1829 26% [================ ] 489/1829 26% [================ ] 490/1829 26% [================ ] 491/1829 26% [================ ] 492/1829 26% [================ ] 493/1829 26% [================ ] 494/1829 27% [================ ] 495/1829 27% [================ ] 496/1829 27% [================ ] 497/1829 27% [================ ] 498/1829 27% [================ ] 499/1829 27% [================ ] 500/1829 27% [================ ] 501/1829 27% [================= ] 502/1829 27% [================= ] 503/1829 27% [================= ] 504/1829 27% [================= ] 505/1829 27% [================= ] 506/1829 27% [================= ] 507/1829 27% [================= ] 508/1829 27% [================= ] 509/1829 27% [================= ] 510/1829 27% [================= ] 511/1829 27% [================= ] 512/1829 27% [================= ] 513/1829 28% [================= ] 514/1829 28% [================= ] 515/1829 28% [================= ] 516/1829 28% [================= ] 517/1829 28% [================= ] 518/1829 28% [================= ] 519/1829 28% [================= ] 520/1829 28% [================= ] 521/1829 28% [================= ] 522/1829 28% [================= ] 523/1829 28% [================= ] 524/1829 28% [================= ] 525/1829 28% [================= ] 526/1829 28% [================= ] 527/1829 28% [================= ] 528/1829 28% [================= ] 529/1829 28% [================= ] 530/1829 28% [================== ] 531/1829 29% [================== ] 532/1829 29% [================== ] 533/1829 29% [================== ] 534/1829 29% [================== ] 535/1829 29% [================== ] 536/1829 29% [================== ] 537/1829 29% [================== ] 538/1829 29% [================== ] 539/1829 29% [================== ] 540/1829 29% [================== ] 541/1829 29% [================== ] 542/1829 29% [================== ] 543/1829 29% [================== ] 544/1829 29% [================== ] 545/1829 29% [================== ] 546/1829 29% [================== ] 547/1829 29% [================== ] 548/1829 29% [================== ] 549/1829 30% [================== ] 550/1829 30% [================== ] 551/1829 30% [================== ] 552/1829 30% [================== ] 553/1829 30% [================== ] 554/1829 30% [================== ] 555/1829 30% [================== ] 556/1829 30% [================== ] 557/1829 30% [================== ] 558/1829 30% [================== ] 559/1829 30% [================== ] 560/1829 30% [=================== ] 561/1829 30% [=================== ] 562/1829 30% [=================== ] 563/1829 30% [=================== ] 564/1829 30% [=================== ] 565/1829 30% [=================== ] 566/1829 30% [=================== ] 567/1829 31% [=================== ] 568/1829 31% [=================== ] 569/1829 31% [=================== ] 570/1829 31% [=================== ] 571/1829 31% [=================== ] 572/1829 31% [=================== ] 573/1829 31% [=================== ] 574/1829 31% [=================== ] 575/1829 31% [=================== ] 576/1829 31% [=================== ] 577/1829 31% [=================== ] 578/1829 31% [=================== ] 579/1829 31% [=================== ] 580/1829 31% [=================== ] 581/1829 31% [=================== ] 582/1829 31% [=================== ] 583/1829 31% [=================== ] 584/1829 31% [=================== ] 585/1829 31% [=================== ] 586/1829 32% [=================== ] 587/1829 32% [=================== ] 588/1829 32% [=================== ] 589/1829 32% [==================== ] 590/1829 32% [==================== ] 591/1829 32% [==================== ] 592/1829 32% [==================== ] 593/1829 32% [==================== ] 594/1829 32% [==================== ] 595/1829 32% [==================== ] 596/1829 32% [==================== ] 597/1829 32% [==================== ] 598/1829 32% [==================== ] 599/1829 32% [==================== ] 600/1829 32% [==================== ] 601/1829 32% [==================== ] 602/1829 32% [==================== ] 603/1829 32% [==================== ] 604/1829 33% [==================== ] 605/1829 33% [==================== ] 606/1829 33% [==================== ] 607/1829 33% [==================== ] 608/1829 33% [==================== ] 609/1829 33% [==================== ] 610/1829 33% [==================== ] 611/1829 33% [==================== ] 612/1829 33% [==================== ] 613/1829 33% [==================== ] 614/1829 33% [==================== ] 615/1829 33% [==================== ] 616/1829 33% [==================== ] 617/1829 33% [==================== ] 618/1829 33% [==================== ] 619/1829 33% [===================== ] 620/1829 33% [===================== ] 621/1829 33% [===================== ] 622/1829 34% [===================== ] 623/1829 34% [===================== ] 624/1829 34% [===================== ] 625/1829 34% [===================== ] 626/1829 34% [===================== ] 627/1829 34% [===================== ] 628/1829 34% [===================== ] 629/1829 34% [===================== ] 630/1829 34% [===================== ] 631/1829 34% [===================== ] 632/1829 34% [===================== ] 633/1829 34% [===================== ] 634/1829 34% [===================== ] 635/1829 34% [===================== ] 636/1829 34% [===================== ] 637/1829 34% [===================== ] 638/1829 34% [===================== ] 639/1829 34% [===================== ] 640/1829 34% [===================== ] 641/1829 35% [===================== ] 642/1829 35% [===================== ] 643/1829 35% [===================== ] 644/1829 35% [===================== ] 645/1829 35% [===================== ] 646/1829 35% [===================== ] 647/1829 35% [===================== ] 648/1829 35% [====================== ] 649/1829 35% [====================== ] 650/1829 35% [====================== ] 651/1829 35% [====================== ] 652/1829 35% [====================== ] 653/1829 35% [====================== ] 654/1829 35% [====================== ] 655/1829 35% [====================== ] 656/1829 35% [====================== ] 657/1829 35% [====================== ] 658/1829 35% [====================== ] 659/1829 36% [====================== ] 660/1829 36% [====================== ] 661/1829 36% [====================== ] 662/1829 36% [====================== ] 663/1829 36% [====================== ] 664/1829 36% [====================== ] 665/1829 36% [====================== ] 666/1829 36% [====================== ] 667/1829 36% [====================== ] 668/1829 36% [====================== ] 669/1829 36% [====================== ] 670/1829 36% [====================== ] 671/1829 36% [====================== ] 672/1829 36% [====================== ] 673/1829 36% [====================== ] 674/1829 36% [====================== ] 675/1829 36% [====================== ] 676/1829 36% [====================== ] 677/1829 37% [====================== ] 678/1829 37% [======================= ] 679/1829 37% [======================= ] 680/1829 37% [======================= ] 681/1829 37% [======================= ] 682/1829 37% [======================= ] 683/1829 37% [======================= ] 684/1829 37% [======================= ] 685/1829 37% [======================= ] 686/1829 37% [======================= ] 687/1829 37% [======================= ] 688/1829 37% [======================= ] 689/1829 37% [======================= ] 690/1829 37% [======================= ] 691/1829 37% [======================= ] 692/1829 37% [======================= ] 693/1829 37% [======================= ] 694/1829 37% [======================= ] 695/1829 37% [======================= ] 696/1829 38% [======================= ] 697/1829 38% [======================= ] 698/1829 38% [======================= ] 699/1829 38% [======================= ] 700/1829 38% [======================= ] 701/1829 38% [======================= ] 702/1829 38% [======================= ] 703/1829 38% [======================= ] 704/1829 38% [======================= ] 705/1829 38% [======================= ] 706/1829 38% [======================= ] 707/1829 38% [======================== ] 708/1829 38% [======================== ] 709/1829 38% [======================== ] 710/1829 38% [======================== ] 711/1829 38% [======================== ] 712/1829 38% [======================== ] 713/1829 38% [======================== ] 714/1829 39% [======================== ] 715/1829 39% [======================== ] 716/1829 39% [======================== ] 717/1829 39% [======================== ] 718/1829 39% [======================== ] 719/1829 39% [======================== ] 720/1829 39% [======================== ] 721/1829 39% [======================== ] 722/1829 39% [======================== ] 723/1829 39% [======================== ] 724/1829 39% [======================== ] 725/1829 39% [======================== ] 726/1829 39% [======================== ] 727/1829 39% [======================== ] 728/1829 39% [======================== ] 729/1829 39% [======================== ] 730/1829 39% [======================== ] 731/1829 39% [======================== ] 732/1829 40% [======================== ] 733/1829 40% [======================== ] 734/1829 40% [======================== ] 735/1829 40% [======================== ] 736/1829 40% [======================== ] 737/1829 40% [========================= ] 738/1829 40% [========================= ] 739/1829 40% [========================= ] 740/1829 40% [========================= ] 741/1829 40% [========================= ] 742/1829 40% [========================= ] 743/1829 40% [========================= ] 744/1829 40% [========================= ] 745/1829 40% [========================= ] 746/1829 40% [========================= ] 747/1829 40% [========================= ] 748/1829 40% [========================= ] 749/1829 40% [========================= ] 750/1829 41% [========================= ] 751/1829 41% [========================= ] 752/1829 41% [========================= ] 753/1829 41% [========================= ] 754/1829 41% [========================= ] 755/1829 41% [========================= ] 756/1829 41% [========================= ] 757/1829 41% [========================= ] 758/1829 41% [========================= ] 759/1829 41% [========================= ] 760/1829 41% [========================= ] 761/1829 41% [========================= ] 762/1829 41% [========================= ] 763/1829 41% [========================= ] 764/1829 41% [========================= ] 765/1829 41% [========================= ] 766/1829 41% [========================== ] 767/1829 41% [========================== ] 768/1829 41% [========================== ] 769/1829 42% [========================== ] 770/1829 42% [========================== ] 771/1829 42% [========================== ] 772/1829 42% [========================== ] 773/1829 42% [========================== ] 774/1829 42% [========================== ] 775/1829 42% [========================== ] 776/1829 42% [========================== ] 777/1829 42% [========================== ] 778/1829 42% [========================== ] 779/1829 42% [========================== ] 780/1829 42% [========================== ] 781/1829 42% [========================== ] 782/1829 42% [========================== ] 783/1829 42% [========================== ] 784/1829 42% [========================== ] 785/1829 42% [========================== ] 786/1829 42% [========================== ] 787/1829 43% [========================== ] 788/1829 43% [========================== ] 789/1829 43% [========================== ] 790/1829 43% [========================== ] 791/1829 43% [========================== ] 792/1829 43% [========================== ] 793/1829 43% [========================== ] 794/1829 43% [========================== ] 795/1829 43% [========================== ] 796/1829 43% [=========================== ] 797/1829 43% [=========================== ] 798/1829 43% [=========================== ] 799/1829 43% [=========================== ] 800/1829 43% [=========================== ] 801/1829 43% [=========================== ] 802/1829 43% [=========================== ] 803/1829 43% [=========================== ] 804/1829 43% [=========================== ] 805/1829 44% [=========================== ] 806/1829 44% [=========================== ] 807/1829 44% [=========================== ] 808/1829 44% [=========================== ] 809/1829 44% [=========================== ] 810/1829 44% [=========================== ] 811/1829 44% [=========================== ] 812/1829 44% [=========================== ] 813/1829 44% [=========================== ] 814/1829 44% [=========================== ] 815/1829 44% [=========================== ] 816/1829 44% [=========================== ] 817/1829 44% [=========================== ] 818/1829 44% [=========================== ] 819/1829 44% [=========================== ] 820/1829 44% [=========================== ] 821/1829 44% [=========================== ] 822/1829 44% [=========================== ] 823/1829 44% [=========================== ] 824/1829 45% [=========================== ] 825/1829 45% [============================ ] 826/1829 45% [============================ ] 827/1829 45% [============================ ] 828/1829 45% [============================ ] 829/1829 45% [============================ ] 830/1829 45% [============================ ] 831/1829 45% [============================ ] 832/1829 45% [============================ ] 833/1829 45% [============================ ] 834/1829 45% [============================ ] 835/1829 45% [============================ ] 836/1829 45% [============================ ] 837/1829 45% [============================ ] 838/1829 45% [============================ ] 839/1829 45% [============================ ] 840/1829 45% [============================ ] 841/1829 45% [============================ ] 842/1829 46% [============================ ] 843/1829 46% [============================ ] 844/1829 46% [============================ ] 845/1829 46% [============================ ] 846/1829 46% [============================ ] 847/1829 46% [============================ ] 848/1829 46% [============================ ] 849/1829 46% [============================ ] 850/1829 46% [============================ ] 851/1829 46% [============================ ] 852/1829 46% [============================ ] 853/1829 46% [============================ ] 854/1829 46% [============================ ] 855/1829 46% [============================= ] 856/1829 46% [============================= ] 857/1829 46% [============================= ] 858/1829 46% [============================= ] 859/1829 46% [============================= ] 860/1829 47% [============================= ] 861/1829 47% [============================= ] 862/1829 47% [============================= ] 863/1829 47% [============================= ] 864/1829 47% [============================= ] 865/1829 47% [============================= ] 866/1829 47% [============================= ] 867/1829 47% [============================= ] 868/1829 47% [============================= ] 869/1829 47% [============================= ] 870/1829 47% [============================= ] 871/1829 47% [============================= ] 872/1829 47% [============================= ] 873/1829 47% [============================= ] 874/1829 47% [============================= ] 875/1829 47% [============================= ] 876/1829 47% [============================= ] 877/1829 47% [============================= ] 878/1829 48% [============================= ] 879/1829 48% [============================= ] 880/1829 48% [============================= ] 881/1829 48% [============================= ] 882/1829 48% [============================= ] 883/1829 48% [============================= ] 884/1829 48% [============================== ] 885/1829 48% [============================== ] 886/1829 48% [============================== ] 887/1829 48% [============================== ] 888/1829 48% [============================== ] 889/1829 48% [============================== ] 890/1829 48% [============================== ] 891/1829 48% [============================== ] 892/1829 48% [============================== ] 893/1829 48% [============================== ] 894/1829 48% [============================== ] 895/1829 48% [============================== ] 896/1829 48% [============================== ] 897/1829 49% [============================== ] 898/1829 49% [============================== ] 899/1829 49% [============================== ] 900/1829 49% [============================== ] 901/1829 49% [============================== ] 902/1829 49% [============================== ] 903/1829 49% [============================== ] 904/1829 49% [============================== ] 905/1829 49% [============================== ] 906/1829 49% [============================== ] 907/1829 49% [============================== ] 908/1829 49% [============================== ] 909/1829 49% [============================== ] 910/1829 49% [============================== ] 911/1829 49% [============================== ] 912/1829 49% [============================== ] 913/1829 49% [============================== ] 914/1829 49% [=============================== ] 915/1829 50% [=============================== ] 916/1829 50% [=============================== ] 917/1829 50% [=============================== ] 918/1829 50% [=============================== ] 919/1829 50% [=============================== ] 920/1829 50% [=============================== ] 921/1829 50% [=============================== ] 922/1829 50% [=============================== ] 923/1829 50% [=============================== ] 924/1829 50% [=============================== ] 925/1829 50% [=============================== ] 926/1829 50% [=============================== ] 927/1829 50% [=============================== ] 928/1829 50% [=============================== ] 929/1829 50% [=============================== ] 930/1829 50% [=============================== ] 931/1829 50% [=============================== ] 932/1829 50% [=============================== ] 933/1829 51% [=============================== ] 934/1829 51% [=============================== ] 935/1829 51% [=============================== ] 936/1829 51% [=============================== ] 937/1829 51% [=============================== ] 938/1829 51% [=============================== ] 939/1829 51% [=============================== ] 940/1829 51% [=============================== ] 941/1829 51% [=============================== ] 942/1829 51% [=============================== ] 943/1829 51% [================================ ] 944/1829 51% [================================ ] 945/1829 51% [================================ ] 946/1829 51% [================================ ] 947/1829 51% [================================ ] 948/1829 51% [================================ ] 949/1829 51% [================================ ] 950/1829 51% [================================ ] 951/1829 51% [================================ ] 952/1829 52% [================================ ] 953/1829 52% [================================ ] 954/1829 52% [================================ ] 955/1829 52% [================================ ] 956/1829 52% [================================ ] 957/1829 52% [================================ ] 958/1829 52% [================================ ] 959/1829 52% [================================ ] 960/1829 52% [================================ ] 961/1829 52% [================================ ] 962/1829 52% [================================ ] 963/1829 52% [================================ ] 964/1829 52% [================================ ] 965/1829 52% [================================ ] 966/1829 52% [================================ ] 967/1829 52% [================================ ] 968/1829 52% [================================ ] 969/1829 52% [================================ ] 970/1829 53% [================================ ] 971/1829 53% [================================ ] 972/1829 53% [================================ ] 973/1829 53% [================================= ] 974/1829 53% [================================= ] 975/1829 53% [================================= ] 976/1829 53% [================================= ] 977/1829 53% [================================= ] 978/1829 53% [================================= ] 979/1829 53% [================================= ] 980/1829 53% [================================= ] 981/1829 53% [================================= ] 982/1829 53% [================================= ] 983/1829 53% [================================= ] 984/1829 53% [================================= ] 985/1829 53% [================================= ] 986/1829 53% [================================= ] 987/1829 53% [================================= ] 988/1829 54% [================================= ] 989/1829 54% [================================= ] 990/1829 54% [================================= ] 991/1829 54% [================================= ] 992/1829 54% [================================= ] 993/1829 54% [================================= ] 994/1829 54% [================================= ] 995/1829 54% [================================= ] 996/1829 54% [================================= ] 997/1829 54% [================================= ] 998/1829 54% [================================= ] 999/1829 54% [================================= ] 1000/1829 54% [================================= ] 1001/1829 54% [================================= ] 1002/1829 54% [================================== ] 1003/1829 54% [================================== ] 1004/1829 54% [================================== ] 1005/1829 54% [================================== ] 1006/1829 55% [================================== ] 1007/1829 55% [================================== ] 1008/1829 55% [================================== ] 1009/1829 55% [================================== ] 1010/1829 55% [================================== ] 1011/1829 55% [================================== ] 1012/1829 55% [================================== ] 1013/1829 55% [================================== ] 1014/1829 55% [================================== ] 1015/1829 55% [================================== ] 1016/1829 55% [================================== ] 1017/1829 55% [================================== ] 1018/1829 55% [================================== ] 1019/1829 55% [================================== ] 1020/1829 55% [================================== ] 1021/1829 55% [================================== ] 1022/1829 55% [================================== ] 1023/1829 55% [================================== ] 1024/1829 55% [================================== ] 1025/1829 56% [================================== ] 1026/1829 56% [================================== ] 1027/1829 56% [================================== ] 1028/1829 56% [================================== ] 1029/1829 56% [================================== ] 1030/1829 56% [================================== ] 1031/1829 56% [================================== ] 1032/1829 56% [=================================== ] 1033/1829 56% [=================================== ] 1034/1829 56% [=================================== ] 1035/1829 56% [=================================== ] 1036/1829 56% [=================================== ] 1037/1829 56% [=================================== ] 1038/1829 56% [=================================== ] 1039/1829 56% [=================================== ] 1040/1829 56% [=================================== ] 1041/1829 56% [=================================== ] 1042/1829 56% [=================================== ] 1043/1829 57% [=================================== ] 1044/1829 57% [=================================== ] 1045/1829 57% [=================================== ] 1046/1829 57% [=================================== ] 1047/1829 57% [=================================== ] 1048/1829 57% [=================================== ] 1049/1829 57% [=================================== ] 1050/1829 57% [=================================== ] 1051/1829 57% [=================================== ] 1052/1829 57% [=================================== ] 1053/1829 57% [=================================== ] 1054/1829 57% [=================================== ] 1055/1829 57% [=================================== ] 1056/1829 57% [=================================== ] 1057/1829 57% [=================================== ] 1058/1829 57% [=================================== ] 1059/1829 57% [=================================== ] 1060/1829 57% [=================================== ] 1061/1829 58% [==================================== ] 1062/1829 58% [==================================== ] 1063/1829 58% [==================================== ] 1064/1829 58% [==================================== ] 1065/1829 58% [==================================== ] 1066/1829 58% [==================================== ] 1067/1829 58% [==================================== ] 1068/1829 58% [==================================== ] 1069/1829 58% [==================================== ] 1070/1829 58% [==================================== ] 1071/1829 58% [==================================== ] 1072/1829 58% [==================================== ] 1073/1829 58% [==================================== ] 1074/1829 58% [==================================== ] 1075/1829 58% [==================================== ] 1076/1829 58% [==================================== ] 1077/1829 58% [==================================== ] 1078/1829 58% [==================================== ] 1079/1829 58% [==================================== ] 1080/1829 59% [==================================== ] 1081/1829 59% [==================================== ] 1082/1829 59% [==================================== ] 1083/1829 59% [==================================== ] 1084/1829 59% [==================================== ] 1085/1829 59% [==================================== ] 1086/1829 59% [==================================== ] 1087/1829 59% [==================================== ] 1088/1829 59% [==================================== ] 1089/1829 59% [==================================== ] 1090/1829 59% [==================================== ] 1091/1829 59% [===================================== ] 1092/1829 59% [===================================== ] 1093/1829 59% [===================================== ] 1094/1829 59% [===================================== ] 1095/1829 59% [===================================== ] 1096/1829 59% [===================================== ] 1097/1829 59% [===================================== ] 1098/1829 60% [===================================== ] 1099/1829 60% [===================================== ] 1100/1829 60% [===================================== ] 1101/1829 60% [===================================== ] 1102/1829 60% [===================================== ] 1103/1829 60% [===================================== ] 1104/1829 60% [===================================== ] 1105/1829 60% [===================================== ] 1106/1829 60% [===================================== ] 1107/1829 60% [===================================== ] 1108/1829 60% [===================================== ] 1109/1829 60% [===================================== ] 1110/1829 60% [===================================== ] 1111/1829 60% [===================================== ] 1112/1829 60% [===================================== ] 1113/1829 60% [===================================== ] 1114/1829 60% [===================================== ] 1115/1829 60% [===================================== ] 1116/1829 61% [===================================== ] 1117/1829 61% [===================================== ] 1118/1829 61% [===================================== ] 1119/1829 61% [===================================== ] 1120/1829 61% [====================================== ] 1121/1829 61% [====================================== ] 1122/1829 61% [====================================== ] 1123/1829 61% [====================================== ] 1124/1829 61% [====================================== ] 1125/1829 61% [====================================== ] 1126/1829 61% [====================================== ] 1127/1829 61% [====================================== ] 1128/1829 61% [====================================== ] 1129/1829 61% [====================================== ] 1130/1829 61% [====================================== ] 1131/1829 61% [====================================== ] 1132/1829 61% [====================================== ] 1133/1829 61% [====================================== ] 1134/1829 62% [====================================== ] 1135/1829 62% [====================================== ] 1136/1829 62% [====================================== ] 1137/1829 62% [====================================== ] 1138/1829 62% [====================================== ] 1139/1829 62% [====================================== ] 1140/1829 62% [====================================== ] 1141/1829 62% [====================================== ] 1142/1829 62% [====================================== ] 1143/1829 62% [====================================== ] 1144/1829 62% [====================================== ] 1145/1829 62% [====================================== ] 1146/1829 62% [====================================== ] 1147/1829 62% [====================================== ] 1148/1829 62% [====================================== ] 1149/1829 62% [====================================== ] 1150/1829 62% [======================================= ] 1151/1829 62% [======================================= ] 1152/1829 62% [======================================= ] 1153/1829 63% [======================================= ] 1154/1829 63% [======================================= ] 1155/1829 63% [======================================= ] 1156/1829 63% [======================================= ] 1157/1829 63% [======================================= ] 1158/1829 63% [======================================= ] 1159/1829 63% [======================================= ] 1160/1829 63% [======================================= ] 1161/1829 63% [======================================= ] 1162/1829 63% [======================================= ] 1163/1829 63% [======================================= ] 1164/1829 63% [======================================= ] 1165/1829 63% [======================================= ] 1166/1829 63% [======================================= ] 1167/1829 63% [======================================= ] 1168/1829 63% [======================================= ] 1169/1829 63% [======================================= ] 1170/1829 63% [======================================= ] 1171/1829 64% [======================================= ] 1172/1829 64% [======================================= ] 1173/1829 64% [======================================= ] 1174/1829 64% [======================================= ] 1175/1829 64% [======================================= ] 1176/1829 64% [======================================= ] 1177/1829 64% [======================================= ] 1178/1829 64% [======================================= ] 1179/1829 64% [======================================== ] 1180/1829 64% [======================================== ] 1181/1829 64% [======================================== ] 1182/1829 64% [======================================== ] 1183/1829 64% [======================================== ] 1184/1829 64% [======================================== ] 1185/1829 64% [======================================== ] 1186/1829 64% [======================================== ] 1187/1829 64% [======================================== ] 1188/1829 64% [======================================== ] 1189/1829 65% [======================================== ] 1190/1829 65% [======================================== ] 1191/1829 65% [======================================== ] 1192/1829 65% [======================================== ] 1193/1829 65% [======================================== ] 1194/1829 65% [======================================== ] 1195/1829 65% [======================================== ] 1196/1829 65% [======================================== ] 1197/1829 65% [======================================== ] 1198/1829 65% [======================================== ] 1199/1829 65% [======================================== ] 1200/1829 65% [======================================== ] 1201/1829 65% [======================================== ] 1202/1829 65% [======================================== ] 1203/1829 65% [======================================== ] 1204/1829 65% [======================================== ] 1205/1829 65% [======================================== ] 1206/1829 65% [======================================== ] 1207/1829 65% [======================================== ] 1208/1829 66% [======================================== ] 1209/1829 66% [========================================= ] 1210/1829 66% [========================================= ] 1211/1829 66% [========================================= ] 1212/1829 66% [========================================= ] 1213/1829 66% [========================================= ] 1214/1829 66% [========================================= ] 1215/1829 66% [========================================= ] 1216/1829 66% [========================================= ] 1217/1829 66% [========================================= ] 1218/1829 66% [========================================= ] 1219/1829 66% [========================================= ] 1220/1829 66% [========================================= ] 1221/1829 66% [========================================= ] 1222/1829 66% [========================================= ] 1223/1829 66% [========================================= ] 1224/1829 66% [========================================= ] 1225/1829 66% [========================================= ] 1226/1829 67% [========================================= ] 1227/1829 67% [========================================= ] 1228/1829 67% [========================================= ] 1229/1829 67% [========================================= ] 1230/1829 67% [========================================= ] 1231/1829 67% [========================================= ] 1232/1829 67% [========================================= ] 1233/1829 67% [========================================= ] 1234/1829 67% [========================================= ] 1235/1829 67% [========================================= ] 1236/1829 67% [========================================= ] 1237/1829 67% [========================================= ] 1238/1829 67% [========================================== ] 1239/1829 67% [========================================== ] 1240/1829 67% [========================================== ] 1241/1829 67% [========================================== ] 1242/1829 67% [========================================== ] 1243/1829 67% [========================================== ] 1244/1829 68% [========================================== ] 1245/1829 68% [========================================== ] 1246/1829 68% [========================================== ] 1247/1829 68% [========================================== ] 1248/1829 68% [========================================== ] 1249/1829 68% [========================================== ] 1250/1829 68% [========================================== ] 1251/1829 68% [========================================== ] 1252/1829 68% [========================================== ] 1253/1829 68% [========================================== ] 1254/1829 68% [========================================== ] 1255/1829 68% [========================================== ] 1256/1829 68% [========================================== ] 1257/1829 68% [========================================== ] 1258/1829 68% [========================================== ] 1259/1829 68% [========================================== ] 1260/1829 68% [========================================== ] 1261/1829 68% [========================================== ] 1262/1829 68% [========================================== ] 1263/1829 69% [========================================== ] 1264/1829 69% [========================================== ] 1265/1829 69% [========================================== ] 1266/1829 69% [========================================== ] 1267/1829 69% [========================================== ] 1268/1829 69% [=========================================== ] 1269/1829 69% [=========================================== ] 1270/1829 69% [=========================================== ] 1271/1829 69% [=========================================== ] 1272/1829 69% [=========================================== ] 1273/1829 69% [=========================================== ] 1274/1829 69% [=========================================== ] 1275/1829 69% [=========================================== ] 1276/1829 69% [=========================================== ] 1277/1829 69% [=========================================== ] 1278/1829 69% [=========================================== ] 1279/1829 69% [=========================================== ] 1280/1829 69% [=========================================== ] 1281/1829 70% [=========================================== ] 1282/1829 70% [=========================================== ] 1283/1829 70% [=========================================== ] 1284/1829 70% [=========================================== ] 1285/1829 70% [=========================================== ] 1286/1829 70% [=========================================== ] 1287/1829 70% [=========================================== ] 1288/1829 70% [=========================================== ] 1289/1829 70% [=========================================== ] 1290/1829 70% [=========================================== ] 1291/1829 70% [=========================================== ] 1292/1829 70% [=========================================== ] 1293/1829 70% [=========================================== ] 1294/1829 70% [=========================================== ] 1295/1829 70% [=========================================== ] 1296/1829 70% [=========================================== ] 1297/1829 70% [============================================ ] 1298/1829 70% [============================================ ] 1299/1829 71% [============================================ ] 1300/1829 71% [============================================ ] 1301/1829 71% [============================================ ] 1302/1829 71% [============================================ ] 1303/1829 71% [============================================ ] 1304/1829 71% [============================================ ] 1305/1829 71% [============================================ ] 1306/1829 71% [============================================ ] 1307/1829 71% [============================================ ] 1308/1829 71% [============================================ ] 1309/1829 71% [============================================ ] 1310/1829 71% [============================================ ] 1311/1829 71% [============================================ ] 1312/1829 71% [============================================ ] 1313/1829 71% [============================================ ] 1314/1829 71% [============================================ ] 1315/1829 71% [============================================ ] 1316/1829 71% [============================================ ] 1317/1829 72% [============================================ ] 1318/1829 72% [============================================ ] 1319/1829 72% [============================================ ] 1320/1829 72% [============================================ ] 1321/1829 72% [============================================ ] 1322/1829 72% [============================================ ] 1323/1829 72% [============================================ ] 1324/1829 72% [============================================ ] 1325/1829 72% [============================================ ] 1326/1829 72% [============================================ ] 1327/1829 72% [============================================= ] 1328/1829 72% [============================================= ] 1329/1829 72% [============================================= ] 1330/1829 72% [============================================= ] 1331/1829 72% [============================================= ] 1332/1829 72% [============================================= ] 1333/1829 72% [============================================= ] 1334/1829 72% [============================================= ] 1335/1829 72% [============================================= ] 1336/1829 73% [============================================= ] 1337/1829 73% [============================================= ] 1338/1829 73% [============================================= ] 1339/1829 73% [============================================= ] 1340/1829 73% [============================================= ] 1341/1829 73% [============================================= ] 1342/1829 73% [============================================= ] 1343/1829 73% [============================================= ] 1344/1829 73% [============================================= ] 1345/1829 73% [============================================= ] 1346/1829 73% [============================================= ] 1347/1829 73% [============================================= ] 1348/1829 73% [============================================= ] 1349/1829 73% [============================================= ] 1350/1829 73% [============================================= ] 1351/1829 73% [============================================= ] 1352/1829 73% [============================================= ] 1353/1829 73% [============================================= ] 1354/1829 74% [============================================= ] 1355/1829 74% [============================================= ] 1356/1829 74% [============================================== ] 1357/1829 74% [============================================== ] 1358/1829 74% [============================================== ] 1359/1829 74% [============================================== ] 1360/1829 74% [============================================== ] 1361/1829 74% [============================================== ] 1362/1829 74% [============================================== ] 1363/1829 74% [============================================== ] 1364/1829 74% [============================================== ] 1365/1829 74% [============================================== ] 1366/1829 74% [============================================== ] 1367/1829 74% [============================================== ] 1368/1829 74% [============================================== ] 1369/1829 74% [============================================== ] 1370/1829 74% [============================================== ] 1371/1829 74% [============================================== ] 1372/1829 75% [============================================== ] 1373/1829 75% [============================================== ] 1374/1829 75% [============================================== ] 1375/1829 75% [============================================== ] 1376/1829 75% [============================================== ] 1377/1829 75% [============================================== ] 1378/1829 75% [============================================== ] 1379/1829 75% [============================================== ] 1380/1829 75% [============================================== ] 1381/1829 75% [============================================== ] 1382/1829 75% [============================================== ] 1383/1829 75% [============================================== ] 1384/1829 75% [============================================== ] 1385/1829 75% [============================================== ] 1386/1829 75% [=============================================== ] 1387/1829 75% [=============================================== ] 1388/1829 75% [=============================================== ] 1389/1829 75% [=============================================== ] 1390/1829 75% [=============================================== ] 1391/1829 76% [=============================================== ] 1392/1829 76% [=============================================== ] 1393/1829 76% [=============================================== ] 1394/1829 76% [=============================================== ] 1395/1829 76% [=============================================== ] 1396/1829 76% [=============================================== ] 1397/1829 76% [=============================================== ] 1398/1829 76% [=============================================== ] 1399/1829 76% [=============================================== ] 1400/1829 76% [=============================================== ] 1401/1829 76% [=============================================== ] 1402/1829 76% [=============================================== ] 1403/1829 76% [=============================================== ] 1404/1829 76% [=============================================== ] 1405/1829 76% [=============================================== ] 1406/1829 76% [=============================================== ] 1407/1829 76% [=============================================== ] 1408/1829 76% [=============================================== ] 1409/1829 77% [=============================================== ] 1410/1829 77% [=============================================== ] 1411/1829 77% [=============================================== ] 1412/1829 77% [=============================================== ] 1413/1829 77% [=============================================== ] 1414/1829 77% [=============================================== ] 1415/1829 77% [================================================ ] 1416/1829 77% [================================================ ] 1417/1829 77% [================================================ ] 1418/1829 77% [================================================ ] 1419/1829 77% [================================================ ] 1420/1829 77% [================================================ ] 1421/1829 77% [================================================ ] 1422/1829 77% [================================================ ] 1423/1829 77% [================================================ ] 1424/1829 77% [================================================ ] 1425/1829 77% [================================================ ] 1426/1829 77% [================================================ ] 1427/1829 78% [================================================ ] 1428/1829 78% [================================================ ] 1429/1829 78% [================================================ ] 1430/1829 78% [================================================ ] 1431/1829 78% [================================================ ] 1432/1829 78% [================================================ ] 1433/1829 78% [================================================ ] 1434/1829 78% [================================================ ] 1435/1829 78% [================================================ ] 1436/1829 78% [================================================ ] 1437/1829 78% [================================================ ] 1438/1829 78% [================================================ ] 1439/1829 78% [================================================ ] 1440/1829 78% [================================================ ] 1441/1829 78% [================================================ ] 1442/1829 78% [================================================ ] 1443/1829 78% [================================================ ] 1444/1829 78% [================================================ ] 1445/1829 79% [================================================= ] 1446/1829 79% [================================================= ] 1447/1829 79% [================================================= ] 1448/1829 79% [================================================= ] 1449/1829 79% [================================================= ] 1450/1829 79% [================================================= ] 1451/1829 79% [================================================= ] 1452/1829 79% [================================================= ] 1453/1829 79% [================================================= ] 1454/1829 79% [================================================= ] 1455/1829 79% [================================================= ] 1456/1829 79% [================================================= ] 1457/1829 79% [================================================= ] 1458/1829 79% [================================================= ] 1459/1829 79% [================================================= ] 1460/1829 79% [================================================= ] 1461/1829 79% [================================================= ] 1462/1829 79% [================================================= ] 1463/1829 79% [================================================= ] 1464/1829 80% [================================================= ] 1465/1829 80% [================================================= ] 1466/1829 80% [================================================= ] 1467/1829 80% [================================================= ] 1468/1829 80% [================================================= ] 1469/1829 80% [================================================= ] 1470/1829 80% [================================================= ] 1471/1829 80% [================================================= ] 1472/1829 80% [================================================= ] 1473/1829 80% [================================================= ] 1474/1829 80% [================================================== ] 1475/1829 80% [================================================== ] 1476/1829 80% [================================================== ] 1477/1829 80% [================================================== ] 1478/1829 80% [================================================== ] 1479/1829 80% [================================================== ] 1480/1829 80% [================================================== ] 1481/1829 80% [================================================== ] 1482/1829 81% [================================================== ] 1483/1829 81% [================================================== ] 1484/1829 81% [================================================== ] 1485/1829 81% [================================================== ] 1486/1829 81% [================================================== ] 1487/1829 81% [================================================== ] 1488/1829 81% [================================================== ] 1489/1829 81% [================================================== ] 1490/1829 81% [================================================== ] 1491/1829 81% [================================================== ] 1492/1829 81% [================================================== ] 1493/1829 81% [================================================== ] 1494/1829 81% [================================================== ] 1495/1829 81% [================================================== ] 1496/1829 81% [================================================== ] 1497/1829 81% [================================================== ] 1498/1829 81% [================================================== ] 1499/1829 81% [================================================== ] 1500/1829 82% [================================================== ] 1501/1829 82% [================================================== ] 1502/1829 82% [================================================== ] 1503/1829 82% [================================================== ] 1504/1829 82% [=================================================== ] 1505/1829 82% [=================================================== ] 1506/1829 82% [=================================================== ] 1507/1829 82% [=================================================== ] 1508/1829 82% [=================================================== ] 1509/1829 82% [=================================================== ] 1510/1829 82% [=================================================== ] 1511/1829 82% [=================================================== ] 1512/1829 82% [=================================================== ] 1513/1829 82% [=================================================== ] 1514/1829 82% [=================================================== ] 1515/1829 82% [=================================================== ] 1516/1829 82% [=================================================== ] 1517/1829 82% [=================================================== ] 1518/1829 82% [=================================================== ] 1519/1829 83% [=================================================== ] 1520/1829 83% [=================================================== ] 1521/1829 83% [=================================================== ] 1522/1829 83% [=================================================== ] 1523/1829 83% [=================================================== ] 1524/1829 83% [=================================================== ] 1525/1829 83% [=================================================== ] 1526/1829 83% [=================================================== ] 1527/1829 83% [=================================================== ] 1528/1829 83% [=================================================== ] 1529/1829 83% [=================================================== ] 1530/1829 83% [=================================================== ] 1531/1829 83% [=================================================== ] 1532/1829 83% [=================================================== ] 1533/1829 83% [==================================================== ] 1534/1829 83% [==================================================== ] 1535/1829 83% [==================================================== ] 1536/1829 83% [==================================================== ] 1537/1829 84% [==================================================== ] 1538/1829 84% [==================================================== ] 1539/1829 84% [==================================================== ] 1540/1829 84% [==================================================== ] 1541/1829 84% [==================================================== ] 1542/1829 84% [==================================================== ] 1543/1829 84% [==================================================== ] 1544/1829 84% [==================================================== ] 1545/1829 84% [==================================================== ] 1546/1829 84% [==================================================== ] 1547/1829 84% [==================================================== ] 1548/1829 84% [==================================================== ] 1549/1829 84% [==================================================== ] 1550/1829 84% [==================================================== ] 1551/1829 84% [==================================================== ] 1552/1829 84% [==================================================== ] 1553/1829 84% [==================================================== ] 1554/1829 84% [==================================================== ] 1555/1829 85% [==================================================== ] 1556/1829 85% [==================================================== ] 1557/1829 85% [==================================================== ] 1558/1829 85% [==================================================== ] 1559/1829 85% [==================================================== ] 1560/1829 85% [==================================================== ] 1561/1829 85% [==================================================== ] 1562/1829 85% [==================================================== ] 1563/1829 85% [===================================================== ] 1564/1829 85% [===================================================== ] 1565/1829 85% [===================================================== ] 1566/1829 85% [===================================================== ] 1567/1829 85% [===================================================== ] 1568/1829 85% [===================================================== ] 1569/1829 85% [===================================================== ] 1570/1829 85% [===================================================== ] 1571/1829 85% [===================================================== ] 1572/1829 85% [===================================================== ] 1573/1829 86% [===================================================== ] 1574/1829 86% [===================================================== ] 1575/1829 86% [===================================================== ] 1576/1829 86% [===================================================== ] 1577/1829 86% [===================================================== ] 1578/1829 86% [===================================================== ] 1579/1829 86% [===================================================== ] 1580/1829 86% [===================================================== ] 1581/1829 86% [===================================================== ] 1582/1829 86% [===================================================== ] 1583/1829 86% [===================================================== ] 1584/1829 86% [===================================================== ] 1585/1829 86% [===================================================== ] 1586/1829 86% [===================================================== ] 1587/1829 86% [===================================================== ] 1588/1829 86% [===================================================== ] 1589/1829 86% [===================================================== ] 1590/1829 86% [===================================================== ] 1591/1829 86% [===================================================== ] 1592/1829 87% [====================================================== ] 1593/1829 87% [====================================================== ] 1594/1829 87% [====================================================== ] 1595/1829 87% [====================================================== ] 1596/1829 87% [====================================================== ] 1597/1829 87% [====================================================== ] 1598/1829 87% [====================================================== ] 1599/1829 87% [====================================================== ] 1600/1829 87% [====================================================== ] 1601/1829 87% [====================================================== ] 1602/1829 87% [====================================================== ] 1603/1829 87% [====================================================== ] 1604/1829 87% [====================================================== ] 1605/1829 87% [====================================================== ] 1606/1829 87% [====================================================== ] 1607/1829 87% [====================================================== ] 1608/1829 87% [====================================================== ] 1609/1829 87% [====================================================== ] 1610/1829 88% [====================================================== ] 1611/1829 88% [====================================================== ] 1612/1829 88% [====================================================== ] 1613/1829 88% [====================================================== ] 1614/1829 88% [====================================================== ] 1615/1829 88% [====================================================== ] 1616/1829 88% [====================================================== ] 1617/1829 88% [====================================================== ] 1618/1829 88% [====================================================== ] 1619/1829 88% [====================================================== ] 1620/1829 88% [====================================================== ] 1621/1829 88% [====================================================== ] 1622/1829 88% [======================================================= ] 1623/1829 88% [======================================================= ] 1624/1829 88% [======================================================= ] 1625/1829 88% [======================================================= ] 1626/1829 88% [======================================================= ] 1627/1829 88% [======================================================= ] 1628/1829 89% [======================================================= ] 1629/1829 89% [======================================================= ] 1630/1829 89% [======================================================= ] 1631/1829 89% [======================================================= ] 1632/1829 89% [======================================================= ] 1633/1829 89% [======================================================= ] 1634/1829 89% [======================================================= ] 1635/1829 89% [======================================================= ] 1636/1829 89% [======================================================= ] 1637/1829 89% [======================================================= ] 1638/1829 89% [======================================================= ] 1639/1829 89% [======================================================= ] 1640/1829 89% [======================================================= ] 1641/1829 89% [======================================================= ] 1642/1829 89% [======================================================= ] 1643/1829 89% [======================================================= ] 1644/1829 89% [======================================================= ] 1645/1829 89% [======================================================= ] 1646/1829 89% [======================================================= ] 1647/1829 90% [======================================================= ] 1648/1829 90% [======================================================= ] 1649/1829 90% [======================================================= ] 1650/1829 90% [======================================================= ] 1651/1829 90% [======================================================== ] 1652/1829 90% [======================================================== ] 1653/1829 90% [======================================================== ] 1654/1829 90% [======================================================== ] 1655/1829 90% [======================================================== ] 1656/1829 90% [======================================================== ] 1657/1829 90% [======================================================== ] 1658/1829 90% [======================================================== ] 1659/1829 90% [======================================================== ] 1660/1829 90% [======================================================== ] 1661/1829 90% [======================================================== ] 1662/1829 90% [======================================================== ] 1663/1829 90% [======================================================== ] 1664/1829 90% [======================================================== ] 1665/1829 91% [======================================================== ] 1666/1829 91% [======================================================== ] 1667/1829 91% [======================================================== ] 1668/1829 91% [======================================================== ] 1669/1829 91% [======================================================== ] 1670/1829 91% [======================================================== ] 1671/1829 91% [======================================================== ] 1672/1829 91% [======================================================== ] 1673/1829 91% [======================================================== ] 1674/1829 91% [======================================================== ] 1675/1829 91% [======================================================== ] 1676/1829 91% [======================================================== ] 1677/1829 91% [======================================================== ] 1678/1829 91% [======================================================== ] 1679/1829 91% [======================================================== ] 1680/1829 91% [======================================================== ] 1681/1829 91% [========================================================= ] 1682/1829 91% [========================================================= ] 1683/1829 92% [========================================================= ] 1684/1829 92% [========================================================= ] 1685/1829 92% [========================================================= ] 1686/1829 92% [========================================================= ] 1687/1829 92% [========================================================= ] 1688/1829 92% [========================================================= ] 1689/1829 92% [========================================================= ] 1690/1829 92% [========================================================= ] 1691/1829 92% [========================================================= ] 1692/1829 92% [========================================================= ] 1693/1829 92% [========================================================= ] 1694/1829 92% [========================================================= ] 1695/1829 92% [========================================================= ] 1696/1829 92% [========================================================= ] 1697/1829 92% [========================================================= ] 1698/1829 92% [========================================================= ] 1699/1829 92% [========================================================= ] 1700/1829 92% [========================================================= ] 1701/1829 93% [========================================================= ] 1702/1829 93% [========================================================= ] 1703/1829 93% [========================================================= ] 1704/1829 93% [========================================================= ] 1705/1829 93% [========================================================= ] 1706/1829 93% [========================================================= ] 1707/1829 93% [========================================================= ] 1708/1829 93% [========================================================= ] 1709/1829 93% [========================================================= ] 1710/1829 93% [========================================================== ] 1711/1829 93% [========================================================== ] 1712/1829 93% [========================================================== ] 1713/1829 93% [========================================================== ] 1714/1829 93% [========================================================== ] 1715/1829 93% [========================================================== ] 1716/1829 93% [========================================================== ] 1717/1829 93% [========================================================== ] 1718/1829 93% [========================================================== ] 1719/1829 93% [========================================================== ] 1720/1829 94% [========================================================== ] 1721/1829 94% [========================================================== ] 1722/1829 94% [========================================================== ] 1723/1829 94% [========================================================== ] 1724/1829 94% [========================================================== ] 1725/1829 94% [========================================================== ] 1726/1829 94% [========================================================== ] 1727/1829 94% [========================================================== ] 1728/1829 94% [========================================================== ] 1729/1829 94% [========================================================== ] 1730/1829 94% [========================================================== ] 1731/1829 94% [========================================================== ] 1732/1829 94% [========================================================== ] 1733/1829 94% [========================================================== ] 1734/1829 94% [========================================================== ] 1735/1829 94% [========================================================== ] 1736/1829 94% [========================================================== ] 1737/1829 94% [========================================================== ] 1738/1829 95% [========================================================== ] 1739/1829 95% [========================================================== ] 1740/1829 95% [=========================================================== ] 1741/1829 95% [=========================================================== ] 1742/1829 95% [=========================================================== ] 1743/1829 95% [=========================================================== ] 1744/1829 95% [=========================================================== ] 1745/1829 95% [=========================================================== ] 1746/1829 95% [=========================================================== ] 1747/1829 95% [=========================================================== ] 1748/1829 95% [=========================================================== ] 1749/1829 95% [=========================================================== ] 1750/1829 95% [=========================================================== ] 1751/1829 95% [=========================================================== ] 1752/1829 95% [=========================================================== ] 1753/1829 95% [=========================================================== ] 1754/1829 95% [=========================================================== ] 1755/1829 95% [=========================================================== ] 1756/1829 96% [=========================================================== ] 1757/1829 96% [=========================================================== ] 1758/1829 96% [=========================================================== ] 1759/1829 96% [=========================================================== ] 1760/1829 96% [=========================================================== ] 1761/1829 96% [=========================================================== ] 1762/1829 96% [=========================================================== ] 1763/1829 96% [=========================================================== ] 1764/1829 96% [=========================================================== ] 1765/1829 96% [=========================================================== ] 1766/1829 96% [=========================================================== ] 1767/1829 96% [=========================================================== ] 1768/1829 96% [=========================================================== ] 1769/1829 96% [============================================================ ] 1770/1829 96% [============================================================ ] 1771/1829 96% [============================================================ ] 1772/1829 96% [============================================================ ] 1773/1829 96% [============================================================ ] 1774/1829 96% [============================================================ ] 1775/1829 97% [============================================================ ] 1776/1829 97% [============================================================ ] 1777/1829 97% [============================================================ ] 1778/1829 97% [============================================================ ] 1779/1829 97% [============================================================ ] 1780/1829 97% [============================================================ ] 1781/1829 97% [============================================================ ] 1782/1829 97% [============================================================ ] 1783/1829 97% [============================================================ ] 1784/1829 97% [============================================================ ] 1785/1829 97% [============================================================ ] 1786/1829 97% [============================================================ ] 1787/1829 97% [============================================================ ] 1788/1829 97% [============================================================ ] 1789/1829 97% [============================================================ ] 1790/1829 97% [============================================================ ] 1791/1829 97% [============================================================ ] 1792/1829 97% [============================================================ ] 1793/1829 98% [============================================================ ] 1794/1829 98% [============================================================ ] 1795/1829 98% [============================================================ ] 1796/1829 98% [============================================================ ] 1797/1829 98% [============================================================ ] 1798/1829 98% [============================================================ ] 1799/1829 98% [============================================================= ] 1800/1829 98% [============================================================= ] 1801/1829 98% [============================================================= ] 1802/1829 98% [============================================================= ] 1803/1829 98% [============================================================= ] 1804/1829 98% [============================================================= ] 1805/1829 98% [============================================================= ] 1806/1829 98% [============================================================= ] 1807/1829 98% [============================================================= ] 1808/1829 98% [============================================================= ] 1809/1829 98% [============================================================= ] 1810/1829 98% [============================================================= ] 1811/1829 99% [============================================================= ] 1812/1829 99% [============================================================= ] 1813/1829 99% [============================================================= ] 1814/1829 99% [============================================================= ] 1815/1829 99% [============================================================= ] 1816/1829 99% [============================================================= ] 1817/1829 99% [============================================================= ] 1818/1829 99% [============================================================= ] 1819/1829 99% [============================================================= ] 1820/1829 99% [============================================================= ] 1821/1829 99% [============================================================= ] 1822/1829 99% [============================================================= ] 1823/1829 99% [============================================================= ] 1824/1829 99% [============================================================= ] 1825/1829 99% [============================================================= ] 1826/1829 99% [============================================================= ] 1827/1829 99% [============================================================= ] 1828/1829 99% [==============================================================] 1829/1829 100% operation complete, 1829 objects in 33596 NAND pages. ln -snf /home/autobuild/autobuild/instance-5/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-5/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-5/buildroot' >>> Buildroot 2022.05-2-g487ac12ff9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> apr-util 1.6.1 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> glibc 2.35-96-g2c4fc8e5ca742c6a3a1933799495bb0b00a807f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.17.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20211215 Collecting legal info LICENSE: OK (sha256: 973281334c2da6364fa6bdc44c1f0f8d60d80d73c782982ffc5d53b0a31aa042) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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.4 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-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-periphery 2.3.1 Collecting legal info LICENSE: OK (sha256: 7121a0a2ba36ed9388be2f1a916f0e3584d8e49cc7888fbcfcf83bab2a8bebef) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> 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) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> empty 0.6.21b Collecting legal info COPYRIGHT: OK (sha256: f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> explorercanvas aa989ea9d9bac748638f7c66b0fc88e619715da6 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-f2fs-tools 1.14.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> fscryptctl f037dcf4354ce8f25d0f371b58dfe7a7ac27576f Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-fwup 1.9.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> getent Collecting legal info >>> htop 3.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> json-c 0.15 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> lft 3.91 Collecting legal info COPYING: OK (sha256: e3b7634630e6800eccca6ecafb5d40153d4f8f7a20e2b2399bf3c0ea92f44614) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> libcurl 7.83.1 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libp11 0.4.11 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> 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 >>> libwebsockets 4.3.1 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libzip 1.8.0 Collecting legal info LICENSE: OK (sha256: deae392de70503672793ee784d603bfa8069dcd5974a325dfbf91160f3a147d6) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> lighttpd 1.4.64 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbpfan 2.2.1 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> memtester 4.5.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> host-mkpasswd Collecting legal info >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-openocd 0.11.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> host-libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pinentry 1.1.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-networking 2.4.1.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> sdl_sound 1.0.3 Collecting legal info COPYING: OK (sha256: 2a781dd2f8c5435c59cfa3b79dfea1c1d7df676ed318ecc802139f76ac345d07) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> jpeg Collecting legal info >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> uacme 1.7.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> unbound 1.15.0 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> xkeyboard-config 2.34 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xcb-proto 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> 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-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-5/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'