find /home/autobuild/autobuild/instance-4/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-4/output-1/target/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-4/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-4/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/man /home/autobuild/autobuild/instance-4/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/info /home/autobuild/autobuild/instance-4/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/doc /home/autobuild/autobuild/instance-4/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-4/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-4/output-1/target/usr/share 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-4/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-4/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-4/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-199-g49f661e548"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-4/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-4/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-4/output-1/per-package /home/autobuild/autobuild/instance-4/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-4/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.squashfs -noappend -processors 1 -b 64K -nopad -comp lzma\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-4/output-1/images/rootfs.squashfs, block size 65536. [=====\ ] 700/7955 8% [=====================\ ] 2800/7955 35% [===============================================/ ] 6200/7955 77% [============================================================| ] 7900/7955 99% [=============================================================|] 7955/7955 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 140442.61 Kbytes (137.15 Mbytes) 29.49% of uncompressed filesystem size (476193.91 Kbytes) Inode table size 23162 bytes (22.62 Kbytes) 34.24% of uncompressed inode table size (67639 bytes) Directory table size 9679 bytes (9.45 Kbytes) 45.14% of uncompressed directory table size (21441 bytes) Number of duplicate files found 21 Number of inodes 1109 Number of files 613 Number of fragments 37 Number of symbolic links 322 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 174 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-4/output-1/images rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-4/output-1/target/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-4/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-4/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-4/output-1/host/bin:/home/autobuild/autobuild/instance-4/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-4/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-4/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-4/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-4/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1109 objects. stage 2: creating image '/home/autobuild/autobuild/instance-4/output-1/images/rootfs.yaffs2' [ ] 1/1109 0% [ ] 2/1109 0% [ ] 3/1109 0% [ ] 4/1109 0% [ ] 5/1109 0% [ ] 6/1109 0% [ ] 7/1109 0% [ ] 8/1109 0% [ ] 9/1109 0% [ ] 10/1109 0% [ ] 11/1109 0% [ ] 12/1109 1% [ ] 13/1109 1% [ ] 14/1109 1% [ ] 15/1109 1% [ ] 16/1109 1% [ ] 17/1109 1% [= ] 18/1109 1% [= ] 19/1109 1% [= ] 20/1109 1% [= ] 21/1109 1% [= ] 22/1109 1% [= ] 23/1109 2% [= ] 24/1109 2% [= ] 25/1109 2% [= ] 26/1109 2% [= ] 27/1109 2% [= ] 28/1109 2% [= ] 29/1109 2% [= ] 30/1109 2% [= ] 31/1109 2% [= ] 32/1109 2% [= ] 33/1109 2% [= ] 34/1109 3% [= ] 35/1109 3% [== ] 36/1109 3% [== ] 37/1109 3% [== ] 38/1109 3% [== ] 39/1109 3% [== ] 40/1109 3% [== ] 41/1109 3% [== ] 42/1109 3% [== ] 43/1109 3% [== ] 44/1109 3% [== ] 45/1109 4% [== ] 46/1109 4% [== ] 47/1109 4% [== ] 48/1109 4% [== ] 49/1109 4% [== ] 50/1109 4% [== ] 51/1109 4% [== ] 52/1109 4% [== ] 53/1109 4% [=== ] 54/1109 4% [=== ] 55/1109 4% [=== ] 56/1109 5% [=== ] 57/1109 5% [=== ] 58/1109 5% [=== ] 59/1109 5% [=== ] 60/1109 5% [=== ] 61/1109 5% [=== ] 62/1109 5% [=== ] 63/1109 5% [=== ] 64/1109 5% [=== ] 65/1109 5% [=== ] 66/1109 5% [=== ] 67/1109 6% [=== ] 68/1109 6% [=== ] 69/1109 6% [=== ] 70/1109 6% [=== ] 71/1109 6% [==== ] 72/1109 6% [==== ] 73/1109 6% [==== ] 74/1109 6% [==== ] 75/1109 6% [==== ] 76/1109 6% [==== ] 77/1109 6% [==== ] 78/1109 7% [==== ] 79/1109 7% [==== ] 80/1109 7% [==== ] 81/1109 7% [==== ] 82/1109 7% [==== ] 83/1109 7% [==== ] 84/1109 7% [==== ] 85/1109 7% [==== ] 86/1109 7% [==== ] 87/1109 7% [==== ] 88/1109 7% [==== ] 89/1109 8% [===== ] 90/1109 8% [===== ] 91/1109 8% [===== ] 92/1109 8% [===== ] 93/1109 8% [===== ] 94/1109 8% [===== ] 95/1109 8% [===== ] 96/1109 8% [===== ] 97/1109 8% [===== ] 98/1109 8% [===== ] 99/1109 8% [===== ] 100/1109 9% [===== ] 101/1109 9% [===== ] 102/1109 9% [===== ] 103/1109 9% [===== ] 104/1109 9% [===== ] 105/1109 9% [===== ] 106/1109 9% [===== ] 107/1109 9% [====== ] 108/1109 9% [====== ] 109/1109 9% [====== ] 110/1109 9% [====== ] 111/1109 10% [====== ] 112/1109 10% [====== ] 113/1109 10% [====== ] 114/1109 10% [====== ] 115/1109 10% [====== ] 116/1109 10% [====== ] 117/1109 10% [====== ] 118/1109 10% [====== ] 119/1109 10% [====== ] 120/1109 10% [====== ] 121/1109 10% [====== ] 122/1109 11% [====== ] 123/1109 11% [====== ] 124/1109 11% [====== ] 125/1109 11% [======= ] 126/1109 11% [======= ] 127/1109 11% [======= ] 128/1109 11% [======= ] 129/1109 11% [======= ] 130/1109 11% [======= ] 131/1109 11% [======= ] 132/1109 11% [======= ] 133/1109 11% [======= ] 134/1109 12% [======= ] 135/1109 12% [======= ] 136/1109 12% [======= ] 137/1109 12% [======= ] 138/1109 12% [======= ] 139/1109 12% [======= ] 140/1109 12% [======= ] 141/1109 12% [======= ] 142/1109 12% [======= ] 143/1109 12% [======== ] 144/1109 12% [======== ] 145/1109 13% [======== ] 146/1109 13% [======== ] 147/1109 13% [======== ] 148/1109 13% [======== ] 149/1109 13% [======== ] 150/1109 13% [======== ] 151/1109 13% [======== ] 152/1109 13% [======== ] 153/1109 13% [======== ] 154/1109 13% [======== ] 155/1109 13% [======== ] 156/1109 14% [======== ] 157/1109 14% [======== ] 158/1109 14% [======== ] 159/1109 14% [======== ] 160/1109 14% [========= ] 161/1109 14% [========= ] 162/1109 14% [========= ] 163/1109 14% [========= ] 164/1109 14% [========= ] 165/1109 14% [========= ] 166/1109 14% [========= ] 167/1109 15% [========= ] 168/1109 15% [========= ] 169/1109 15% [========= ] 170/1109 15% [========= ] 171/1109 15% [========= ] 172/1109 15% [========= ] 173/1109 15% [========= ] 174/1109 15% [========= ] 175/1109 15% [========= ] 176/1109 15% [========= ] 177/1109 15% [========= ] 178/1109 16% [========== ] 179/1109 16% [========== ] 180/1109 16% [========== ] 181/1109 16% [========== ] 182/1109 16% [========== ] 183/1109 16% [========== ] 184/1109 16% [========== ] 185/1109 16% [========== ] 186/1109 16% [========== ] 187/1109 16% [========== ] 188/1109 16% [========== ] 189/1109 17% [========== ] 190/1109 17% [========== ] 191/1109 17% [========== ] 192/1109 17% [========== ] 193/1109 17% [========== ] 194/1109 17% [========== ] 195/1109 17% [========== ] 196/1109 17% [=========== ] 197/1109 17% [=========== ] 198/1109 17% [=========== ] 199/1109 17% [=========== ] 200/1109 18% [=========== ] 201/1109 18% [=========== ] 202/1109 18% [=========== ] 203/1109 18% [=========== ] 204/1109 18% [=========== ] 205/1109 18% [=========== ] 206/1109 18% [=========== ] 207/1109 18% [=========== ] 208/1109 18% [=========== ] 209/1109 18% [=========== ] 210/1109 18% [=========== ] 211/1109 19% [=========== ] 212/1109 19% [=========== ] 213/1109 19% [=========== ] 214/1109 19% [============ ] 215/1109 19% [============ ] 216/1109 19% [============ ] 217/1109 19% [============ ] 218/1109 19% [============ ] 219/1109 19% [============ ] 220/1109 19% [============ ] 221/1109 19% [============ ] 222/1109 20% [============ ] 223/1109 20% [============ ] 224/1109 20% [============ ] 225/1109 20% [============ ] 226/1109 20% [============ ] 227/1109 20% [============ ] 228/1109 20% [============ ] 229/1109 20% [============ ] 230/1109 20% [============ ] 231/1109 20% [============ ] 232/1109 20% [============= ] 233/1109 21% [============= ] 234/1109 21% [============= ] 235/1109 21% [============= ] 236/1109 21% [============= ] 237/1109 21% [============= ] 238/1109 21% [============= ] 239/1109 21% [============= ] 240/1109 21% [============= ] 241/1109 21% [============= ] 242/1109 21% [============= ] 243/1109 21% [============= ] 244/1109 22% [============= ] 245/1109 22% [============= ] 246/1109 22% [============= ] 247/1109 22% [============= ] 248/1109 22% [============= ] 249/1109 22% [============= ] 250/1109 22% [============== ] 251/1109 22% [============== ] 252/1109 22% [============== ] 253/1109 22% [============== ] 254/1109 22% [============== ] 255/1109 22% [============== ] 256/1109 23% [============== ] 257/1109 23% [============== ] 258/1109 23% [============== ] 259/1109 23% [============== ] 260/1109 23% [============== ] 261/1109 23% [============== ] 262/1109 23% [============== ] 263/1109 23% [============== ] 264/1109 23% [============== ] 265/1109 23% [============== ] 266/1109 23% [============== ] 267/1109 24% [============== ] 268/1109 24% [=============== ] 269/1109 24% [=============== ] 270/1109 24% [=============== ] 271/1109 24% [=============== ] 272/1109 24% [=============== ] 273/1109 24% [=============== ] 274/1109 24% [=============== ] 275/1109 24% [=============== ] 276/1109 24% [=============== ] 277/1109 24% [=============== ] 278/1109 25% [=============== ] 279/1109 25% [=============== ] 280/1109 25% [=============== ] 281/1109 25% [=============== ] 282/1109 25% [=============== ] 283/1109 25% [=============== ] 284/1109 25% [=============== ] 285/1109 25% [=============== ] 286/1109 25% [================ ] 287/1109 25% [================ ] 288/1109 25% [================ ] 289/1109 26% [================ ] 290/1109 26% [================ ] 291/1109 26% [================ ] 292/1109 26% [================ ] 293/1109 26% [================ ] 294/1109 26% [================ ] 295/1109 26% [================ ] 296/1109 26% [================ ] 297/1109 26% [================ ] 298/1109 26% [================ ] 299/1109 26% [================ ] 300/1109 27% [================ ] 301/1109 27% [================ ] 302/1109 27% [================ ] 303/1109 27% [================ ] 304/1109 27% [================= ] 305/1109 27% [================= ] 306/1109 27% [================= ] 307/1109 27% [================= ] 308/1109 27% [================= ] 309/1109 27% [================= ] 310/1109 27% [================= ] 311/1109 28% [================= ] 312/1109 28% [================= ] 313/1109 28% [================= ] 314/1109 28% [================= ] 315/1109 28% [================= ] 316/1109 28% [================= ] 317/1109 28% [================= ] 318/1109 28% [================= ] 319/1109 28% [================= ] 320/1109 28% [================= ] 321/1109 28% [================== ] 322/1109 29% [================== ] 323/1109 29% [================== ] 324/1109 29% [================== ] 325/1109 29% [================== ] 326/1109 29% [================== ] 327/1109 29% [================== ] 328/1109 29% [================== ] 329/1109 29% [================== ] 330/1109 29% [================== ] 331/1109 29% [================== ] 332/1109 29% [================== ] 333/1109 30% [================== ] 334/1109 30% [================== ] 335/1109 30% [================== ] 336/1109 30% [================== ] 337/1109 30% [================== ] 338/1109 30% [================== ] 339/1109 30% [=================== ] 340/1109 30% [=================== ] 341/1109 30% [=================== ] 342/1109 30% [=================== ] 343/1109 30% [=================== ] 344/1109 31% [=================== ] 345/1109 31% [=================== ] 346/1109 31% [=================== ] 347/1109 31% [=================== ] 348/1109 31% [=================== ] 349/1109 31% [=================== ] 350/1109 31% [=================== ] 351/1109 31% [=================== ] 352/1109 31% [=================== ] 353/1109 31% [=================== ] 354/1109 31% [=================== ] 355/1109 32% [=================== ] 356/1109 32% [=================== ] 357/1109 32% [==================== ] 358/1109 32% [==================== ] 359/1109 32% [==================== ] 360/1109 32% [==================== ] 361/1109 32% [==================== ] 362/1109 32% [==================== ] 363/1109 32% [==================== ] 364/1109 32% [==================== ] 365/1109 32% [==================== ] 366/1109 33% [==================== ] 367/1109 33% [==================== ] 368/1109 33% [==================== ] 369/1109 33% [==================== ] 370/1109 33% [==================== ] 371/1109 33% [==================== ] 372/1109 33% [==================== ] 373/1109 33% [==================== ] 374/1109 33% [==================== ] 375/1109 33% [===================== ] 376/1109 33% [===================== ] 377/1109 33% [===================== ] 378/1109 34% [===================== ] 379/1109 34% [===================== ] 380/1109 34% [===================== ] 381/1109 34% [===================== ] 382/1109 34% [===================== ] 383/1109 34% [===================== ] 384/1109 34% [===================== ] 385/1109 34% [===================== ] 386/1109 34% [===================== ] 387/1109 34% [===================== ] 388/1109 34% [===================== ] 389/1109 35% [===================== ] 390/1109 35% [===================== ] 391/1109 35% [===================== ] 392/1109 35% [===================== ] 393/1109 35% [====================== ] 394/1109 35% [====================== ] 395/1109 35% [====================== ] 396/1109 35% [====================== ] 397/1109 35% [====================== ] 398/1109 35% [====================== ] 399/1109 35% [====================== ] 400/1109 36% [====================== ] 401/1109 36% [====================== ] 402/1109 36% [====================== ] 403/1109 36% [====================== ] 404/1109 36% [====================== ] 405/1109 36% [====================== ] 406/1109 36% [====================== ] 407/1109 36% [====================== ] 408/1109 36% [====================== ] 409/1109 36% [====================== ] 410/1109 36% [====================== ] 411/1109 37% [======================= ] 412/1109 37% [======================= ] 413/1109 37% [======================= ] 414/1109 37% [======================= ] 415/1109 37% [======================= ] 416/1109 37% [======================= ] 417/1109 37% [======================= ] 418/1109 37% [======================= ] 419/1109 37% [======================= ] 420/1109 37% [======================= ] 421/1109 37% [======================= ] 422/1109 38% [======================= ] 423/1109 38% [======================= ] 424/1109 38% [======================= ] 425/1109 38% [======================= ] 426/1109 38% [======================= ] 427/1109 38% [======================= ] 428/1109 38% [======================= ] 429/1109 38% [======================== ] 430/1109 38% [======================== ] 431/1109 38% [======================== ] 432/1109 38% [======================== ] 433/1109 39% [======================== ] 434/1109 39% [======================== ] 435/1109 39% [======================== ] 436/1109 39% [======================== ] 437/1109 39% [======================== ] 438/1109 39% [======================== ] 439/1109 39% [======================== ] 440/1109 39% [======================== ] 441/1109 39% [======================== ] 442/1109 39% [======================== ] 443/1109 39% [======================== ] 444/1109 40% [======================== ] 445/1109 40% [======================== ] 446/1109 40% [======================== ] 447/1109 40% [========================= ] 448/1109 40% [========================= ] 449/1109 40% [========================= ] 450/1109 40% [========================= ] 451/1109 40% [========================= ] 452/1109 40% [========================= ] 453/1109 40% [========================= ] 454/1109 40% [========================= ] 455/1109 41% [========================= ] 456/1109 41% [========================= ] 457/1109 41% [========================= ] 458/1109 41% [========================= ] 459/1109 41% [========================= ] 460/1109 41% [========================= ] 461/1109 41% [========================= ] 462/1109 41% [========================= ] 463/1109 41% [========================= ] 464/1109 41% [========================= ] 465/1109 41% [========================== ] 466/1109 42% [========================== ] 467/1109 42% [========================== ] 468/1109 42% [========================== ] 469/1109 42% [========================== ] 470/1109 42% [========================== ] 471/1109 42% [========================== ] 472/1109 42% [========================== ] 473/1109 42% [========================== ] 474/1109 42% [========================== ] 475/1109 42% [========================== ] 476/1109 42% [========================== ] 477/1109 43% [========================== ] 478/1109 43% [========================== ] 479/1109 43% [========================== ] 480/1109 43% [========================== ] 481/1109 43% [========================== ] 482/1109 43% [=========================== ] 483/1109 43% [=========================== ] 484/1109 43% [=========================== ] 485/1109 43% [=========================== ] 486/1109 43% [=========================== ] 487/1109 43% [=========================== ] 488/1109 44% [=========================== ] 489/1109 44% [=========================== ] 490/1109 44% [=========================== ] 491/1109 44% [=========================== ] 492/1109 44% [=========================== ] 493/1109 44% [=========================== ] 494/1109 44% [=========================== ] 495/1109 44% [=========================== ] 496/1109 44% [=========================== ] 497/1109 44% [=========================== ] 498/1109 44% [=========================== ] 499/1109 44% [=========================== ] 500/1109 45% [============================ ] 501/1109 45% [============================ ] 502/1109 45% [============================ ] 503/1109 45% [============================ ] 504/1109 45% [============================ ] 505/1109 45% [============================ ] 506/1109 45% [============================ ] 507/1109 45% [============================ ] 508/1109 45% [============================ ] 509/1109 45% [============================ ] 510/1109 45% [============================ ] 511/1109 46% [============================ ] 512/1109 46% [============================ ] 513/1109 46% [============================ ] 514/1109 46% [============================ ] 515/1109 46% [============================ ] 516/1109 46% [============================ ] 517/1109 46% [============================ ] 518/1109 46% [============================= ] 519/1109 46% [============================= ] 520/1109 46% [============================= ] 521/1109 46% [============================= ] 522/1109 47% [============================= ] 523/1109 47% [============================= ] 524/1109 47% [============================= ] 525/1109 47% [============================= ] 526/1109 47% [============================= ] 527/1109 47% [============================= ] 528/1109 47% [============================= ] 529/1109 47% [============================= ] 530/1109 47% [============================= ] 531/1109 47% [============================= ] 532/1109 47% [============================= ] 533/1109 48% [============================= ] 534/1109 48% [============================= ] 535/1109 48% [============================= ] 536/1109 48% [============================== ] 537/1109 48% [============================== ] 538/1109 48% [============================== ] 539/1109 48% [============================== ] 540/1109 48% [============================== ] 541/1109 48% [============================== ] 542/1109 48% [============================== ] 543/1109 48% [============================== ] 544/1109 49% [============================== ] 545/1109 49% [============================== ] 546/1109 49% [============================== ] 547/1109 49% [============================== ] 548/1109 49% [============================== ] 549/1109 49% [============================== ] 550/1109 49% [============================== ] 551/1109 49% [============================== ] 552/1109 49% [============================== ] 553/1109 49% [============================== ] 554/1109 49% [=============================== ] 555/1109 50% [=============================== ] 556/1109 50% [=============================== ] 557/1109 50% [=============================== ] 558/1109 50% [=============================== ] 559/1109 50% [=============================== ] 560/1109 50% [=============================== ] 561/1109 50% [=============================== ] 562/1109 50% [=============================== ] 563/1109 50% [=============================== ] 564/1109 50% [=============================== ] 565/1109 50% [=============================== ] 566/1109 51% [=============================== ] 567/1109 51% [=============================== ] 568/1109 51% [=============================== ] 569/1109 51% [=============================== ] 570/1109 51% [=============================== ] 571/1109 51% [=============================== ] 572/1109 51% [================================ ] 573/1109 51% [================================ ] 574/1109 51% [================================ ] 575/1109 51% [================================ ] 576/1109 51% [================================ ] 577/1109 52% [================================ ] 578/1109 52% [================================ ] 579/1109 52% [================================ ] 580/1109 52% [================================ ] 581/1109 52% [================================ ] 582/1109 52% [================================ ] 583/1109 52% [================================ ] 584/1109 52% [================================ ] 585/1109 52% [================================ ] 586/1109 52% [================================ ] 587/1109 52% [================================ ] 588/1109 53% [================================ ] 589/1109 53% [================================ ] 590/1109 53% [================================= ] 591/1109 53% [================================= ] 592/1109 53% [================================= ] 593/1109 53% [================================= ] 594/1109 53% [================================= ] 595/1109 53% [================================= ] 596/1109 53% [================================= ] 597/1109 53% [================================= ] 598/1109 53% [================================= ] 599/1109 54% [================================= ] 600/1109 54% [================================= ] 601/1109 54% [================================= ] 602/1109 54% [================================= ] 603/1109 54% [================================= ] 604/1109 54% [================================= ] 605/1109 54% [================================= ] 606/1109 54% [================================= ] 607/1109 54% [================================= ] 608/1109 54% [================================== ] 609/1109 54% [================================== ] 610/1109 55% [================================== ] 611/1109 55% [================================== ] 612/1109 55% [================================== ] 613/1109 55% [================================== ] 614/1109 55% [================================== ] 615/1109 55% [================================== ] 616/1109 55% [================================== ] 617/1109 55% [================================== ] 618/1109 55% [================================== ] 619/1109 55% [================================== ] 620/1109 55% [================================== ] 621/1109 55% [================================== ] 622/1109 56% [================================== ] 623/1109 56% [================================== ] 624/1109 56% [================================== ] 625/1109 56% [================================== ] 626/1109 56% [=================================== ] 627/1109 56% [=================================== ] 628/1109 56% [=================================== ] 629/1109 56% [=================================== ] 630/1109 56% [=================================== ] 631/1109 56% [=================================== ] 632/1109 56% [=================================== ] 633/1109 57% [=================================== ] 634/1109 57% [=================================== ] 635/1109 57% [=================================== ] 636/1109 57% [=================================== ] 637/1109 57% [=================================== ] 638/1109 57% [=================================== ] 639/1109 57% [=================================== ] 640/1109 57% [=================================== ] 641/1109 57% [=================================== ] 642/1109 57% [=================================== ] 643/1109 57% [==================================== ] 644/1109 58% [==================================== ] 645/1109 58% [==================================== ] 646/1109 58% [==================================== ] 647/1109 58% [==================================== ] 648/1109 58% [==================================== ] 649/1109 58% [==================================== ] 650/1109 58% [==================================== ] 651/1109 58% [==================================== ] 652/1109 58% [==================================== ] 653/1109 58% [==================================== ] 654/1109 58% [==================================== ] 655/1109 59% [==================================== ] 656/1109 59% [==================================== ] 657/1109 59% [==================================== ] 658/1109 59% [==================================== ] 659/1109 59% [==================================== ] 660/1109 59% [==================================== ] 661/1109 59% [===================================== ] 662/1109 59% [===================================== ] 663/1109 59% [===================================== ] 664/1109 59% [===================================== ] 665/1109 59% [===================================== ] 666/1109 60% [===================================== ] 667/1109 60% [===================================== ] 668/1109 60% [===================================== ] 669/1109 60% [===================================== ] 670/1109 60% [===================================== ] 671/1109 60% [===================================== ] 672/1109 60% [===================================== ] 673/1109 60% [===================================== ] 674/1109 60% [===================================== ] 675/1109 60% [===================================== ] 676/1109 60% [===================================== ] 677/1109 61% [===================================== ] 678/1109 61% [===================================== ] 679/1109 61% [====================================== ] 680/1109 61% [====================================== ] 681/1109 61% [====================================== ] 682/1109 61% [====================================== ] 683/1109 61% [====================================== ] 684/1109 61% [====================================== ] 685/1109 61% [====================================== ] 686/1109 61% [====================================== ] 687/1109 61% [====================================== ] 688/1109 62% [====================================== ] 689/1109 62% [====================================== ] 690/1109 62% [====================================== ] 691/1109 62% [====================================== ] 692/1109 62% [====================================== ] 693/1109 62% [====================================== ] 694/1109 62% [====================================== ] 695/1109 62% [====================================== ] 696/1109 62% [====================================== ] 697/1109 62% [======================================= ] 698/1109 62% [======================================= ] 699/1109 63% [======================================= ] 700/1109 63% [======================================= ] 701/1109 63% [======================================= ] 702/1109 63% [======================================= ] 703/1109 63% [======================================= ] 704/1109 63% [======================================= ] 705/1109 63% [======================================= ] 706/1109 63% [======================================= ] 707/1109 63% [======================================= ] 708/1109 63% [======================================= ] 709/1109 63% [======================================= ] 710/1109 64% [======================================= ] 711/1109 64% [======================================= ] 712/1109 64% [======================================= ] 713/1109 64% [======================================= ] 714/1109 64% [======================================= ] 715/1109 64% [======================================== ] 716/1109 64% [======================================== ] 717/1109 64% [======================================== ] 718/1109 64% [======================================== ] 719/1109 64% [======================================== ] 720/1109 64% [======================================== ] 721/1109 65% [======================================== ] 722/1109 65% [======================================== ] 723/1109 65% [======================================== ] 724/1109 65% [======================================== ] 725/1109 65% [======================================== ] 726/1109 65% [======================================== ] 727/1109 65% [======================================== ] 728/1109 65% [======================================== ] 729/1109 65% [======================================== ] 730/1109 65% [======================================== ] 731/1109 65% [======================================== ] 732/1109 66% [======================================== ] 733/1109 66% [========================================= ] 734/1109 66% [========================================= ] 735/1109 66% [========================================= ] 736/1109 66% [========================================= ] 737/1109 66% [========================================= ] 738/1109 66% [========================================= ] 739/1109 66% [========================================= ] 740/1109 66% [========================================= ] 741/1109 66% [========================================= ] 742/1109 66% [========================================= ] 743/1109 66% [========================================= ] 744/1109 67% [========================================= ] 745/1109 67% [========================================= ] 746/1109 67% [========================================= ] 747/1109 67% [========================================= ] 748/1109 67% [========================================= ] 749/1109 67% [========================================= ] 750/1109 67% [========================================= ] 751/1109 67% [========================================== ] 752/1109 67% [========================================== ] 753/1109 67% [========================================== ] 754/1109 67% [========================================== ] 755/1109 68% [========================================== ] 756/1109 68% [========================================== ] 757/1109 68% [========================================== ] 758/1109 68% [========================================== ] 759/1109 68% [========================================== ] 760/1109 68% [========================================== ] 761/1109 68% [========================================== ] 762/1109 68% [========================================== ] 763/1109 68% [========================================== ] 764/1109 68% [========================================== ] 765/1109 68% [========================================== ] 766/1109 69% [========================================== ] 767/1109 69% [========================================== ] 768/1109 69% [========================================== ] 769/1109 69% [=========================================== ] 770/1109 69% [=========================================== ] 771/1109 69% [=========================================== ] 772/1109 69% [=========================================== ] 773/1109 69% [=========================================== ] 774/1109 69% [=========================================== ] 775/1109 69% [=========================================== ] 776/1109 69% [=========================================== ] 777/1109 70% [=========================================== ] 778/1109 70% [=========================================== ] 779/1109 70% [=========================================== ] 780/1109 70% [=========================================== ] 781/1109 70% [=========================================== ] 782/1109 70% [=========================================== ] 783/1109 70% [=========================================== ] 784/1109 70% [=========================================== ] 785/1109 70% [=========================================== ] 786/1109 70% [=========================================== ] 787/1109 70% [============================================ ] 788/1109 71% [============================================ ] 789/1109 71% [============================================ ] 790/1109 71% [============================================ ] 791/1109 71% [============================================ ] 792/1109 71% [============================================ ] 793/1109 71% [============================================ ] 794/1109 71% [============================================ ] 795/1109 71% [============================================ ] 796/1109 71% [============================================ ] 797/1109 71% [============================================ ] 798/1109 71% [============================================ ] 799/1109 72% [============================================ ] 800/1109 72% [============================================ ] 801/1109 72% [============================================ ] 802/1109 72% [============================================ ] 803/1109 72% [============================================ ] 804/1109 72% [============================================= ] 805/1109 72% [============================================= ] 806/1109 72% [============================================= ] 807/1109 72% [============================================= ] 808/1109 72% [============================================= ] 809/1109 72% [============================================= ] 810/1109 73% [============================================= ] 811/1109 73% [============================================= ] 812/1109 73% [============================================= ] 813/1109 73% [============================================= ] 814/1109 73% [============================================= ] 815/1109 73% [============================================= ] 816/1109 73% [============================================= ] 817/1109 73% [============================================= ] 818/1109 73% [============================================= ] 819/1109 73% [============================================= ] 820/1109 73% [============================================= ] 821/1109 74% [============================================= ] 822/1109 74% [============================================== ] 823/1109 74% [============================================== ] 824/1109 74% [============================================== ] 825/1109 74% [============================================== ] 826/1109 74% [============================================== ] 827/1109 74% [============================================== ] 828/1109 74% [============================================== ] 829/1109 74% [============================================== ] 830/1109 74% [============================================== ] 831/1109 74% [============================================== ] 832/1109 75% [============================================== ] 833/1109 75% [============================================== ] 834/1109 75% [============================================== ] 835/1109 75% [============================================== ] 836/1109 75% [============================================== ] 837/1109 75% [============================================== ] 838/1109 75% [============================================== ] 839/1109 75% [============================================== ] 840/1109 75% [=============================================== ] 841/1109 75% [=============================================== ] 842/1109 75% [=============================================== ] 843/1109 76% [=============================================== ] 844/1109 76% [=============================================== ] 845/1109 76% [=============================================== ] 846/1109 76% [=============================================== ] 847/1109 76% [=============================================== ] 848/1109 76% [=============================================== ] 849/1109 76% [=============================================== ] 850/1109 76% [=============================================== ] 851/1109 76% [=============================================== ] 852/1109 76% [=============================================== ] 853/1109 76% [=============================================== ] 854/1109 77% [=============================================== ] 855/1109 77% [=============================================== ] 856/1109 77% [=============================================== ] 857/1109 77% [=============================================== ] 858/1109 77% [================================================ ] 859/1109 77% [================================================ ] 860/1109 77% [================================================ ] 861/1109 77% [================================================ ] 862/1109 77% [================================================ ] 863/1109 77% [================================================ ] 864/1109 77% [================================================ ] 865/1109 77% [================================================ ] 866/1109 78% [================================================ ] 867/1109 78% [================================================ ] 868/1109 78% [================================================ ] 869/1109 78% [================================================ ] 870/1109 78% [================================================ ] 871/1109 78% [================================================ ] 872/1109 78% [================================================ ] 873/1109 78% [================================================ ] 874/1109 78% [================================================ ] 875/1109 78% [================================================ ] 876/1109 78% [================================================= ] 877/1109 79% [================================================= ] 878/1109 79% [================================================= ] 879/1109 79% [================================================= ] 880/1109 79% [================================================= ] 881/1109 79% [================================================= ] 882/1109 79% [================================================= ] 883/1109 79% [================================================= ] 884/1109 79% [================================================= ] 885/1109 79% [================================================= ] 886/1109 79% [================================================= ] 887/1109 79% [================================================= ] 888/1109 80% [================================================= ] 889/1109 80% [================================================= ] 890/1109 80% [================================================= ] 891/1109 80% [================================================= ] 892/1109 80% [================================================= ] 893/1109 80% [================================================= ] 894/1109 80% [================================================== ] 895/1109 80% [================================================== ] 896/1109 80% [================================================== ] 897/1109 80% [================================================== ] 898/1109 80% [================================================== ] 899/1109 81% [================================================== ] 900/1109 81% [================================================== ] 901/1109 81% [================================================== ] 902/1109 81% [================================================== ] 903/1109 81% [================================================== ] 904/1109 81% [================================================== ] 905/1109 81% [================================================== ] 906/1109 81% [================================================== ] 907/1109 81% [================================================== ] 908/1109 81% [================================================== ] 909/1109 81% [================================================== ] 910/1109 82% [================================================== ] 911/1109 82% [================================================== ] 912/1109 82% [=================================================== ] 913/1109 82% [=================================================== ] 914/1109 82% [=================================================== ] 915/1109 82% [=================================================== ] 916/1109 82% [=================================================== ] 917/1109 82% [=================================================== ] 918/1109 82% [=================================================== ] 919/1109 82% [=================================================== ] 920/1109 82% [=================================================== ] 921/1109 83% [=================================================== ] 922/1109 83% [=================================================== ] 923/1109 83% [=================================================== ] 924/1109 83% [=================================================== ] 925/1109 83% [=================================================== ] 926/1109 83% [=================================================== ] 927/1109 83% [=================================================== ] 928/1109 83% [=================================================== ] 929/1109 83% [=================================================== ] 930/1109 83% [==================================================== ] 931/1109 83% [==================================================== ] 932/1109 84% [==================================================== ] 933/1109 84% [==================================================== ] 934/1109 84% [==================================================== ] 935/1109 84% [==================================================== ] 936/1109 84% [==================================================== ] 937/1109 84% [==================================================== ] 938/1109 84% [==================================================== ] 939/1109 84% [==================================================== ] 940/1109 84% [==================================================== ] 941/1109 84% [==================================================== ] 942/1109 84% [==================================================== ] 943/1109 85% [==================================================== ] 944/1109 85% [==================================================== ] 945/1109 85% [==================================================== ] 946/1109 85% [==================================================== ] 947/1109 85% [==================================================== ] 948/1109 85% [===================================================== ] 949/1109 85% [===================================================== ] 950/1109 85% [===================================================== ] 951/1109 85% [===================================================== ] 952/1109 85% [===================================================== ] 953/1109 85% [===================================================== ] 954/1109 86% [===================================================== ] 955/1109 86% [===================================================== ] 956/1109 86% [===================================================== ] 957/1109 86% [===================================================== ] 958/1109 86% [===================================================== ] 959/1109 86% [===================================================== ] 960/1109 86% [===================================================== ] 961/1109 86% [===================================================== ] 962/1109 86% [===================================================== ] 963/1109 86% [===================================================== ] 964/1109 86% [===================================================== ] 965/1109 87% [====================================================== ] 966/1109 87% [====================================================== ] 967/1109 87% [====================================================== ] 968/1109 87% [====================================================== ] 969/1109 87% [====================================================== ] 970/1109 87% [====================================================== ] 971/1109 87% [====================================================== ] 972/1109 87% [====================================================== ] 973/1109 87% [====================================================== ] 974/1109 87% [====================================================== ] 975/1109 87% [====================================================== ] 976/1109 88% [====================================================== ] 977/1109 88% [====================================================== ] 978/1109 88% [====================================================== ] 979/1109 88% [====================================================== ] 980/1109 88% [====================================================== ] 981/1109 88% [====================================================== ] 982/1109 88% [====================================================== ] 983/1109 88% [======================================================= ] 984/1109 88% [======================================================= ] 985/1109 88% [======================================================= ] 986/1109 88% [======================================================= ] 987/1109 88% [======================================================= ] 988/1109 89% [======================================================= ] 989/1109 89% [======================================================= ] 990/1109 89% [======================================================= ] 991/1109 89% [======================================================= ] 992/1109 89% [======================================================= ] 993/1109 89% [======================================================= ] 994/1109 89% [======================================================= ] 995/1109 89% [======================================================= ] 996/1109 89% [======================================================= ] 997/1109 89% [======================================================= ] 998/1109 89% [======================================================= ] 999/1109 90% [======================================================= ] 1000/1109 90% [======================================================= ] 1001/1109 90% [======================================================== ] 1002/1109 90% [======================================================== ] 1003/1109 90% [======================================================== ] 1004/1109 90% [======================================================== ] 1005/1109 90% [======================================================== ] 1006/1109 90% [======================================================== ] 1007/1109 90% [======================================================== ] 1008/1109 90% [======================================================== ] 1009/1109 90% [======================================================== ] 1010/1109 91% [======================================================== ] 1011/1109 91% [======================================================== ] 1012/1109 91% [======================================================== ] 1013/1109 91% [======================================================== ] 1014/1109 91% [======================================================== ] 1015/1109 91% [======================================================== ] 1016/1109 91% [======================================================== ] 1017/1109 91% [======================================================== ] 1018/1109 91% [======================================================== ] 1019/1109 91% [========================================================= ] 1020/1109 91% [========================================================= ] 1021/1109 92% [========================================================= ] 1022/1109 92% [========================================================= ] 1023/1109 92% [========================================================= ] 1024/1109 92% [========================================================= ] 1025/1109 92% [========================================================= ] 1026/1109 92% [========================================================= ] 1027/1109 92% [========================================================= ] 1028/1109 92% [========================================================= ] 1029/1109 92% [========================================================= ] 1030/1109 92% [========================================================= ] 1031/1109 92% [========================================================= ] 1032/1109 93% [========================================================= ] 1033/1109 93% [========================================================= ] 1034/1109 93% [========================================================= ] 1035/1109 93% [========================================================= ] 1036/1109 93% [========================================================= ] 1037/1109 93% [========================================================== ] 1038/1109 93% [========================================================== ] 1039/1109 93% [========================================================== ] 1040/1109 93% [========================================================== ] 1041/1109 93% [========================================================== ] 1042/1109 93% [========================================================== ] 1043/1109 94% [========================================================== ] 1044/1109 94% [========================================================== ] 1045/1109 94% [========================================================== ] 1046/1109 94% [========================================================== ] 1047/1109 94% [========================================================== ] 1048/1109 94% [========================================================== ] 1049/1109 94% [========================================================== ] 1050/1109 94% [========================================================== ] 1051/1109 94% [========================================================== ] 1052/1109 94% [========================================================== ] 1053/1109 94% [========================================================== ] 1054/1109 95% [========================================================== ] 1055/1109 95% [=========================================================== ] 1056/1109 95% [=========================================================== ] 1057/1109 95% [=========================================================== ] 1058/1109 95% [=========================================================== ] 1059/1109 95% [=========================================================== ] 1060/1109 95% [=========================================================== ] 1061/1109 95% [=========================================================== ] 1062/1109 95% [=========================================================== ] 1063/1109 95% [=========================================================== ] 1064/1109 95% [=========================================================== ] 1065/1109 96% [=========================================================== ] 1066/1109 96% [=========================================================== ] 1067/1109 96% [=========================================================== ] 1068/1109 96% [=========================================================== ] 1069/1109 96% [=========================================================== ] 1070/1109 96% [=========================================================== ] 1071/1109 96% [=========================================================== ] 1072/1109 96% [=========================================================== ] 1073/1109 96% [============================================================ ] 1074/1109 96% [============================================================ ] 1075/1109 96% [============================================================ ] 1076/1109 97% [============================================================ ] 1077/1109 97% [============================================================ ] 1078/1109 97% [============================================================ ] 1079/1109 97% [============================================================ ] 1080/1109 97% [============================================================ ] 1081/1109 97% [============================================================ ] 1082/1109 97% [============================================================ ] 1083/1109 97% [============================================================ ] 1084/1109 97% [============================================================ ] 1085/1109 97% [============================================================ ] 1086/1109 97% [============================================================ ] 1087/1109 98% [============================================================ ] 1088/1109 98% [============================================================ ] 1089/1109 98% [============================================================ ] 1090/1109 98% [============================================================ ] 1091/1109 98% [============================================================= ] 1092/1109 98% [============================================================= ] 1093/1109 98% [============================================================= ] 1094/1109 98% [============================================================= ] 1095/1109 98% [============================================================= ] 1096/1109 98% [============================================================= ] 1097/1109 98% [============================================================= ] 1098/1109 99% [============================================================= ] 1099/1109 99% [============================================================= ] 1100/1109 99% [============================================================= ] 1101/1109 99% [============================================================= ] 1102/1109 99% [============================================================= ] 1103/1109 99% [============================================================= ] 1104/1109 99% [============================================================= ] 1105/1109 99% [============================================================= ] 1106/1109 99% [============================================================= ] 1107/1109 99% [============================================================= ] 1108/1109 99% [==============================================================] 1109/1109 100% operation complete, 1109 objects in 239506 NAND pages. ln -snf /home/autobuild/autobuild/instance-4/output-1/host/microblaze-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-4/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-4/buildroot' >>> Buildroot 2022.08-rc1-199-g49f661e548 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python3 3.10.6 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.8 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) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> 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) >>> dnsmasq 2.86 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nettle 3.8 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-erofs-utils 1.5 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> host-genimage 15 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> htpdate 1.3.5 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> 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) >>> libbytesize 2.7 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libssh2 1.10.0 Collecting legal info COPYING: OK (sha256: 859e60d760a3446ecaf777339f1eef98c527aea40714384d24b882a83ffdd23a) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgta 1.2.1 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> 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) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libkcapi 1.1.5 Collecting legal info COPYING: OK (sha256: c6b8402a68999b0f84560ab43cdf60f9ff33c4a9a8ced6a40db9d3b787ba5b4a) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> jpeg Collecting legal info >>> liburiparser 0.9.6 Collecting legal info COPYING: OK (sha256: 287f09e6546a9610f949f89e8fb937cacfeabd7bfaa8c8a0c18312193bf04ad3) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> linenoise 1.0 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> lua 5.3.6 Collecting legal info doc/readme.html: OK (sha256: 2ddff2161e0c4487d744943565538743c0721485873092f6809d072a983b06ef) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> minizip-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> 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) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> 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-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> open62541 v1.3.2 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> openlayers 6.14.1 Collecting legal info >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sound-theme-borealis 0.9a Collecting legal info >>> host-squashfs 4.5 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) >>> sshpass 1.09 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> 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-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: openlayers-6.14.1: cannot save license (OPENLAYERS_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-4/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-4/buildroot'