sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-0/output-1/host/bin/sh4aeb-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/sh4aeb-buildroot-linux-gnu-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%sh4%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-7540-g1fad7a933d2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08.3"; \ echo "PRETTY_NAME=\"Buildroot 2022.08.3\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ext2\n /home/buildroot/autobuild/instance-0/output-1/host/sbin/mkfs.ext2 -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -O ^64bit /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ext2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.46.5 (30-Dec-2021) Creating regular file /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 1f368beb-13d8-4f4f-9dbf-68df94af8b45 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs -noappend -processors 4 -b 32K -nopad -comp gzip\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs, block size 32768. [=============================================================\] 2244/2244 100% Exportable Squashfs 4.0 filesystem, gzip compressed, data block size 32768 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 21876.31 Kbytes (21.36 Mbytes) 39.35% of uncompressed filesystem size (55600.62 Kbytes) Inode table size 16467 bytes (16.08 Kbytes) 32.31% of uncompressed inode table size (50970 bytes) Directory table size 12876 bytes (12.57 Kbytes) 51.97% of uncompressed directory table size (24776 bytes) Number of duplicate files found 21 Number of inodes 1280 Number of files 725 Number of fragments 184 Number of symbolic links 467 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 88 Number of hard-links 0 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) www-data (33) Number of gids 2 root (0) www-data (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1280 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1280 0% [ ] 2/1280 0% [ ] 3/1280 0% [ ] 4/1280 0% [ ] 5/1280 0% [ ] 6/1280 0% [ ] 7/1280 0% [ ] 8/1280 0% [ ] 9/1280 0% [ ] 10/1280 0% [ ] 11/1280 0% [ ] 12/1280 0% [ ] 13/1280 1% [ ] 14/1280 1% [ ] 15/1280 1% [ ] 16/1280 1% [ ] 17/1280 1% [ ] 18/1280 1% [ ] 19/1280 1% [ ] 20/1280 1% [= ] 21/1280 1% [= ] 22/1280 1% [= ] 23/1280 1% [= ] 24/1280 1% [= ] 25/1280 1% [= ] 26/1280 2% [= ] 27/1280 2% [= ] 28/1280 2% [= ] 29/1280 2% [= ] 30/1280 2% [= ] 31/1280 2% [= ] 32/1280 2% [= ] 33/1280 2% [= ] 34/1280 2% [= ] 35/1280 2% [= ] 36/1280 2% [= ] 37/1280 2% [= ] 38/1280 2% [= ] 39/1280 3% [= ] 40/1280 3% [= ] 41/1280 3% [== ] 42/1280 3% [== ] 43/1280 3% [== ] 44/1280 3% [== ] 45/1280 3% [== ] 46/1280 3% [== ] 47/1280 3% [== ] 48/1280 3% [== ] 49/1280 3% [== ] 50/1280 3% [== ] 51/1280 3% [== ] 52/1280 4% [== ] 53/1280 4% [== ] 54/1280 4% [== ] 55/1280 4% [== ] 56/1280 4% [== ] 57/1280 4% [== ] 58/1280 4% [== ] 59/1280 4% [== ] 60/1280 4% [== ] 61/1280 4% [=== ] 62/1280 4% [=== ] 63/1280 4% [=== ] 64/1280 5% [=== ] 65/1280 5% [=== ] 66/1280 5% [=== ] 67/1280 5% [=== ] 68/1280 5% [=== ] 69/1280 5% [=== ] 70/1280 5% [=== ] 71/1280 5% [=== ] 72/1280 5% [=== ] 73/1280 5% [=== ] 74/1280 5% [=== ] 75/1280 5% [=== ] 76/1280 5% [=== ] 77/1280 6% [=== ] 78/1280 6% [=== ] 79/1280 6% [=== ] 80/1280 6% [=== ] 81/1280 6% [=== ] 82/1280 6% [==== ] 83/1280 6% [==== ] 84/1280 6% [==== ] 85/1280 6% [==== ] 86/1280 6% [==== ] 87/1280 6% [==== ] 88/1280 6% [==== ] 89/1280 6% [==== ] 90/1280 7% [==== ] 91/1280 7% [==== ] 92/1280 7% [==== ] 93/1280 7% [==== ] 94/1280 7% [==== ] 95/1280 7% [==== ] 96/1280 7% [==== ] 97/1280 7% [==== ] 98/1280 7% [==== ] 99/1280 7% [==== ] 100/1280 7% [==== ] 101/1280 7% [==== ] 102/1280 7% [==== ] 103/1280 8% [===== ] 104/1280 8% [===== ] 105/1280 8% [===== ] 106/1280 8% [===== ] 107/1280 8% [===== ] 108/1280 8% [===== ] 109/1280 8% [===== ] 110/1280 8% [===== ] 111/1280 8% [===== ] 112/1280 8% [===== ] 113/1280 8% [===== ] 114/1280 8% [===== ] 115/1280 8% [===== ] 116/1280 9% [===== ] 117/1280 9% [===== ] 118/1280 9% [===== ] 119/1280 9% [===== ] 120/1280 9% [===== ] 121/1280 9% [===== ] 122/1280 9% [===== ] 123/1280 9% [====== ] 124/1280 9% [====== ] 125/1280 9% [====== ] 126/1280 9% [====== ] 127/1280 9% [====== ] 128/1280 10% [====== ] 129/1280 10% [====== ] 130/1280 10% [====== ] 131/1280 10% [====== ] 132/1280 10% [====== ] 133/1280 10% [====== ] 134/1280 10% [====== ] 135/1280 10% [====== ] 136/1280 10% [====== ] 137/1280 10% [====== ] 138/1280 10% [====== ] 139/1280 10% [====== ] 140/1280 10% [====== ] 141/1280 11% [====== ] 142/1280 11% [====== ] 143/1280 11% [====== ] 144/1280 11% [======= ] 145/1280 11% [======= ] 146/1280 11% [======= ] 147/1280 11% [======= ] 148/1280 11% [======= ] 149/1280 11% [======= ] 150/1280 11% [======= ] 151/1280 11% [======= ] 152/1280 11% [======= ] 153/1280 11% [======= ] 154/1280 12% [======= ] 155/1280 12% [======= ] 156/1280 12% [======= ] 157/1280 12% [======= ] 158/1280 12% [======= ] 159/1280 12% [======= ] 160/1280 12% [======= ] 161/1280 12% [======= ] 162/1280 12% [======= ] 163/1280 12% [======= ] 164/1280 12% [======= ] 165/1280 12% [======== ] 166/1280 12% [======== ] 167/1280 13% [======== ] 168/1280 13% [======== ] 169/1280 13% [======== ] 170/1280 13% [======== ] 171/1280 13% [======== ] 172/1280 13% [======== ] 173/1280 13% [======== ] 174/1280 13% [======== ] 175/1280 13% [======== ] 176/1280 13% [======== ] 177/1280 13% [======== ] 178/1280 13% [======== ] 179/1280 13% [======== ] 180/1280 14% [======== ] 181/1280 14% [======== ] 182/1280 14% [======== ] 183/1280 14% [======== ] 184/1280 14% [======== ] 185/1280 14% [========= ] 186/1280 14% [========= ] 187/1280 14% [========= ] 188/1280 14% [========= ] 189/1280 14% [========= ] 190/1280 14% [========= ] 191/1280 14% [========= ] 192/1280 15% [========= ] 193/1280 15% [========= ] 194/1280 15% [========= ] 195/1280 15% [========= ] 196/1280 15% [========= ] 197/1280 15% [========= ] 198/1280 15% [========= ] 199/1280 15% [========= ] 200/1280 15% [========= ] 201/1280 15% [========= ] 202/1280 15% [========= ] 203/1280 15% [========= ] 204/1280 15% [========= ] 205/1280 16% [========= ] 206/1280 16% [========== ] 207/1280 16% [========== ] 208/1280 16% [========== ] 209/1280 16% [========== ] 210/1280 16% [========== ] 211/1280 16% [========== ] 212/1280 16% [========== ] 213/1280 16% [========== ] 214/1280 16% [========== ] 215/1280 16% [========== ] 216/1280 16% [========== ] 217/1280 16% [========== ] 218/1280 17% [========== ] 219/1280 17% [========== ] 220/1280 17% [========== ] 221/1280 17% [========== ] 222/1280 17% [========== ] 223/1280 17% [========== ] 224/1280 17% [========== ] 225/1280 17% [========== ] 226/1280 17% [========== ] 227/1280 17% [=========== ] 228/1280 17% [=========== ] 229/1280 17% [=========== ] 230/1280 17% [=========== ] 231/1280 18% [=========== ] 232/1280 18% [=========== ] 233/1280 18% [=========== ] 234/1280 18% [=========== ] 235/1280 18% [=========== ] 236/1280 18% [=========== ] 237/1280 18% [=========== ] 238/1280 18% [=========== ] 239/1280 18% [=========== ] 240/1280 18% [=========== ] 241/1280 18% [=========== ] 242/1280 18% [=========== ] 243/1280 18% [=========== ] 244/1280 19% [=========== ] 245/1280 19% [=========== ] 246/1280 19% [=========== ] 247/1280 19% [============ ] 248/1280 19% [============ ] 249/1280 19% [============ ] 250/1280 19% [============ ] 251/1280 19% [============ ] 252/1280 19% [============ ] 253/1280 19% [============ ] 254/1280 19% [============ ] 255/1280 19% [============ ] 256/1280 20% [============ ] 257/1280 20% [============ ] 258/1280 20% [============ ] 259/1280 20% [============ ] 260/1280 20% [============ ] 261/1280 20% [============ ] 262/1280 20% [============ ] 263/1280 20% [============ ] 264/1280 20% [============ ] 265/1280 20% [============ ] 266/1280 20% [============ ] 267/1280 20% [============ ] 268/1280 20% [============= ] 269/1280 21% [============= ] 270/1280 21% [============= ] 271/1280 21% [============= ] 272/1280 21% [============= ] 273/1280 21% [============= ] 274/1280 21% [============= ] 275/1280 21% [============= ] 276/1280 21% [============= ] 277/1280 21% [============= ] 278/1280 21% [============= ] 279/1280 21% [============= ] 280/1280 21% [============= ] 281/1280 21% [============= ] 282/1280 22% [============= ] 283/1280 22% [============= ] 284/1280 22% [============= ] 285/1280 22% [============= ] 286/1280 22% [============= ] 287/1280 22% [============= ] 288/1280 22% [============= ] 289/1280 22% [============== ] 290/1280 22% [============== ] 291/1280 22% [============== ] 292/1280 22% [============== ] 293/1280 22% [============== ] 294/1280 22% [============== ] 295/1280 23% [============== ] 296/1280 23% [============== ] 297/1280 23% [============== ] 298/1280 23% [============== ] 299/1280 23% [============== ] 300/1280 23% [============== ] 301/1280 23% [============== ] 302/1280 23% [============== ] 303/1280 23% [============== ] 304/1280 23% [============== ] 305/1280 23% [============== ] 306/1280 23% [============== ] 307/1280 23% [============== ] 308/1280 24% [============== ] 309/1280 24% [=============== ] 310/1280 24% [=============== ] 311/1280 24% [=============== ] 312/1280 24% [=============== ] 313/1280 24% [=============== ] 314/1280 24% [=============== ] 315/1280 24% [=============== ] 316/1280 24% [=============== ] 317/1280 24% [=============== ] 318/1280 24% [=============== ] 319/1280 24% [=============== ] 320/1280 25% [=============== ] 321/1280 25% [=============== ] 322/1280 25% [=============== ] 323/1280 25% [=============== ] 324/1280 25% [=============== ] 325/1280 25% [=============== ] 326/1280 25% [=============== ] 327/1280 25% [=============== ] 328/1280 25% [=============== ] 329/1280 25% [=============== ] 330/1280 25% [================ ] 331/1280 25% [================ ] 332/1280 25% [================ ] 333/1280 26% [================ ] 334/1280 26% [================ ] 335/1280 26% [================ ] 336/1280 26% [================ ] 337/1280 26% [================ ] 338/1280 26% [================ ] 339/1280 26% [================ ] 340/1280 26% [================ ] 341/1280 26% [================ ] 342/1280 26% [================ ] 343/1280 26% [================ ] 344/1280 26% [================ ] 345/1280 26% [================ ] 346/1280 27% [================ ] 347/1280 27% [================ ] 348/1280 27% [================ ] 349/1280 27% [================ ] 350/1280 27% [================= ] 351/1280 27% [================= ] 352/1280 27% [================= ] 353/1280 27% [================= ] 354/1280 27% [================= ] 355/1280 27% [================= ] 356/1280 27% [================= ] 357/1280 27% [================= ] 358/1280 27% [================= ] 359/1280 28% [================= ] 360/1280 28% [================= ] 361/1280 28% [================= ] 362/1280 28% [================= ] 363/1280 28% [================= ] 364/1280 28% [================= ] 365/1280 28% [================= ] 366/1280 28% [================= ] 367/1280 28% [================= ] 368/1280 28% [================= ] 369/1280 28% [================= ] 370/1280 28% [================= ] 371/1280 28% [================== ] 372/1280 29% [================== ] 373/1280 29% [================== ] 374/1280 29% [================== ] 375/1280 29% [================== ] 376/1280 29% [================== ] 377/1280 29% [================== ] 378/1280 29% [================== ] 379/1280 29% [================== ] 380/1280 29% [================== ] 381/1280 29% [================== ] 382/1280 29% [================== ] 383/1280 29% [================== ] 384/1280 30% [================== ] 385/1280 30% [================== ] 386/1280 30% [================== ] 387/1280 30% [================== ] 388/1280 30% [================== ] 389/1280 30% [================== ] 390/1280 30% [================== ] 391/1280 30% [================== ] 392/1280 30% [=================== ] 393/1280 30% [=================== ] 394/1280 30% [=================== ] 395/1280 30% [=================== ] 396/1280 30% [=================== ] 397/1280 31% [=================== ] 398/1280 31% [=================== ] 399/1280 31% [=================== ] 400/1280 31% [=================== ] 401/1280 31% [=================== ] 402/1280 31% [=================== ] 403/1280 31% [=================== ] 404/1280 31% [=================== ] 405/1280 31% [=================== ] 406/1280 31% [=================== ] 407/1280 31% [=================== ] 408/1280 31% [=================== ] 409/1280 31% [=================== ] 410/1280 32% [=================== ] 411/1280 32% [=================== ] 412/1280 32% [==================== ] 413/1280 32% [==================== ] 414/1280 32% [==================== ] 415/1280 32% [==================== ] 416/1280 32% [==================== ] 417/1280 32% [==================== ] 418/1280 32% [==================== ] 419/1280 32% [==================== ] 420/1280 32% [==================== ] 421/1280 32% [==================== ] 422/1280 32% [==================== ] 423/1280 33% [==================== ] 424/1280 33% [==================== ] 425/1280 33% [==================== ] 426/1280 33% [==================== ] 427/1280 33% [==================== ] 428/1280 33% [==================== ] 429/1280 33% [==================== ] 430/1280 33% [==================== ] 431/1280 33% [==================== ] 432/1280 33% [==================== ] 433/1280 33% [===================== ] 434/1280 33% [===================== ] 435/1280 33% [===================== ] 436/1280 34% [===================== ] 437/1280 34% [===================== ] 438/1280 34% [===================== ] 439/1280 34% [===================== ] 440/1280 34% [===================== ] 441/1280 34% [===================== ] 442/1280 34% [===================== ] 443/1280 34% [===================== ] 444/1280 34% [===================== ] 445/1280 34% [===================== ] 446/1280 34% [===================== ] 447/1280 34% [===================== ] 448/1280 35% [===================== ] 449/1280 35% [===================== ] 450/1280 35% [===================== ] 451/1280 35% [===================== ] 452/1280 35% [===================== ] 453/1280 35% [===================== ] 454/1280 35% [====================== ] 455/1280 35% [====================== ] 456/1280 35% [====================== ] 457/1280 35% [====================== ] 458/1280 35% [====================== ] 459/1280 35% [====================== ] 460/1280 35% [====================== ] 461/1280 36% [====================== ] 462/1280 36% [====================== ] 463/1280 36% [====================== ] 464/1280 36% [====================== ] 465/1280 36% [====================== ] 466/1280 36% [====================== ] 467/1280 36% [====================== ] 468/1280 36% [====================== ] 469/1280 36% [====================== ] 470/1280 36% [====================== ] 471/1280 36% [====================== ] 472/1280 36% [====================== ] 473/1280 36% [====================== ] 474/1280 37% [======================= ] 475/1280 37% [======================= ] 476/1280 37% [======================= ] 477/1280 37% [======================= ] 478/1280 37% [======================= ] 479/1280 37% [======================= ] 480/1280 37% [======================= ] 481/1280 37% [======================= ] 482/1280 37% [======================= ] 483/1280 37% [======================= ] 484/1280 37% [======================= ] 485/1280 37% [======================= ] 486/1280 37% [======================= ] 487/1280 38% [======================= ] 488/1280 38% [======================= ] 489/1280 38% [======================= ] 490/1280 38% [======================= ] 491/1280 38% [======================= ] 492/1280 38% [======================= ] 493/1280 38% [======================= ] 494/1280 38% [======================= ] 495/1280 38% [======================== ] 496/1280 38% [======================== ] 497/1280 38% [======================== ] 498/1280 38% [======================== ] 499/1280 38% [======================== ] 500/1280 39% [======================== ] 501/1280 39% [======================== ] 502/1280 39% [======================== ] 503/1280 39% [======================== ] 504/1280 39% [======================== ] 505/1280 39% [======================== ] 506/1280 39% [======================== ] 507/1280 39% [======================== ] 508/1280 39% [======================== ] 509/1280 39% [======================== ] 510/1280 39% [======================== ] 511/1280 39% [======================== ] 512/1280 40% [======================== ] 513/1280 40% [======================== ] 514/1280 40% [======================== ] 515/1280 40% [======================== ] 516/1280 40% [========================= ] 517/1280 40% [========================= ] 518/1280 40% [========================= ] 519/1280 40% [========================= ] 520/1280 40% [========================= ] 521/1280 40% [========================= ] 522/1280 40% [========================= ] 523/1280 40% [========================= ] 524/1280 40% [========================= ] 525/1280 41% [========================= ] 526/1280 41% [========================= ] 527/1280 41% [========================= ] 528/1280 41% [========================= ] 529/1280 41% [========================= ] 530/1280 41% [========================= ] 531/1280 41% [========================= ] 532/1280 41% [========================= ] 533/1280 41% [========================= ] 534/1280 41% [========================= ] 535/1280 41% [========================= ] 536/1280 41% [========================== ] 537/1280 41% [========================== ] 538/1280 42% [========================== ] 539/1280 42% [========================== ] 540/1280 42% [========================== ] 541/1280 42% [========================== ] 542/1280 42% [========================== ] 543/1280 42% [========================== ] 544/1280 42% [========================== ] 545/1280 42% [========================== ] 546/1280 42% [========================== ] 547/1280 42% [========================== ] 548/1280 42% [========================== ] 549/1280 42% [========================== ] 550/1280 42% [========================== ] 551/1280 43% [========================== ] 552/1280 43% [========================== ] 553/1280 43% [========================== ] 554/1280 43% [========================== ] 555/1280 43% [========================== ] 556/1280 43% [========================== ] 557/1280 43% [=========================== ] 558/1280 43% [=========================== ] 559/1280 43% [=========================== ] 560/1280 43% [=========================== ] 561/1280 43% [=========================== ] 562/1280 43% [=========================== ] 563/1280 43% [=========================== ] 564/1280 44% [=========================== ] 565/1280 44% [=========================== ] 566/1280 44% [=========================== ] 567/1280 44% [=========================== ] 568/1280 44% [=========================== ] 569/1280 44% [=========================== ] 570/1280 44% [=========================== ] 571/1280 44% [=========================== ] 572/1280 44% [=========================== ] 573/1280 44% [=========================== ] 574/1280 44% [=========================== ] 575/1280 44% [=========================== ] 576/1280 45% [=========================== ] 577/1280 45% [=========================== ] 578/1280 45% [============================ ] 579/1280 45% [============================ ] 580/1280 45% [============================ ] 581/1280 45% [============================ ] 582/1280 45% [============================ ] 583/1280 45% [============================ ] 584/1280 45% [============================ ] 585/1280 45% [============================ ] 586/1280 45% [============================ ] 587/1280 45% [============================ ] 588/1280 45% [============================ ] 589/1280 46% [============================ ] 590/1280 46% [============================ ] 591/1280 46% [============================ ] 592/1280 46% [============================ ] 593/1280 46% [============================ ] 594/1280 46% [============================ ] 595/1280 46% [============================ ] 596/1280 46% [============================ ] 597/1280 46% [============================ ] 598/1280 46% [============================= ] 599/1280 46% [============================= ] 600/1280 46% [============================= ] 601/1280 46% [============================= ] 602/1280 47% [============================= ] 603/1280 47% [============================= ] 604/1280 47% [============================= ] 605/1280 47% [============================= ] 606/1280 47% [============================= ] 607/1280 47% [============================= ] 608/1280 47% [============================= ] 609/1280 47% [============================= ] 610/1280 47% [============================= ] 611/1280 47% [============================= ] 612/1280 47% [============================= ] 613/1280 47% [============================= ] 614/1280 47% [============================= ] 615/1280 48% [============================= ] 616/1280 48% [============================= ] 617/1280 48% [============================= ] 618/1280 48% [============================= ] 619/1280 48% [============================== ] 620/1280 48% [============================== ] 621/1280 48% [============================== ] 622/1280 48% [============================== ] 623/1280 48% [============================== ] 624/1280 48% [============================== ] 625/1280 48% [============================== ] 626/1280 48% [============================== ] 627/1280 48% [============================== ] 628/1280 49% [============================== ] 629/1280 49% [============================== ] 630/1280 49% [============================== ] 631/1280 49% [============================== ] 632/1280 49% [============================== ] 633/1280 49% [============================== ] 634/1280 49% [============================== ] 635/1280 49% [============================== ] 636/1280 49% [============================== ] 637/1280 49% [============================== ] 638/1280 49% [============================== ] 639/1280 49% [=============================== ] 640/1280 50% [=============================== ] 641/1280 50% [=============================== ] 642/1280 50% [=============================== ] 643/1280 50% [=============================== ] 644/1280 50% [=============================== ] 645/1280 50% [=============================== ] 646/1280 50% [=============================== ] 647/1280 50% [=============================== ] 648/1280 50% [=============================== ] 649/1280 50% [=============================== ] 650/1280 50% [=============================== ] 651/1280 50% [=============================== ] 652/1280 50% [=============================== ] 653/1280 51% [=============================== ] 654/1280 51% [=============================== ] 655/1280 51% [=============================== ] 656/1280 51% [=============================== ] 657/1280 51% [=============================== ] 658/1280 51% [=============================== ] 659/1280 51% [=============================== ] 660/1280 51% [================================ ] 661/1280 51% [================================ ] 662/1280 51% [================================ ] 663/1280 51% [================================ ] 664/1280 51% [================================ ] 665/1280 51% [================================ ] 666/1280 52% [================================ ] 667/1280 52% [================================ ] 668/1280 52% [================================ ] 669/1280 52% [================================ ] 670/1280 52% [================================ ] 671/1280 52% [================================ ] 672/1280 52% [================================ ] 673/1280 52% [================================ ] 674/1280 52% [================================ ] 675/1280 52% [================================ ] 676/1280 52% [================================ ] 677/1280 52% [================================ ] 678/1280 52% [================================ ] 679/1280 53% [================================ ] 680/1280 53% [================================ ] 681/1280 53% [================================= ] 682/1280 53% [================================= ] 683/1280 53% [================================= ] 684/1280 53% [================================= ] 685/1280 53% [================================= ] 686/1280 53% [================================= ] 687/1280 53% [================================= ] 688/1280 53% [================================= ] 689/1280 53% [================================= ] 690/1280 53% [================================= ] 691/1280 53% [================================= ] 692/1280 54% [================================= ] 693/1280 54% [================================= ] 694/1280 54% [================================= ] 695/1280 54% [================================= ] 696/1280 54% [================================= ] 697/1280 54% [================================= ] 698/1280 54% [================================= ] 699/1280 54% [================================= ] 700/1280 54% [================================= ] 701/1280 54% [================================== ] 702/1280 54% [================================== ] 703/1280 54% [================================== ] 704/1280 55% [================================== ] 705/1280 55% [================================== ] 706/1280 55% [================================== ] 707/1280 55% [================================== ] 708/1280 55% [================================== ] 709/1280 55% [================================== ] 710/1280 55% [================================== ] 711/1280 55% [================================== ] 712/1280 55% [================================== ] 713/1280 55% [================================== ] 714/1280 55% [================================== ] 715/1280 55% [================================== ] 716/1280 55% [================================== ] 717/1280 56% [================================== ] 718/1280 56% [================================== ] 719/1280 56% [================================== ] 720/1280 56% [================================== ] 721/1280 56% [================================== ] 722/1280 56% [=================================== ] 723/1280 56% [=================================== ] 724/1280 56% [=================================== ] 725/1280 56% [=================================== ] 726/1280 56% [=================================== ] 727/1280 56% [=================================== ] 728/1280 56% [=================================== ] 729/1280 56% [=================================== ] 730/1280 57% [=================================== ] 731/1280 57% [=================================== ] 732/1280 57% [=================================== ] 733/1280 57% [=================================== ] 734/1280 57% [=================================== ] 735/1280 57% [=================================== ] 736/1280 57% [=================================== ] 737/1280 57% [=================================== ] 738/1280 57% [=================================== ] 739/1280 57% [=================================== ] 740/1280 57% [=================================== ] 741/1280 57% [=================================== ] 742/1280 57% [=================================== ] 743/1280 58% [==================================== ] 744/1280 58% [==================================== ] 745/1280 58% [==================================== ] 746/1280 58% [==================================== ] 747/1280 58% [==================================== ] 748/1280 58% [==================================== ] 749/1280 58% [==================================== ] 750/1280 58% [==================================== ] 751/1280 58% [==================================== ] 752/1280 58% [==================================== ] 753/1280 58% [==================================== ] 754/1280 58% [==================================== ] 755/1280 58% [==================================== ] 756/1280 59% [==================================== ] 757/1280 59% [==================================== ] 758/1280 59% [==================================== ] 759/1280 59% [==================================== ] 760/1280 59% [==================================== ] 761/1280 59% [==================================== ] 762/1280 59% [==================================== ] 763/1280 59% [===================================== ] 764/1280 59% [===================================== ] 765/1280 59% [===================================== ] 766/1280 59% [===================================== ] 767/1280 59% [===================================== ] 768/1280 60% [===================================== ] 769/1280 60% [===================================== ] 770/1280 60% [===================================== ] 771/1280 60% [===================================== ] 772/1280 60% [===================================== ] 773/1280 60% [===================================== ] 774/1280 60% [===================================== ] 775/1280 60% [===================================== ] 776/1280 60% [===================================== ] 777/1280 60% [===================================== ] 778/1280 60% [===================================== ] 779/1280 60% [===================================== ] 780/1280 60% [===================================== ] 781/1280 61% [===================================== ] 782/1280 61% [===================================== ] 783/1280 61% [===================================== ] 784/1280 61% [====================================== ] 785/1280 61% [====================================== ] 786/1280 61% [====================================== ] 787/1280 61% [====================================== ] 788/1280 61% [====================================== ] 789/1280 61% [====================================== ] 790/1280 61% [====================================== ] 791/1280 61% [====================================== ] 792/1280 61% [====================================== ] 793/1280 61% [====================================== ] 794/1280 62% [====================================== ] 795/1280 62% [====================================== ] 796/1280 62% [====================================== ] 797/1280 62% [====================================== ] 798/1280 62% [====================================== ] 799/1280 62% [====================================== ] 800/1280 62% [====================================== ] 801/1280 62% [====================================== ] 802/1280 62% [====================================== ] 803/1280 62% [====================================== ] 804/1280 62% [====================================== ] 805/1280 62% [======================================= ] 806/1280 62% [======================================= ] 807/1280 63% [======================================= ] 808/1280 63% [======================================= ] 809/1280 63% [======================================= ] 810/1280 63% [======================================= ] 811/1280 63% [======================================= ] 812/1280 63% [======================================= ] 813/1280 63% [======================================= ] 814/1280 63% [======================================= ] 815/1280 63% [======================================= ] 816/1280 63% [======================================= ] 817/1280 63% [======================================= ] 818/1280 63% [======================================= ] 819/1280 63% [======================================= ] 820/1280 64% [======================================= ] 821/1280 64% [======================================= ] 822/1280 64% [======================================= ] 823/1280 64% [======================================= ] 824/1280 64% [======================================= ] 825/1280 64% [======================================== ] 826/1280 64% [======================================== ] 827/1280 64% [======================================== ] 828/1280 64% [======================================== ] 829/1280 64% [======================================== ] 830/1280 64% [======================================== ] 831/1280 64% [======================================== ] 832/1280 65% [======================================== ] 833/1280 65% [======================================== ] 834/1280 65% [======================================== ] 835/1280 65% [======================================== ] 836/1280 65% [======================================== ] 837/1280 65% [======================================== ] 838/1280 65% [======================================== ] 839/1280 65% [======================================== ] 840/1280 65% [======================================== ] 841/1280 65% [======================================== ] 842/1280 65% [======================================== ] 843/1280 65% [======================================== ] 844/1280 65% [======================================== ] 845/1280 66% [======================================== ] 846/1280 66% [========================================= ] 847/1280 66% [========================================= ] 848/1280 66% [========================================= ] 849/1280 66% [========================================= ] 850/1280 66% [========================================= ] 851/1280 66% [========================================= ] 852/1280 66% [========================================= ] 853/1280 66% [========================================= ] 854/1280 66% [========================================= ] 855/1280 66% [========================================= ] 856/1280 66% [========================================= ] 857/1280 66% [========================================= ] 858/1280 67% [========================================= ] 859/1280 67% [========================================= ] 860/1280 67% [========================================= ] 861/1280 67% [========================================= ] 862/1280 67% [========================================= ] 863/1280 67% [========================================= ] 864/1280 67% [========================================= ] 865/1280 67% [========================================= ] 866/1280 67% [========================================= ] 867/1280 67% [========================================== ] 868/1280 67% [========================================== ] 869/1280 67% [========================================== ] 870/1280 67% [========================================== ] 871/1280 68% [========================================== ] 872/1280 68% [========================================== ] 873/1280 68% [========================================== ] 874/1280 68% [========================================== ] 875/1280 68% [========================================== ] 876/1280 68% [========================================== ] 877/1280 68% [========================================== ] 878/1280 68% [========================================== ] 879/1280 68% [========================================== ] 880/1280 68% [========================================== ] 881/1280 68% [========================================== ] 882/1280 68% [========================================== ] 883/1280 68% [========================================== ] 884/1280 69% [========================================== ] 885/1280 69% [========================================== ] 886/1280 69% [========================================== ] 887/1280 69% [=========================================== ] 888/1280 69% [=========================================== ] 889/1280 69% [=========================================== ] 890/1280 69% [=========================================== ] 891/1280 69% [=========================================== ] 892/1280 69% [=========================================== ] 893/1280 69% [=========================================== ] 894/1280 69% [=========================================== ] 895/1280 69% [=========================================== ] 896/1280 70% [=========================================== ] 897/1280 70% [=========================================== ] 898/1280 70% [=========================================== ] 899/1280 70% [=========================================== ] 900/1280 70% [=========================================== ] 901/1280 70% [=========================================== ] 902/1280 70% [=========================================== ] 903/1280 70% [=========================================== ] 904/1280 70% [=========================================== ] 905/1280 70% [=========================================== ] 906/1280 70% [=========================================== ] 907/1280 70% [=========================================== ] 908/1280 70% [============================================ ] 909/1280 71% [============================================ ] 910/1280 71% [============================================ ] 911/1280 71% [============================================ ] 912/1280 71% [============================================ ] 913/1280 71% [============================================ ] 914/1280 71% [============================================ ] 915/1280 71% [============================================ ] 916/1280 71% [============================================ ] 917/1280 71% [============================================ ] 918/1280 71% [============================================ ] 919/1280 71% [============================================ ] 920/1280 71% [============================================ ] 921/1280 71% [============================================ ] 922/1280 72% [============================================ ] 923/1280 72% [============================================ ] 924/1280 72% [============================================ ] 925/1280 72% [============================================ ] 926/1280 72% [============================================ ] 927/1280 72% [============================================ ] 928/1280 72% [============================================ ] 929/1280 72% [============================================= ] 930/1280 72% [============================================= ] 931/1280 72% [============================================= ] 932/1280 72% [============================================= ] 933/1280 72% [============================================= ] 934/1280 72% [============================================= ] 935/1280 73% [============================================= ] 936/1280 73% [============================================= ] 937/1280 73% [============================================= ] 938/1280 73% [============================================= ] 939/1280 73% [============================================= ] 940/1280 73% [============================================= ] 941/1280 73% [============================================= ] 942/1280 73% [============================================= ] 943/1280 73% [============================================= ] 944/1280 73% [============================================= ] 945/1280 73% [============================================= ] 946/1280 73% [============================================= ] 947/1280 73% [============================================= ] 948/1280 74% [============================================= ] 949/1280 74% [============================================== ] 950/1280 74% [============================================== ] 951/1280 74% [============================================== ] 952/1280 74% [============================================== ] 953/1280 74% [============================================== ] 954/1280 74% [============================================== ] 955/1280 74% [============================================== ] 956/1280 74% [============================================== ] 957/1280 74% [============================================== ] 958/1280 74% [============================================== ] 959/1280 74% [============================================== ] 960/1280 75% [============================================== ] 961/1280 75% [============================================== ] 962/1280 75% [============================================== ] 963/1280 75% [============================================== ] 964/1280 75% [============================================== ] 965/1280 75% [============================================== ] 966/1280 75% [============================================== ] 967/1280 75% [============================================== ] 968/1280 75% [============================================== ] 969/1280 75% [============================================== ] 970/1280 75% [=============================================== ] 971/1280 75% [=============================================== ] 972/1280 75% [=============================================== ] 973/1280 76% [=============================================== ] 974/1280 76% [=============================================== ] 975/1280 76% [=============================================== ] 976/1280 76% [=============================================== ] 977/1280 76% [=============================================== ] 978/1280 76% [=============================================== ] 979/1280 76% [=============================================== ] 980/1280 76% [=============================================== ] 981/1280 76% [=============================================== ] 982/1280 76% [=============================================== ] 983/1280 76% [=============================================== ] 984/1280 76% [=============================================== ] 985/1280 76% [=============================================== ] 986/1280 77% [=============================================== ] 987/1280 77% [=============================================== ] 988/1280 77% [=============================================== ] 989/1280 77% [=============================================== ] 990/1280 77% [================================================ ] 991/1280 77% [================================================ ] 992/1280 77% [================================================ ] 993/1280 77% [================================================ ] 994/1280 77% [================================================ ] 995/1280 77% [================================================ ] 996/1280 77% [================================================ ] 997/1280 77% [================================================ ] 998/1280 77% [================================================ ] 999/1280 78% [================================================ ] 1000/1280 78% [================================================ ] 1001/1280 78% [================================================ ] 1002/1280 78% [================================================ ] 1003/1280 78% [================================================ ] 1004/1280 78% [================================================ ] 1005/1280 78% [================================================ ] 1006/1280 78% [================================================ ] 1007/1280 78% [================================================ ] 1008/1280 78% [================================================ ] 1009/1280 78% [================================================ ] 1010/1280 78% [================================================ ] 1011/1280 78% [================================================= ] 1012/1280 79% [================================================= ] 1013/1280 79% [================================================= ] 1014/1280 79% [================================================= ] 1015/1280 79% [================================================= ] 1016/1280 79% [================================================= ] 1017/1280 79% [================================================= ] 1018/1280 79% [================================================= ] 1019/1280 79% [================================================= ] 1020/1280 79% [================================================= ] 1021/1280 79% [================================================= ] 1022/1280 79% [================================================= ] 1023/1280 79% [================================================= ] 1024/1280 80% [================================================= ] 1025/1280 80% [================================================= ] 1026/1280 80% [================================================= ] 1027/1280 80% [================================================= ] 1028/1280 80% [================================================= ] 1029/1280 80% [================================================= ] 1030/1280 80% [================================================= ] 1031/1280 80% [================================================= ] 1032/1280 80% [================================================== ] 1033/1280 80% [================================================== ] 1034/1280 80% [================================================== ] 1035/1280 80% [================================================== ] 1036/1280 80% [================================================== ] 1037/1280 81% [================================================== ] 1038/1280 81% [================================================== ] 1039/1280 81% [================================================== ] 1040/1280 81% [================================================== ] 1041/1280 81% [================================================== ] 1042/1280 81% [================================================== ] 1043/1280 81% [================================================== ] 1044/1280 81% [================================================== ] 1045/1280 81% [================================================== ] 1046/1280 81% [================================================== ] 1047/1280 81% [================================================== ] 1048/1280 81% [================================================== ] 1049/1280 81% [================================================== ] 1050/1280 82% [================================================== ] 1051/1280 82% [================================================== ] 1052/1280 82% [=================================================== ] 1053/1280 82% [=================================================== ] 1054/1280 82% [=================================================== ] 1055/1280 82% [=================================================== ] 1056/1280 82% [=================================================== ] 1057/1280 82% [=================================================== ] 1058/1280 82% [=================================================== ] 1059/1280 82% [=================================================== ] 1060/1280 82% [=================================================== ] 1061/1280 82% [=================================================== ] 1062/1280 82% [=================================================== ] 1063/1280 83% [=================================================== ] 1064/1280 83% [=================================================== ] 1065/1280 83% [=================================================== ] 1066/1280 83% [=================================================== ] 1067/1280 83% [=================================================== ] 1068/1280 83% [=================================================== ] 1069/1280 83% [=================================================== ] 1070/1280 83% [=================================================== ] 1071/1280 83% [=================================================== ] 1072/1280 83% [=================================================== ] 1073/1280 83% [==================================================== ] 1074/1280 83% [==================================================== ] 1075/1280 83% [==================================================== ] 1076/1280 84% [==================================================== ] 1077/1280 84% [==================================================== ] 1078/1280 84% [==================================================== ] 1079/1280 84% [==================================================== ] 1080/1280 84% [==================================================== ] 1081/1280 84% [==================================================== ] 1082/1280 84% [==================================================== ] 1083/1280 84% [==================================================== ] 1084/1280 84% [==================================================== ] 1085/1280 84% [==================================================== ] 1086/1280 84% [==================================================== ] 1087/1280 84% [==================================================== ] 1088/1280 85% [==================================================== ] 1089/1280 85% [==================================================== ] 1090/1280 85% [==================================================== ] 1091/1280 85% [==================================================== ] 1092/1280 85% [==================================================== ] 1093/1280 85% [==================================================== ] 1094/1280 85% [===================================================== ] 1095/1280 85% [===================================================== ] 1096/1280 85% [===================================================== ] 1097/1280 85% [===================================================== ] 1098/1280 85% [===================================================== ] 1099/1280 85% [===================================================== ] 1100/1280 85% [===================================================== ] 1101/1280 86% [===================================================== ] 1102/1280 86% [===================================================== ] 1103/1280 86% [===================================================== ] 1104/1280 86% [===================================================== ] 1105/1280 86% [===================================================== ] 1106/1280 86% [===================================================== ] 1107/1280 86% [===================================================== ] 1108/1280 86% [===================================================== ] 1109/1280 86% [===================================================== ] 1110/1280 86% [===================================================== ] 1111/1280 86% [===================================================== ] 1112/1280 86% [===================================================== ] 1113/1280 86% [===================================================== ] 1114/1280 87% [====================================================== ] 1115/1280 87% [====================================================== ] 1116/1280 87% [====================================================== ] 1117/1280 87% [====================================================== ] 1118/1280 87% [====================================================== ] 1119/1280 87% [====================================================== ] 1120/1280 87% [====================================================== ] 1121/1280 87% [====================================================== ] 1122/1280 87% [====================================================== ] 1123/1280 87% [====================================================== ] 1124/1280 87% [====================================================== ] 1125/1280 87% [====================================================== ] 1126/1280 87% [====================================================== ] 1127/1280 88% [====================================================== ] 1128/1280 88% [====================================================== ] 1129/1280 88% [====================================================== ] 1130/1280 88% [====================================================== ] 1131/1280 88% [====================================================== ] 1132/1280 88% [====================================================== ] 1133/1280 88% [====================================================== ] 1134/1280 88% [====================================================== ] 1135/1280 88% [======================================================= ] 1136/1280 88% [======================================================= ] 1137/1280 88% [======================================================= ] 1138/1280 88% [======================================================= ] 1139/1280 88% [======================================================= ] 1140/1280 89% [======================================================= ] 1141/1280 89% [======================================================= ] 1142/1280 89% [======================================================= ] 1143/1280 89% [======================================================= ] 1144/1280 89% [======================================================= ] 1145/1280 89% [======================================================= ] 1146/1280 89% [======================================================= ] 1147/1280 89% [======================================================= ] 1148/1280 89% [======================================================= ] 1149/1280 89% [======================================================= ] 1150/1280 89% [======================================================= ] 1151/1280 89% [======================================================= ] 1152/1280 90% [======================================================= ] 1153/1280 90% [======================================================= ] 1154/1280 90% [======================================================= ] 1155/1280 90% [======================================================= ] 1156/1280 90% [======================================================== ] 1157/1280 90% [======================================================== ] 1158/1280 90% [======================================================== ] 1159/1280 90% [======================================================== ] 1160/1280 90% [======================================================== ] 1161/1280 90% [======================================================== ] 1162/1280 90% [======================================================== ] 1163/1280 90% [======================================================== ] 1164/1280 90% [======================================================== ] 1165/1280 91% [======================================================== ] 1166/1280 91% [======================================================== ] 1167/1280 91% [======================================================== ] 1168/1280 91% [======================================================== ] 1169/1280 91% [======================================================== ] 1170/1280 91% [======================================================== ] 1171/1280 91% [======================================================== ] 1172/1280 91% [======================================================== ] 1173/1280 91% [======================================================== ] 1174/1280 91% [======================================================== ] 1175/1280 91% [======================================================== ] 1176/1280 91% [========================================================= ] 1177/1280 91% [========================================================= ] 1178/1280 92% [========================================================= ] 1179/1280 92% [========================================================= ] 1180/1280 92% [========================================================= ] 1181/1280 92% [========================================================= ] 1182/1280 92% [========================================================= ] 1183/1280 92% [========================================================= ] 1184/1280 92% [========================================================= ] 1185/1280 92% [========================================================= ] 1186/1280 92% [========================================================= ] 1187/1280 92% [========================================================= ] 1188/1280 92% [========================================================= ] 1189/1280 92% [========================================================= ] 1190/1280 92% [========================================================= ] 1191/1280 93% [========================================================= ] 1192/1280 93% [========================================================= ] 1193/1280 93% [========================================================= ] 1194/1280 93% [========================================================= ] 1195/1280 93% [========================================================= ] 1196/1280 93% [========================================================= ] 1197/1280 93% [========================================================== ] 1198/1280 93% [========================================================== ] 1199/1280 93% [========================================================== ] 1200/1280 93% [========================================================== ] 1201/1280 93% [========================================================== ] 1202/1280 93% [========================================================== ] 1203/1280 93% [========================================================== ] 1204/1280 94% [========================================================== ] 1205/1280 94% [========================================================== ] 1206/1280 94% [========================================================== ] 1207/1280 94% [========================================================== ] 1208/1280 94% [========================================================== ] 1209/1280 94% [========================================================== ] 1210/1280 94% [========================================================== ] 1211/1280 94% [========================================================== ] 1212/1280 94% [========================================================== ] 1213/1280 94% [========================================================== ] 1214/1280 94% [========================================================== ] 1215/1280 94% [========================================================== ] 1216/1280 95% [========================================================== ] 1217/1280 95% [========================================================== ] 1218/1280 95% [=========================================================== ] 1219/1280 95% [=========================================================== ] 1220/1280 95% [=========================================================== ] 1221/1280 95% [=========================================================== ] 1222/1280 95% [=========================================================== ] 1223/1280 95% [=========================================================== ] 1224/1280 95% [=========================================================== ] 1225/1280 95% [=========================================================== ] 1226/1280 95% [=========================================================== ] 1227/1280 95% [=========================================================== ] 1228/1280 95% [=========================================================== ] 1229/1280 96% [=========================================================== ] 1230/1280 96% [=========================================================== ] 1231/1280 96% [=========================================================== ] 1232/1280 96% [=========================================================== ] 1233/1280 96% [=========================================================== ] 1234/1280 96% [=========================================================== ] 1235/1280 96% [=========================================================== ] 1236/1280 96% [=========================================================== ] 1237/1280 96% [=========================================================== ] 1238/1280 96% [============================================================ ] 1239/1280 96% [============================================================ ] 1240/1280 96% [============================================================ ] 1241/1280 96% [============================================================ ] 1242/1280 97% [============================================================ ] 1243/1280 97% [============================================================ ] 1244/1280 97% [============================================================ ] 1245/1280 97% [============================================================ ] 1246/1280 97% [============================================================ ] 1247/1280 97% [============================================================ ] 1248/1280 97% [============================================================ ] 1249/1280 97% [============================================================ ] 1250/1280 97% [============================================================ ] 1251/1280 97% [============================================================ ] 1252/1280 97% [============================================================ ] 1253/1280 97% [============================================================ ] 1254/1280 97% [============================================================ ] 1255/1280 98% [============================================================ ] 1256/1280 98% [============================================================ ] 1257/1280 98% [============================================================ ] 1258/1280 98% [============================================================ ] 1259/1280 98% [============================================================= ] 1260/1280 98% [============================================================= ] 1261/1280 98% [============================================================= ] 1262/1280 98% [============================================================= ] 1263/1280 98% [============================================================= ] 1264/1280 98% [============================================================= ] 1265/1280 98% [============================================================= ] 1266/1280 98% [============================================================= ] 1267/1280 98% [============================================================= ] 1268/1280 99% [============================================================= ] 1269/1280 99% [============================================================= ] 1270/1280 99% [============================================================= ] 1271/1280 99% [============================================================= ] 1272/1280 99% [============================================================= ] 1273/1280 99% [============================================================= ] 1274/1280 99% [============================================================= ] 1275/1280 99% [============================================================= ] 1276/1280 99% [============================================================= ] 1277/1280 99% [============================================================= ] 1278/1280 99% [============================================================= ] 1279/1280 99% [==============================================================] 1280/1280 100% operation complete, 1280 objects in 29402 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/sh4aeb-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2021.05-7540-g1fad7a933d2 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.35-134-gb6aade18a7e5719c942aa2da6cf3157aca993fa4 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-gawk 5.1.1 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-isl 0.24 Collecting legal info LICENSE: OK (sha256: 3a2c398103f6bca0f50a9a9465deca9230b370b0212af5fdf31ed88a36215c30) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 4.14.299 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 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-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) >>> bird 2.0.10 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> iproute2 5.18.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> iptables 1.8.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cifs-utils 6.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ctorrent dnh3.3.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dhrystone 2 Collecting legal info >>> dnsmasq 2.87 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-v3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> webp 1.2.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> gloox 1.0.24 Collecting legal info LICENSE: OK (sha256: 40a20c41c8dabb8ba61bea983fa8f2f6989e67fac56bb62c2249053807fd26af) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> gnuplot 5.4.4 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> inih 55 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> iperf 2.1.6 Collecting legal info COPYING: OK (sha256: 5f9f5c4feca3347c3b3c0ada8b16b4e6b698aac4e6f016a24adf61a5915336d1) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> knock 0.8 Collecting legal info COPYING: OK (sha256: d747e19206e41702e40822dd91d37cbf40edd86f364ea416d667a0e3013f7189) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libeXosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libjson 7.6.1 Collecting legal info License.txt: OK (sha256: bd62d605bef39ab7ae39f6fa333ba513edb93cfcd56c9c966f1d34e31ff7c69b) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libnftnl 1.2.1 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpwquality 1.4.4 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libsidplay2 2.1.1 Collecting legal info libsidplay/COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> libsoundtouch 2.3.1 Collecting legal info COPYING.TXT: OK (sha256: 84c6d82dc7de80f5b73f231edfd3ddc5b53513908117452bfa37ea36bb4b7e0a) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> lm-sensors 3.6.0 Collecting legal info COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mdevd 0.1.4.0 Collecting legal info COPYING: OK (sha256: 31b60c66aba1fa0a7f8847339ac35c28638e25ff96da700d995533ad810e3995) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> open62541 v1.3.2 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> opencore-amr 0.1.5 Collecting legal info LICENSE: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> openswan 3.0.0 Collecting legal info COPYING: OK (sha256: 1c36ae1e7b0f6cce4b4ffe969b71f83635734804acdd38544443564b00f8783a) LICENSE: OK (sha256: d7d012ef3be47faffba4d97a83d4986c9f4a63ac997ebf5961d33852e5f1801a) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> prboom 2.5.0 Collecting legal info COPYING: OK (sha256: 1cba07ce0f6d1366d84b7cc62b76966ba79075e5f379c1e230c3ff0635fa789f) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_net 620b0ba7dd84a0fdbd4cc8ef1b2be1cc10f90ae3 Collecting legal info COPYING: OK (sha256: e542f822a6cd82deccf82cf0f50192917b0158d725a6bc6348ab1ccdd890ecbe) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-networking 2.4.1.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> safeclib 3.7.1 Collecting legal info COPYING: OK (sha256: c33e77efd5781e3d59a2bb648c82d2a615035ef0d24cf58880380e3af906510b) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> smcroute 2.5.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> socat 1.7.4.3 Collecting legal info README: OK (sha256: 432aebfec164bedcaada7cdf2849e1f003fa00a91a0a1ed34d7cf4abe980f5fb) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.OpenSSL: OK (sha256: fd9e48ca316a5032069b9521f4f4b4d9b1c60365012bae1e62286bcd5bd2e761) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tinyxml 2.6.2_2 Collecting legal info README: OK (sha256: a65b8363834ccbe31ab7b49dcba723ed204622df30326793e0121435624c1a8d) >>> tio 1.40 Collecting legal info LICENSE: OK (sha256: 9248dee77ee136321f24556a96e07ff8f90461013941884a9defd0ac825ef131) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> wilink-bt-firmware 43fca73c6a98c63fcb98f82af5bf83761778e005 Collecting legal info LICENSE: OK (sha256: 21fd99ce784dc33b39ec0b4a383a9a9b8dafea261d73ad4548683c4eecd87f37) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> 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.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> 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: linux-headers-4.14.299: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_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/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'