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-7/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-7/output-1/host/bin GIT_DIR=. PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/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-7/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-7/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-7/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-7/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-7/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-7/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%riscv64%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@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/riscv64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-7/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%riscv64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/riscv64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/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-7/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-7/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-7/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-7/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-7/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-7/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-7/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/include /home/autobuild/autobuild/instance-7/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-7/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-7/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-7/output-1/target/usr/doc find /home/autobuild/autobuild/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-7/output-1/target/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-7/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-7/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/man /home/autobuild/autobuild/instance-7/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/info /home/autobuild/autobuild/instance-7/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/doc /home/autobuild/autobuild/instance-7/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-7/output-1/target/lib/debug /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-7/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-7/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-7/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-7/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-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.08-rc2-12-gb331217a50"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-rc2"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-rc2\"" \ ) > /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-7/output-1/per-package \ /home/autobuild/autobuild/instance-7/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-7/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1239 number of 4KB nodes: 20800 Total image size: 38222339 >>> Generating filesystem image rootfs.romfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/genromfs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target -f /home/autobuild/autobuild/instance-7/output-1/images/rootfs.romfs\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/romfs/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-7/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-7/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1239 objects. stage 2: creating image '/home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2' [ ] 1/1239 0% [ ] 2/1239 0% [ ] 3/1239 0% [ ] 4/1239 0% [ ] 5/1239 0% [ ] 6/1239 0% [ ] 7/1239 0% [ ] 8/1239 0% [ ] 9/1239 0% [ ] 10/1239 0% [ ] 11/1239 0% [ ] 12/1239 0% [ ] 13/1239 1% [ ] 14/1239 1% [ ] 15/1239 1% [ ] 16/1239 1% [ ] 17/1239 1% [ ] 18/1239 1% [ ] 19/1239 1% [= ] 20/1239 1% [= ] 21/1239 1% [= ] 22/1239 1% [= ] 23/1239 1% [= ] 24/1239 1% [= ] 25/1239 2% [= ] 26/1239 2% [= ] 27/1239 2% [= ] 28/1239 2% [= ] 29/1239 2% [= ] 30/1239 2% [= ] 31/1239 2% [= ] 32/1239 2% [= ] 33/1239 2% [= ] 34/1239 2% [= ] 35/1239 2% [= ] 36/1239 2% [= ] 37/1239 2% [= ] 38/1239 3% [= ] 39/1239 3% [== ] 40/1239 3% [== ] 41/1239 3% [== ] 42/1239 3% [== ] 43/1239 3% [== ] 44/1239 3% [== ] 45/1239 3% [== ] 46/1239 3% [== ] 47/1239 3% [== ] 48/1239 3% [== ] 49/1239 3% [== ] 50/1239 4% [== ] 51/1239 4% [== ] 52/1239 4% [== ] 53/1239 4% [== ] 54/1239 4% [== ] 55/1239 4% [== ] 56/1239 4% [== ] 57/1239 4% [== ] 58/1239 4% [== ] 59/1239 4% [=== ] 60/1239 4% [=== ] 61/1239 4% [=== ] 62/1239 5% [=== ] 63/1239 5% [=== ] 64/1239 5% [=== ] 65/1239 5% [=== ] 66/1239 5% [=== ] 67/1239 5% [=== ] 68/1239 5% [=== ] 69/1239 5% [=== ] 70/1239 5% [=== ] 71/1239 5% [=== ] 72/1239 5% [=== ] 73/1239 5% [=== ] 74/1239 5% [=== ] 75/1239 6% [=== ] 76/1239 6% [=== ] 77/1239 6% [=== ] 78/1239 6% [=== ] 79/1239 6% [==== ] 80/1239 6% [==== ] 81/1239 6% [==== ] 82/1239 6% [==== ] 83/1239 6% [==== ] 84/1239 6% [==== ] 85/1239 6% [==== ] 86/1239 6% [==== ] 87/1239 7% [==== ] 88/1239 7% [==== ] 89/1239 7% [==== ] 90/1239 7% [==== ] 91/1239 7% [==== ] 92/1239 7% [==== ] 93/1239 7% [==== ] 94/1239 7% [==== ] 95/1239 7% [==== ] 96/1239 7% [==== ] 97/1239 7% [==== ] 98/1239 7% [==== ] 99/1239 7% [===== ] 100/1239 8% [===== ] 101/1239 8% [===== ] 102/1239 8% [===== ] 103/1239 8% [===== ] 104/1239 8% [===== ] 105/1239 8% [===== ] 106/1239 8% [===== ] 107/1239 8% [===== ] 108/1239 8% [===== ] 109/1239 8% [===== ] 110/1239 8% [===== ] 111/1239 8% [===== ] 112/1239 9% [===== ] 113/1239 9% [===== ] 114/1239 9% [===== ] 115/1239 9% [===== ] 116/1239 9% [===== ] 117/1239 9% [===== ] 118/1239 9% [===== ] 119/1239 9% [====== ] 120/1239 9% [====== ] 121/1239 9% [====== ] 122/1239 9% [====== ] 123/1239 9% [====== ] 124/1239 10% [====== ] 125/1239 10% [====== ] 126/1239 10% [====== ] 127/1239 10% [====== ] 128/1239 10% [====== ] 129/1239 10% [====== ] 130/1239 10% [====== ] 131/1239 10% [====== ] 132/1239 10% [====== ] 133/1239 10% [====== ] 134/1239 10% [====== ] 135/1239 10% [====== ] 136/1239 10% [====== ] 137/1239 11% [====== ] 138/1239 11% [====== ] 139/1239 11% [======= ] 140/1239 11% [======= ] 141/1239 11% [======= ] 142/1239 11% [======= ] 143/1239 11% [======= ] 144/1239 11% [======= ] 145/1239 11% [======= ] 146/1239 11% [======= ] 147/1239 11% [======= ] 148/1239 11% [======= ] 149/1239 12% [======= ] 150/1239 12% [======= ] 151/1239 12% [======= ] 152/1239 12% [======= ] 153/1239 12% [======= ] 154/1239 12% [======= ] 155/1239 12% [======= ] 156/1239 12% [======= ] 157/1239 12% [======= ] 158/1239 12% [======= ] 159/1239 12% [======== ] 160/1239 12% [======== ] 161/1239 12% [======== ] 162/1239 13% [======== ] 163/1239 13% [======== ] 164/1239 13% [======== ] 165/1239 13% [======== ] 166/1239 13% [======== ] 167/1239 13% [======== ] 168/1239 13% [======== ] 169/1239 13% [======== ] 170/1239 13% [======== ] 171/1239 13% [======== ] 172/1239 13% [======== ] 173/1239 13% [======== ] 174/1239 14% [======== ] 175/1239 14% [======== ] 176/1239 14% [======== ] 177/1239 14% [======== ] 178/1239 14% [======== ] 179/1239 14% [========= ] 180/1239 14% [========= ] 181/1239 14% [========= ] 182/1239 14% [========= ] 183/1239 14% [========= ] 184/1239 14% [========= ] 185/1239 14% [========= ] 186/1239 15% [========= ] 187/1239 15% [========= ] 188/1239 15% [========= ] 189/1239 15% [========= ] 190/1239 15% [========= ] 191/1239 15% [========= ] 192/1239 15% [========= ] 193/1239 15% [========= ] 194/1239 15% [========= ] 195/1239 15% [========= ] 196/1239 15% [========= ] 197/1239 15% [========= ] 198/1239 15% [========= ] 199/1239 16% [========== ] 200/1239 16% [========== ] 201/1239 16% [========== ] 202/1239 16% [========== ] 203/1239 16% [========== ] 204/1239 16% [========== ] 205/1239 16% [========== ] 206/1239 16% [========== ] 207/1239 16% [========== ] 208/1239 16% [========== ] 209/1239 16% [========== ] 210/1239 16% [========== ] 211/1239 17% [========== ] 212/1239 17% [========== ] 213/1239 17% [========== ] 214/1239 17% [========== ] 215/1239 17% [========== ] 216/1239 17% [========== ] 217/1239 17% [========== ] 218/1239 17% [========== ] 219/1239 17% [=========== ] 220/1239 17% [=========== ] 221/1239 17% [=========== ] 222/1239 17% [=========== ] 223/1239 17% [=========== ] 224/1239 18% [=========== ] 225/1239 18% [=========== ] 226/1239 18% [=========== ] 227/1239 18% [=========== ] 228/1239 18% [=========== ] 229/1239 18% [=========== ] 230/1239 18% [=========== ] 231/1239 18% [=========== ] 232/1239 18% [=========== ] 233/1239 18% [=========== ] 234/1239 18% [=========== ] 235/1239 18% [=========== ] 236/1239 19% [=========== ] 237/1239 19% [=========== ] 238/1239 19% [=========== ] 239/1239 19% [============ ] 240/1239 19% [============ ] 241/1239 19% [============ ] 242/1239 19% [============ ] 243/1239 19% [============ ] 244/1239 19% [============ ] 245/1239 19% [============ ] 246/1239 19% [============ ] 247/1239 19% [============ ] 248/1239 20% [============ ] 249/1239 20% [============ ] 250/1239 20% [============ ] 251/1239 20% [============ ] 252/1239 20% [============ ] 253/1239 20% [============ ] 254/1239 20% [============ ] 255/1239 20% [============ ] 256/1239 20% [============ ] 257/1239 20% [============ ] 258/1239 20% [============ ] 259/1239 20% [============= ] 260/1239 20% [============= ] 261/1239 21% [============= ] 262/1239 21% [============= ] 263/1239 21% [============= ] 264/1239 21% [============= ] 265/1239 21% [============= ] 266/1239 21% [============= ] 267/1239 21% [============= ] 268/1239 21% [============= ] 269/1239 21% [============= ] 270/1239 21% [============= ] 271/1239 21% [============= ] 272/1239 21% [============= ] 273/1239 22% [============= ] 274/1239 22% [============= ] 275/1239 22% [============= ] 276/1239 22% [============= ] 277/1239 22% [============= ] 278/1239 22% [============= ] 279/1239 22% [============== ] 280/1239 22% [============== ] 281/1239 22% [============== ] 282/1239 22% [============== ] 283/1239 22% [============== ] 284/1239 22% [============== ] 285/1239 23% [============== ] 286/1239 23% [============== ] 287/1239 23% [============== ] 288/1239 23% [============== ] 289/1239 23% [============== ] 290/1239 23% [============== ] 291/1239 23% [============== ] 292/1239 23% [============== ] 293/1239 23% [============== ] 294/1239 23% [============== ] 295/1239 23% [============== ] 296/1239 23% [============== ] 297/1239 23% [============== ] 298/1239 24% [============== ] 299/1239 24% [=============== ] 300/1239 24% [=============== ] 301/1239 24% [=============== ] 302/1239 24% [=============== ] 303/1239 24% [=============== ] 304/1239 24% [=============== ] 305/1239 24% [=============== ] 306/1239 24% [=============== ] 307/1239 24% [=============== ] 308/1239 24% [=============== ] 309/1239 24% [=============== ] 310/1239 25% [=============== ] 311/1239 25% [=============== ] 312/1239 25% [=============== ] 313/1239 25% [=============== ] 314/1239 25% [=============== ] 315/1239 25% [=============== ] 316/1239 25% [=============== ] 317/1239 25% [=============== ] 318/1239 25% [=============== ] 319/1239 25% [================ ] 320/1239 25% [================ ] 321/1239 25% [================ ] 322/1239 25% [================ ] 323/1239 26% [================ ] 324/1239 26% [================ ] 325/1239 26% [================ ] 326/1239 26% [================ ] 327/1239 26% [================ ] 328/1239 26% [================ ] 329/1239 26% [================ ] 330/1239 26% [================ ] 331/1239 26% [================ ] 332/1239 26% [================ ] 333/1239 26% [================ ] 334/1239 26% [================ ] 335/1239 27% [================ ] 336/1239 27% [================ ] 337/1239 27% [================ ] 338/1239 27% [================ ] 339/1239 27% [================= ] 340/1239 27% [================= ] 341/1239 27% [================= ] 342/1239 27% [================= ] 343/1239 27% [================= ] 344/1239 27% [================= ] 345/1239 27% [================= ] 346/1239 27% [================= ] 347/1239 28% [================= ] 348/1239 28% [================= ] 349/1239 28% [================= ] 350/1239 28% [================= ] 351/1239 28% [================= ] 352/1239 28% [================= ] 353/1239 28% [================= ] 354/1239 28% [================= ] 355/1239 28% [================= ] 356/1239 28% [================= ] 357/1239 28% [================= ] 358/1239 28% [================= ] 359/1239 28% [================== ] 360/1239 29% [================== ] 361/1239 29% [================== ] 362/1239 29% [================== ] 363/1239 29% [================== ] 364/1239 29% [================== ] 365/1239 29% [================== ] 366/1239 29% [================== ] 367/1239 29% [================== ] 368/1239 29% [================== ] 369/1239 29% [================== ] 370/1239 29% [================== ] 371/1239 29% [================== ] 372/1239 30% [================== ] 373/1239 30% [================== ] 374/1239 30% [================== ] 375/1239 30% [================== ] 376/1239 30% [================== ] 377/1239 30% [================== ] 378/1239 30% [================== ] 379/1239 30% [=================== ] 380/1239 30% [=================== ] 381/1239 30% [=================== ] 382/1239 30% [=================== ] 383/1239 30% [=================== ] 384/1239 30% [=================== ] 385/1239 31% [=================== ] 386/1239 31% [=================== ] 387/1239 31% [=================== ] 388/1239 31% [=================== ] 389/1239 31% [=================== ] 390/1239 31% [=================== ] 391/1239 31% [=================== ] 392/1239 31% [=================== ] 393/1239 31% [=================== ] 394/1239 31% [=================== ] 395/1239 31% [=================== ] 396/1239 31% [=================== ] 397/1239 32% [=================== ] 398/1239 32% [=================== ] 399/1239 32% [==================== ] 400/1239 32% [==================== ] 401/1239 32% [==================== ] 402/1239 32% [==================== ] 403/1239 32% [==================== ] 404/1239 32% [==================== ] 405/1239 32% [==================== ] 406/1239 32% [==================== ] 407/1239 32% [==================== ] 408/1239 32% [==================== ] 409/1239 33% [==================== ] 410/1239 33% [==================== ] 411/1239 33% [==================== ] 412/1239 33% [==================== ] 413/1239 33% [==================== ] 414/1239 33% [==================== ] 415/1239 33% [==================== ] 416/1239 33% [==================== ] 417/1239 33% [==================== ] 418/1239 33% [==================== ] 419/1239 33% [===================== ] 420/1239 33% [===================== ] 421/1239 33% [===================== ] 422/1239 34% [===================== ] 423/1239 34% [===================== ] 424/1239 34% [===================== ] 425/1239 34% [===================== ] 426/1239 34% [===================== ] 427/1239 34% [===================== ] 428/1239 34% [===================== ] 429/1239 34% [===================== ] 430/1239 34% [===================== ] 431/1239 34% [===================== ] 432/1239 34% [===================== ] 433/1239 34% [===================== ] 434/1239 35% [===================== ] 435/1239 35% [===================== ] 436/1239 35% [===================== ] 437/1239 35% [===================== ] 438/1239 35% [===================== ] 439/1239 35% [====================== ] 440/1239 35% [====================== ] 441/1239 35% [====================== ] 442/1239 35% [====================== ] 443/1239 35% [====================== ] 444/1239 35% [====================== ] 445/1239 35% [====================== ] 446/1239 35% [====================== ] 447/1239 36% [====================== ] 448/1239 36% [====================== ] 449/1239 36% [====================== ] 450/1239 36% [====================== ] 451/1239 36% [====================== ] 452/1239 36% [====================== ] 453/1239 36% [====================== ] 454/1239 36% [====================== ] 455/1239 36% [====================== ] 456/1239 36% [====================== ] 457/1239 36% [====================== ] 458/1239 36% [====================== ] 459/1239 37% [======================= ] 460/1239 37% [======================= ] 461/1239 37% [======================= ] 462/1239 37% [======================= ] 463/1239 37% [======================= ] 464/1239 37% [======================= ] 465/1239 37% [======================= ] 466/1239 37% [======================= ] 467/1239 37% [======================= ] 468/1239 37% [======================= ] 469/1239 37% [======================= ] 470/1239 37% [======================= ] 471/1239 38% [======================= ] 472/1239 38% [======================= ] 473/1239 38% [======================= ] 474/1239 38% [======================= ] 475/1239 38% [======================= ] 476/1239 38% [======================= ] 477/1239 38% [======================= ] 478/1239 38% [======================= ] 479/1239 38% [======================== ] 480/1239 38% [======================== ] 481/1239 38% [======================== ] 482/1239 38% [======================== ] 483/1239 38% [======================== ] 484/1239 39% [======================== ] 485/1239 39% [======================== ] 486/1239 39% [======================== ] 487/1239 39% [======================== ] 488/1239 39% [======================== ] 489/1239 39% [======================== ] 490/1239 39% [======================== ] 491/1239 39% [======================== ] 492/1239 39% [======================== ] 493/1239 39% [======================== ] 494/1239 39% [======================== ] 495/1239 39% [======================== ] 496/1239 40% [======================== ] 497/1239 40% [======================== ] 498/1239 40% [======================== ] 499/1239 40% [========================= ] 500/1239 40% [========================= ] 501/1239 40% [========================= ] 502/1239 40% [========================= ] 503/1239 40% [========================= ] 504/1239 40% [========================= ] 505/1239 40% [========================= ] 506/1239 40% [========================= ] 507/1239 40% [========================= ] 508/1239 41% [========================= ] 509/1239 41% [========================= ] 510/1239 41% [========================= ] 511/1239 41% [========================= ] 512/1239 41% [========================= ] 513/1239 41% [========================= ] 514/1239 41% [========================= ] 515/1239 41% [========================= ] 516/1239 41% [========================= ] 517/1239 41% [========================= ] 518/1239 41% [========================= ] 519/1239 41% [========================== ] 520/1239 41% [========================== ] 521/1239 42% [========================== ] 522/1239 42% [========================== ] 523/1239 42% [========================== ] 524/1239 42% [========================== ] 525/1239 42% [========================== ] 526/1239 42% [========================== ] 527/1239 42% [========================== ] 528/1239 42% [========================== ] 529/1239 42% [========================== ] 530/1239 42% [========================== ] 531/1239 42% [========================== ] 532/1239 42% [========================== ] 533/1239 43% [========================== ] 534/1239 43% [========================== ] 535/1239 43% [========================== ] 536/1239 43% [========================== ] 537/1239 43% [========================== ] 538/1239 43% [========================== ] 539/1239 43% [=========================== ] 540/1239 43% [=========================== ] 541/1239 43% [=========================== ] 542/1239 43% [=========================== ] 543/1239 43% [=========================== ] 544/1239 43% [=========================== ] 545/1239 43% [=========================== ] 546/1239 44% [=========================== ] 547/1239 44% [=========================== ] 548/1239 44% [=========================== ] 549/1239 44% [=========================== ] 550/1239 44% [=========================== ] 551/1239 44% [=========================== ] 552/1239 44% [=========================== ] 553/1239 44% [=========================== ] 554/1239 44% [=========================== ] 555/1239 44% [=========================== ] 556/1239 44% [=========================== ] 557/1239 44% [=========================== ] 558/1239 45% [=========================== ] 559/1239 45% [============================ ] 560/1239 45% [============================ ] 561/1239 45% [============================ ] 562/1239 45% [============================ ] 563/1239 45% [============================ ] 564/1239 45% [============================ ] 565/1239 45% [============================ ] 566/1239 45% [============================ ] 567/1239 45% [============================ ] 568/1239 45% [============================ ] 569/1239 45% [============================ ] 570/1239 46% [============================ ] 571/1239 46% [============================ ] 572/1239 46% [============================ ] 573/1239 46% [============================ ] 574/1239 46% [============================ ] 575/1239 46% [============================ ] 576/1239 46% [============================ ] 577/1239 46% [============================ ] 578/1239 46% [============================ ] 579/1239 46% [============================= ] 580/1239 46% [============================= ] 581/1239 46% [============================= ] 582/1239 46% [============================= ] 583/1239 47% [============================= ] 584/1239 47% [============================= ] 585/1239 47% [============================= ] 586/1239 47% [============================= ] 587/1239 47% [============================= ] 588/1239 47% [============================= ] 589/1239 47% [============================= ] 590/1239 47% [============================= ] 591/1239 47% [============================= ] 592/1239 47% [============================= ] 593/1239 47% [============================= ] 594/1239 47% [============================= ] 595/1239 48% [============================= ] 596/1239 48% [============================= ] 597/1239 48% [============================= ] 598/1239 48% [============================= ] 599/1239 48% [============================== ] 600/1239 48% [============================== ] 601/1239 48% [============================== ] 602/1239 48% [============================== ] 603/1239 48% [============================== ] 604/1239 48% [============================== ] 605/1239 48% [============================== ] 606/1239 48% [============================== ] 607/1239 48% [============================== ] 608/1239 49% [============================== ] 609/1239 49% [============================== ] 610/1239 49% [============================== ] 611/1239 49% [============================== ] 612/1239 49% [============================== ] 613/1239 49% [============================== ] 614/1239 49% [============================== ] 615/1239 49% [============================== ] 616/1239 49% [============================== ] 617/1239 49% [============================== ] 618/1239 49% [============================== ] 619/1239 49% [=============================== ] 620/1239 50% [=============================== ] 621/1239 50% [=============================== ] 622/1239 50% [=============================== ] 623/1239 50% [=============================== ] 624/1239 50% [=============================== ] 625/1239 50% [=============================== ] 626/1239 50% [=============================== ] 627/1239 50% [=============================== ] 628/1239 50% [=============================== ] 629/1239 50% [=============================== ] 630/1239 50% [=============================== ] 631/1239 50% [=============================== ] 632/1239 51% [=============================== ] 633/1239 51% [=============================== ] 634/1239 51% [=============================== ] 635/1239 51% [=============================== ] 636/1239 51% [=============================== ] 637/1239 51% [=============================== ] 638/1239 51% [=============================== ] 639/1239 51% [================================ ] 640/1239 51% [================================ ] 641/1239 51% [================================ ] 642/1239 51% [================================ ] 643/1239 51% [================================ ] 644/1239 51% [================================ ] 645/1239 52% [================================ ] 646/1239 52% [================================ ] 647/1239 52% [================================ ] 648/1239 52% [================================ ] 649/1239 52% [================================ ] 650/1239 52% [================================ ] 651/1239 52% [================================ ] 652/1239 52% [================================ ] 653/1239 52% [================================ ] 654/1239 52% [================================ ] 655/1239 52% [================================ ] 656/1239 52% [================================ ] 657/1239 53% [================================ ] 658/1239 53% [================================ ] 659/1239 53% [================================= ] 660/1239 53% [================================= ] 661/1239 53% [================================= ] 662/1239 53% [================================= ] 663/1239 53% [================================= ] 664/1239 53% [================================= ] 665/1239 53% [================================= ] 666/1239 53% [================================= ] 667/1239 53% [================================= ] 668/1239 53% [================================= ] 669/1239 53% [================================= ] 670/1239 54% [================================= ] 671/1239 54% [================================= ] 672/1239 54% [================================= ] 673/1239 54% [================================= ] 674/1239 54% [================================= ] 675/1239 54% [================================= ] 676/1239 54% [================================= ] 677/1239 54% [================================= ] 678/1239 54% [================================= ] 679/1239 54% [================================== ] 680/1239 54% [================================== ] 681/1239 54% [================================== ] 682/1239 55% [================================== ] 683/1239 55% [================================== ] 684/1239 55% [================================== ] 685/1239 55% [================================== ] 686/1239 55% [================================== ] 687/1239 55% [================================== ] 688/1239 55% [================================== ] 689/1239 55% [================================== ] 690/1239 55% [================================== ] 691/1239 55% [================================== ] 692/1239 55% [================================== ] 693/1239 55% [================================== ] 694/1239 56% [================================== ] 695/1239 56% [================================== ] 696/1239 56% [================================== ] 697/1239 56% [================================== ] 698/1239 56% [================================== ] 699/1239 56% [=================================== ] 700/1239 56% [=================================== ] 701/1239 56% [=================================== ] 702/1239 56% [=================================== ] 703/1239 56% [=================================== ] 704/1239 56% [=================================== ] 705/1239 56% [=================================== ] 706/1239 56% [=================================== ] 707/1239 57% [=================================== ] 708/1239 57% [=================================== ] 709/1239 57% [=================================== ] 710/1239 57% [=================================== ] 711/1239 57% [=================================== ] 712/1239 57% [=================================== ] 713/1239 57% [=================================== ] 714/1239 57% [=================================== ] 715/1239 57% [=================================== ] 716/1239 57% [=================================== ] 717/1239 57% [=================================== ] 718/1239 57% [=================================== ] 719/1239 58% [==================================== ] 720/1239 58% [==================================== ] 721/1239 58% [==================================== ] 722/1239 58% [==================================== ] 723/1239 58% [==================================== ] 724/1239 58% [==================================== ] 725/1239 58% [==================================== ] 726/1239 58% [==================================== ] 727/1239 58% [==================================== ] 728/1239 58% [==================================== ] 729/1239 58% [==================================== ] 730/1239 58% [==================================== ] 731/1239 58% [==================================== ] 732/1239 59% [==================================== ] 733/1239 59% [==================================== ] 734/1239 59% [==================================== ] 735/1239 59% [==================================== ] 736/1239 59% [==================================== ] 737/1239 59% [==================================== ] 738/1239 59% [==================================== ] 739/1239 59% [===================================== ] 740/1239 59% [===================================== ] 741/1239 59% [===================================== ] 742/1239 59% [===================================== ] 743/1239 59% [===================================== ] 744/1239 60% [===================================== ] 745/1239 60% [===================================== ] 746/1239 60% [===================================== ] 747/1239 60% [===================================== ] 748/1239 60% [===================================== ] 749/1239 60% [===================================== ] 750/1239 60% [===================================== ] 751/1239 60% [===================================== ] 752/1239 60% [===================================== ] 753/1239 60% [===================================== ] 754/1239 60% [===================================== ] 755/1239 60% [===================================== ] 756/1239 61% [===================================== ] 757/1239 61% [===================================== ] 758/1239 61% [===================================== ] 759/1239 61% [====================================== ] 760/1239 61% [====================================== ] 761/1239 61% [====================================== ] 762/1239 61% [====================================== ] 763/1239 61% [====================================== ] 764/1239 61% [====================================== ] 765/1239 61% [====================================== ] 766/1239 61% [====================================== ] 767/1239 61% [====================================== ] 768/1239 61% [====================================== ] 769/1239 62% [====================================== ] 770/1239 62% [====================================== ] 771/1239 62% [====================================== ] 772/1239 62% [====================================== ] 773/1239 62% [====================================== ] 774/1239 62% [====================================== ] 775/1239 62% [====================================== ] 776/1239 62% [====================================== ] 777/1239 62% [====================================== ] 778/1239 62% [====================================== ] 779/1239 62% [======================================= ] 780/1239 62% [======================================= ] 781/1239 63% [======================================= ] 782/1239 63% [======================================= ] 783/1239 63% [======================================= ] 784/1239 63% [======================================= ] 785/1239 63% [======================================= ] 786/1239 63% [======================================= ] 787/1239 63% [======================================= ] 788/1239 63% [======================================= ] 789/1239 63% [======================================= ] 790/1239 63% [======================================= ] 791/1239 63% [======================================= ] 792/1239 63% [======================================= ] 793/1239 64% [======================================= ] 794/1239 64% [======================================= ] 795/1239 64% [======================================= ] 796/1239 64% [======================================= ] 797/1239 64% [======================================= ] 798/1239 64% [======================================= ] 799/1239 64% [======================================== ] 800/1239 64% [======================================== ] 801/1239 64% [======================================== ] 802/1239 64% [======================================== ] 803/1239 64% [======================================== ] 804/1239 64% [======================================== ] 805/1239 64% [======================================== ] 806/1239 65% [======================================== ] 807/1239 65% [======================================== ] 808/1239 65% [======================================== ] 809/1239 65% [======================================== ] 810/1239 65% [======================================== ] 811/1239 65% [======================================== ] 812/1239 65% [======================================== ] 813/1239 65% [======================================== ] 814/1239 65% [======================================== ] 815/1239 65% [======================================== ] 816/1239 65% [======================================== ] 817/1239 65% [======================================== ] 818/1239 66% [======================================== ] 819/1239 66% [========================================= ] 820/1239 66% [========================================= ] 821/1239 66% [========================================= ] 822/1239 66% [========================================= ] 823/1239 66% [========================================= ] 824/1239 66% [========================================= ] 825/1239 66% [========================================= ] 826/1239 66% [========================================= ] 827/1239 66% [========================================= ] 828/1239 66% [========================================= ] 829/1239 66% [========================================= ] 830/1239 66% [========================================= ] 831/1239 67% [========================================= ] 832/1239 67% [========================================= ] 833/1239 67% [========================================= ] 834/1239 67% [========================================= ] 835/1239 67% [========================================= ] 836/1239 67% [========================================= ] 837/1239 67% [========================================= ] 838/1239 67% [========================================= ] 839/1239 67% [========================================== ] 840/1239 67% [========================================== ] 841/1239 67% [========================================== ] 842/1239 67% [========================================== ] 843/1239 68% [========================================== ] 844/1239 68% [========================================== ] 845/1239 68% [========================================== ] 846/1239 68% [========================================== ] 847/1239 68% [========================================== ] 848/1239 68% [========================================== ] 849/1239 68% [========================================== ] 850/1239 68% [========================================== ] 851/1239 68% [========================================== ] 852/1239 68% [========================================== ] 853/1239 68% [========================================== ] 854/1239 68% [========================================== ] 855/1239 69% [========================================== ] 856/1239 69% [========================================== ] 857/1239 69% [========================================== ] 858/1239 69% [========================================== ] 859/1239 69% [=========================================== ] 860/1239 69% [=========================================== ] 861/1239 69% [=========================================== ] 862/1239 69% [=========================================== ] 863/1239 69% [=========================================== ] 864/1239 69% [=========================================== ] 865/1239 69% [=========================================== ] 866/1239 69% [=========================================== ] 867/1239 69% [=========================================== ] 868/1239 70% [=========================================== ] 869/1239 70% [=========================================== ] 870/1239 70% [=========================================== ] 871/1239 70% [=========================================== ] 872/1239 70% [=========================================== ] 873/1239 70% [=========================================== ] 874/1239 70% [=========================================== ] 875/1239 70% [=========================================== ] 876/1239 70% [=========================================== ] 877/1239 70% [=========================================== ] 878/1239 70% [=========================================== ] 879/1239 70% [============================================ ] 880/1239 71% [============================================ ] 881/1239 71% [============================================ ] 882/1239 71% [============================================ ] 883/1239 71% [============================================ ] 884/1239 71% [============================================ ] 885/1239 71% [============================================ ] 886/1239 71% [============================================ ] 887/1239 71% [============================================ ] 888/1239 71% [============================================ ] 889/1239 71% [============================================ ] 890/1239 71% [============================================ ] 891/1239 71% [============================================ ] 892/1239 71% [============================================ ] 893/1239 72% [============================================ ] 894/1239 72% [============================================ ] 895/1239 72% [============================================ ] 896/1239 72% [============================================ ] 897/1239 72% [============================================ ] 898/1239 72% [============================================ ] 899/1239 72% [============================================= ] 900/1239 72% [============================================= ] 901/1239 72% [============================================= ] 902/1239 72% [============================================= ] 903/1239 72% [============================================= ] 904/1239 72% [============================================= ] 905/1239 73% [============================================= ] 906/1239 73% [============================================= ] 907/1239 73% [============================================= ] 908/1239 73% [============================================= ] 909/1239 73% [============================================= ] 910/1239 73% [============================================= ] 911/1239 73% [============================================= ] 912/1239 73% [============================================= ] 913/1239 73% [============================================= ] 914/1239 73% [============================================= ] 915/1239 73% [============================================= ] 916/1239 73% [============================================= ] 917/1239 74% [============================================= ] 918/1239 74% [============================================= ] 919/1239 74% [============================================== ] 920/1239 74% [============================================== ] 921/1239 74% [============================================== ] 922/1239 74% [============================================== ] 923/1239 74% [============================================== ] 924/1239 74% [============================================== ] 925/1239 74% [============================================== ] 926/1239 74% [============================================== ] 927/1239 74% [============================================== ] 928/1239 74% [============================================== ] 929/1239 74% [============================================== ] 930/1239 75% [============================================== ] 931/1239 75% [============================================== ] 932/1239 75% [============================================== ] 933/1239 75% [============================================== ] 934/1239 75% [============================================== ] 935/1239 75% [============================================== ] 936/1239 75% [============================================== ] 937/1239 75% [============================================== ] 938/1239 75% [============================================== ] 939/1239 75% [=============================================== ] 940/1239 75% [=============================================== ] 941/1239 75% [=============================================== ] 942/1239 76% [=============================================== ] 943/1239 76% [=============================================== ] 944/1239 76% [=============================================== ] 945/1239 76% [=============================================== ] 946/1239 76% [=============================================== ] 947/1239 76% [=============================================== ] 948/1239 76% [=============================================== ] 949/1239 76% [=============================================== ] 950/1239 76% [=============================================== ] 951/1239 76% [=============================================== ] 952/1239 76% [=============================================== ] 953/1239 76% [=============================================== ] 954/1239 76% [=============================================== ] 955/1239 77% [=============================================== ] 956/1239 77% [=============================================== ] 957/1239 77% [=============================================== ] 958/1239 77% [=============================================== ] 959/1239 77% [================================================ ] 960/1239 77% [================================================ ] 961/1239 77% [================================================ ] 962/1239 77% [================================================ ] 963/1239 77% [================================================ ] 964/1239 77% [================================================ ] 965/1239 77% [================================================ ] 966/1239 77% [================================================ ] 967/1239 78% [================================================ ] 968/1239 78% [================================================ ] 969/1239 78% [================================================ ] 970/1239 78% [================================================ ] 971/1239 78% [================================================ ] 972/1239 78% [================================================ ] 973/1239 78% [================================================ ] 974/1239 78% [================================================ ] 975/1239 78% [================================================ ] 976/1239 78% [================================================ ] 977/1239 78% [================================================ ] 978/1239 78% [================================================ ] 979/1239 79% [================================================= ] 980/1239 79% [================================================= ] 981/1239 79% [================================================= ] 982/1239 79% [================================================= ] 983/1239 79% [================================================= ] 984/1239 79% [================================================= ] 985/1239 79% [================================================= ] 986/1239 79% [================================================= ] 987/1239 79% [================================================= ] 988/1239 79% [================================================= ] 989/1239 79% [================================================= ] 990/1239 79% [================================================= ] 991/1239 79% [================================================= ] 992/1239 80% [================================================= ] 993/1239 80% [================================================= ] 994/1239 80% [================================================= ] 995/1239 80% [================================================= ] 996/1239 80% [================================================= ] 997/1239 80% [================================================= ] 998/1239 80% [================================================= ] 999/1239 80% [================================================== ] 1000/1239 80% [================================================== ] 1001/1239 80% [================================================== ] 1002/1239 80% [================================================== ] 1003/1239 80% [================================================== ] 1004/1239 81% [================================================== ] 1005/1239 81% [================================================== ] 1006/1239 81% [================================================== ] 1007/1239 81% [================================================== ] 1008/1239 81% [================================================== ] 1009/1239 81% [================================================== ] 1010/1239 81% [================================================== ] 1011/1239 81% [================================================== ] 1012/1239 81% [================================================== ] 1013/1239 81% [================================================== ] 1014/1239 81% [================================================== ] 1015/1239 81% [================================================== ] 1016/1239 82% [================================================== ] 1017/1239 82% [================================================== ] 1018/1239 82% [================================================== ] 1019/1239 82% [=================================================== ] 1020/1239 82% [=================================================== ] 1021/1239 82% [=================================================== ] 1022/1239 82% [=================================================== ] 1023/1239 82% [=================================================== ] 1024/1239 82% [=================================================== ] 1025/1239 82% [=================================================== ] 1026/1239 82% [=================================================== ] 1027/1239 82% [=================================================== ] 1028/1239 82% [=================================================== ] 1029/1239 83% [=================================================== ] 1030/1239 83% [=================================================== ] 1031/1239 83% [=================================================== ] 1032/1239 83% [=================================================== ] 1033/1239 83% [=================================================== ] 1034/1239 83% [=================================================== ] 1035/1239 83% [=================================================== ] 1036/1239 83% [=================================================== ] 1037/1239 83% [=================================================== ] 1038/1239 83% [=================================================== ] 1039/1239 83% [==================================================== ] 1040/1239 83% [==================================================== ] 1041/1239 84% [==================================================== ] 1042/1239 84% [==================================================== ] 1043/1239 84% [==================================================== ] 1044/1239 84% [==================================================== ] 1045/1239 84% [==================================================== ] 1046/1239 84% [==================================================== ] 1047/1239 84% [==================================================== ] 1048/1239 84% [==================================================== ] 1049/1239 84% [==================================================== ] 1050/1239 84% [==================================================== ] 1051/1239 84% [==================================================== ] 1052/1239 84% [==================================================== ] 1053/1239 84% [==================================================== ] 1054/1239 85% [==================================================== ] 1055/1239 85% [==================================================== ] 1056/1239 85% [==================================================== ] 1057/1239 85% [==================================================== ] 1058/1239 85% [==================================================== ] 1059/1239 85% [===================================================== ] 1060/1239 85% [===================================================== ] 1061/1239 85% [===================================================== ] 1062/1239 85% [===================================================== ] 1063/1239 85% [===================================================== ] 1064/1239 85% [===================================================== ] 1065/1239 85% [===================================================== ] 1066/1239 86% [===================================================== ] 1067/1239 86% [===================================================== ] 1068/1239 86% [===================================================== ] 1069/1239 86% [===================================================== ] 1070/1239 86% [===================================================== ] 1071/1239 86% [===================================================== ] 1072/1239 86% [===================================================== ] 1073/1239 86% [===================================================== ] 1074/1239 86% [===================================================== ] 1075/1239 86% [===================================================== ] 1076/1239 86% [===================================================== ] 1077/1239 86% [===================================================== ] 1078/1239 87% [===================================================== ] 1079/1239 87% [====================================================== ] 1080/1239 87% [====================================================== ] 1081/1239 87% [====================================================== ] 1082/1239 87% [====================================================== ] 1083/1239 87% [====================================================== ] 1084/1239 87% [====================================================== ] 1085/1239 87% [====================================================== ] 1086/1239 87% [====================================================== ] 1087/1239 87% [====================================================== ] 1088/1239 87% [====================================================== ] 1089/1239 87% [====================================================== ] 1090/1239 87% [====================================================== ] 1091/1239 88% [====================================================== ] 1092/1239 88% [====================================================== ] 1093/1239 88% [====================================================== ] 1094/1239 88% [====================================================== ] 1095/1239 88% [====================================================== ] 1096/1239 88% [====================================================== ] 1097/1239 88% [====================================================== ] 1098/1239 88% [====================================================== ] 1099/1239 88% [======================================================= ] 1100/1239 88% [======================================================= ] 1101/1239 88% [======================================================= ] 1102/1239 88% [======================================================= ] 1103/1239 89% [======================================================= ] 1104/1239 89% [======================================================= ] 1105/1239 89% [======================================================= ] 1106/1239 89% [======================================================= ] 1107/1239 89% [======================================================= ] 1108/1239 89% [======================================================= ] 1109/1239 89% [======================================================= ] 1110/1239 89% [======================================================= ] 1111/1239 89% [======================================================= ] 1112/1239 89% [======================================================= ] 1113/1239 89% [======================================================= ] 1114/1239 89% [======================================================= ] 1115/1239 89% [======================================================= ] 1116/1239 90% [======================================================= ] 1117/1239 90% [======================================================= ] 1118/1239 90% [======================================================= ] 1119/1239 90% [======================================================== ] 1120/1239 90% [======================================================== ] 1121/1239 90% [======================================================== ] 1122/1239 90% [======================================================== ] 1123/1239 90% [======================================================== ] 1124/1239 90% [======================================================== ] 1125/1239 90% [======================================================== ] 1126/1239 90% [======================================================== ] 1127/1239 90% [======================================================== ] 1128/1239 91% [======================================================== ] 1129/1239 91% [======================================================== ] 1130/1239 91% [======================================================== ] 1131/1239 91% [======================================================== ] 1132/1239 91% [======================================================== ] 1133/1239 91% [======================================================== ] 1134/1239 91% [======================================================== ] 1135/1239 91% [======================================================== ] 1136/1239 91% [======================================================== ] 1137/1239 91% [======================================================== ] 1138/1239 91% [======================================================== ] 1139/1239 91% [========================================================= ] 1140/1239 92% [========================================================= ] 1141/1239 92% [========================================================= ] 1142/1239 92% [========================================================= ] 1143/1239 92% [========================================================= ] 1144/1239 92% [========================================================= ] 1145/1239 92% [========================================================= ] 1146/1239 92% [========================================================= ] 1147/1239 92% [========================================================= ] 1148/1239 92% [========================================================= ] 1149/1239 92% [========================================================= ] 1150/1239 92% [========================================================= ] 1151/1239 92% [========================================================= ] 1152/1239 92% [========================================================= ] 1153/1239 93% [========================================================= ] 1154/1239 93% [========================================================= ] 1155/1239 93% [========================================================= ] 1156/1239 93% [========================================================= ] 1157/1239 93% [========================================================= ] 1158/1239 93% [========================================================= ] 1159/1239 93% [========================================================== ] 1160/1239 93% [========================================================== ] 1161/1239 93% [========================================================== ] 1162/1239 93% [========================================================== ] 1163/1239 93% [========================================================== ] 1164/1239 93% [========================================================== ] 1165/1239 94% [========================================================== ] 1166/1239 94% [========================================================== ] 1167/1239 94% [========================================================== ] 1168/1239 94% [========================================================== ] 1169/1239 94% [========================================================== ] 1170/1239 94% [========================================================== ] 1171/1239 94% [========================================================== ] 1172/1239 94% [========================================================== ] 1173/1239 94% [========================================================== ] 1174/1239 94% [========================================================== ] 1175/1239 94% [========================================================== ] 1176/1239 94% [========================================================== ] 1177/1239 94% [========================================================== ] 1178/1239 95% [========================================================== ] 1179/1239 95% [=========================================================== ] 1180/1239 95% [=========================================================== ] 1181/1239 95% [=========================================================== ] 1182/1239 95% [=========================================================== ] 1183/1239 95% [=========================================================== ] 1184/1239 95% [=========================================================== ] 1185/1239 95% [=========================================================== ] 1186/1239 95% [=========================================================== ] 1187/1239 95% [=========================================================== ] 1188/1239 95% [=========================================================== ] 1189/1239 95% [=========================================================== ] 1190/1239 96% [=========================================================== ] 1191/1239 96% [=========================================================== ] 1192/1239 96% [=========================================================== ] 1193/1239 96% [=========================================================== ] 1194/1239 96% [=========================================================== ] 1195/1239 96% [=========================================================== ] 1196/1239 96% [=========================================================== ] 1197/1239 96% [=========================================================== ] 1198/1239 96% [=========================================================== ] 1199/1239 96% [============================================================ ] 1200/1239 96% [============================================================ ] 1201/1239 96% [============================================================ ] 1202/1239 97% [============================================================ ] 1203/1239 97% [============================================================ ] 1204/1239 97% [============================================================ ] 1205/1239 97% [============================================================ ] 1206/1239 97% [============================================================ ] 1207/1239 97% [============================================================ ] 1208/1239 97% [============================================================ ] 1209/1239 97% [============================================================ ] 1210/1239 97% [============================================================ ] 1211/1239 97% [============================================================ ] 1212/1239 97% [============================================================ ] 1213/1239 97% [============================================================ ] 1214/1239 97% [============================================================ ] 1215/1239 98% [============================================================ ] 1216/1239 98% [============================================================ ] 1217/1239 98% [============================================================ ] 1218/1239 98% [============================================================ ] 1219/1239 98% [============================================================= ] 1220/1239 98% [============================================================= ] 1221/1239 98% [============================================================= ] 1222/1239 98% [============================================================= ] 1223/1239 98% [============================================================= ] 1224/1239 98% [============================================================= ] 1225/1239 98% [============================================================= ] 1226/1239 98% [============================================================= ] 1227/1239 99% [============================================================= ] 1228/1239 99% [============================================================= ] 1229/1239 99% [============================================================= ] 1230/1239 99% [============================================================= ] 1231/1239 99% [============================================================= ] 1232/1239 99% [============================================================= ] 1233/1239 99% [============================================================= ] 1234/1239 99% [============================================================= ] 1235/1239 99% [============================================================= ] 1236/1239 99% [============================================================= ] 1237/1239 99% [============================================================= ] 1238/1239 99% [==============================================================] 1239/1239 100% operation complete, 1239 objects in 41557 NAND pages. ln -snf /home/autobuild/autobuild/instance-7/output-1/host/riscv64-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-7/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-7/buildroot' >>> Buildroot 2024.08-rc2-12-gb331217a50 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-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-elf2flt 2024.05 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> 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) >>> uclibc 1.0.50 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.10.6 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 >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> 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) >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> zlib-ng 2.1.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> cairo 1.18.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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.12.4 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.2.1 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 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> host-checksec 2.7.1 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> dropbear 2024.85 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> easy-rsa 3.1.7 Collecting legal info COPYING.md: OK (sha256: 7c4a4fc71745d93a87278801f1bca555562ca23f21e18293add64b9e6f6b7bf1) gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> 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) >>> flashrom 1.4.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> forge 1.3.1 Collecting legal info LICENSE: OK (sha256: f63ff0e4e239244aa79280da2dd4811a0469e5e201caf5cbc0d97c3a1dff8e82) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> genpart 1.0.2 Collecting legal info >>> getent Collecting legal info >>> ghostscript-fonts 8.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> giflib 5.2.2 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> graphene 1.10.8 Collecting legal info LICENSE.txt: OK (sha256: cfd9fd7b2be592d2c0910d32dc1d8910c08dc0670b1d9ce417a82fa9eb788df9) >>> hwdata 0.384 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libb2 0.98.1 Collecting legal info COPYING: OK (sha256: 6a1ee543e5282cd9061881edf462e6fdab181f328da71fc2c9a6950a80e94d01) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcurl 8.9.1 Collecting legal info COPYING: OK (sha256: adb1fc06547fd136244179809f7b7c2d2ae6c4534f160aa513af9b6a12866a32) >>> nghttp2 1.58.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libdisplay-info 0.2.0 Collecting legal info LICENSE: OK (sha256: 15b396244e58830c5614b9394f4deccfe684970cd507f299383ab57ad339eedd) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblog4c-localtime 1.0 Collecting legal info COPYING: OK (sha256: a190dc9c8043755d90f8b0a75fa66b9e42d4af4c980bf5ddc633f0124db3cee7) >>> libmaxminddb 1.10.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> liboauth 1.0.3 Collecting legal info COPYING.MIT: OK (sha256: c30608672733bf3abd2ccf6f3206be8d91b7ee58b007b2fdbcfbc61c655e7fb7) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> libtheora 1.1.1 Collecting legal info COPYING: OK (sha256: 8417fad7da775735564e209484a2e011e0fa201e94f01fdbee6e4977e478e6fc) LICENSE: OK (sha256: 654a0238f789f4435c4818f50005b141d013c5a09a31d861efc1d0d67ba975a4) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libudfread 1.1.2 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mhz 11aac2399780a1f7ea9f007b14af0464797d5cf1 Collecting legal info LICENSE: OK (sha256: 9449d373cad921620bb8f1e4f7b39f957e263163ded159c1efc8de27f8997099) >>> host-mkpasswd Collecting legal info >>> mpir 3.0.0 Collecting legal info COPYING.LIB: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> host-yasm 1.3.0 Collecting legal info COPYING: OK (sha256: 795f8d76eade6130129b680ac72ea81cb3e143467a65ea1f5f64946151d7fa20) BSD.txt: OK (sha256: a84b45f23040624681ca6974ff48d8ef6b477a1cb51e4a1c842e49d00c231e0d) Artistic.txt: OK (sha256: b7fd9b73ea99602016a326e0b62e6646060d18febdd065ceca8bb482208c3d88) GNU_GPL-2.0: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) GNU_LGPL-2.0: OK (sha256: 1faefae1fe8838a2e48864df7d1376e421a50c551c5ae2f60c9f2093206e18a9) >>> host-mtools 4.0.43 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mxml 3.3.1 Collecting legal info LICENSE: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) NOTICE: OK (sha256: 7dedb0043b0bbed7880bcc9724b3a3dae4d5ab2dce98a7904703109572b626e3) node-v20.15.1.tar.xz: OK (sha256: fdd53a5729d936691a2a1151046fb4897721cb8b0fca2af957823a9b40fe0c34) >>> host-nodejs-bin 20.15.1 Collecting legal info LICENSE: OK (sha256: 49cd410e0fe6a8879a40d0764092d1e6114cc85fe41d4efed990d028eec25582) >>> obsidian-cursors 1.0 Collecting legal info >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 2024-07 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ptpd 1.1.0 Collecting legal info COPYRIGHT: OK (sha256: be69f30947abef91e0bce161005fe56b116b770e459e3e6980279349de47c366) >>> quotatool 1.6.4 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> host-riscv-isa-sim 00dfa28cd71326a9b553052bf0160cb76f0e7e07 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.83.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> sp-oops-extract 0.0.7-1 Collecting legal info COPYING: OK (sha256: c38aee9e3c8c4d5d594ff548a1be05453023016d6286931f6512db215ec1fd42) >>> spice-protocol 0.14.4 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> strace 6.10 Collecting legal info COPYING: OK (sha256: 1988d0e1aa101d68855e8c4f940aacf2531051b82f6b608eb026c5fad1f33df1) LGPL-2.1-or-later: OK (sha256: 7c379436436a562834aa7d2f5dcae1f80a25230fa74201046ca1fba4367d39aa) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tz Collecting legal info >>> host-tzdata 2024a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2024a Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> host-vboot-utils 4b12d392e5b12de29c582df4e717b1228e9f1594 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> vulkan-headers 1.3.262 Collecting legal info LICENSE.md: OK (sha256: ac24e5ea920e4318e4d02c4086ae51f53cfb03feed06c18df1019e7ada1ec7bc) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> zd1211-firmware 1.5 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: genpart-1.0.2: cannot save license (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) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-7/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot'