gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-2/output-1/host/bin GIT_DIR=. PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-2/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-2/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-2/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-2/output-1/host/bin/i686-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-2/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-2/output-1/host/i686-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-2/output-1/host/bin/i686-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-2/output-1/host/bin/i686-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-2/output-1/host/i686-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/include /home/autobuild/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-2/output-1/target/usr/doc find /home/autobuild/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-2/output-1/target/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/man /home/autobuild/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/info /home/autobuild/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/doc /home/autobuild/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-2/output-1/target/lib/debug /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-59-g1b3ed2610d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-2/output-1/per-package \ /home/autobuild/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot printf ' find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target -print0 | xargs -0 -r touch -hd @1718451049\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-2/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-2/output-1/host/sbin/mkfs.ext4 -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-2/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/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/autobuild/autobuild/instance-2/output-1/images/rootfs.ext2 64-bit filesystem support is not enabled. The larger fields afforded by this feature enable full-strength checksumming. Pass -O 64bit to rectify. Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: 327db589-fda7-4522-a89a-bff7ec94fff4 Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-2/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-2/output-1/images/rootfs.ext2.lzma ln -sf rootfs.ext2.lzma /home/autobuild/autobuild/instance-2/output-1/images/rootfs.ext4.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1718451049\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 1510 objects. stage 2: creating image '/home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1510 0% [ ] 2/1510 0% [ ] 3/1510 0% [ ] 4/1510 0% [ ] 5/1510 0% [ ] 6/1510 0% [ ] 7/1510 0% [ ] 8/1510 0% [ ] 9/1510 0% [ ] 10/1510 0% [ ] 11/1510 0% [ ] 12/1510 0% [ ] 13/1510 0% [ ] 14/1510 0% [ ] 15/1510 0% [ ] 16/1510 1% [ ] 17/1510 1% [ ] 18/1510 1% [ ] 19/1510 1% [ ] 20/1510 1% [ ] 21/1510 1% [ ] 22/1510 1% [ ] 23/1510 1% [ ] 24/1510 1% [= ] 25/1510 1% [= ] 26/1510 1% [= ] 27/1510 1% [= ] 28/1510 1% [= ] 29/1510 1% [= ] 30/1510 1% [= ] 31/1510 2% [= ] 32/1510 2% [= ] 33/1510 2% [= ] 34/1510 2% [= ] 35/1510 2% [= ] 36/1510 2% [= ] 37/1510 2% [= ] 38/1510 2% [= ] 39/1510 2% [= ] 40/1510 2% [= ] 41/1510 2% [= ] 42/1510 2% [= ] 43/1510 2% [= ] 44/1510 2% [= ] 45/1510 2% [= ] 46/1510 3% [= ] 47/1510 3% [= ] 48/1510 3% [== ] 49/1510 3% [== ] 50/1510 3% [== ] 51/1510 3% [== ] 52/1510 3% [== ] 53/1510 3% [== ] 54/1510 3% [== ] 55/1510 3% [== ] 56/1510 3% [== ] 57/1510 3% [== ] 58/1510 3% [== ] 59/1510 3% [== ] 60/1510 3% [== ] 61/1510 4% [== ] 62/1510 4% [== ] 63/1510 4% [== ] 64/1510 4% [== ] 65/1510 4% [== ] 66/1510 4% [== ] 67/1510 4% [== ] 68/1510 4% [== ] 69/1510 4% [== ] 70/1510 4% [== ] 71/1510 4% [== ] 72/1510 4% [== ] 73/1510 4% [=== ] 74/1510 4% [=== ] 75/1510 4% [=== ] 76/1510 5% [=== ] 77/1510 5% [=== ] 78/1510 5% [=== ] 79/1510 5% [=== ] 80/1510 5% [=== ] 81/1510 5% [=== ] 82/1510 5% [=== ] 83/1510 5% [=== ] 84/1510 5% [=== ] 85/1510 5% [=== ] 86/1510 5% [=== ] 87/1510 5% [=== ] 88/1510 5% [=== ] 89/1510 5% [=== ] 90/1510 5% [=== ] 91/1510 6% [=== ] 92/1510 6% [=== ] 93/1510 6% [=== ] 94/1510 6% [=== ] 95/1510 6% [=== ] 96/1510 6% [=== ] 97/1510 6% [==== ] 98/1510 6% [==== ] 99/1510 6% [==== ] 100/1510 6% [==== ] 101/1510 6% [==== ] 102/1510 6% [==== ] 103/1510 6% [==== ] 104/1510 6% [==== ] 105/1510 6% [==== ] 106/1510 7% [==== ] 107/1510 7% [==== ] 108/1510 7% [==== ] 109/1510 7% [==== ] 110/1510 7% [==== ] 111/1510 7% [==== ] 112/1510 7% [==== ] 113/1510 7% [==== ] 114/1510 7% [==== ] 115/1510 7% [==== ] 116/1510 7% [==== ] 117/1510 7% [==== ] 118/1510 7% [==== ] 119/1510 7% [==== ] 120/1510 7% [==== ] 121/1510 8% [===== ] 122/1510 8% [===== ] 123/1510 8% [===== ] 124/1510 8% [===== ] 125/1510 8% [===== ] 126/1510 8% [===== ] 127/1510 8% [===== ] 128/1510 8% [===== ] 129/1510 8% [===== ] 130/1510 8% [===== ] 131/1510 8% [===== ] 132/1510 8% [===== ] 133/1510 8% [===== ] 134/1510 8% [===== ] 135/1510 8% [===== ] 136/1510 9% [===== ] 137/1510 9% [===== ] 138/1510 9% [===== ] 139/1510 9% [===== ] 140/1510 9% [===== ] 141/1510 9% [===== ] 142/1510 9% [===== ] 143/1510 9% [===== ] 144/1510 9% [===== ] 145/1510 9% [===== ] 146/1510 9% [====== ] 147/1510 9% [====== ] 148/1510 9% [====== ] 149/1510 9% [====== ] 150/1510 9% [====== ] 151/1510 10% [====== ] 152/1510 10% [====== ] 153/1510 10% [====== ] 154/1510 10% [====== ] 155/1510 10% [====== ] 156/1510 10% [====== ] 157/1510 10% [====== ] 158/1510 10% [====== ] 159/1510 10% [====== ] 160/1510 10% [====== ] 161/1510 10% [====== ] 162/1510 10% [====== ] 163/1510 10% [====== ] 164/1510 10% [====== ] 165/1510 10% [====== ] 166/1510 10% [====== ] 167/1510 11% [====== ] 168/1510 11% [====== ] 169/1510 11% [====== ] 170/1510 11% [======= ] 171/1510 11% [======= ] 172/1510 11% [======= ] 173/1510 11% [======= ] 174/1510 11% [======= ] 175/1510 11% [======= ] 176/1510 11% [======= ] 177/1510 11% [======= ] 178/1510 11% [======= ] 179/1510 11% [======= ] 180/1510 11% [======= ] 181/1510 11% [======= ] 182/1510 12% [======= ] 183/1510 12% [======= ] 184/1510 12% [======= ] 185/1510 12% [======= ] 186/1510 12% [======= ] 187/1510 12% [======= ] 188/1510 12% [======= ] 189/1510 12% [======= ] 190/1510 12% [======= ] 191/1510 12% [======= ] 192/1510 12% [======= ] 193/1510 12% [======= ] 194/1510 12% [======== ] 195/1510 12% [======== ] 196/1510 12% [======== ] 197/1510 13% [======== ] 198/1510 13% [======== ] 199/1510 13% [======== ] 200/1510 13% [======== ] 201/1510 13% [======== ] 202/1510 13% [======== ] 203/1510 13% [======== ] 204/1510 13% [======== ] 205/1510 13% [======== ] 206/1510 13% [======== ] 207/1510 13% [======== ] 208/1510 13% [======== ] 209/1510 13% [======== ] 210/1510 13% [======== ] 211/1510 13% [======== ] 212/1510 14% [======== ] 213/1510 14% [======== ] 214/1510 14% [======== ] 215/1510 14% [======== ] 216/1510 14% [======== ] 217/1510 14% [======== ] 218/1510 14% [======== ] 219/1510 14% [========= ] 220/1510 14% [========= ] 221/1510 14% [========= ] 222/1510 14% [========= ] 223/1510 14% [========= ] 224/1510 14% [========= ] 225/1510 14% [========= ] 226/1510 14% [========= ] 227/1510 15% [========= ] 228/1510 15% [========= ] 229/1510 15% [========= ] 230/1510 15% [========= ] 231/1510 15% [========= ] 232/1510 15% [========= ] 233/1510 15% [========= ] 234/1510 15% [========= ] 235/1510 15% [========= ] 236/1510 15% [========= ] 237/1510 15% [========= ] 238/1510 15% [========= ] 239/1510 15% [========= ] 240/1510 15% [========= ] 241/1510 15% [========= ] 242/1510 16% [========= ] 243/1510 16% [========== ] 244/1510 16% [========== ] 245/1510 16% [========== ] 246/1510 16% [========== ] 247/1510 16% [========== ] 248/1510 16% [========== ] 249/1510 16% [========== ] 250/1510 16% [========== ] 251/1510 16% [========== ] 252/1510 16% [========== ] 253/1510 16% [========== ] 254/1510 16% [========== ] 255/1510 16% [========== ] 256/1510 16% [========== ] 257/1510 17% [========== ] 258/1510 17% [========== ] 259/1510 17% [========== ] 260/1510 17% [========== ] 261/1510 17% [========== ] 262/1510 17% [========== ] 263/1510 17% [========== ] 264/1510 17% [========== ] 265/1510 17% [========== ] 266/1510 17% [========== ] 267/1510 17% [=========== ] 268/1510 17% [=========== ] 269/1510 17% [=========== ] 270/1510 17% [=========== ] 271/1510 17% [=========== ] 272/1510 18% [=========== ] 273/1510 18% [=========== ] 274/1510 18% [=========== ] 275/1510 18% [=========== ] 276/1510 18% [=========== ] 277/1510 18% [=========== ] 278/1510 18% [=========== ] 279/1510 18% [=========== ] 280/1510 18% [=========== ] 281/1510 18% [=========== ] 282/1510 18% [=========== ] 283/1510 18% [=========== ] 284/1510 18% [=========== ] 285/1510 18% [=========== ] 286/1510 18% [=========== ] 287/1510 19% [=========== ] 288/1510 19% [=========== ] 289/1510 19% [=========== ] 290/1510 19% [=========== ] 291/1510 19% [=========== ] 292/1510 19% [============ ] 293/1510 19% [============ ] 294/1510 19% [============ ] 295/1510 19% [============ ] 296/1510 19% [============ ] 297/1510 19% [============ ] 298/1510 19% [============ ] 299/1510 19% [============ ] 300/1510 19% [============ ] 301/1510 19% [============ ] 302/1510 20% [============ ] 303/1510 20% [============ ] 304/1510 20% [============ ] 305/1510 20% [============ ] 306/1510 20% [============ ] 307/1510 20% [============ ] 308/1510 20% [============ ] 309/1510 20% [============ ] 310/1510 20% [============ ] 311/1510 20% [============ ] 312/1510 20% [============ ] 313/1510 20% [============ ] 314/1510 20% [============ ] 315/1510 20% [============ ] 316/1510 20% [============= ] 317/1510 20% [============= ] 318/1510 21% [============= ] 319/1510 21% [============= ] 320/1510 21% [============= ] 321/1510 21% [============= ] 322/1510 21% [============= ] 323/1510 21% [============= ] 324/1510 21% [============= ] 325/1510 21% [============= ] 326/1510 21% [============= ] 327/1510 21% [============= ] 328/1510 21% [============= ] 329/1510 21% [============= ] 330/1510 21% [============= ] 331/1510 21% [============= ] 332/1510 21% [============= ] 333/1510 22% [============= ] 334/1510 22% [============= ] 335/1510 22% [============= ] 336/1510 22% [============= ] 337/1510 22% [============= ] 338/1510 22% [============= ] 339/1510 22% [============= ] 340/1510 22% [============== ] 341/1510 22% [============== ] 342/1510 22% [============== ] 343/1510 22% [============== ] 344/1510 22% [============== ] 345/1510 22% [============== ] 346/1510 22% [============== ] 347/1510 22% [============== ] 348/1510 23% [============== ] 349/1510 23% [============== ] 350/1510 23% [============== ] 351/1510 23% [============== ] 352/1510 23% [============== ] 353/1510 23% [============== ] 354/1510 23% [============== ] 355/1510 23% [============== ] 356/1510 23% [============== ] 357/1510 23% [============== ] 358/1510 23% [============== ] 359/1510 23% [============== ] 360/1510 23% [============== ] 361/1510 23% [============== ] 362/1510 23% [============== ] 363/1510 24% [============== ] 364/1510 24% [============== ] 365/1510 24% [=============== ] 366/1510 24% [=============== ] 367/1510 24% [=============== ] 368/1510 24% [=============== ] 369/1510 24% [=============== ] 370/1510 24% [=============== ] 371/1510 24% [=============== ] 372/1510 24% [=============== ] 373/1510 24% [=============== ] 374/1510 24% [=============== ] 375/1510 24% [=============== ] 376/1510 24% [=============== ] 377/1510 24% [=============== ] 378/1510 25% [=============== ] 379/1510 25% [=============== ] 380/1510 25% [=============== ] 381/1510 25% [=============== ] 382/1510 25% [=============== ] 383/1510 25% [=============== ] 384/1510 25% [=============== ] 385/1510 25% [=============== ] 386/1510 25% [=============== ] 387/1510 25% [=============== ] 388/1510 25% [=============== ] 389/1510 25% [================ ] 390/1510 25% [================ ] 391/1510 25% [================ ] 392/1510 25% [================ ] 393/1510 26% [================ ] 394/1510 26% [================ ] 395/1510 26% [================ ] 396/1510 26% [================ ] 397/1510 26% [================ ] 398/1510 26% [================ ] 399/1510 26% [================ ] 400/1510 26% [================ ] 401/1510 26% [================ ] 402/1510 26% [================ ] 403/1510 26% [================ ] 404/1510 26% [================ ] 405/1510 26% [================ ] 406/1510 26% [================ ] 407/1510 26% [================ ] 408/1510 27% [================ ] 409/1510 27% [================ ] 410/1510 27% [================ ] 411/1510 27% [================ ] 412/1510 27% [================ ] 413/1510 27% [================ ] 414/1510 27% [================= ] 415/1510 27% [================= ] 416/1510 27% [================= ] 417/1510 27% [================= ] 418/1510 27% [================= ] 419/1510 27% [================= ] 420/1510 27% [================= ] 421/1510 27% [================= ] 422/1510 27% [================= ] 423/1510 28% [================= ] 424/1510 28% [================= ] 425/1510 28% [================= ] 426/1510 28% [================= ] 427/1510 28% [================= ] 428/1510 28% [================= ] 429/1510 28% [================= ] 430/1510 28% [================= ] 431/1510 28% [================= ] 432/1510 28% [================= ] 433/1510 28% [================= ] 434/1510 28% [================= ] 435/1510 28% [================= ] 436/1510 28% [================= ] 437/1510 28% [================= ] 438/1510 29% [================== ] 439/1510 29% [================== ] 440/1510 29% [================== ] 441/1510 29% [================== ] 442/1510 29% [================== ] 443/1510 29% [================== ] 444/1510 29% [================== ] 445/1510 29% [================== ] 446/1510 29% [================== ] 447/1510 29% [================== ] 448/1510 29% [================== ] 449/1510 29% [================== ] 450/1510 29% [================== ] 451/1510 29% [================== ] 452/1510 29% [================== ] 453/1510 30% [================== ] 454/1510 30% [================== ] 455/1510 30% [================== ] 456/1510 30% [================== ] 457/1510 30% [================== ] 458/1510 30% [================== ] 459/1510 30% [================== ] 460/1510 30% [================== ] 461/1510 30% [================== ] 462/1510 30% [=================== ] 463/1510 30% [=================== ] 464/1510 30% [=================== ] 465/1510 30% [=================== ] 466/1510 30% [=================== ] 467/1510 30% [=================== ] 468/1510 30% [=================== ] 469/1510 31% [=================== ] 470/1510 31% [=================== ] 471/1510 31% [=================== ] 472/1510 31% [=================== ] 473/1510 31% [=================== ] 474/1510 31% [=================== ] 475/1510 31% [=================== ] 476/1510 31% [=================== ] 477/1510 31% [=================== ] 478/1510 31% [=================== ] 479/1510 31% [=================== ] 480/1510 31% [=================== ] 481/1510 31% [=================== ] 482/1510 31% [=================== ] 483/1510 31% [=================== ] 484/1510 32% [=================== ] 485/1510 32% [=================== ] 486/1510 32% [=================== ] 487/1510 32% [==================== ] 488/1510 32% [==================== ] 489/1510 32% [==================== ] 490/1510 32% [==================== ] 491/1510 32% [==================== ] 492/1510 32% [==================== ] 493/1510 32% [==================== ] 494/1510 32% [==================== ] 495/1510 32% [==================== ] 496/1510 32% [==================== ] 497/1510 32% [==================== ] 498/1510 32% [==================== ] 499/1510 33% [==================== ] 500/1510 33% [==================== ] 501/1510 33% [==================== ] 502/1510 33% [==================== ] 503/1510 33% [==================== ] 504/1510 33% [==================== ] 505/1510 33% [==================== ] 506/1510 33% [==================== ] 507/1510 33% [==================== ] 508/1510 33% [==================== ] 509/1510 33% [==================== ] 510/1510 33% [==================== ] 511/1510 33% [===================== ] 512/1510 33% [===================== ] 513/1510 33% [===================== ] 514/1510 34% [===================== ] 515/1510 34% [===================== ] 516/1510 34% [===================== ] 517/1510 34% [===================== ] 518/1510 34% [===================== ] 519/1510 34% [===================== ] 520/1510 34% [===================== ] 521/1510 34% [===================== ] 522/1510 34% [===================== ] 523/1510 34% [===================== ] 524/1510 34% [===================== ] 525/1510 34% [===================== ] 526/1510 34% [===================== ] 527/1510 34% [===================== ] 528/1510 34% [===================== ] 529/1510 35% [===================== ] 530/1510 35% [===================== ] 531/1510 35% [===================== ] 532/1510 35% [===================== ] 533/1510 35% [===================== ] 534/1510 35% [===================== ] 535/1510 35% [====================== ] 536/1510 35% [====================== ] 537/1510 35% [====================== ] 538/1510 35% [====================== ] 539/1510 35% [====================== ] 540/1510 35% [====================== ] 541/1510 35% [====================== ] 542/1510 35% [====================== ] 543/1510 35% [====================== ] 544/1510 36% [====================== ] 545/1510 36% [====================== ] 546/1510 36% [====================== ] 547/1510 36% [====================== ] 548/1510 36% [====================== ] 549/1510 36% [====================== ] 550/1510 36% [====================== ] 551/1510 36% [====================== ] 552/1510 36% [====================== ] 553/1510 36% [====================== ] 554/1510 36% [====================== ] 555/1510 36% [====================== ] 556/1510 36% [====================== ] 557/1510 36% [====================== ] 558/1510 36% [====================== ] 559/1510 37% [====================== ] 560/1510 37% [======================= ] 561/1510 37% [======================= ] 562/1510 37% [======================= ] 563/1510 37% [======================= ] 564/1510 37% [======================= ] 565/1510 37% [======================= ] 566/1510 37% [======================= ] 567/1510 37% [======================= ] 568/1510 37% [======================= ] 569/1510 37% [======================= ] 570/1510 37% [======================= ] 571/1510 37% [======================= ] 572/1510 37% [======================= ] 573/1510 37% [======================= ] 574/1510 38% [======================= ] 575/1510 38% [======================= ] 576/1510 38% [======================= ] 577/1510 38% [======================= ] 578/1510 38% [======================= ] 579/1510 38% [======================= ] 580/1510 38% [======================= ] 581/1510 38% [======================= ] 582/1510 38% [======================= ] 583/1510 38% [======================= ] 584/1510 38% [======================== ] 585/1510 38% [======================== ] 586/1510 38% [======================== ] 587/1510 38% [======================== ] 588/1510 38% [======================== ] 589/1510 39% [======================== ] 590/1510 39% [======================== ] 591/1510 39% [======================== ] 592/1510 39% [======================== ] 593/1510 39% [======================== ] 594/1510 39% [======================== ] 595/1510 39% [======================== ] 596/1510 39% [======================== ] 597/1510 39% [======================== ] 598/1510 39% [======================== ] 599/1510 39% [======================== ] 600/1510 39% [======================== ] 601/1510 39% [======================== ] 602/1510 39% [======================== ] 603/1510 39% [======================== ] 604/1510 40% [======================== ] 605/1510 40% [======================== ] 606/1510 40% [======================== ] 607/1510 40% [======================== ] 608/1510 40% [========================= ] 609/1510 40% [========================= ] 610/1510 40% [========================= ] 611/1510 40% [========================= ] 612/1510 40% [========================= ] 613/1510 40% [========================= ] 614/1510 40% [========================= ] 615/1510 40% [========================= ] 616/1510 40% [========================= ] 617/1510 40% [========================= ] 618/1510 40% [========================= ] 619/1510 40% [========================= ] 620/1510 41% [========================= ] 621/1510 41% [========================= ] 622/1510 41% [========================= ] 623/1510 41% [========================= ] 624/1510 41% [========================= ] 625/1510 41% [========================= ] 626/1510 41% [========================= ] 627/1510 41% [========================= ] 628/1510 41% [========================= ] 629/1510 41% [========================= ] 630/1510 41% [========================= ] 631/1510 41% [========================= ] 632/1510 41% [========================= ] 633/1510 41% [========================== ] 634/1510 41% [========================== ] 635/1510 42% [========================== ] 636/1510 42% [========================== ] 637/1510 42% [========================== ] 638/1510 42% [========================== ] 639/1510 42% [========================== ] 640/1510 42% [========================== ] 641/1510 42% [========================== ] 642/1510 42% [========================== ] 643/1510 42% [========================== ] 644/1510 42% [========================== ] 645/1510 42% [========================== ] 646/1510 42% [========================== ] 647/1510 42% [========================== ] 648/1510 42% [========================== ] 649/1510 42% [========================== ] 650/1510 43% [========================== ] 651/1510 43% [========================== ] 652/1510 43% [========================== ] 653/1510 43% [========================== ] 654/1510 43% [========================== ] 655/1510 43% [========================== ] 656/1510 43% [========================== ] 657/1510 43% [=========================== ] 658/1510 43% [=========================== ] 659/1510 43% [=========================== ] 660/1510 43% [=========================== ] 661/1510 43% [=========================== ] 662/1510 43% [=========================== ] 663/1510 43% [=========================== ] 664/1510 43% [=========================== ] 665/1510 44% [=========================== ] 666/1510 44% [=========================== ] 667/1510 44% [=========================== ] 668/1510 44% [=========================== ] 669/1510 44% [=========================== ] 670/1510 44% [=========================== ] 671/1510 44% [=========================== ] 672/1510 44% [=========================== ] 673/1510 44% [=========================== ] 674/1510 44% [=========================== ] 675/1510 44% [=========================== ] 676/1510 44% [=========================== ] 677/1510 44% [=========================== ] 678/1510 44% [=========================== ] 679/1510 44% [=========================== ] 680/1510 45% [=========================== ] 681/1510 45% [============================ ] 682/1510 45% [============================ ] 683/1510 45% [============================ ] 684/1510 45% [============================ ] 685/1510 45% [============================ ] 686/1510 45% [============================ ] 687/1510 45% [============================ ] 688/1510 45% [============================ ] 689/1510 45% [============================ ] 690/1510 45% [============================ ] 691/1510 45% [============================ ] 692/1510 45% [============================ ] 693/1510 45% [============================ ] 694/1510 45% [============================ ] 695/1510 46% [============================ ] 696/1510 46% [============================ ] 697/1510 46% [============================ ] 698/1510 46% [============================ ] 699/1510 46% [============================ ] 700/1510 46% [============================ ] 701/1510 46% [============================ ] 702/1510 46% [============================ ] 703/1510 46% [============================ ] 704/1510 46% [============================ ] 705/1510 46% [============================ ] 706/1510 46% [============================= ] 707/1510 46% [============================= ] 708/1510 46% [============================= ] 709/1510 46% [============================= ] 710/1510 47% [============================= ] 711/1510 47% [============================= ] 712/1510 47% [============================= ] 713/1510 47% [============================= ] 714/1510 47% [============================= ] 715/1510 47% [============================= ] 716/1510 47% [============================= ] 717/1510 47% [============================= ] 718/1510 47% [============================= ] 719/1510 47% [============================= ] 720/1510 47% [============================= ] 721/1510 47% [============================= ] 722/1510 47% [============================= ] 723/1510 47% [============================= ] 724/1510 47% [============================= ] 725/1510 48% [============================= ] 726/1510 48% [============================= ] 727/1510 48% [============================= ] 728/1510 48% [============================= ] 729/1510 48% [============================= ] 730/1510 48% [============================== ] 731/1510 48% [============================== ] 732/1510 48% [============================== ] 733/1510 48% [============================== ] 734/1510 48% [============================== ] 735/1510 48% [============================== ] 736/1510 48% [============================== ] 737/1510 48% [============================== ] 738/1510 48% [============================== ] 739/1510 48% [============================== ] 740/1510 49% [============================== ] 741/1510 49% [============================== ] 742/1510 49% [============================== ] 743/1510 49% [============================== ] 744/1510 49% [============================== ] 745/1510 49% [============================== ] 746/1510 49% [============================== ] 747/1510 49% [============================== ] 748/1510 49% [============================== ] 749/1510 49% [============================== ] 750/1510 49% [============================== ] 751/1510 49% [============================== ] 752/1510 49% [============================== ] 753/1510 49% [============================== ] 754/1510 49% [=============================== ] 755/1510 50% [=============================== ] 756/1510 50% [=============================== ] 757/1510 50% [=============================== ] 758/1510 50% [=============================== ] 759/1510 50% [=============================== ] 760/1510 50% [=============================== ] 761/1510 50% [=============================== ] 762/1510 50% [=============================== ] 763/1510 50% [=============================== ] 764/1510 50% [=============================== ] 765/1510 50% [=============================== ] 766/1510 50% [=============================== ] 767/1510 50% [=============================== ] 768/1510 50% [=============================== ] 769/1510 50% [=============================== ] 770/1510 50% [=============================== ] 771/1510 51% [=============================== ] 772/1510 51% [=============================== ] 773/1510 51% [=============================== ] 774/1510 51% [=============================== ] 775/1510 51% [=============================== ] 776/1510 51% [=============================== ] 777/1510 51% [=============================== ] 778/1510 51% [=============================== ] 779/1510 51% [================================ ] 780/1510 51% [================================ ] 781/1510 51% [================================ ] 782/1510 51% [================================ ] 783/1510 51% [================================ ] 784/1510 51% [================================ ] 785/1510 51% [================================ ] 786/1510 52% [================================ ] 787/1510 52% [================================ ] 788/1510 52% [================================ ] 789/1510 52% [================================ ] 790/1510 52% [================================ ] 791/1510 52% [================================ ] 792/1510 52% [================================ ] 793/1510 52% [================================ ] 794/1510 52% [================================ ] 795/1510 52% [================================ ] 796/1510 52% [================================ ] 797/1510 52% [================================ ] 798/1510 52% [================================ ] 799/1510 52% [================================ ] 800/1510 52% [================================ ] 801/1510 53% [================================ ] 802/1510 53% [================================ ] 803/1510 53% [================================= ] 804/1510 53% [================================= ] 805/1510 53% [================================= ] 806/1510 53% [================================= ] 807/1510 53% [================================= ] 808/1510 53% [================================= ] 809/1510 53% [================================= ] 810/1510 53% [================================= ] 811/1510 53% [================================= ] 812/1510 53% [================================= ] 813/1510 53% [================================= ] 814/1510 53% [================================= ] 815/1510 53% [================================= ] 816/1510 54% [================================= ] 817/1510 54% [================================= ] 818/1510 54% [================================= ] 819/1510 54% [================================= ] 820/1510 54% [================================= ] 821/1510 54% [================================= ] 822/1510 54% [================================= ] 823/1510 54% [================================= ] 824/1510 54% [================================= ] 825/1510 54% [================================= ] 826/1510 54% [================================= ] 827/1510 54% [================================= ] 828/1510 54% [================================== ] 829/1510 54% [================================== ] 830/1510 54% [================================== ] 831/1510 55% [================================== ] 832/1510 55% [================================== ] 833/1510 55% [================================== ] 834/1510 55% [================================== ] 835/1510 55% [================================== ] 836/1510 55% [================================== ] 837/1510 55% [================================== ] 838/1510 55% [================================== ] 839/1510 55% [================================== ] 840/1510 55% [================================== ] 841/1510 55% [================================== ] 842/1510 55% [================================== ] 843/1510 55% [================================== ] 844/1510 55% [================================== ] 845/1510 55% [================================== ] 846/1510 56% [================================== ] 847/1510 56% [================================== ] 848/1510 56% [================================== ] 849/1510 56% [================================== ] 850/1510 56% [================================== ] 851/1510 56% [================================== ] 852/1510 56% [=================================== ] 853/1510 56% [=================================== ] 854/1510 56% [=================================== ] 855/1510 56% [=================================== ] 856/1510 56% [=================================== ] 857/1510 56% [=================================== ] 858/1510 56% [=================================== ] 859/1510 56% [=================================== ] 860/1510 56% [=================================== ] 861/1510 57% [=================================== ] 862/1510 57% [=================================== ] 863/1510 57% [=================================== ] 864/1510 57% [=================================== ] 865/1510 57% [=================================== ] 866/1510 57% [=================================== ] 867/1510 57% [=================================== ] 868/1510 57% [=================================== ] 869/1510 57% [=================================== ] 870/1510 57% [=================================== ] 871/1510 57% [=================================== ] 872/1510 57% [=================================== ] 873/1510 57% [=================================== ] 874/1510 57% [=================================== ] 875/1510 57% [=================================== ] 876/1510 58% [==================================== ] 877/1510 58% [==================================== ] 878/1510 58% [==================================== ] 879/1510 58% [==================================== ] 880/1510 58% [==================================== ] 881/1510 58% [==================================== ] 882/1510 58% [==================================== ] 883/1510 58% [==================================== ] 884/1510 58% [==================================== ] 885/1510 58% [==================================== ] 886/1510 58% [==================================== ] 887/1510 58% [==================================== ] 888/1510 58% [==================================== ] 889/1510 58% [==================================== ] 890/1510 58% [==================================== ] 891/1510 59% [==================================== ] 892/1510 59% [==================================== ] 893/1510 59% [==================================== ] 894/1510 59% [==================================== ] 895/1510 59% [==================================== ] 896/1510 59% [==================================== ] 897/1510 59% [==================================== ] 898/1510 59% [==================================== ] 899/1510 59% [==================================== ] 900/1510 59% [==================================== ] 901/1510 59% [===================================== ] 902/1510 59% [===================================== ] 903/1510 59% [===================================== ] 904/1510 59% [===================================== ] 905/1510 59% [===================================== ] 906/1510 60% [===================================== ] 907/1510 60% [===================================== ] 908/1510 60% [===================================== ] 909/1510 60% [===================================== ] 910/1510 60% [===================================== ] 911/1510 60% [===================================== ] 912/1510 60% [===================================== ] 913/1510 60% [===================================== ] 914/1510 60% [===================================== ] 915/1510 60% [===================================== ] 916/1510 60% [===================================== ] 917/1510 60% [===================================== ] 918/1510 60% [===================================== ] 919/1510 60% [===================================== ] 920/1510 60% [===================================== ] 921/1510 60% [===================================== ] 922/1510 61% [===================================== ] 923/1510 61% [===================================== ] 924/1510 61% [===================================== ] 925/1510 61% [====================================== ] 926/1510 61% [====================================== ] 927/1510 61% [====================================== ] 928/1510 61% [====================================== ] 929/1510 61% [====================================== ] 930/1510 61% [====================================== ] 931/1510 61% [====================================== ] 932/1510 61% [====================================== ] 933/1510 61% [====================================== ] 934/1510 61% [====================================== ] 935/1510 61% [====================================== ] 936/1510 61% [====================================== ] 937/1510 62% [====================================== ] 938/1510 62% [====================================== ] 939/1510 62% [====================================== ] 940/1510 62% [====================================== ] 941/1510 62% [====================================== ] 942/1510 62% [====================================== ] 943/1510 62% [====================================== ] 944/1510 62% [====================================== ] 945/1510 62% [====================================== ] 946/1510 62% [====================================== ] 947/1510 62% [====================================== ] 948/1510 62% [====================================== ] 949/1510 62% [======================================= ] 950/1510 62% [======================================= ] 951/1510 62% [======================================= ] 952/1510 63% [======================================= ] 953/1510 63% [======================================= ] 954/1510 63% [======================================= ] 955/1510 63% [======================================= ] 956/1510 63% [======================================= ] 957/1510 63% [======================================= ] 958/1510 63% [======================================= ] 959/1510 63% [======================================= ] 960/1510 63% [======================================= ] 961/1510 63% [======================================= ] 962/1510 63% [======================================= ] 963/1510 63% [======================================= ] 964/1510 63% [======================================= ] 965/1510 63% [======================================= ] 966/1510 63% [======================================= ] 967/1510 64% [======================================= ] 968/1510 64% [======================================= ] 969/1510 64% [======================================= ] 970/1510 64% [======================================= ] 971/1510 64% [======================================= ] 972/1510 64% [======================================= ] 973/1510 64% [======================================= ] 974/1510 64% [======================================== ] 975/1510 64% [======================================== ] 976/1510 64% [======================================== ] 977/1510 64% [======================================== ] 978/1510 64% [======================================== ] 979/1510 64% [======================================== ] 980/1510 64% [======================================== ] 981/1510 64% [======================================== ] 982/1510 65% [======================================== ] 983/1510 65% [======================================== ] 984/1510 65% [======================================== ] 985/1510 65% [======================================== ] 986/1510 65% [======================================== ] 987/1510 65% [======================================== ] 988/1510 65% [======================================== ] 989/1510 65% [======================================== ] 990/1510 65% [======================================== ] 991/1510 65% [======================================== ] 992/1510 65% [======================================== ] 993/1510 65% [======================================== ] 994/1510 65% [======================================== ] 995/1510 65% [======================================== ] 996/1510 65% [======================================== ] 997/1510 66% [======================================== ] 998/1510 66% [========================================= ] 999/1510 66% [========================================= ] 1000/1510 66% [========================================= ] 1001/1510 66% [========================================= ] 1002/1510 66% [========================================= ] 1003/1510 66% [========================================= ] 1004/1510 66% [========================================= ] 1005/1510 66% [========================================= ] 1006/1510 66% [========================================= ] 1007/1510 66% [========================================= ] 1008/1510 66% [========================================= ] 1009/1510 66% [========================================= ] 1010/1510 66% [========================================= ] 1011/1510 66% [========================================= ] 1012/1510 67% [========================================= ] 1013/1510 67% [========================================= ] 1014/1510 67% [========================================= ] 1015/1510 67% [========================================= ] 1016/1510 67% [========================================= ] 1017/1510 67% [========================================= ] 1018/1510 67% [========================================= ] 1019/1510 67% [========================================= ] 1020/1510 67% [========================================= ] 1021/1510 67% [========================================= ] 1022/1510 67% [========================================== ] 1023/1510 67% [========================================== ] 1024/1510 67% [========================================== ] 1025/1510 67% [========================================== ] 1026/1510 67% [========================================== ] 1027/1510 68% [========================================== ] 1028/1510 68% [========================================== ] 1029/1510 68% [========================================== ] 1030/1510 68% [========================================== ] 1031/1510 68% [========================================== ] 1032/1510 68% [========================================== ] 1033/1510 68% [========================================== ] 1034/1510 68% [========================================== ] 1035/1510 68% [========================================== ] 1036/1510 68% [========================================== ] 1037/1510 68% [========================================== ] 1038/1510 68% [========================================== ] 1039/1510 68% [========================================== ] 1040/1510 68% [========================================== ] 1041/1510 68% [========================================== ] 1042/1510 69% [========================================== ] 1043/1510 69% [========================================== ] 1044/1510 69% [========================================== ] 1045/1510 69% [========================================== ] 1046/1510 69% [========================================== ] 1047/1510 69% [=========================================== ] 1048/1510 69% [=========================================== ] 1049/1510 69% [=========================================== ] 1050/1510 69% [=========================================== ] 1051/1510 69% [=========================================== ] 1052/1510 69% [=========================================== ] 1053/1510 69% [=========================================== ] 1054/1510 69% [=========================================== ] 1055/1510 69% [=========================================== ] 1056/1510 69% [=========================================== ] 1057/1510 70% [=========================================== ] 1058/1510 70% [=========================================== ] 1059/1510 70% [=========================================== ] 1060/1510 70% [=========================================== ] 1061/1510 70% [=========================================== ] 1062/1510 70% [=========================================== ] 1063/1510 70% [=========================================== ] 1064/1510 70% [=========================================== ] 1065/1510 70% [=========================================== ] 1066/1510 70% [=========================================== ] 1067/1510 70% [=========================================== ] 1068/1510 70% [=========================================== ] 1069/1510 70% [=========================================== ] 1070/1510 70% [=========================================== ] 1071/1510 70% [============================================ ] 1072/1510 70% [============================================ ] 1073/1510 71% [============================================ ] 1074/1510 71% [============================================ ] 1075/1510 71% [============================================ ] 1076/1510 71% [============================================ ] 1077/1510 71% [============================================ ] 1078/1510 71% [============================================ ] 1079/1510 71% [============================================ ] 1080/1510 71% [============================================ ] 1081/1510 71% [============================================ ] 1082/1510 71% [============================================ ] 1083/1510 71% [============================================ ] 1084/1510 71% [============================================ ] 1085/1510 71% [============================================ ] 1086/1510 71% [============================================ ] 1087/1510 71% [============================================ ] 1088/1510 72% [============================================ ] 1089/1510 72% [============================================ ] 1090/1510 72% [============================================ ] 1091/1510 72% [============================================ ] 1092/1510 72% [============================================ ] 1093/1510 72% [============================================ ] 1094/1510 72% [============================================ ] 1095/1510 72% [============================================= ] 1096/1510 72% [============================================= ] 1097/1510 72% [============================================= ] 1098/1510 72% [============================================= ] 1099/1510 72% [============================================= ] 1100/1510 72% [============================================= ] 1101/1510 72% [============================================= ] 1102/1510 72% [============================================= ] 1103/1510 73% [============================================= ] 1104/1510 73% [============================================= ] 1105/1510 73% [============================================= ] 1106/1510 73% [============================================= ] 1107/1510 73% [============================================= ] 1108/1510 73% [============================================= ] 1109/1510 73% [============================================= ] 1110/1510 73% [============================================= ] 1111/1510 73% [============================================= ] 1112/1510 73% [============================================= ] 1113/1510 73% [============================================= ] 1114/1510 73% [============================================= ] 1115/1510 73% [============================================= ] 1116/1510 73% [============================================= ] 1117/1510 73% [============================================= ] 1118/1510 74% [============================================= ] 1119/1510 74% [============================================= ] 1120/1510 74% [============================================== ] 1121/1510 74% [============================================== ] 1122/1510 74% [============================================== ] 1123/1510 74% [============================================== ] 1124/1510 74% [============================================== ] 1125/1510 74% [============================================== ] 1126/1510 74% [============================================== ] 1127/1510 74% [============================================== ] 1128/1510 74% [============================================== ] 1129/1510 74% [============================================== ] 1130/1510 74% [============================================== ] 1131/1510 74% [============================================== ] 1132/1510 74% [============================================== ] 1133/1510 75% [============================================== ] 1134/1510 75% [============================================== ] 1135/1510 75% [============================================== ] 1136/1510 75% [============================================== ] 1137/1510 75% [============================================== ] 1138/1510 75% [============================================== ] 1139/1510 75% [============================================== ] 1140/1510 75% [============================================== ] 1141/1510 75% [============================================== ] 1142/1510 75% [============================================== ] 1143/1510 75% [============================================== ] 1144/1510 75% [=============================================== ] 1145/1510 75% [=============================================== ] 1146/1510 75% [=============================================== ] 1147/1510 75% [=============================================== ] 1148/1510 76% [=============================================== ] 1149/1510 76% [=============================================== ] 1150/1510 76% [=============================================== ] 1151/1510 76% [=============================================== ] 1152/1510 76% [=============================================== ] 1153/1510 76% [=============================================== ] 1154/1510 76% [=============================================== ] 1155/1510 76% [=============================================== ] 1156/1510 76% [=============================================== ] 1157/1510 76% [=============================================== ] 1158/1510 76% [=============================================== ] 1159/1510 76% [=============================================== ] 1160/1510 76% [=============================================== ] 1161/1510 76% [=============================================== ] 1162/1510 76% [=============================================== ] 1163/1510 77% [=============================================== ] 1164/1510 77% [=============================================== ] 1165/1510 77% [=============================================== ] 1166/1510 77% [=============================================== ] 1167/1510 77% [=============================================== ] 1168/1510 77% [=============================================== ] 1169/1510 77% [================================================ ] 1170/1510 77% [================================================ ] 1171/1510 77% [================================================ ] 1172/1510 77% [================================================ ] 1173/1510 77% [================================================ ] 1174/1510 77% [================================================ ] 1175/1510 77% [================================================ ] 1176/1510 77% [================================================ ] 1177/1510 77% [================================================ ] 1178/1510 78% [================================================ ] 1179/1510 78% [================================================ ] 1180/1510 78% [================================================ ] 1181/1510 78% [================================================ ] 1182/1510 78% [================================================ ] 1183/1510 78% [================================================ ] 1184/1510 78% [================================================ ] 1185/1510 78% [================================================ ] 1186/1510 78% [================================================ ] 1187/1510 78% [================================================ ] 1188/1510 78% [================================================ ] 1189/1510 78% [================================================ ] 1190/1510 78% [================================================ ] 1191/1510 78% [================================================ ] 1192/1510 78% [================================================ ] 1193/1510 79% [================================================= ] 1194/1510 79% [================================================= ] 1195/1510 79% [================================================= ] 1196/1510 79% [================================================= ] 1197/1510 79% [================================================= ] 1198/1510 79% [================================================= ] 1199/1510 79% [================================================= ] 1200/1510 79% [================================================= ] 1201/1510 79% [================================================= ] 1202/1510 79% [================================================= ] 1203/1510 79% [================================================= ] 1204/1510 79% [================================================= ] 1205/1510 79% [================================================= ] 1206/1510 79% [================================================= ] 1207/1510 79% [================================================= ] 1208/1510 80% [================================================= ] 1209/1510 80% [================================================= ] 1210/1510 80% [================================================= ] 1211/1510 80% [================================================= ] 1212/1510 80% [================================================= ] 1213/1510 80% [================================================= ] 1214/1510 80% [================================================= ] 1215/1510 80% [================================================= ] 1216/1510 80% [================================================= ] 1217/1510 80% [================================================== ] 1218/1510 80% [================================================== ] 1219/1510 80% [================================================== ] 1220/1510 80% [================================================== ] 1221/1510 80% [================================================== ] 1222/1510 80% [================================================== ] 1223/1510 80% [================================================== ] 1224/1510 81% [================================================== ] 1225/1510 81% [================================================== ] 1226/1510 81% [================================================== ] 1227/1510 81% [================================================== ] 1228/1510 81% [================================================== ] 1229/1510 81% [================================================== ] 1230/1510 81% [================================================== ] 1231/1510 81% [================================================== ] 1232/1510 81% [================================================== ] 1233/1510 81% [================================================== ] 1234/1510 81% [================================================== ] 1235/1510 81% [================================================== ] 1236/1510 81% [================================================== ] 1237/1510 81% [================================================== ] 1238/1510 81% [================================================== ] 1239/1510 82% [================================================== ] 1240/1510 82% [================================================== ] 1241/1510 82% [================================================== ] 1242/1510 82% [=================================================== ] 1243/1510 82% [=================================================== ] 1244/1510 82% [=================================================== ] 1245/1510 82% [=================================================== ] 1246/1510 82% [=================================================== ] 1247/1510 82% [=================================================== ] 1248/1510 82% [=================================================== ] 1249/1510 82% [=================================================== ] 1250/1510 82% [=================================================== ] 1251/1510 82% [=================================================== ] 1252/1510 82% [=================================================== ] 1253/1510 82% [=================================================== ] 1254/1510 83% [=================================================== ] 1255/1510 83% [=================================================== ] 1256/1510 83% [=================================================== ] 1257/1510 83% [=================================================== ] 1258/1510 83% [=================================================== ] 1259/1510 83% [=================================================== ] 1260/1510 83% [=================================================== ] 1261/1510 83% [=================================================== ] 1262/1510 83% [=================================================== ] 1263/1510 83% [=================================================== ] 1264/1510 83% [=================================================== ] 1265/1510 83% [=================================================== ] 1266/1510 83% [==================================================== ] 1267/1510 83% [==================================================== ] 1268/1510 83% [==================================================== ] 1269/1510 84% [==================================================== ] 1270/1510 84% [==================================================== ] 1271/1510 84% [==================================================== ] 1272/1510 84% [==================================================== ] 1273/1510 84% [==================================================== ] 1274/1510 84% [==================================================== ] 1275/1510 84% [==================================================== ] 1276/1510 84% [==================================================== ] 1277/1510 84% [==================================================== ] 1278/1510 84% [==================================================== ] 1279/1510 84% [==================================================== ] 1280/1510 84% [==================================================== ] 1281/1510 84% [==================================================== ] 1282/1510 84% [==================================================== ] 1283/1510 84% [==================================================== ] 1284/1510 85% [==================================================== ] 1285/1510 85% [==================================================== ] 1286/1510 85% [==================================================== ] 1287/1510 85% [==================================================== ] 1288/1510 85% [==================================================== ] 1289/1510 85% [==================================================== ] 1290/1510 85% [===================================================== ] 1291/1510 85% [===================================================== ] 1292/1510 85% [===================================================== ] 1293/1510 85% [===================================================== ] 1294/1510 85% [===================================================== ] 1295/1510 85% [===================================================== ] 1296/1510 85% [===================================================== ] 1297/1510 85% [===================================================== ] 1298/1510 85% [===================================================== ] 1299/1510 86% [===================================================== ] 1300/1510 86% [===================================================== ] 1301/1510 86% [===================================================== ] 1302/1510 86% [===================================================== ] 1303/1510 86% [===================================================== ] 1304/1510 86% [===================================================== ] 1305/1510 86% [===================================================== ] 1306/1510 86% [===================================================== ] 1307/1510 86% [===================================================== ] 1308/1510 86% [===================================================== ] 1309/1510 86% [===================================================== ] 1310/1510 86% [===================================================== ] 1311/1510 86% [===================================================== ] 1312/1510 86% [===================================================== ] 1313/1510 86% [===================================================== ] 1314/1510 87% [===================================================== ] 1315/1510 87% [====================================================== ] 1316/1510 87% [====================================================== ] 1317/1510 87% [====================================================== ] 1318/1510 87% [====================================================== ] 1319/1510 87% [====================================================== ] 1320/1510 87% [====================================================== ] 1321/1510 87% [====================================================== ] 1322/1510 87% [====================================================== ] 1323/1510 87% [====================================================== ] 1324/1510 87% [====================================================== ] 1325/1510 87% [====================================================== ] 1326/1510 87% [====================================================== ] 1327/1510 87% [====================================================== ] 1328/1510 87% [====================================================== ] 1329/1510 88% [====================================================== ] 1330/1510 88% [====================================================== ] 1331/1510 88% [====================================================== ] 1332/1510 88% [====================================================== ] 1333/1510 88% [====================================================== ] 1334/1510 88% [====================================================== ] 1335/1510 88% [====================================================== ] 1336/1510 88% [====================================================== ] 1337/1510 88% [====================================================== ] 1338/1510 88% [====================================================== ] 1339/1510 88% [======================================================= ] 1340/1510 88% [======================================================= ] 1341/1510 88% [======================================================= ] 1342/1510 88% [======================================================= ] 1343/1510 88% [======================================================= ] 1344/1510 89% [======================================================= ] 1345/1510 89% [======================================================= ] 1346/1510 89% [======================================================= ] 1347/1510 89% [======================================================= ] 1348/1510 89% [======================================================= ] 1349/1510 89% [======================================================= ] 1350/1510 89% [======================================================= ] 1351/1510 89% [======================================================= ] 1352/1510 89% [======================================================= ] 1353/1510 89% [======================================================= ] 1354/1510 89% [======================================================= ] 1355/1510 89% [======================================================= ] 1356/1510 89% [======================================================= ] 1357/1510 89% [======================================================= ] 1358/1510 89% [======================================================= ] 1359/1510 90% [======================================================= ] 1360/1510 90% [======================================================= ] 1361/1510 90% [======================================================= ] 1362/1510 90% [======================================================= ] 1363/1510 90% [======================================================== ] 1364/1510 90% [======================================================== ] 1365/1510 90% [======================================================== ] 1366/1510 90% [======================================================== ] 1367/1510 90% [======================================================== ] 1368/1510 90% [======================================================== ] 1369/1510 90% [======================================================== ] 1370/1510 90% [======================================================== ] 1371/1510 90% [======================================================== ] 1372/1510 90% [======================================================== ] 1373/1510 90% [======================================================== ] 1374/1510 90% [======================================================== ] 1375/1510 91% [======================================================== ] 1376/1510 91% [======================================================== ] 1377/1510 91% [======================================================== ] 1378/1510 91% [======================================================== ] 1379/1510 91% [======================================================== ] 1380/1510 91% [======================================================== ] 1381/1510 91% [======================================================== ] 1382/1510 91% [======================================================== ] 1383/1510 91% [======================================================== ] 1384/1510 91% [======================================================== ] 1385/1510 91% [======================================================== ] 1386/1510 91% [======================================================== ] 1387/1510 91% [======================================================== ] 1388/1510 91% [========================================================= ] 1389/1510 91% [========================================================= ] 1390/1510 92% [========================================================= ] 1391/1510 92% [========================================================= ] 1392/1510 92% [========================================================= ] 1393/1510 92% [========================================================= ] 1394/1510 92% [========================================================= ] 1395/1510 92% [========================================================= ] 1396/1510 92% [========================================================= ] 1397/1510 92% [========================================================= ] 1398/1510 92% [========================================================= ] 1399/1510 92% [========================================================= ] 1400/1510 92% [========================================================= ] 1401/1510 92% [========================================================= ] 1402/1510 92% [========================================================= ] 1403/1510 92% [========================================================= ] 1404/1510 92% [========================================================= ] 1405/1510 93% [========================================================= ] 1406/1510 93% [========================================================= ] 1407/1510 93% [========================================================= ] 1408/1510 93% [========================================================= ] 1409/1510 93% [========================================================= ] 1410/1510 93% [========================================================= ] 1411/1510 93% [========================================================= ] 1412/1510 93% [========================================================== ] 1413/1510 93% [========================================================== ] 1414/1510 93% [========================================================== ] 1415/1510 93% [========================================================== ] 1416/1510 93% [========================================================== ] 1417/1510 93% [========================================================== ] 1418/1510 93% [========================================================== ] 1419/1510 93% [========================================================== ] 1420/1510 94% [========================================================== ] 1421/1510 94% [========================================================== ] 1422/1510 94% [========================================================== ] 1423/1510 94% [========================================================== ] 1424/1510 94% [========================================================== ] 1425/1510 94% [========================================================== ] 1426/1510 94% [========================================================== ] 1427/1510 94% [========================================================== ] 1428/1510 94% [========================================================== ] 1429/1510 94% [========================================================== ] 1430/1510 94% [========================================================== ] 1431/1510 94% [========================================================== ] 1432/1510 94% [========================================================== ] 1433/1510 94% [========================================================== ] 1434/1510 94% [========================================================== ] 1435/1510 95% [========================================================== ] 1436/1510 95% [=========================================================== ] 1437/1510 95% [=========================================================== ] 1438/1510 95% [=========================================================== ] 1439/1510 95% [=========================================================== ] 1440/1510 95% [=========================================================== ] 1441/1510 95% [=========================================================== ] 1442/1510 95% [=========================================================== ] 1443/1510 95% [=========================================================== ] 1444/1510 95% [=========================================================== ] 1445/1510 95% [=========================================================== ] 1446/1510 95% [=========================================================== ] 1447/1510 95% [=========================================================== ] 1448/1510 95% [=========================================================== ] 1449/1510 95% [=========================================================== ] 1450/1510 96% [=========================================================== ] 1451/1510 96% [=========================================================== ] 1452/1510 96% [=========================================================== ] 1453/1510 96% [=========================================================== ] 1454/1510 96% [=========================================================== ] 1455/1510 96% [=========================================================== ] 1456/1510 96% [=========================================================== ] 1457/1510 96% [=========================================================== ] 1458/1510 96% [=========================================================== ] 1459/1510 96% [=========================================================== ] 1460/1510 96% [=========================================================== ] 1461/1510 96% [============================================================ ] 1462/1510 96% [============================================================ ] 1463/1510 96% [============================================================ ] 1464/1510 96% [============================================================ ] 1465/1510 97% [============================================================ ] 1466/1510 97% [============================================================ ] 1467/1510 97% [============================================================ ] 1468/1510 97% [============================================================ ] 1469/1510 97% [============================================================ ] 1470/1510 97% [============================================================ ] 1471/1510 97% [============================================================ ] 1472/1510 97% [============================================================ ] 1473/1510 97% [============================================================ ] 1474/1510 97% [============================================================ ] 1475/1510 97% [============================================================ ] 1476/1510 97% [============================================================ ] 1477/1510 97% [============================================================ ] 1478/1510 97% [============================================================ ] 1479/1510 97% [============================================================ ] 1480/1510 98% [============================================================ ] 1481/1510 98% [============================================================ ] 1482/1510 98% [============================================================ ] 1483/1510 98% [============================================================ ] 1484/1510 98% [============================================================ ] 1485/1510 98% [============================================================= ] 1486/1510 98% [============================================================= ] 1487/1510 98% [============================================================= ] 1488/1510 98% [============================================================= ] 1489/1510 98% [============================================================= ] 1490/1510 98% [============================================================= ] 1491/1510 98% [============================================================= ] 1492/1510 98% [============================================================= ] 1493/1510 98% [============================================================= ] 1494/1510 98% [============================================================= ] 1495/1510 99% [============================================================= ] 1496/1510 99% [============================================================= ] 1497/1510 99% [============================================================= ] 1498/1510 99% [============================================================= ] 1499/1510 99% [============================================================= ] 1500/1510 99% [============================================================= ] 1501/1510 99% [============================================================= ] 1502/1510 99% [============================================================= ] 1503/1510 99% [============================================================= ] 1504/1510 99% [============================================================= ] 1505/1510 99% [============================================================= ] 1506/1510 99% [============================================================= ] 1507/1510 99% [============================================================= ] 1508/1510 99% [============================================================= ] 1509/1510 99% [==============================================================] 1510/1510 100% operation complete, 1510 objects in 21301 NAND pages. ln -snf /home/autobuild/autobuild/instance-2/output-1/host/i686-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-2/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-2/buildroot' >>> Buildroot 2024.05-59-g1b3ed2610d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-ccache 4.9.1 Collecting legal info LICENSE.adoc: OK (sha256: a6aea7358a30ded3f8abbff979219bdbe7b7a9aa489a8c70030afd96a83caf84) GPL-3.0.txt: OK (sha256: 80b5112739a423dfac7bed1ca8a1df3cccda3d794425441997d4462b83db4dd5) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-hiredis 1.2.0 Collecting legal info COPYING: OK (sha256: dca05ce8fc87a8261783b4aed0deef8becc9350b6aa770bc714d0c1833b896eb) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-5-ge0910f1d3278f05439fb434ee528fc9be1b6bd5e Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> 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-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.9.4 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> bird 2.0.12 Collecting legal info README: OK (sha256: 94c53c84320078920ac1f0d49c81a4e9004512f534521a58bdf145acbcbc2cd2) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> brcmfmac_sdio-firmware-rpi 26ff205b45dc109b498a70aaf182804ad9dbfea5 Collecting legal info LICENSE: OK (sha256: ea8b7b7b6cfc6fd30587ed977100f6a542734ce53218b5b63de16180acddd599) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> can-utils 2023.03 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> check 11970a7e112dfe243a2e68773f014687df2900e8 Collecting legal info COPYING.LESSER: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> dhcpdump 1.9 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> enscript 1.6.6 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> execline 2.9.5.1 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> skalibs 2.14.1.1 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> host-firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> zlib Collecting legal info >>> zlib-ng 2.1.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> fxdiv 63058eff77e11aa15bf531df5dd34395ec3017c8 Collecting legal info LICENSE: OK (sha256: 7cac00006125b1486a27e4801ed66357236e984c540bd323945ab7b66b078ec3) >>> host-genpart 1.0.2 Collecting legal info >>> getent Collecting legal info >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-nasm 2.16.02 Collecting legal info LICENSE: OK (sha256: 1563996c52e220e15ef2418e67d39488255aa8c28c89e617074d3afe3ee329e0) >>> jpeg Collecting legal info >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libb64 1.2.1 Collecting legal info LICENSE: OK (sha256: 834b7afa1b3c40289a3be775d3625016be1c0d7ea7a4a26c1eb207f53dc961d8) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libfastjson 0.99.9.1 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libite 2.6.1 Collecting legal info LICENSE: OK (sha256: 3a2b964c1772d03ab17b73a389ecce9151e0b190a9247817a2c009b16d356422) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libjwt 1.17.0 Collecting legal info LICENSE: OK (sha256: 3f3d9e0024b1921b067d6f7f88deb4a60cbe7a78e76c64e3f1d7fc3b779b9d04) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libnids 1.26 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libraw1394 2.1.2 Collecting legal info COPYING.LIB: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> libsoxr 0.1.3 Collecting legal info LICENCE: OK (sha256: dc98676341fdcd29d9f279c9679d6a75288785b174ded8d1b2e316c366166135) COPYING.LGPL: OK (sha256: f2f118b9029ec1871b953639ecc46651b2fc7b62e295e6cf3ef2ac4c9a058b33) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> links 2.29 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> mbw 2.0 Collecting legal info LICENSE: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> mcelog 194 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mii-diag 2.11 Collecting legal info mii-diag.c: OK (sha256: c83cf866874d6171fbea4e3786370483beb6d2898ac2ea91123b144effec7fcb) >>> mrouted 4.5 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> nettle 3.9.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> obsidian-cursors 1.0 Collecting legal info >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pps-tools 1.0.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> ptpd2 2.3.1 Collecting legal info COPYRIGHT: OK (sha256: 5e101ac565a8e74ef4efbf7e0c95ef9333e00618c05dbf5fb4ed50a5bab1ff09) >>> host-python-cython 0.29.36 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> s6-linux-init 1.1.2.0 Collecting legal info COPYING: OK (sha256: f68451e55e6686dc187df1ca427c574d9ac0d6f6926e1bdb909ad8b657668fe5) >>> s6 2.12.0.4 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> s6-linux-utils 2.6.2.0 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> s6-portable-utils 2.3.0.3 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.3.0 Collecting legal info LICENSE: OK (sha256: 0a326e448dd22f220dd30796677ddbdf3ddaa6427a9744fea9deaa51d9d74fd9) >>> host-python-markupsafe 2.1.3 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> smcroute 2.5.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> spi-tools 1.0.2 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> stunnel 5.71 Collecting legal info COPYING.md: OK (sha256: c172514e95e387eb4c77cdfbb55b635bf96e2dfcb85d785d993f64c40c4f89c4) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> watchdogd 4.0 Collecting legal info LICENSE: OK (sha256: e233c56d807c74c67f2eff47ad03c216144cdd374d8d7578b996c28c260eadda) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xorcurses 04b664826c5bd30dd483f6a5c8c189ef97e255da Collecting legal info README: OK (sha256: 8632a67e5a76be4cdf7fd0fc6509e21bd6c647183bd9d2325310d5098c652a3a) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> xxhash 0.8.2 Collecting legal info LICENSE: OK (sha256: 6ffedbc0f7878612d2b23589f1ff2ab15633e1df7963a5d9fc750ec5500c7e7a) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (HOST_FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (HOST_GENPART_LICENSE_FILES not defined) WARNING: obsidian-cursors-1.0: cannot save license (OBSIDIAN_CURSORS_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'