rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-13/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/man /home/autobuild/autobuild/instance-13/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/info /home/autobuild/autobuild/instance-13/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/doc /home/autobuild/autobuild/instance-13/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-13/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-13/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-13/output-1/target/lib/debug /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-13/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-13/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-13/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-13/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-13/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-543-gf62d409cb8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /home/autobuild/autobuild/instance-13/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-13/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-13/output-1/per-package /home/autobuild/autobuild/instance-13/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-13/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-13/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/images rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-13/output-1/target/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-13/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-13/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-13/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-13/output-1/host/bin:/home/autobuild/autobuild/instance-13/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-13/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-13/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-13/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-13/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1436 objects. stage 2: creating image '/home/autobuild/autobuild/instance-13/output-1/images/rootfs.yaffs2' [ ] 1/1436 0% [ ] 2/1436 0% [ ] 3/1436 0% [ ] 4/1436 0% [ ] 5/1436 0% [ ] 6/1436 0% [ ] 7/1436 0% [ ] 8/1436 0% [ ] 9/1436 0% [ ] 10/1436 0% [ ] 11/1436 0% [ ] 12/1436 0% [ ] 13/1436 0% [ ] 14/1436 0% [ ] 15/1436 1% [ ] 16/1436 1% [ ] 17/1436 1% [ ] 18/1436 1% [ ] 19/1436 1% [ ] 20/1436 1% [ ] 21/1436 1% [ ] 22/1436 1% [ ] 23/1436 1% [= ] 24/1436 1% [= ] 25/1436 1% [= ] 26/1436 1% [= ] 27/1436 1% [= ] 28/1436 1% [= ] 29/1436 2% [= ] 30/1436 2% [= ] 31/1436 2% [= ] 32/1436 2% [= ] 33/1436 2% [= ] 34/1436 2% [= ] 35/1436 2% [= ] 36/1436 2% [= ] 37/1436 2% [= ] 38/1436 2% [= ] 39/1436 2% [= ] 40/1436 2% [= ] 41/1436 2% [= ] 42/1436 2% [= ] 43/1436 2% [= ] 44/1436 3% [= ] 45/1436 3% [= ] 46/1436 3% [== ] 47/1436 3% [== ] 48/1436 3% [== ] 49/1436 3% [== ] 50/1436 3% [== ] 51/1436 3% [== ] 52/1436 3% [== ] 53/1436 3% [== ] 54/1436 3% [== ] 55/1436 3% [== ] 56/1436 3% [== ] 57/1436 3% [== ] 58/1436 4% [== ] 59/1436 4% [== ] 60/1436 4% [== ] 61/1436 4% [== ] 62/1436 4% [== ] 63/1436 4% [== ] 64/1436 4% [== ] 65/1436 4% [== ] 66/1436 4% [== ] 67/1436 4% [== ] 68/1436 4% [== ] 69/1436 4% [=== ] 70/1436 4% [=== ] 71/1436 4% [=== ] 72/1436 5% [=== ] 73/1436 5% [=== ] 74/1436 5% [=== ] 75/1436 5% [=== ] 76/1436 5% [=== ] 77/1436 5% [=== ] 78/1436 5% [=== ] 79/1436 5% [=== ] 80/1436 5% [=== ] 81/1436 5% [=== ] 82/1436 5% [=== ] 83/1436 5% [=== ] 84/1436 5% [=== ] 85/1436 5% [=== ] 86/1436 5% [=== ] 87/1436 6% [=== ] 88/1436 6% [=== ] 89/1436 6% [=== ] 90/1436 6% [=== ] 91/1436 6% [=== ] 92/1436 6% [==== ] 93/1436 6% [==== ] 94/1436 6% [==== ] 95/1436 6% [==== ] 96/1436 6% [==== ] 97/1436 6% [==== ] 98/1436 6% [==== ] 99/1436 6% [==== ] 100/1436 6% [==== ] 101/1436 7% [==== ] 102/1436 7% [==== ] 103/1436 7% [==== ] 104/1436 7% [==== ] 105/1436 7% [==== ] 106/1436 7% [==== ] 107/1436 7% [==== ] 108/1436 7% [==== ] 109/1436 7% [==== ] 110/1436 7% [==== ] 111/1436 7% [==== ] 112/1436 7% [==== ] 113/1436 7% [==== ] 114/1436 7% [==== ] 115/1436 8% [===== ] 116/1436 8% [===== ] 117/1436 8% [===== ] 118/1436 8% [===== ] 119/1436 8% [===== ] 120/1436 8% [===== ] 121/1436 8% [===== ] 122/1436 8% [===== ] 123/1436 8% [===== ] 124/1436 8% [===== ] 125/1436 8% [===== ] 126/1436 8% [===== ] 127/1436 8% [===== ] 128/1436 8% [===== ] 129/1436 8% [===== ] 130/1436 9% [===== ] 131/1436 9% [===== ] 132/1436 9% [===== ] 133/1436 9% [===== ] 134/1436 9% [===== ] 135/1436 9% [===== ] 136/1436 9% [===== ] 137/1436 9% [===== ] 138/1436 9% [====== ] 139/1436 9% [====== ] 140/1436 9% [====== ] 141/1436 9% [====== ] 142/1436 9% [====== ] 143/1436 9% [====== ] 144/1436 10% [====== ] 145/1436 10% [====== ] 146/1436 10% [====== ] 147/1436 10% [====== ] 148/1436 10% [====== ] 149/1436 10% [====== ] 150/1436 10% [====== ] 151/1436 10% [====== ] 152/1436 10% [====== ] 153/1436 10% [====== ] 154/1436 10% [====== ] 155/1436 10% [====== ] 156/1436 10% [====== ] 157/1436 10% [====== ] 158/1436 11% [====== ] 159/1436 11% [====== ] 160/1436 11% [====== ] 161/1436 11% [====== ] 162/1436 11% [======= ] 163/1436 11% [======= ] 164/1436 11% [======= ] 165/1436 11% [======= ] 166/1436 11% [======= ] 167/1436 11% [======= ] 168/1436 11% [======= ] 169/1436 11% [======= ] 170/1436 11% [======= ] 171/1436 11% [======= ] 172/1436 11% [======= ] 173/1436 12% [======= ] 174/1436 12% [======= ] 175/1436 12% [======= ] 176/1436 12% [======= ] 177/1436 12% [======= ] 178/1436 12% [======= ] 179/1436 12% [======= ] 180/1436 12% [======= ] 181/1436 12% [======= ] 182/1436 12% [======= ] 183/1436 12% [======= ] 184/1436 12% [======= ] 185/1436 12% [======== ] 186/1436 12% [======== ] 187/1436 13% [======== ] 188/1436 13% [======== ] 189/1436 13% [======== ] 190/1436 13% [======== ] 191/1436 13% [======== ] 192/1436 13% [======== ] 193/1436 13% [======== ] 194/1436 13% [======== ] 195/1436 13% [======== ] 196/1436 13% [======== ] 197/1436 13% [======== ] 198/1436 13% [======== ] 199/1436 13% [======== ] 200/1436 13% [======== ] 201/1436 13% [======== ] 202/1436 14% [======== ] 203/1436 14% [======== ] 204/1436 14% [======== ] 205/1436 14% [======== ] 206/1436 14% [======== ] 207/1436 14% [======== ] 208/1436 14% [========= ] 209/1436 14% [========= ] 210/1436 14% [========= ] 211/1436 14% [========= ] 212/1436 14% [========= ] 213/1436 14% [========= ] 214/1436 14% [========= ] 215/1436 14% [========= ] 216/1436 15% [========= ] 217/1436 15% [========= ] 218/1436 15% [========= ] 219/1436 15% [========= ] 220/1436 15% [========= ] 221/1436 15% [========= ] 222/1436 15% [========= ] 223/1436 15% [========= ] 224/1436 15% [========= ] 225/1436 15% [========= ] 226/1436 15% [========= ] 227/1436 15% [========= ] 228/1436 15% [========= ] 229/1436 15% [========= ] 230/1436 16% [========= ] 231/1436 16% [========== ] 232/1436 16% [========== ] 233/1436 16% [========== ] 234/1436 16% [========== ] 235/1436 16% [========== ] 236/1436 16% [========== ] 237/1436 16% [========== ] 238/1436 16% [========== ] 239/1436 16% [========== ] 240/1436 16% [========== ] 241/1436 16% [========== ] 242/1436 16% [========== ] 243/1436 16% [========== ] 244/1436 16% [========== ] 245/1436 17% [========== ] 246/1436 17% [========== ] 247/1436 17% [========== ] 248/1436 17% [========== ] 249/1436 17% [========== ] 250/1436 17% [========== ] 251/1436 17% [========== ] 252/1436 17% [========== ] 253/1436 17% [========== ] 254/1436 17% [=========== ] 255/1436 17% [=========== ] 256/1436 17% [=========== ] 257/1436 17% [=========== ] 258/1436 17% [=========== ] 259/1436 18% [=========== ] 260/1436 18% [=========== ] 261/1436 18% [=========== ] 262/1436 18% [=========== ] 263/1436 18% [=========== ] 264/1436 18% [=========== ] 265/1436 18% [=========== ] 266/1436 18% [=========== ] 267/1436 18% [=========== ] 268/1436 18% [=========== ] 269/1436 18% [=========== ] 270/1436 18% [=========== ] 271/1436 18% [=========== ] 272/1436 18% [=========== ] 273/1436 19% [=========== ] 274/1436 19% [=========== ] 275/1436 19% [=========== ] 276/1436 19% [=========== ] 277/1436 19% [============ ] 278/1436 19% [============ ] 279/1436 19% [============ ] 280/1436 19% [============ ] 281/1436 19% [============ ] 282/1436 19% [============ ] 283/1436 19% [============ ] 284/1436 19% [============ ] 285/1436 19% [============ ] 286/1436 19% [============ ] 287/1436 19% [============ ] 288/1436 20% [============ ] 289/1436 20% [============ ] 290/1436 20% [============ ] 291/1436 20% [============ ] 292/1436 20% [============ ] 293/1436 20% [============ ] 294/1436 20% [============ ] 295/1436 20% [============ ] 296/1436 20% [============ ] 297/1436 20% [============ ] 298/1436 20% [============ ] 299/1436 20% [============ ] 300/1436 20% [============ ] 301/1436 20% [============= ] 302/1436 21% [============= ] 303/1436 21% [============= ] 304/1436 21% [============= ] 305/1436 21% [============= ] 306/1436 21% [============= ] 307/1436 21% [============= ] 308/1436 21% [============= ] 309/1436 21% [============= ] 310/1436 21% [============= ] 311/1436 21% [============= ] 312/1436 21% [============= ] 313/1436 21% [============= ] 314/1436 21% [============= ] 315/1436 21% [============= ] 316/1436 22% [============= ] 317/1436 22% [============= ] 318/1436 22% [============= ] 319/1436 22% [============= ] 320/1436 22% [============= ] 321/1436 22% [============= ] 322/1436 22% [============= ] 323/1436 22% [============= ] 324/1436 22% [============== ] 325/1436 22% [============== ] 326/1436 22% [============== ] 327/1436 22% [============== ] 328/1436 22% [============== ] 329/1436 22% [============== ] 330/1436 22% [============== ] 331/1436 23% [============== ] 332/1436 23% [============== ] 333/1436 23% [============== ] 334/1436 23% [============== ] 335/1436 23% [============== ] 336/1436 23% [============== ] 337/1436 23% [============== ] 338/1436 23% [============== ] 339/1436 23% [============== ] 340/1436 23% [============== ] 341/1436 23% [============== ] 342/1436 23% [============== ] 343/1436 23% [============== ] 344/1436 23% [============== ] 345/1436 24% [============== ] 346/1436 24% [============== ] 347/1436 24% [=============== ] 348/1436 24% [=============== ] 349/1436 24% [=============== ] 350/1436 24% [=============== ] 351/1436 24% [=============== ] 352/1436 24% [=============== ] 353/1436 24% [=============== ] 354/1436 24% [=============== ] 355/1436 24% [=============== ] 356/1436 24% [=============== ] 357/1436 24% [=============== ] 358/1436 24% [=============== ] 359/1436 25% [=============== ] 360/1436 25% [=============== ] 361/1436 25% [=============== ] 362/1436 25% [=============== ] 363/1436 25% [=============== ] 364/1436 25% [=============== ] 365/1436 25% [=============== ] 366/1436 25% [=============== ] 367/1436 25% [=============== ] 368/1436 25% [=============== ] 369/1436 25% [=============== ] 370/1436 25% [================ ] 371/1436 25% [================ ] 372/1436 25% [================ ] 373/1436 25% [================ ] 374/1436 26% [================ ] 375/1436 26% [================ ] 376/1436 26% [================ ] 377/1436 26% [================ ] 378/1436 26% [================ ] 379/1436 26% [================ ] 380/1436 26% [================ ] 381/1436 26% [================ ] 382/1436 26% [================ ] 383/1436 26% [================ ] 384/1436 26% [================ ] 385/1436 26% [================ ] 386/1436 26% [================ ] 387/1436 26% [================ ] 388/1436 27% [================ ] 389/1436 27% [================ ] 390/1436 27% [================ ] 391/1436 27% [================ ] 392/1436 27% [================ ] 393/1436 27% [================= ] 394/1436 27% [================= ] 395/1436 27% [================= ] 396/1436 27% [================= ] 397/1436 27% [================= ] 398/1436 27% [================= ] 399/1436 27% [================= ] 400/1436 27% [================= ] 401/1436 27% [================= ] 402/1436 27% [================= ] 403/1436 28% [================= ] 404/1436 28% [================= ] 405/1436 28% [================= ] 406/1436 28% [================= ] 407/1436 28% [================= ] 408/1436 28% [================= ] 409/1436 28% [================= ] 410/1436 28% [================= ] 411/1436 28% [================= ] 412/1436 28% [================= ] 413/1436 28% [================= ] 414/1436 28% [================= ] 415/1436 28% [================= ] 416/1436 28% [================== ] 417/1436 29% [================== ] 418/1436 29% [================== ] 419/1436 29% [================== ] 420/1436 29% [================== ] 421/1436 29% [================== ] 422/1436 29% [================== ] 423/1436 29% [================== ] 424/1436 29% [================== ] 425/1436 29% [================== ] 426/1436 29% [================== ] 427/1436 29% [================== ] 428/1436 29% [================== ] 429/1436 29% [================== ] 430/1436 29% [================== ] 431/1436 30% [================== ] 432/1436 30% [================== ] 433/1436 30% [================== ] 434/1436 30% [================== ] 435/1436 30% [================== ] 436/1436 30% [================== ] 437/1436 30% [================== ] 438/1436 30% [================== ] 439/1436 30% [================== ] 440/1436 30% [=================== ] 441/1436 30% [=================== ] 442/1436 30% [=================== ] 443/1436 30% [=================== ] 444/1436 30% [=================== ] 445/1436 30% [=================== ] 446/1436 31% [=================== ] 447/1436 31% [=================== ] 448/1436 31% [=================== ] 449/1436 31% [=================== ] 450/1436 31% [=================== ] 451/1436 31% [=================== ] 452/1436 31% [=================== ] 453/1436 31% [=================== ] 454/1436 31% [=================== ] 455/1436 31% [=================== ] 456/1436 31% [=================== ] 457/1436 31% [=================== ] 458/1436 31% [=================== ] 459/1436 31% [=================== ] 460/1436 32% [=================== ] 461/1436 32% [=================== ] 462/1436 32% [=================== ] 463/1436 32% [==================== ] 464/1436 32% [==================== ] 465/1436 32% [==================== ] 466/1436 32% [==================== ] 467/1436 32% [==================== ] 468/1436 32% [==================== ] 469/1436 32% [==================== ] 470/1436 32% [==================== ] 471/1436 32% [==================== ] 472/1436 32% [==================== ] 473/1436 32% [==================== ] 474/1436 33% [==================== ] 475/1436 33% [==================== ] 476/1436 33% [==================== ] 477/1436 33% [==================== ] 478/1436 33% [==================== ] 479/1436 33% [==================== ] 480/1436 33% [==================== ] 481/1436 33% [==================== ] 482/1436 33% [==================== ] 483/1436 33% [==================== ] 484/1436 33% [==================== ] 485/1436 33% [==================== ] 486/1436 33% [===================== ] 487/1436 33% [===================== ] 488/1436 33% [===================== ] 489/1436 34% [===================== ] 490/1436 34% [===================== ] 491/1436 34% [===================== ] 492/1436 34% [===================== ] 493/1436 34% [===================== ] 494/1436 34% [===================== ] 495/1436 34% [===================== ] 496/1436 34% [===================== ] 497/1436 34% [===================== ] 498/1436 34% [===================== ] 499/1436 34% [===================== ] 500/1436 34% [===================== ] 501/1436 34% [===================== ] 502/1436 34% [===================== ] 503/1436 35% [===================== ] 504/1436 35% [===================== ] 505/1436 35% [===================== ] 506/1436 35% [===================== ] 507/1436 35% [===================== ] 508/1436 35% [===================== ] 509/1436 35% [====================== ] 510/1436 35% [====================== ] 511/1436 35% [====================== ] 512/1436 35% [====================== ] 513/1436 35% [====================== ] 514/1436 35% [====================== ] 515/1436 35% [====================== ] 516/1436 35% [====================== ] 517/1436 36% [====================== ] 518/1436 36% [====================== ] 519/1436 36% [====================== ] 520/1436 36% [====================== ] 521/1436 36% [====================== ] 522/1436 36% [====================== ] 523/1436 36% [====================== ] 524/1436 36% [====================== ] 525/1436 36% [====================== ] 526/1436 36% [====================== ] 527/1436 36% [====================== ] 528/1436 36% [====================== ] 529/1436 36% [====================== ] 530/1436 36% [====================== ] 531/1436 36% [====================== ] 532/1436 37% [======================= ] 533/1436 37% [======================= ] 534/1436 37% [======================= ] 535/1436 37% [======================= ] 536/1436 37% [======================= ] 537/1436 37% [======================= ] 538/1436 37% [======================= ] 539/1436 37% [======================= ] 540/1436 37% [======================= ] 541/1436 37% [======================= ] 542/1436 37% [======================= ] 543/1436 37% [======================= ] 544/1436 37% [======================= ] 545/1436 37% [======================= ] 546/1436 38% [======================= ] 547/1436 38% [======================= ] 548/1436 38% [======================= ] 549/1436 38% [======================= ] 550/1436 38% [======================= ] 551/1436 38% [======================= ] 552/1436 38% [======================= ] 553/1436 38% [======================= ] 554/1436 38% [======================= ] 555/1436 38% [======================== ] 556/1436 38% [======================== ] 557/1436 38% [======================== ] 558/1436 38% [======================== ] 559/1436 38% [======================== ] 560/1436 38% [======================== ] 561/1436 39% [======================== ] 562/1436 39% [======================== ] 563/1436 39% [======================== ] 564/1436 39% [======================== ] 565/1436 39% [======================== ] 566/1436 39% [======================== ] 567/1436 39% [======================== ] 568/1436 39% [======================== ] 569/1436 39% [======================== ] 570/1436 39% [======================== ] 571/1436 39% [======================== ] 572/1436 39% [======================== ] 573/1436 39% [======================== ] 574/1436 39% [======================== ] 575/1436 40% [======================== ] 576/1436 40% [======================== ] 577/1436 40% [======================== ] 578/1436 40% [======================== ] 579/1436 40% [========================= ] 580/1436 40% [========================= ] 581/1436 40% [========================= ] 582/1436 40% [========================= ] 583/1436 40% [========================= ] 584/1436 40% [========================= ] 585/1436 40% [========================= ] 586/1436 40% [========================= ] 587/1436 40% [========================= ] 588/1436 40% [========================= ] 589/1436 41% [========================= ] 590/1436 41% [========================= ] 591/1436 41% [========================= ] 592/1436 41% [========================= ] 593/1436 41% [========================= ] 594/1436 41% [========================= ] 595/1436 41% [========================= ] 596/1436 41% [========================= ] 597/1436 41% [========================= ] 598/1436 41% [========================= ] 599/1436 41% [========================= ] 600/1436 41% [========================= ] 601/1436 41% [========================= ] 602/1436 41% [========================== ] 603/1436 41% [========================== ] 604/1436 42% [========================== ] 605/1436 42% [========================== ] 606/1436 42% [========================== ] 607/1436 42% [========================== ] 608/1436 42% [========================== ] 609/1436 42% [========================== ] 610/1436 42% [========================== ] 611/1436 42% [========================== ] 612/1436 42% [========================== ] 613/1436 42% [========================== ] 614/1436 42% [========================== ] 615/1436 42% [========================== ] 616/1436 42% [========================== ] 617/1436 42% [========================== ] 618/1436 43% [========================== ] 619/1436 43% [========================== ] 620/1436 43% [========================== ] 621/1436 43% [========================== ] 622/1436 43% [========================== ] 623/1436 43% [========================== ] 624/1436 43% [========================== ] 625/1436 43% [=========================== ] 626/1436 43% [=========================== ] 627/1436 43% [=========================== ] 628/1436 43% [=========================== ] 629/1436 43% [=========================== ] 630/1436 43% [=========================== ] 631/1436 43% [=========================== ] 632/1436 44% [=========================== ] 633/1436 44% [=========================== ] 634/1436 44% [=========================== ] 635/1436 44% [=========================== ] 636/1436 44% [=========================== ] 637/1436 44% [=========================== ] 638/1436 44% [=========================== ] 639/1436 44% [=========================== ] 640/1436 44% [=========================== ] 641/1436 44% [=========================== ] 642/1436 44% [=========================== ] 643/1436 44% [=========================== ] 644/1436 44% [=========================== ] 645/1436 44% [=========================== ] 646/1436 44% [=========================== ] 647/1436 45% [=========================== ] 648/1436 45% [============================ ] 649/1436 45% [============================ ] 650/1436 45% [============================ ] 651/1436 45% [============================ ] 652/1436 45% [============================ ] 653/1436 45% [============================ ] 654/1436 45% [============================ ] 655/1436 45% [============================ ] 656/1436 45% [============================ ] 657/1436 45% [============================ ] 658/1436 45% [============================ ] 659/1436 45% [============================ ] 660/1436 45% [============================ ] 661/1436 46% [============================ ] 662/1436 46% [============================ ] 663/1436 46% [============================ ] 664/1436 46% [============================ ] 665/1436 46% [============================ ] 666/1436 46% [============================ ] 667/1436 46% [============================ ] 668/1436 46% [============================ ] 669/1436 46% [============================ ] 670/1436 46% [============================ ] 671/1436 46% [============================= ] 672/1436 46% [============================= ] 673/1436 46% [============================= ] 674/1436 46% [============================= ] 675/1436 47% [============================= ] 676/1436 47% [============================= ] 677/1436 47% [============================= ] 678/1436 47% [============================= ] 679/1436 47% [============================= ] 680/1436 47% [============================= ] 681/1436 47% [============================= ] 682/1436 47% [============================= ] 683/1436 47% [============================= ] 684/1436 47% [============================= ] 685/1436 47% [============================= ] 686/1436 47% [============================= ] 687/1436 47% [============================= ] 688/1436 47% [============================= ] 689/1436 47% [============================= ] 690/1436 48% [============================= ] 691/1436 48% [============================= ] 692/1436 48% [============================= ] 693/1436 48% [============================= ] 694/1436 48% [============================== ] 695/1436 48% [============================== ] 696/1436 48% [============================== ] 697/1436 48% [============================== ] 698/1436 48% [============================== ] 699/1436 48% [============================== ] 700/1436 48% [============================== ] 701/1436 48% [============================== ] 702/1436 48% [============================== ] 703/1436 48% [============================== ] 704/1436 49% [============================== ] 705/1436 49% [============================== ] 706/1436 49% [============================== ] 707/1436 49% [============================== ] 708/1436 49% [============================== ] 709/1436 49% [============================== ] 710/1436 49% [============================== ] 711/1436 49% [============================== ] 712/1436 49% [============================== ] 713/1436 49% [============================== ] 714/1436 49% [============================== ] 715/1436 49% [============================== ] 716/1436 49% [============================== ] 717/1436 49% [=============================== ] 718/1436 50% [=============================== ] 719/1436 50% [=============================== ] 720/1436 50% [=============================== ] 721/1436 50% [=============================== ] 722/1436 50% [=============================== ] 723/1436 50% [=============================== ] 724/1436 50% [=============================== ] 725/1436 50% [=============================== ] 726/1436 50% [=============================== ] 727/1436 50% [=============================== ] 728/1436 50% [=============================== ] 729/1436 50% [=============================== ] 730/1436 50% [=============================== ] 731/1436 50% [=============================== ] 732/1436 50% [=============================== ] 733/1436 51% [=============================== ] 734/1436 51% [=============================== ] 735/1436 51% [=============================== ] 736/1436 51% [=============================== ] 737/1436 51% [=============================== ] 738/1436 51% [=============================== ] 739/1436 51% [=============================== ] 740/1436 51% [=============================== ] 741/1436 51% [================================ ] 742/1436 51% [================================ ] 743/1436 51% [================================ ] 744/1436 51% [================================ ] 745/1436 51% [================================ ] 746/1436 51% [================================ ] 747/1436 52% [================================ ] 748/1436 52% [================================ ] 749/1436 52% [================================ ] 750/1436 52% [================================ ] 751/1436 52% [================================ ] 752/1436 52% [================================ ] 753/1436 52% [================================ ] 754/1436 52% [================================ ] 755/1436 52% [================================ ] 756/1436 52% [================================ ] 757/1436 52% [================================ ] 758/1436 52% [================================ ] 759/1436 52% [================================ ] 760/1436 52% [================================ ] 761/1436 52% [================================ ] 762/1436 53% [================================ ] 763/1436 53% [================================ ] 764/1436 53% [================================= ] 765/1436 53% [================================= ] 766/1436 53% [================================= ] 767/1436 53% [================================= ] 768/1436 53% [================================= ] 769/1436 53% [================================= ] 770/1436 53% [================================= ] 771/1436 53% [================================= ] 772/1436 53% [================================= ] 773/1436 53% [================================= ] 774/1436 53% [================================= ] 775/1436 53% [================================= ] 776/1436 54% [================================= ] 777/1436 54% [================================= ] 778/1436 54% [================================= ] 779/1436 54% [================================= ] 780/1436 54% [================================= ] 781/1436 54% [================================= ] 782/1436 54% [================================= ] 783/1436 54% [================================= ] 784/1436 54% [================================= ] 785/1436 54% [================================= ] 786/1436 54% [================================= ] 787/1436 54% [================================== ] 788/1436 54% [================================== ] 789/1436 54% [================================== ] 790/1436 55% [================================== ] 791/1436 55% [================================== ] 792/1436 55% [================================== ] 793/1436 55% [================================== ] 794/1436 55% [================================== ] 795/1436 55% [================================== ] 796/1436 55% [================================== ] 797/1436 55% [================================== ] 798/1436 55% [================================== ] 799/1436 55% [================================== ] 800/1436 55% [================================== ] 801/1436 55% [================================== ] 802/1436 55% [================================== ] 803/1436 55% [================================== ] 804/1436 55% [================================== ] 805/1436 56% [================================== ] 806/1436 56% [================================== ] 807/1436 56% [================================== ] 808/1436 56% [================================== ] 809/1436 56% [================================== ] 810/1436 56% [=================================== ] 811/1436 56% [=================================== ] 812/1436 56% [=================================== ] 813/1436 56% [=================================== ] 814/1436 56% [=================================== ] 815/1436 56% [=================================== ] 816/1436 56% [=================================== ] 817/1436 56% [=================================== ] 818/1436 56% [=================================== ] 819/1436 57% [=================================== ] 820/1436 57% [=================================== ] 821/1436 57% [=================================== ] 822/1436 57% [=================================== ] 823/1436 57% [=================================== ] 824/1436 57% [=================================== ] 825/1436 57% [=================================== ] 826/1436 57% [=================================== ] 827/1436 57% [=================================== ] 828/1436 57% [=================================== ] 829/1436 57% [=================================== ] 830/1436 57% [=================================== ] 831/1436 57% [=================================== ] 832/1436 57% [=================================== ] 833/1436 58% [==================================== ] 834/1436 58% [==================================== ] 835/1436 58% [==================================== ] 836/1436 58% [==================================== ] 837/1436 58% [==================================== ] 838/1436 58% [==================================== ] 839/1436 58% [==================================== ] 840/1436 58% [==================================== ] 841/1436 58% [==================================== ] 842/1436 58% [==================================== ] 843/1436 58% [==================================== ] 844/1436 58% [==================================== ] 845/1436 58% [==================================== ] 846/1436 58% [==================================== ] 847/1436 58% [==================================== ] 848/1436 59% [==================================== ] 849/1436 59% [==================================== ] 850/1436 59% [==================================== ] 851/1436 59% [==================================== ] 852/1436 59% [==================================== ] 853/1436 59% [==================================== ] 854/1436 59% [==================================== ] 855/1436 59% [==================================== ] 856/1436 59% [===================================== ] 857/1436 59% [===================================== ] 858/1436 59% [===================================== ] 859/1436 59% [===================================== ] 860/1436 59% [===================================== ] 861/1436 59% [===================================== ] 862/1436 60% [===================================== ] 863/1436 60% [===================================== ] 864/1436 60% [===================================== ] 865/1436 60% [===================================== ] 866/1436 60% [===================================== ] 867/1436 60% [===================================== ] 868/1436 60% [===================================== ] 869/1436 60% [===================================== ] 870/1436 60% [===================================== ] 871/1436 60% [===================================== ] 872/1436 60% [===================================== ] 873/1436 60% [===================================== ] 874/1436 60% [===================================== ] 875/1436 60% [===================================== ] 876/1436 61% [===================================== ] 877/1436 61% [===================================== ] 878/1436 61% [===================================== ] 879/1436 61% [===================================== ] 880/1436 61% [====================================== ] 881/1436 61% [====================================== ] 882/1436 61% [====================================== ] 883/1436 61% [====================================== ] 884/1436 61% [====================================== ] 885/1436 61% [====================================== ] 886/1436 61% [====================================== ] 887/1436 61% [====================================== ] 888/1436 61% [====================================== ] 889/1436 61% [====================================== ] 890/1436 61% [====================================== ] 891/1436 62% [====================================== ] 892/1436 62% [====================================== ] 893/1436 62% [====================================== ] 894/1436 62% [====================================== ] 895/1436 62% [====================================== ] 896/1436 62% [====================================== ] 897/1436 62% [====================================== ] 898/1436 62% [====================================== ] 899/1436 62% [====================================== ] 900/1436 62% [====================================== ] 901/1436 62% [====================================== ] 902/1436 62% [====================================== ] 903/1436 62% [======================================= ] 904/1436 62% [======================================= ] 905/1436 63% [======================================= ] 906/1436 63% [======================================= ] 907/1436 63% [======================================= ] 908/1436 63% [======================================= ] 909/1436 63% [======================================= ] 910/1436 63% [======================================= ] 911/1436 63% [======================================= ] 912/1436 63% [======================================= ] 913/1436 63% [======================================= ] 914/1436 63% [======================================= ] 915/1436 63% [======================================= ] 916/1436 63% [======================================= ] 917/1436 63% [======================================= ] 918/1436 63% [======================================= ] 919/1436 63% [======================================= ] 920/1436 64% [======================================= ] 921/1436 64% [======================================= ] 922/1436 64% [======================================= ] 923/1436 64% [======================================= ] 924/1436 64% [======================================= ] 925/1436 64% [======================================= ] 926/1436 64% [======================================== ] 927/1436 64% [======================================== ] 928/1436 64% [======================================== ] 929/1436 64% [======================================== ] 930/1436 64% [======================================== ] 931/1436 64% [======================================== ] 932/1436 64% [======================================== ] 933/1436 64% [======================================== ] 934/1436 65% [======================================== ] 935/1436 65% [======================================== ] 936/1436 65% [======================================== ] 937/1436 65% [======================================== ] 938/1436 65% [======================================== ] 939/1436 65% [======================================== ] 940/1436 65% [======================================== ] 941/1436 65% [======================================== ] 942/1436 65% [======================================== ] 943/1436 65% [======================================== ] 944/1436 65% [======================================== ] 945/1436 65% [======================================== ] 946/1436 65% [======================================== ] 947/1436 65% [======================================== ] 948/1436 66% [======================================== ] 949/1436 66% [========================================= ] 950/1436 66% [========================================= ] 951/1436 66% [========================================= ] 952/1436 66% [========================================= ] 953/1436 66% [========================================= ] 954/1436 66% [========================================= ] 955/1436 66% [========================================= ] 956/1436 66% [========================================= ] 957/1436 66% [========================================= ] 958/1436 66% [========================================= ] 959/1436 66% [========================================= ] 960/1436 66% [========================================= ] 961/1436 66% [========================================= ] 962/1436 66% [========================================= ] 963/1436 67% [========================================= ] 964/1436 67% [========================================= ] 965/1436 67% [========================================= ] 966/1436 67% [========================================= ] 967/1436 67% [========================================= ] 968/1436 67% [========================================= ] 969/1436 67% [========================================= ] 970/1436 67% [========================================= ] 971/1436 67% [========================================= ] 972/1436 67% [========================================== ] 973/1436 67% [========================================== ] 974/1436 67% [========================================== ] 975/1436 67% [========================================== ] 976/1436 67% [========================================== ] 977/1436 68% [========================================== ] 978/1436 68% [========================================== ] 979/1436 68% [========================================== ] 980/1436 68% [========================================== ] 981/1436 68% [========================================== ] 982/1436 68% [========================================== ] 983/1436 68% [========================================== ] 984/1436 68% [========================================== ] 985/1436 68% [========================================== ] 986/1436 68% [========================================== ] 987/1436 68% [========================================== ] 988/1436 68% [========================================== ] 989/1436 68% [========================================== ] 990/1436 68% [========================================== ] 991/1436 69% [========================================== ] 992/1436 69% [========================================== ] 993/1436 69% [========================================== ] 994/1436 69% [========================================== ] 995/1436 69% [=========================================== ] 996/1436 69% [=========================================== ] 997/1436 69% [=========================================== ] 998/1436 69% [=========================================== ] 999/1436 69% [=========================================== ] 1000/1436 69% [=========================================== ] 1001/1436 69% [=========================================== ] 1002/1436 69% [=========================================== ] 1003/1436 69% [=========================================== ] 1004/1436 69% [=========================================== ] 1005/1436 69% [=========================================== ] 1006/1436 70% [=========================================== ] 1007/1436 70% [=========================================== ] 1008/1436 70% [=========================================== ] 1009/1436 70% [=========================================== ] 1010/1436 70% [=========================================== ] 1011/1436 70% [=========================================== ] 1012/1436 70% [=========================================== ] 1013/1436 70% [=========================================== ] 1014/1436 70% [=========================================== ] 1015/1436 70% [=========================================== ] 1016/1436 70% [=========================================== ] 1017/1436 70% [=========================================== ] 1018/1436 70% [=========================================== ] 1019/1436 70% [============================================ ] 1020/1436 71% [============================================ ] 1021/1436 71% [============================================ ] 1022/1436 71% [============================================ ] 1023/1436 71% [============================================ ] 1024/1436 71% [============================================ ] 1025/1436 71% [============================================ ] 1026/1436 71% [============================================ ] 1027/1436 71% [============================================ ] 1028/1436 71% [============================================ ] 1029/1436 71% [============================================ ] 1030/1436 71% [============================================ ] 1031/1436 71% [============================================ ] 1032/1436 71% [============================================ ] 1033/1436 71% [============================================ ] 1034/1436 72% [============================================ ] 1035/1436 72% [============================================ ] 1036/1436 72% [============================================ ] 1037/1436 72% [============================================ ] 1038/1436 72% [============================================ ] 1039/1436 72% [============================================ ] 1040/1436 72% [============================================ ] 1041/1436 72% [============================================ ] 1042/1436 72% [============================================= ] 1043/1436 72% [============================================= ] 1044/1436 72% [============================================= ] 1045/1436 72% [============================================= ] 1046/1436 72% [============================================= ] 1047/1436 72% [============================================= ] 1048/1436 72% [============================================= ] 1049/1436 73% [============================================= ] 1050/1436 73% [============================================= ] 1051/1436 73% [============================================= ] 1052/1436 73% [============================================= ] 1053/1436 73% [============================================= ] 1054/1436 73% [============================================= ] 1055/1436 73% [============================================= ] 1056/1436 73% [============================================= ] 1057/1436 73% [============================================= ] 1058/1436 73% [============================================= ] 1059/1436 73% [============================================= ] 1060/1436 73% [============================================= ] 1061/1436 73% [============================================= ] 1062/1436 73% [============================================= ] 1063/1436 74% [============================================= ] 1064/1436 74% [============================================= ] 1065/1436 74% [============================================== ] 1066/1436 74% [============================================== ] 1067/1436 74% [============================================== ] 1068/1436 74% [============================================== ] 1069/1436 74% [============================================== ] 1070/1436 74% [============================================== ] 1071/1436 74% [============================================== ] 1072/1436 74% [============================================== ] 1073/1436 74% [============================================== ] 1074/1436 74% [============================================== ] 1075/1436 74% [============================================== ] 1076/1436 74% [============================================== ] 1077/1436 75% [============================================== ] 1078/1436 75% [============================================== ] 1079/1436 75% [============================================== ] 1080/1436 75% [============================================== ] 1081/1436 75% [============================================== ] 1082/1436 75% [============================================== ] 1083/1436 75% [============================================== ] 1084/1436 75% [============================================== ] 1085/1436 75% [============================================== ] 1086/1436 75% [============================================== ] 1087/1436 75% [============================================== ] 1088/1436 75% [=============================================== ] 1089/1436 75% [=============================================== ] 1090/1436 75% [=============================================== ] 1091/1436 75% [=============================================== ] 1092/1436 76% [=============================================== ] 1093/1436 76% [=============================================== ] 1094/1436 76% [=============================================== ] 1095/1436 76% [=============================================== ] 1096/1436 76% [=============================================== ] 1097/1436 76% [=============================================== ] 1098/1436 76% [=============================================== ] 1099/1436 76% [=============================================== ] 1100/1436 76% [=============================================== ] 1101/1436 76% [=============================================== ] 1102/1436 76% [=============================================== ] 1103/1436 76% [=============================================== ] 1104/1436 76% [=============================================== ] 1105/1436 76% [=============================================== ] 1106/1436 77% [=============================================== ] 1107/1436 77% [=============================================== ] 1108/1436 77% [=============================================== ] 1109/1436 77% [=============================================== ] 1110/1436 77% [=============================================== ] 1111/1436 77% [================================================ ] 1112/1436 77% [================================================ ] 1113/1436 77% [================================================ ] 1114/1436 77% [================================================ ] 1115/1436 77% [================================================ ] 1116/1436 77% [================================================ ] 1117/1436 77% [================================================ ] 1118/1436 77% [================================================ ] 1119/1436 77% [================================================ ] 1120/1436 77% [================================================ ] 1121/1436 78% [================================================ ] 1122/1436 78% [================================================ ] 1123/1436 78% [================================================ ] 1124/1436 78% [================================================ ] 1125/1436 78% [================================================ ] 1126/1436 78% [================================================ ] 1127/1436 78% [================================================ ] 1128/1436 78% [================================================ ] 1129/1436 78% [================================================ ] 1130/1436 78% [================================================ ] 1131/1436 78% [================================================ ] 1132/1436 78% [================================================ ] 1133/1436 78% [================================================ ] 1134/1436 78% [================================================= ] 1135/1436 79% [================================================= ] 1136/1436 79% [================================================= ] 1137/1436 79% [================================================= ] 1138/1436 79% [================================================= ] 1139/1436 79% [================================================= ] 1140/1436 79% [================================================= ] 1141/1436 79% [================================================= ] 1142/1436 79% [================================================= ] 1143/1436 79% [================================================= ] 1144/1436 79% [================================================= ] 1145/1436 79% [================================================= ] 1146/1436 79% [================================================= ] 1147/1436 79% [================================================= ] 1148/1436 79% [================================================= ] 1149/1436 80% [================================================= ] 1150/1436 80% [================================================= ] 1151/1436 80% [================================================= ] 1152/1436 80% [================================================= ] 1153/1436 80% [================================================= ] 1154/1436 80% [================================================= ] 1155/1436 80% [================================================= ] 1156/1436 80% [================================================= ] 1157/1436 80% [================================================= ] 1158/1436 80% [================================================== ] 1159/1436 80% [================================================== ] 1160/1436 80% [================================================== ] 1161/1436 80% [================================================== ] 1162/1436 80% [================================================== ] 1163/1436 80% [================================================== ] 1164/1436 81% [================================================== ] 1165/1436 81% [================================================== ] 1166/1436 81% [================================================== ] 1167/1436 81% [================================================== ] 1168/1436 81% [================================================== ] 1169/1436 81% [================================================== ] 1170/1436 81% [================================================== ] 1171/1436 81% [================================================== ] 1172/1436 81% [================================================== ] 1173/1436 81% [================================================== ] 1174/1436 81% [================================================== ] 1175/1436 81% [================================================== ] 1176/1436 81% [================================================== ] 1177/1436 81% [================================================== ] 1178/1436 82% [================================================== ] 1179/1436 82% [================================================== ] 1180/1436 82% [================================================== ] 1181/1436 82% [=================================================== ] 1182/1436 82% [=================================================== ] 1183/1436 82% [=================================================== ] 1184/1436 82% [=================================================== ] 1185/1436 82% [=================================================== ] 1186/1436 82% [=================================================== ] 1187/1436 82% [=================================================== ] 1188/1436 82% [=================================================== ] 1189/1436 82% [=================================================== ] 1190/1436 82% [=================================================== ] 1191/1436 82% [=================================================== ] 1192/1436 83% [=================================================== ] 1193/1436 83% [=================================================== ] 1194/1436 83% [=================================================== ] 1195/1436 83% [=================================================== ] 1196/1436 83% [=================================================== ] 1197/1436 83% [=================================================== ] 1198/1436 83% [=================================================== ] 1199/1436 83% [=================================================== ] 1200/1436 83% [=================================================== ] 1201/1436 83% [=================================================== ] 1202/1436 83% [=================================================== ] 1203/1436 83% [=================================================== ] 1204/1436 83% [==================================================== ] 1205/1436 83% [==================================================== ] 1206/1436 83% [==================================================== ] 1207/1436 84% [==================================================== ] 1208/1436 84% [==================================================== ] 1209/1436 84% [==================================================== ] 1210/1436 84% [==================================================== ] 1211/1436 84% [==================================================== ] 1212/1436 84% [==================================================== ] 1213/1436 84% [==================================================== ] 1214/1436 84% [==================================================== ] 1215/1436 84% [==================================================== ] 1216/1436 84% [==================================================== ] 1217/1436 84% [==================================================== ] 1218/1436 84% [==================================================== ] 1219/1436 84% [==================================================== ] 1220/1436 84% [==================================================== ] 1221/1436 85% [==================================================== ] 1222/1436 85% [==================================================== ] 1223/1436 85% [==================================================== ] 1224/1436 85% [==================================================== ] 1225/1436 85% [==================================================== ] 1226/1436 85% [==================================================== ] 1227/1436 85% [===================================================== ] 1228/1436 85% [===================================================== ] 1229/1436 85% [===================================================== ] 1230/1436 85% [===================================================== ] 1231/1436 85% [===================================================== ] 1232/1436 85% [===================================================== ] 1233/1436 85% [===================================================== ] 1234/1436 85% [===================================================== ] 1235/1436 86% [===================================================== ] 1236/1436 86% [===================================================== ] 1237/1436 86% [===================================================== ] 1238/1436 86% [===================================================== ] 1239/1436 86% [===================================================== ] 1240/1436 86% [===================================================== ] 1241/1436 86% [===================================================== ] 1242/1436 86% [===================================================== ] 1243/1436 86% [===================================================== ] 1244/1436 86% [===================================================== ] 1245/1436 86% [===================================================== ] 1246/1436 86% [===================================================== ] 1247/1436 86% [===================================================== ] 1248/1436 86% [===================================================== ] 1249/1436 86% [===================================================== ] 1250/1436 87% [====================================================== ] 1251/1436 87% [====================================================== ] 1252/1436 87% [====================================================== ] 1253/1436 87% [====================================================== ] 1254/1436 87% [====================================================== ] 1255/1436 87% [====================================================== ] 1256/1436 87% [====================================================== ] 1257/1436 87% [====================================================== ] 1258/1436 87% [====================================================== ] 1259/1436 87% [====================================================== ] 1260/1436 87% [====================================================== ] 1261/1436 87% [====================================================== ] 1262/1436 87% [====================================================== ] 1263/1436 87% [====================================================== ] 1264/1436 88% [====================================================== ] 1265/1436 88% [====================================================== ] 1266/1436 88% [====================================================== ] 1267/1436 88% [====================================================== ] 1268/1436 88% [====================================================== ] 1269/1436 88% [====================================================== ] 1270/1436 88% [====================================================== ] 1271/1436 88% [====================================================== ] 1272/1436 88% [====================================================== ] 1273/1436 88% [======================================================= ] 1274/1436 88% [======================================================= ] 1275/1436 88% [======================================================= ] 1276/1436 88% [======================================================= ] 1277/1436 88% [======================================================= ] 1278/1436 88% [======================================================= ] 1279/1436 89% [======================================================= ] 1280/1436 89% [======================================================= ] 1281/1436 89% [======================================================= ] 1282/1436 89% [======================================================= ] 1283/1436 89% [======================================================= ] 1284/1436 89% [======================================================= ] 1285/1436 89% [======================================================= ] 1286/1436 89% [======================================================= ] 1287/1436 89% [======================================================= ] 1288/1436 89% [======================================================= ] 1289/1436 89% [======================================================= ] 1290/1436 89% [======================================================= ] 1291/1436 89% [======================================================= ] 1292/1436 89% [======================================================= ] 1293/1436 90% [======================================================= ] 1294/1436 90% [======================================================= ] 1295/1436 90% [======================================================= ] 1296/1436 90% [======================================================= ] 1297/1436 90% [======================================================== ] 1298/1436 90% [======================================================== ] 1299/1436 90% [======================================================== ] 1300/1436 90% [======================================================== ] 1301/1436 90% [======================================================== ] 1302/1436 90% [======================================================== ] 1303/1436 90% [======================================================== ] 1304/1436 90% [======================================================== ] 1305/1436 90% [======================================================== ] 1306/1436 90% [======================================================== ] 1307/1436 91% [======================================================== ] 1308/1436 91% [======================================================== ] 1309/1436 91% [======================================================== ] 1310/1436 91% [======================================================== ] 1311/1436 91% [======================================================== ] 1312/1436 91% [======================================================== ] 1313/1436 91% [======================================================== ] 1314/1436 91% [======================================================== ] 1315/1436 91% [======================================================== ] 1316/1436 91% [======================================================== ] 1317/1436 91% [======================================================== ] 1318/1436 91% [======================================================== ] 1319/1436 91% [======================================================== ] 1320/1436 91% [========================================================= ] 1321/1436 91% [========================================================= ] 1322/1436 92% [========================================================= ] 1323/1436 92% [========================================================= ] 1324/1436 92% [========================================================= ] 1325/1436 92% [========================================================= ] 1326/1436 92% [========================================================= ] 1327/1436 92% [========================================================= ] 1328/1436 92% [========================================================= ] 1329/1436 92% [========================================================= ] 1330/1436 92% [========================================================= ] 1331/1436 92% [========================================================= ] 1332/1436 92% [========================================================= ] 1333/1436 92% [========================================================= ] 1334/1436 92% [========================================================= ] 1335/1436 92% [========================================================= ] 1336/1436 93% [========================================================= ] 1337/1436 93% [========================================================= ] 1338/1436 93% [========================================================= ] 1339/1436 93% [========================================================= ] 1340/1436 93% [========================================================= ] 1341/1436 93% [========================================================= ] 1342/1436 93% [========================================================= ] 1343/1436 93% [========================================================== ] 1344/1436 93% [========================================================== ] 1345/1436 93% [========================================================== ] 1346/1436 93% [========================================================== ] 1347/1436 93% [========================================================== ] 1348/1436 93% [========================================================== ] 1349/1436 93% [========================================================== ] 1350/1436 94% [========================================================== ] 1351/1436 94% [========================================================== ] 1352/1436 94% [========================================================== ] 1353/1436 94% [========================================================== ] 1354/1436 94% [========================================================== ] 1355/1436 94% [========================================================== ] 1356/1436 94% [========================================================== ] 1357/1436 94% [========================================================== ] 1358/1436 94% [========================================================== ] 1359/1436 94% [========================================================== ] 1360/1436 94% [========================================================== ] 1361/1436 94% [========================================================== ] 1362/1436 94% [========================================================== ] 1363/1436 94% [========================================================== ] 1364/1436 94% [========================================================== ] 1365/1436 95% [========================================================== ] 1366/1436 95% [=========================================================== ] 1367/1436 95% [=========================================================== ] 1368/1436 95% [=========================================================== ] 1369/1436 95% [=========================================================== ] 1370/1436 95% [=========================================================== ] 1371/1436 95% [=========================================================== ] 1372/1436 95% [=========================================================== ] 1373/1436 95% [=========================================================== ] 1374/1436 95% [=========================================================== ] 1375/1436 95% [=========================================================== ] 1376/1436 95% [=========================================================== ] 1377/1436 95% [=========================================================== ] 1378/1436 95% [=========================================================== ] 1379/1436 96% [=========================================================== ] 1380/1436 96% [=========================================================== ] 1381/1436 96% [=========================================================== ] 1382/1436 96% [=========================================================== ] 1383/1436 96% [=========================================================== ] 1384/1436 96% [=========================================================== ] 1385/1436 96% [=========================================================== ] 1386/1436 96% [=========================================================== ] 1387/1436 96% [=========================================================== ] 1388/1436 96% [=========================================================== ] 1389/1436 96% [============================================================ ] 1390/1436 96% [============================================================ ] 1391/1436 96% [============================================================ ] 1392/1436 96% [============================================================ ] 1393/1436 97% [============================================================ ] 1394/1436 97% [============================================================ ] 1395/1436 97% [============================================================ ] 1396/1436 97% [============================================================ ] 1397/1436 97% [============================================================ ] 1398/1436 97% [============================================================ ] 1399/1436 97% [============================================================ ] 1400/1436 97% [============================================================ ] 1401/1436 97% [============================================================ ] 1402/1436 97% [============================================================ ] 1403/1436 97% [============================================================ ] 1404/1436 97% [============================================================ ] 1405/1436 97% [============================================================ ] 1406/1436 97% [============================================================ ] 1407/1436 97% [============================================================ ] 1408/1436 98% [============================================================ ] 1409/1436 98% [============================================================ ] 1410/1436 98% [============================================================ ] 1411/1436 98% [============================================================ ] 1412/1436 98% [============================================================= ] 1413/1436 98% [============================================================= ] 1414/1436 98% [============================================================= ] 1415/1436 98% [============================================================= ] 1416/1436 98% [============================================================= ] 1417/1436 98% [============================================================= ] 1418/1436 98% [============================================================= ] 1419/1436 98% [============================================================= ] 1420/1436 98% [============================================================= ] 1421/1436 98% [============================================================= ] 1422/1436 99% [============================================================= ] 1423/1436 99% [============================================================= ] 1424/1436 99% [============================================================= ] 1425/1436 99% [============================================================= ] 1426/1436 99% [============================================================= ] 1427/1436 99% [============================================================= ] 1428/1436 99% [============================================================= ] 1429/1436 99% [============================================================= ] 1430/1436 99% [============================================================= ] 1431/1436 99% [============================================================= ] 1432/1436 99% [============================================================= ] 1433/1436 99% [============================================================= ] 1434/1436 99% [============================================================= ] 1435/1436 99% [==============================================================] 1436/1436 100% operation complete, 1436 objects in 57464 NAND pages. ln -snf /home/autobuild/autobuild/instance-13/output-1/host/powerpc64le-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-13/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-13/buildroot' >>> Buildroot 2022.11-543-gf62d409cb8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> linux-headers 6.0.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 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) >>> aer-inject 9bd5e2c7886fca72f139cd8402488a2235957d41 Collecting legal info README: OK (sha256: 659a191d8775e05c6c6a9a4ba66b3577c577342bb83f20d393135eb6633c8973) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-aespipe 2.4f Collecting legal info >>> aoetools 37 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> arp-scan 1.9.8 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-meson 0.64.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bird 2.0.10 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> bmon 4.0 Collecting legal info LICENSE.BSD: OK (sha256: 59ae3d59c672bfb955917a8e32f5cacba7f8ce716c499a4c63dc8cd8cb5c4991) LICENSE.MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> civetweb 1.15 Collecting legal info LICENSE.md: OK (sha256: 24d3d2aee56ae3cddcdf3392c1250877818108314233cf15f2bc9eb3ac298934) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dbus-triggerd ba3dbec805cb707c94c54de21666bf18b79bcc09 Collecting legal info dbus-triggerd.c: OK (sha256: 30d135650639af9019633690fc1aecbfc150aeeef9446347d4286a58338d10b0) >>> dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> dc3dd 7.2.641 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> dropwatch 1.5.4 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtach 0.9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> 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.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> execline 2.9.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> skalibs 2.12.0.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fftw-long-double 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> graphicsmagick 1.3.38 Collecting legal info Copyright.txt: OK (sha256: 0a20e661de942ebe115a354d0ec6d1d42b93856ea765f813f350a5ce5024cdb7) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> hwloc 2.8.0 Collecting legal info COPYING: OK (sha256: d79a936a42f3c6cb7c8375a023d43f4435f4664d3a5a2ea6b4623cff83c7fc06) >>> libpciaccess 0.17 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> ipcalc 1.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> janet 1.25.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> lame 3.100 Collecting legal info COPYING: OK (sha256: bfe4a52dc4645385f356a8e83cc54216a293e3b6f1cb4f79f5fc0277abf937fd) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libexif 0.6.24 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> libiscsi 1.19.0 Collecting legal info COPYING: OK (sha256: 88e3eccc48722b2a0eaff456dda94b8e8e123848d01f631969bec8e3c6c6eb85) LICENCE-GPL-2.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENCE-LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> liblo 0.31 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmdbx 0.11.13 Collecting legal info LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> libndp 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnpth 1.6 Collecting legal info COPYING.LIB: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> librtas 2.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> mdevd 0.1.6.0 Collecting legal info COPYING: OK (sha256: 7fe938b5e0fec18848955ca8081c532e24ae77310beb730b301e1f77bad3d390) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> host-mkpasswd Collecting legal info >>> most 5.2.0 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) COPYRIGHT: OK (sha256: 3d8f860532c9f202db9300375fb29a1e7b32f538c6033e7013266ad55317fc3e) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> mtd 2.1.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> obsidian-cursors 1.0 Collecting legal info >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixiewps 9e5bdc6c86c8487b2a6107d5ab3559ed5c738c59 Collecting legal info LICENSE.md: OK (sha256: ccb349b4132ed7737f25e5adebfe61f3d52dca33708df1e50352320438d1d4c2) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> proftpd 1.3.8 Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> psmisc 23.5 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-python-lxml 4.9.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> host-rust-bin 1.65.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.4 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-linux-utils 2.6.0.0 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-networking 2.5.1.1 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6 2.11.1.2 Collecting legal info COPYING: OK (sha256: 35126cb8f2ff2a6e359f7bfec46c49004ead6304d8248ba67dcdebcc7d377754) >>> s6-rc 0.5.3.2 Collecting legal info COPYING: OK (sha256: 1898df1e8703bd9c1350d2ec3397880b9b4c1451038a9ce5e1c4b2e58622da39) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.2.4 Collecting legal info LICENSE: OK (sha256: 760f22b3e9ea4a50eb99201bd8dd118869f28108cfb64ccce6d1b305cf9ae9fa) >>> host-python-markupsafe 2.1.1 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> siproxd 0.8.3 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> sqlite 3.40.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sysvinit 2.99 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> tremor 7c30a66346199f3f09017a09567c6c8a3a0eedc8 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wavpack 5.5.0 Collecting legal info COPYING: OK (sha256: 275d65ec11a78d552d078b9c26d950e3075892bca895a415ceaaec33bcfabff9) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> 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: aespipe-2.4f: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-13/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-13/buildroot'