mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-rc2-38-g139e478617"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.05-rc2\"" \ ) > /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-2/output-1/per-package \ /home/autobuild/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n ntp -1 ntp -1 * - - - ntpd user\n - - sudo -1 - - - -\n\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n \n \n \n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /home/autobuild/autobuild/instance-2/output-1/images/rootfs.cpio\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/cpio/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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" bzip2 -9 -c /home/autobuild/autobuild/instance-2/output-1/images/rootfs.cpio > /home/autobuild/autobuild/instance-2/output-1/images/rootfs.cpio.bz2 >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-2/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-2/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-2/output-1/images/rootfs.tar.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/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-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-2/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-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 893 objects. stage 2: creating image '/home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/893 0% [ ] 2/893 0% [ ] 3/893 0% [ ] 4/893 0% [ ] 5/893 0% [ ] 6/893 0% [ ] 7/893 0% [ ] 8/893 0% [ ] 9/893 1% [ ] 10/893 1% [ ] 11/893 1% [ ] 12/893 1% [ ] 13/893 1% [= ] 14/893 1% [= ] 15/893 1% [= ] 16/893 1% [= ] 17/893 1% [= ] 18/893 2% [= ] 19/893 2% [= ] 20/893 2% [= ] 21/893 2% [= ] 22/893 2% [= ] 23/893 2% [= ] 24/893 2% [= ] 25/893 2% [= ] 26/893 2% [= ] 27/893 3% [== ] 28/893 3% [== ] 29/893 3% [== ] 30/893 3% [== ] 31/893 3% [== ] 32/893 3% [== ] 33/893 3% [== ] 34/893 3% [== ] 35/893 3% [== ] 36/893 4% [== ] 37/893 4% [== ] 38/893 4% [== ] 39/893 4% [== ] 40/893 4% [== ] 41/893 4% [=== ] 42/893 4% [=== ] 43/893 4% [=== ] 44/893 4% [=== ] 45/893 5% [=== ] 46/893 5% [=== ] 47/893 5% [=== ] 48/893 5% [=== ] 49/893 5% [=== ] 50/893 5% [=== ] 51/893 5% [=== ] 52/893 5% [=== ] 53/893 5% [=== ] 54/893 6% [=== ] 55/893 6% [==== ] 56/893 6% [==== ] 57/893 6% [==== ] 58/893 6% [==== ] 59/893 6% [==== ] 60/893 6% [==== ] 61/893 6% [==== ] 62/893 6% [==== ] 63/893 7% [==== ] 64/893 7% [==== ] 65/893 7% [==== ] 66/893 7% [==== ] 67/893 7% [==== ] 68/893 7% [==== ] 69/893 7% [===== ] 70/893 7% [===== ] 71/893 7% [===== ] 72/893 8% [===== ] 73/893 8% [===== ] 74/893 8% [===== ] 75/893 8% [===== ] 76/893 8% [===== ] 77/893 8% [===== ] 78/893 8% [===== ] 79/893 8% [===== ] 80/893 8% [===== ] 81/893 9% [===== ] 82/893 9% [===== ] 83/893 9% [====== ] 84/893 9% [====== ] 85/893 9% [====== ] 86/893 9% [====== ] 87/893 9% [====== ] 88/893 9% [====== ] 89/893 9% [====== ] 90/893 10% [====== ] 91/893 10% [====== ] 92/893 10% [====== ] 93/893 10% [====== ] 94/893 10% [====== ] 95/893 10% [====== ] 96/893 10% [====== ] 97/893 10% [======= ] 98/893 10% [======= ] 99/893 11% [======= ] 100/893 11% [======= ] 101/893 11% [======= ] 102/893 11% [======= ] 103/893 11% [======= ] 104/893 11% [======= ] 105/893 11% [======= ] 106/893 11% [======= ] 107/893 11% [======= ] 108/893 12% [======= ] 109/893 12% [======= ] 110/893 12% [======= ] 111/893 12% [======== ] 112/893 12% [======== ] 113/893 12% [======== ] 114/893 12% [======== ] 115/893 12% [======== ] 116/893 12% [======== ] 117/893 13% [======== ] 118/893 13% [======== ] 119/893 13% [======== ] 120/893 13% [======== ] 121/893 13% [======== ] 122/893 13% [======== ] 123/893 13% [======== ] 124/893 13% [======== ] 125/893 13% [========= ] 126/893 14% [========= ] 127/893 14% [========= ] 128/893 14% [========= ] 129/893 14% [========= ] 130/893 14% [========= ] 131/893 14% [========= ] 132/893 14% [========= ] 133/893 14% [========= ] 134/893 15% [========= ] 135/893 15% [========= ] 136/893 15% [========= ] 137/893 15% [========= ] 138/893 15% [========= ] 139/893 15% [========== ] 140/893 15% [========== ] 141/893 15% [========== ] 142/893 15% [========== ] 143/893 16% [========== ] 144/893 16% [========== ] 145/893 16% [========== ] 146/893 16% [========== ] 147/893 16% [========== ] 148/893 16% [========== ] 149/893 16% [========== ] 150/893 16% [========== ] 151/893 16% [========== ] 152/893 17% [========== ] 153/893 17% [=========== ] 154/893 17% [=========== ] 155/893 17% [=========== ] 156/893 17% [=========== ] 157/893 17% [=========== ] 158/893 17% [=========== ] 159/893 17% [=========== ] 160/893 17% [=========== ] 161/893 18% [=========== ] 162/893 18% [=========== ] 163/893 18% [=========== ] 164/893 18% [=========== ] 165/893 18% [=========== ] 166/893 18% [=========== ] 167/893 18% [============ ] 168/893 18% [============ ] 169/893 18% [============ ] 170/893 19% [============ ] 171/893 19% [============ ] 172/893 19% [============ ] 173/893 19% [============ ] 174/893 19% [============ ] 175/893 19% [============ ] 176/893 19% [============ ] 177/893 19% [============ ] 178/893 19% [============ ] 179/893 20% [============ ] 180/893 20% [============ ] 181/893 20% [============= ] 182/893 20% [============= ] 183/893 20% [============= ] 184/893 20% [============= ] 185/893 20% [============= ] 186/893 20% [============= ] 187/893 20% [============= ] 188/893 21% [============= ] 189/893 21% [============= ] 190/893 21% [============= ] 191/893 21% [============= ] 192/893 21% [============= ] 193/893 21% [============= ] 194/893 21% [============= ] 195/893 21% [============== ] 196/893 21% [============== ] 197/893 22% [============== ] 198/893 22% [============== ] 199/893 22% [============== ] 200/893 22% [============== ] 201/893 22% [============== ] 202/893 22% [============== ] 203/893 22% [============== ] 204/893 22% [============== ] 205/893 22% [============== ] 206/893 23% [============== ] 207/893 23% [============== ] 208/893 23% [============== ] 209/893 23% [=============== ] 210/893 23% [=============== ] 211/893 23% [=============== ] 212/893 23% [=============== ] 213/893 23% [=============== ] 214/893 23% [=============== ] 215/893 24% [=============== ] 216/893 24% [=============== ] 217/893 24% [=============== ] 218/893 24% [=============== ] 219/893 24% [=============== ] 220/893 24% [=============== ] 221/893 24% [=============== ] 222/893 24% [=============== ] 223/893 24% [================ ] 224/893 25% [================ ] 225/893 25% [================ ] 226/893 25% [================ ] 227/893 25% [================ ] 228/893 25% [================ ] 229/893 25% [================ ] 230/893 25% [================ ] 231/893 25% [================ ] 232/893 25% [================ ] 233/893 26% [================ ] 234/893 26% [================ ] 235/893 26% [================ ] 236/893 26% [================ ] 237/893 26% [================= ] 238/893 26% [================= ] 239/893 26% [================= ] 240/893 26% [================= ] 241/893 26% [================= ] 242/893 27% [================= ] 243/893 27% [================= ] 244/893 27% [================= ] 245/893 27% [================= ] 246/893 27% [================= ] 247/893 27% [================= ] 248/893 27% [================= ] 249/893 27% [================= ] 250/893 27% [================= ] 251/893 28% [================== ] 252/893 28% [================== ] 253/893 28% [================== ] 254/893 28% [================== ] 255/893 28% [================== ] 256/893 28% [================== ] 257/893 28% [================== ] 258/893 28% [================== ] 259/893 29% [================== ] 260/893 29% [================== ] 261/893 29% [================== ] 262/893 29% [================== ] 263/893 29% [================== ] 264/893 29% [================== ] 265/893 29% [=================== ] 266/893 29% [=================== ] 267/893 29% [=================== ] 268/893 30% [=================== ] 269/893 30% [=================== ] 270/893 30% [=================== ] 271/893 30% [=================== ] 272/893 30% [=================== ] 273/893 30% [=================== ] 274/893 30% [=================== ] 275/893 30% [=================== ] 276/893 30% [=================== ] 277/893 31% [=================== ] 278/893 31% [=================== ] 279/893 31% [==================== ] 280/893 31% [==================== ] 281/893 31% [==================== ] 282/893 31% [==================== ] 283/893 31% [==================== ] 284/893 31% [==================== ] 285/893 31% [==================== ] 286/893 32% [==================== ] 287/893 32% [==================== ] 288/893 32% [==================== ] 289/893 32% [==================== ] 290/893 32% [==================== ] 291/893 32% [==================== ] 292/893 32% [==================== ] 293/893 32% [===================== ] 294/893 32% [===================== ] 295/893 33% [===================== ] 296/893 33% [===================== ] 297/893 33% [===================== ] 298/893 33% [===================== ] 299/893 33% [===================== ] 300/893 33% [===================== ] 301/893 33% [===================== ] 302/893 33% [===================== ] 303/893 33% [===================== ] 304/893 34% [===================== ] 305/893 34% [===================== ] 306/893 34% [====================== ] 307/893 34% [====================== ] 308/893 34% [====================== ] 309/893 34% [====================== ] 310/893 34% [====================== ] 311/893 34% [====================== ] 312/893 34% [====================== ] 313/893 35% [====================== ] 314/893 35% [====================== ] 315/893 35% [====================== ] 316/893 35% [====================== ] 317/893 35% [====================== ] 318/893 35% [====================== ] 319/893 35% [====================== ] 320/893 35% [======================= ] 321/893 35% [======================= ] 322/893 36% [======================= ] 323/893 36% [======================= ] 324/893 36% [======================= ] 325/893 36% [======================= ] 326/893 36% [======================= ] 327/893 36% [======================= ] 328/893 36% [======================= ] 329/893 36% [======================= ] 330/893 36% [======================= ] 331/893 37% [======================= ] 332/893 37% [======================= ] 333/893 37% [======================= ] 334/893 37% [======================== ] 335/893 37% [======================== ] 336/893 37% [======================== ] 337/893 37% [======================== ] 338/893 37% [======================== ] 339/893 37% [======================== ] 340/893 38% [======================== ] 341/893 38% [======================== ] 342/893 38% [======================== ] 343/893 38% [======================== ] 344/893 38% [======================== ] 345/893 38% [======================== ] 346/893 38% [======================== ] 347/893 38% [======================== ] 348/893 38% [========================= ] 349/893 39% [========================= ] 350/893 39% [========================= ] 351/893 39% [========================= ] 352/893 39% [========================= ] 353/893 39% [========================= ] 354/893 39% [========================= ] 355/893 39% [========================= ] 356/893 39% [========================= ] 357/893 39% [========================= ] 358/893 40% [========================= ] 359/893 40% [========================= ] 360/893 40% [========================= ] 361/893 40% [========================= ] 362/893 40% [========================== ] 363/893 40% [========================== ] 364/893 40% [========================== ] 365/893 40% [========================== ] 366/893 40% [========================== ] 367/893 41% [========================== ] 368/893 41% [========================== ] 369/893 41% [========================== ] 370/893 41% [========================== ] 371/893 41% [========================== ] 372/893 41% [========================== ] 373/893 41% [========================== ] 374/893 41% [========================== ] 375/893 41% [========================== ] 376/893 42% [=========================== ] 377/893 42% [=========================== ] 378/893 42% [=========================== ] 379/893 42% [=========================== ] 380/893 42% [=========================== ] 381/893 42% [=========================== ] 382/893 42% [=========================== ] 383/893 42% [=========================== ] 384/893 43% [=========================== ] 385/893 43% [=========================== ] 386/893 43% [=========================== ] 387/893 43% [=========================== ] 388/893 43% [=========================== ] 389/893 43% [=========================== ] 390/893 43% [============================ ] 391/893 43% [============================ ] 392/893 43% [============================ ] 393/893 44% [============================ ] 394/893 44% [============================ ] 395/893 44% [============================ ] 396/893 44% [============================ ] 397/893 44% [============================ ] 398/893 44% [============================ ] 399/893 44% [============================ ] 400/893 44% [============================ ] 401/893 44% [============================ ] 402/893 45% [============================ ] 403/893 45% [============================ ] 404/893 45% [============================= ] 405/893 45% [============================= ] 406/893 45% [============================= ] 407/893 45% [============================= ] 408/893 45% [============================= ] 409/893 45% [============================= ] 410/893 45% [============================= ] 411/893 46% [============================= ] 412/893 46% [============================= ] 413/893 46% [============================= ] 414/893 46% [============================= ] 415/893 46% [============================= ] 416/893 46% [============================= ] 417/893 46% [============================= ] 418/893 46% [============================== ] 419/893 46% [============================== ] 420/893 47% [============================== ] 421/893 47% [============================== ] 422/893 47% [============================== ] 423/893 47% [============================== ] 424/893 47% [============================== ] 425/893 47% [============================== ] 426/893 47% [============================== ] 427/893 47% [============================== ] 428/893 47% [============================== ] 429/893 48% [============================== ] 430/893 48% [============================== ] 431/893 48% [============================== ] 432/893 48% [=============================== ] 433/893 48% [=============================== ] 434/893 48% [=============================== ] 435/893 48% [=============================== ] 436/893 48% [=============================== ] 437/893 48% [=============================== ] 438/893 49% [=============================== ] 439/893 49% [=============================== ] 440/893 49% [=============================== ] 441/893 49% [=============================== ] 442/893 49% [=============================== ] 443/893 49% [=============================== ] 444/893 49% [=============================== ] 445/893 49% [=============================== ] 446/893 49% [================================ ] 447/893 50% [================================ ] 448/893 50% [================================ ] 449/893 50% [================================ ] 450/893 50% [================================ ] 451/893 50% [================================ ] 452/893 50% [================================ ] 453/893 50% [================================ ] 454/893 50% [================================ ] 455/893 50% [================================ ] 456/893 51% [================================ ] 457/893 51% [================================ ] 458/893 51% [================================ ] 459/893 51% [================================ ] 460/893 51% [================================= ] 461/893 51% [================================= ] 462/893 51% [================================= ] 463/893 51% [================================= ] 464/893 51% [================================= ] 465/893 52% [================================= ] 466/893 52% [================================= ] 467/893 52% [================================= ] 468/893 52% [================================= ] 469/893 52% [================================= ] 470/893 52% [================================= ] 471/893 52% [================================= ] 472/893 52% [================================= ] 473/893 52% [================================= ] 474/893 53% [================================== ] 475/893 53% [================================== ] 476/893 53% [================================== ] 477/893 53% [================================== ] 478/893 53% [================================== ] 479/893 53% [================================== ] 480/893 53% [================================== ] 481/893 53% [================================== ] 482/893 53% [================================== ] 483/893 54% [================================== ] 484/893 54% [================================== ] 485/893 54% [================================== ] 486/893 54% [================================== ] 487/893 54% [================================== ] 488/893 54% [=================================== ] 489/893 54% [=================================== ] 490/893 54% [=================================== ] 491/893 54% [=================================== ] 492/893 55% [=================================== ] 493/893 55% [=================================== ] 494/893 55% [=================================== ] 495/893 55% [=================================== ] 496/893 55% [=================================== ] 497/893 55% [=================================== ] 498/893 55% [=================================== ] 499/893 55% [=================================== ] 500/893 55% [=================================== ] 501/893 56% [=================================== ] 502/893 56% [==================================== ] 503/893 56% [==================================== ] 504/893 56% [==================================== ] 505/893 56% [==================================== ] 506/893 56% [==================================== ] 507/893 56% [==================================== ] 508/893 56% [==================================== ] 509/893 56% [==================================== ] 510/893 57% [==================================== ] 511/893 57% [==================================== ] 512/893 57% [==================================== ] 513/893 57% [==================================== ] 514/893 57% [==================================== ] 515/893 57% [==================================== ] 516/893 57% [===================================== ] 517/893 57% [===================================== ] 518/893 58% [===================================== ] 519/893 58% [===================================== ] 520/893 58% [===================================== ] 521/893 58% [===================================== ] 522/893 58% [===================================== ] 523/893 58% [===================================== ] 524/893 58% [===================================== ] 525/893 58% [===================================== ] 526/893 58% [===================================== ] 527/893 59% [===================================== ] 528/893 59% [===================================== ] 529/893 59% [===================================== ] 530/893 59% [====================================== ] 531/893 59% [====================================== ] 532/893 59% [====================================== ] 533/893 59% [====================================== ] 534/893 59% [====================================== ] 535/893 59% [====================================== ] 536/893 60% [====================================== ] 537/893 60% [====================================== ] 538/893 60% [====================================== ] 539/893 60% [====================================== ] 540/893 60% [====================================== ] 541/893 60% [====================================== ] 542/893 60% [====================================== ] 543/893 60% [====================================== ] 544/893 60% [======================================= ] 545/893 61% [======================================= ] 546/893 61% [======================================= ] 547/893 61% [======================================= ] 548/893 61% [======================================= ] 549/893 61% [======================================= ] 550/893 61% [======================================= ] 551/893 61% [======================================= ] 552/893 61% [======================================= ] 553/893 61% [======================================= ] 554/893 62% [======================================= ] 555/893 62% [======================================= ] 556/893 62% [======================================= ] 557/893 62% [======================================= ] 558/893 62% [======================================== ] 559/893 62% [======================================== ] 560/893 62% [======================================== ] 561/893 62% [======================================== ] 562/893 62% [======================================== ] 563/893 63% [======================================== ] 564/893 63% [======================================== ] 565/893 63% [======================================== ] 566/893 63% [======================================== ] 567/893 63% [======================================== ] 568/893 63% [======================================== ] 569/893 63% [======================================== ] 570/893 63% [======================================== ] 571/893 63% [======================================== ] 572/893 64% [========================================= ] 573/893 64% [========================================= ] 574/893 64% [========================================= ] 575/893 64% [========================================= ] 576/893 64% [========================================= ] 577/893 64% [========================================= ] 578/893 64% [========================================= ] 579/893 64% [========================================= ] 580/893 64% [========================================= ] 581/893 65% [========================================= ] 582/893 65% [========================================= ] 583/893 65% [========================================= ] 584/893 65% [========================================= ] 585/893 65% [========================================= ] 586/893 65% [========================================== ] 587/893 65% [========================================== ] 588/893 65% [========================================== ] 589/893 65% [========================================== ] 590/893 66% [========================================== ] 591/893 66% [========================================== ] 592/893 66% [========================================== ] 593/893 66% [========================================== ] 594/893 66% [========================================== ] 595/893 66% [========================================== ] 596/893 66% [========================================== ] 597/893 66% [========================================== ] 598/893 66% [========================================== ] 599/893 67% [=========================================== ] 600/893 67% [=========================================== ] 601/893 67% [=========================================== ] 602/893 67% [=========================================== ] 603/893 67% [=========================================== ] 604/893 67% [=========================================== ] 605/893 67% [=========================================== ] 606/893 67% [=========================================== ] 607/893 67% [=========================================== ] 608/893 68% [=========================================== ] 609/893 68% [=========================================== ] 610/893 68% [=========================================== ] 611/893 68% [=========================================== ] 612/893 68% [=========================================== ] 613/893 68% [============================================ ] 614/893 68% [============================================ ] 615/893 68% [============================================ ] 616/893 68% [============================================ ] 617/893 69% [============================================ ] 618/893 69% [============================================ ] 619/893 69% [============================================ ] 620/893 69% [============================================ ] 621/893 69% [============================================ ] 622/893 69% [============================================ ] 623/893 69% [============================================ ] 624/893 69% [============================================ ] 625/893 69% [============================================ ] 626/893 70% [============================================ ] 627/893 70% [============================================= ] 628/893 70% [============================================= ] 629/893 70% [============================================= ] 630/893 70% [============================================= ] 631/893 70% [============================================= ] 632/893 70% [============================================= ] 633/893 70% [============================================= ] 634/893 70% [============================================= ] 635/893 71% [============================================= ] 636/893 71% [============================================= ] 637/893 71% [============================================= ] 638/893 71% [============================================= ] 639/893 71% [============================================= ] 640/893 71% [============================================= ] 641/893 71% [============================================== ] 642/893 71% [============================================== ] 643/893 72% [============================================== ] 644/893 72% [============================================== ] 645/893 72% [============================================== ] 646/893 72% [============================================== ] 647/893 72% [============================================== ] 648/893 72% [============================================== ] 649/893 72% [============================================== ] 650/893 72% [============================================== ] 651/893 72% [============================================== ] 652/893 73% [============================================== ] 653/893 73% [============================================== ] 654/893 73% [============================================== ] 655/893 73% [=============================================== ] 656/893 73% [=============================================== ] 657/893 73% [=============================================== ] 658/893 73% [=============================================== ] 659/893 73% [=============================================== ] 660/893 73% [=============================================== ] 661/893 74% [=============================================== ] 662/893 74% [=============================================== ] 663/893 74% [=============================================== ] 664/893 74% [=============================================== ] 665/893 74% [=============================================== ] 666/893 74% [=============================================== ] 667/893 74% [=============================================== ] 668/893 74% [=============================================== ] 669/893 74% [================================================ ] 670/893 75% [================================================ ] 671/893 75% [================================================ ] 672/893 75% [================================================ ] 673/893 75% [================================================ ] 674/893 75% [================================================ ] 675/893 75% [================================================ ] 676/893 75% [================================================ ] 677/893 75% [================================================ ] 678/893 75% [================================================ ] 679/893 76% [================================================ ] 680/893 76% [================================================ ] 681/893 76% [================================================ ] 682/893 76% [================================================ ] 683/893 76% [================================================= ] 684/893 76% [================================================= ] 685/893 76% [================================================= ] 686/893 76% [================================================= ] 687/893 76% [================================================= ] 688/893 77% [================================================= ] 689/893 77% [================================================= ] 690/893 77% [================================================= ] 691/893 77% [================================================= ] 692/893 77% [================================================= ] 693/893 77% [================================================= ] 694/893 77% [================================================= ] 695/893 77% [================================================= ] 696/893 77% [================================================= ] 697/893 78% [================================================== ] 698/893 78% [================================================== ] 699/893 78% [================================================== ] 700/893 78% [================================================== ] 701/893 78% [================================================== ] 702/893 78% [================================================== ] 703/893 78% [================================================== ] 704/893 78% [================================================== ] 705/893 78% [================================================== ] 706/893 79% [================================================== ] 707/893 79% [================================================== ] 708/893 79% [================================================== ] 709/893 79% [================================================== ] 710/893 79% [================================================== ] 711/893 79% [=================================================== ] 712/893 79% [=================================================== ] 713/893 79% [=================================================== ] 714/893 79% [=================================================== ] 715/893 80% [=================================================== ] 716/893 80% [=================================================== ] 717/893 80% [=================================================== ] 718/893 80% [=================================================== ] 719/893 80% [=================================================== ] 720/893 80% [=================================================== ] 721/893 80% [=================================================== ] 722/893 80% [=================================================== ] 723/893 80% [=================================================== ] 724/893 81% [=================================================== ] 725/893 81% [==================================================== ] 726/893 81% [==================================================== ] 727/893 81% [==================================================== ] 728/893 81% [==================================================== ] 729/893 81% [==================================================== ] 730/893 81% [==================================================== ] 731/893 81% [==================================================== ] 732/893 81% [==================================================== ] 733/893 82% [==================================================== ] 734/893 82% [==================================================== ] 735/893 82% [==================================================== ] 736/893 82% [==================================================== ] 737/893 82% [==================================================== ] 738/893 82% [==================================================== ] 739/893 82% [===================================================== ] 740/893 82% [===================================================== ] 741/893 82% [===================================================== ] 742/893 83% [===================================================== ] 743/893 83% [===================================================== ] 744/893 83% [===================================================== ] 745/893 83% [===================================================== ] 746/893 83% [===================================================== ] 747/893 83% [===================================================== ] 748/893 83% [===================================================== ] 749/893 83% [===================================================== ] 750/893 83% [===================================================== ] 751/893 84% [===================================================== ] 752/893 84% [===================================================== ] 753/893 84% [====================================================== ] 754/893 84% [====================================================== ] 755/893 84% [====================================================== ] 756/893 84% [====================================================== ] 757/893 84% [====================================================== ] 758/893 84% [====================================================== ] 759/893 84% [====================================================== ] 760/893 85% [====================================================== ] 761/893 85% [====================================================== ] 762/893 85% [====================================================== ] 763/893 85% [====================================================== ] 764/893 85% [====================================================== ] 765/893 85% [====================================================== ] 766/893 85% [====================================================== ] 767/893 85% [======================================================= ] 768/893 86% [======================================================= ] 769/893 86% [======================================================= ] 770/893 86% [======================================================= ] 771/893 86% [======================================================= ] 772/893 86% [======================================================= ] 773/893 86% [======================================================= ] 774/893 86% [======================================================= ] 775/893 86% [======================================================= ] 776/893 86% [======================================================= ] 777/893 87% [======================================================= ] 778/893 87% [======================================================= ] 779/893 87% [======================================================= ] 780/893 87% [======================================================= ] 781/893 87% [======================================================== ] 782/893 87% [======================================================== ] 783/893 87% [======================================================== ] 784/893 87% [======================================================== ] 785/893 87% [======================================================== ] 786/893 88% [======================================================== ] 787/893 88% [======================================================== ] 788/893 88% [======================================================== ] 789/893 88% [======================================================== ] 790/893 88% [======================================================== ] 791/893 88% [======================================================== ] 792/893 88% [======================================================== ] 793/893 88% [======================================================== ] 794/893 88% [======================================================== ] 795/893 89% [========================================================= ] 796/893 89% [========================================================= ] 797/893 89% [========================================================= ] 798/893 89% [========================================================= ] 799/893 89% [========================================================= ] 800/893 89% [========================================================= ] 801/893 89% [========================================================= ] 802/893 89% [========================================================= ] 803/893 89% [========================================================= ] 804/893 90% [========================================================= ] 805/893 90% [========================================================= ] 806/893 90% [========================================================= ] 807/893 90% [========================================================= ] 808/893 90% [========================================================= ] 809/893 90% [========================================================== ] 810/893 90% [========================================================== ] 811/893 90% [========================================================== ] 812/893 90% [========================================================== ] 813/893 91% [========================================================== ] 814/893 91% [========================================================== ] 815/893 91% [========================================================== ] 816/893 91% [========================================================== ] 817/893 91% [========================================================== ] 818/893 91% [========================================================== ] 819/893 91% [========================================================== ] 820/893 91% [========================================================== ] 821/893 91% [========================================================== ] 822/893 92% [========================================================== ] 823/893 92% [=========================================================== ] 824/893 92% [=========================================================== ] 825/893 92% [=========================================================== ] 826/893 92% [=========================================================== ] 827/893 92% [=========================================================== ] 828/893 92% [=========================================================== ] 829/893 92% [=========================================================== ] 830/893 92% [=========================================================== ] 831/893 93% [=========================================================== ] 832/893 93% [=========================================================== ] 833/893 93% [=========================================================== ] 834/893 93% [=========================================================== ] 835/893 93% [=========================================================== ] 836/893 93% [=========================================================== ] 837/893 93% [============================================================ ] 838/893 93% [============================================================ ] 839/893 93% [============================================================ ] 840/893 94% [============================================================ ] 841/893 94% [============================================================ ] 842/893 94% [============================================================ ] 843/893 94% [============================================================ ] 844/893 94% [============================================================ ] 845/893 94% [============================================================ ] 846/893 94% [============================================================ ] 847/893 94% [============================================================ ] 848/893 94% [============================================================ ] 849/893 95% [============================================================ ] 850/893 95% [============================================================ ] 851/893 95% [============================================================= ] 852/893 95% [============================================================= ] 853/893 95% [============================================================= ] 854/893 95% [============================================================= ] 855/893 95% [============================================================= ] 856/893 95% [============================================================= ] 857/893 95% [============================================================= ] 858/893 96% [============================================================= ] 859/893 96% [============================================================= ] 860/893 96% [============================================================= ] 861/893 96% [============================================================= ] 862/893 96% [============================================================= ] 863/893 96% [============================================================= ] 864/893 96% [============================================================= ] 865/893 96% [============================================================== ] 866/893 96% [============================================================== ] 867/893 97% [============================================================== ] 868/893 97% [============================================================== ] 869/893 97% [============================================================== ] 870/893 97% [============================================================== ] 871/893 97% [============================================================== ] 872/893 97% [============================================================== ] 873/893 97% [============================================================== ] 874/893 97% [============================================================== ] 875/893 97% [============================================================== ] 876/893 98% [============================================================== ] 877/893 98% [============================================================== ] 878/893 98% [============================================================== ] 879/893 98% [=============================================================== ] 880/893 98% [=============================================================== ] 881/893 98% [=============================================================== ] 882/893 98% [=============================================================== ] 883/893 98% [=============================================================== ] 884/893 98% [=============================================================== ] 885/893 99% [=============================================================== ] 886/893 99% [=============================================================== ] 887/893 99% [=============================================================== ] 888/893 99% [=============================================================== ] 889/893 99% [=============================================================== ] 890/893 99% [=============================================================== ] 891/893 99% [=============================================================== ] 892/893 99% [================================================================] 893/893 100% operation complete, 893 objects in 80452 NAND pages. ln -snf /home/autobuild/autobuild/instance-2/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-2/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-2/buildroot' >>> Buildroot 2024.05-rc2-38-g139e478617 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-ccache 4.9.1 Collecting legal info LICENSE.adoc: OK (sha256: a6aea7358a30ded3f8abbff979219bdbe7b7a9aa489a8c70030afd96a83caf84) GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5) >>> host-hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-skeleton Collecting legal info >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.48 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.8.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.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-autoconf 2.72 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-aespipe 2.4g Collecting legal info >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> at 3.2.5 Collecting legal info Copyright: OK (sha256: 01dccc0975aa9ba1a9f83e7c5e04f16077353d3c72a0a759b8846ee7a5b2b616) COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-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.189 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-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-meson 1.3.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-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> batctl 2023.1 Collecting legal info LICENSES/preferred/GPL-2.0: OK (sha256: cecbf53d1148e13256ac29f8b900655b7fc8dc12d59939a95bc2323ea1747025) LICENSES/preferred/MIT: OK (sha256: 323c587d0ccf10e376f8bf9a7f31fb4ca6078105194b42e0b1e0ee2bc9bde71f) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> 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.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iputils 20240117 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ntp 4.2.8p17 Collecting legal info COPYRIGHT: OK (sha256: 06246b8c15ccc1a1873c78525c810f0802e68f383e79ee041e06d1ab9cbf80a4) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> traceroute 2.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dante 1.4.3 Collecting legal info LICENSE: OK (sha256: 05e2db26147a8575005f090aada119ea6cb40a4382164929d647f00abef3bdfd) >>> dvb-apps 3d43b280298c39a67d1d889e01e173f52c12da35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) COPYING.LGPL: OK (sha256: 4fd46f32582c29007657e2daad8d0a6d954cf4e9d2e47bae8f8d8c32765fc987) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> faad2 2.11.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ffmpeg 6.1.1 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libvpx 1.13.1 Collecting legal info LICENSE: OK (sha256: 8267348d5af1262c11d1a08de2f5afc77457755f1ac658627dd9acf71011d615) PATENTS: OK (sha256: cc3273e0694ea5896145e0677699b53471b03ea43021ddc50e7923fbb9f5023c) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.7.4 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> git 2.45.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> googlefontdirectory 2125bc9b447971543caaa132530b828e5e682819 Collecting legal info ufl/ubuntu/LICENCE.txt: OK (sha256: 2f0015108d68627bd788d313f529c21ff4da2c2c42a5e1f3883acc83480f9002) >>> inih 58 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> iodine 0.8.0 Collecting legal info LICENSE: OK (sha256: 9541123931e4df4ec84612e056a92ecaab905fe201deaf932b895406565fbb85) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> leafnode2 ce7d3b13fb285c9fb7bffc382ea10fd41e12582d Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libdvdread 6.1.3 Collecting legal info COPYING: OK (sha256: d6cb0e9e560f51085556949a84af12b79a00f10ab8b66c752537faf7cd665572) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libftdi1 1.5 Collecting legal info LICENSE: OK (sha256: 524f46428bf72bb8c6acfeca4909551fd2e0bdbb5305406d38382f4056095c56) COPYING.LIB: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libreplaygain 475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libroxml 3.0.2 Collecting legal info License.txt: OK (sha256: fe11466c265ad0a6c3896ea113af9403c0a8372b1fdd78712db64f0f1bac6387) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libubootenv 0.3.5 Collecting legal info LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mbedtls 2.28.8 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> mg 3.7 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> multicat 2.3 Collecting legal info COPYING: OK (sha256: 94f68aec169fb6c9937eade757251714d38a56812be5dbfc3973914a71ad8d2d) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> stunnel 5.71 Collecting legal info COPYING.md: OK (sha256: c172514e95e387eb4c77cdfbb55b635bf96e2dfcb85d785d993f64c40c4f89c4) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> sudo 1.9.15p5 Collecting legal info LICENSE.md: OK (sha256: ea33b3971e8e4d9657cd6794a952aaa71b22bd16745f1645455b6ead010e0a28) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uboot-bootcount 3.0.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> usbredir 0.13.0 Collecting legal info COPYING.LIB: OK (sha256: 592987e8510228d546540b84a22444bde98e48d03078d3b2eefcd889bec5ce8c) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> whetstone 1.2 Collecting legal info >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xmlstarlet 1.6.1 Collecting legal info COPYING: OK (sha256: 6641cc5b00c1651fa22175f34efd01695e64a348b1ba07048538276f44866862) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: aespipe-2.4g: cannot save license (HOST_AESPIPE_LICENSE_FILES not defined) WARNING: whetstone-1.2: cannot save license (WHETSTONE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'