make[2]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-lzop-1.03' make[3]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-lzop-1.03' make[3]: Nothing to be done for 'install-exec-am'. make[3]: Nothing to be done for 'install-data-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-lzop-1.03' make[2]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-lzop-1.03' make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-lzop-1.03' 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-14/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/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-14/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-14/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-14/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9' 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 yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-14/output-1/host/bin PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/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-14/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-14/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-14/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-14/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-14/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-14/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-14/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-gfortran%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-strip%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/x86_64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-gfortran%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-strip%g" -e "s%@TARGET_ARCH@%x86_64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-14/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-14/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-14/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-14/output-1/host/x86_64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-14/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-14/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/mksh" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-14/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-14/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-14/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-14/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-14/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-14/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-14/output-1/target/etc/shells ln -sf mksh /home/autobuild/autobuild/instance-14/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/autobuild/autobuild/instance-14/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/include /home/autobuild/autobuild/instance-14/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-14/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-14/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-14/output-1/target/usr/doc find /home/autobuild/autobuild/instance-14/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-14/output-1/target/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-14/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-14/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/man /home/autobuild/autobuild/instance-14/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/info /home/autobuild/autobuild/instance-14/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/doc /home/autobuild/autobuild/instance-14/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-14/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-14/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-14/output-1/target/lib/debug /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-14/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-14/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-14/output-1/host/bin/x86_64-buildroot-linux-uclibc-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-14/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-14/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-14/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-rc1-129-g99338a8ab6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-rc1\"" \ ) > /home/autobuild/autobuild/instance-14/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-14/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-14/output-1/per-package /home/autobuild/autobuild/instance-14/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-14/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs printf ' saned -1 saned -1 * /etc/sane.d - - Saned User\n\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/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-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-14/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/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-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/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-14/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-14/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-14/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/images rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-14/output-1/target/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/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-14/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-14/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-14/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-14/output-1/host/bin:/home/autobuild/autobuild/instance-14/output-1/host/sbin:/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-14/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-14/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-14/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-14/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1211 objects. stage 2: creating image '/home/autobuild/autobuild/instance-14/output-1/images/rootfs.yaffs2' [ ] 1/1211 0% [ ] 2/1211 0% [ ] 3/1211 0% [ ] 4/1211 0% [ ] 5/1211 0% [ ] 6/1211 0% [ ] 7/1211 0% [ ] 8/1211 0% [ ] 9/1211 0% [ ] 10/1211 0% [ ] 11/1211 0% [ ] 12/1211 0% [ ] 13/1211 1% [ ] 14/1211 1% [ ] 15/1211 1% [ ] 16/1211 1% [ ] 17/1211 1% [ ] 18/1211 1% [ ] 19/1211 1% [= ] 20/1211 1% [= ] 21/1211 1% [= ] 22/1211 1% [= ] 23/1211 1% [= ] 24/1211 1% [= ] 25/1211 2% [= ] 26/1211 2% [= ] 27/1211 2% [= ] 28/1211 2% [= ] 29/1211 2% [= ] 30/1211 2% [= ] 31/1211 2% [= ] 32/1211 2% [= ] 33/1211 2% [= ] 34/1211 2% [= ] 35/1211 2% [= ] 36/1211 2% [= ] 37/1211 3% [= ] 38/1211 3% [= ] 39/1211 3% [== ] 40/1211 3% [== ] 41/1211 3% [== ] 42/1211 3% [== ] 43/1211 3% [== ] 44/1211 3% [== ] 45/1211 3% [== ] 46/1211 3% [== ] 47/1211 3% [== ] 48/1211 3% [== ] 49/1211 4% [== ] 50/1211 4% [== ] 51/1211 4% [== ] 52/1211 4% [== ] 53/1211 4% [== ] 54/1211 4% [== ] 55/1211 4% [== ] 56/1211 4% [== ] 57/1211 4% [== ] 58/1211 4% [=== ] 59/1211 4% [=== ] 60/1211 4% [=== ] 61/1211 5% [=== ] 62/1211 5% [=== ] 63/1211 5% [=== ] 64/1211 5% [=== ] 65/1211 5% [=== ] 66/1211 5% [=== ] 67/1211 5% [=== ] 68/1211 5% [=== ] 69/1211 5% [=== ] 70/1211 5% [=== ] 71/1211 5% [=== ] 72/1211 5% [=== ] 73/1211 6% [=== ] 74/1211 6% [=== ] 75/1211 6% [=== ] 76/1211 6% [=== ] 77/1211 6% [=== ] 78/1211 6% [==== ] 79/1211 6% [==== ] 80/1211 6% [==== ] 81/1211 6% [==== ] 82/1211 6% [==== ] 83/1211 6% [==== ] 84/1211 6% [==== ] 85/1211 7% [==== ] 86/1211 7% [==== ] 87/1211 7% [==== ] 88/1211 7% [==== ] 89/1211 7% [==== ] 90/1211 7% [==== ] 91/1211 7% [==== ] 92/1211 7% [==== ] 93/1211 7% [==== ] 94/1211 7% [==== ] 95/1211 7% [==== ] 96/1211 7% [==== ] 97/1211 8% [===== ] 98/1211 8% [===== ] 99/1211 8% [===== ] 100/1211 8% [===== ] 101/1211 8% [===== ] 102/1211 8% [===== ] 103/1211 8% [===== ] 104/1211 8% [===== ] 105/1211 8% [===== ] 106/1211 8% [===== ] 107/1211 8% [===== ] 108/1211 8% [===== ] 109/1211 9% [===== ] 110/1211 9% [===== ] 111/1211 9% [===== ] 112/1211 9% [===== ] 113/1211 9% [===== ] 114/1211 9% [===== ] 115/1211 9% [===== ] 116/1211 9% [===== ] 117/1211 9% [====== ] 118/1211 9% [====== ] 119/1211 9% [====== ] 120/1211 9% [====== ] 121/1211 9% [====== ] 122/1211 10% [====== ] 123/1211 10% [====== ] 124/1211 10% [====== ] 125/1211 10% [====== ] 126/1211 10% [====== ] 127/1211 10% [====== ] 128/1211 10% [====== ] 129/1211 10% [====== ] 130/1211 10% [====== ] 131/1211 10% [====== ] 132/1211 10% [====== ] 133/1211 10% [====== ] 134/1211 11% [====== ] 135/1211 11% [====== ] 136/1211 11% [======= ] 137/1211 11% [======= ] 138/1211 11% [======= ] 139/1211 11% [======= ] 140/1211 11% [======= ] 141/1211 11% [======= ] 142/1211 11% [======= ] 143/1211 11% [======= ] 144/1211 11% [======= ] 145/1211 11% [======= ] 146/1211 12% [======= ] 147/1211 12% [======= ] 148/1211 12% [======= ] 149/1211 12% [======= ] 150/1211 12% [======= ] 151/1211 12% [======= ] 152/1211 12% [======= ] 153/1211 12% [======= ] 154/1211 12% [======= ] 155/1211 12% [======= ] 156/1211 12% [======== ] 157/1211 12% [======== ] 158/1211 13% [======== ] 159/1211 13% [======== ] 160/1211 13% [======== ] 161/1211 13% [======== ] 162/1211 13% [======== ] 163/1211 13% [======== ] 164/1211 13% [======== ] 165/1211 13% [======== ] 166/1211 13% [======== ] 167/1211 13% [======== ] 168/1211 13% [======== ] 169/1211 13% [======== ] 170/1211 14% [======== ] 171/1211 14% [======== ] 172/1211 14% [======== ] 173/1211 14% [======== ] 174/1211 14% [======== ] 175/1211 14% [========= ] 176/1211 14% [========= ] 177/1211 14% [========= ] 178/1211 14% [========= ] 179/1211 14% [========= ] 180/1211 14% [========= ] 181/1211 14% [========= ] 182/1211 15% [========= ] 183/1211 15% [========= ] 184/1211 15% [========= ] 185/1211 15% [========= ] 186/1211 15% [========= ] 187/1211 15% [========= ] 188/1211 15% [========= ] 189/1211 15% [========= ] 190/1211 15% [========= ] 191/1211 15% [========= ] 192/1211 15% [========= ] 193/1211 15% [========= ] 194/1211 16% [========= ] 195/1211 16% [========== ] 196/1211 16% [========== ] 197/1211 16% [========== ] 198/1211 16% [========== ] 199/1211 16% [========== ] 200/1211 16% [========== ] 201/1211 16% [========== ] 202/1211 16% [========== ] 203/1211 16% [========== ] 204/1211 16% [========== ] 205/1211 16% [========== ] 206/1211 17% [========== ] 207/1211 17% [========== ] 208/1211 17% [========== ] 209/1211 17% [========== ] 210/1211 17% [========== ] 211/1211 17% [========== ] 212/1211 17% [========== ] 213/1211 17% [========== ] 214/1211 17% [=========== ] 215/1211 17% [=========== ] 216/1211 17% [=========== ] 217/1211 17% [=========== ] 218/1211 18% [=========== ] 219/1211 18% [=========== ] 220/1211 18% [=========== ] 221/1211 18% [=========== ] 222/1211 18% [=========== ] 223/1211 18% [=========== ] 224/1211 18% [=========== ] 225/1211 18% [=========== ] 226/1211 18% [=========== ] 227/1211 18% [=========== ] 228/1211 18% [=========== ] 229/1211 18% [=========== ] 230/1211 18% [=========== ] 231/1211 19% [=========== ] 232/1211 19% [=========== ] 233/1211 19% [=========== ] 234/1211 19% [============ ] 235/1211 19% [============ ] 236/1211 19% [============ ] 237/1211 19% [============ ] 238/1211 19% [============ ] 239/1211 19% [============ ] 240/1211 19% [============ ] 241/1211 19% [============ ] 242/1211 19% [============ ] 243/1211 20% [============ ] 244/1211 20% [============ ] 245/1211 20% [============ ] 246/1211 20% [============ ] 247/1211 20% [============ ] 248/1211 20% [============ ] 249/1211 20% [============ ] 250/1211 20% [============ ] 251/1211 20% [============ ] 252/1211 20% [============ ] 253/1211 20% [============= ] 254/1211 20% [============= ] 255/1211 21% [============= ] 256/1211 21% [============= ] 257/1211 21% [============= ] 258/1211 21% [============= ] 259/1211 21% [============= ] 260/1211 21% [============= ] 261/1211 21% [============= ] 262/1211 21% [============= ] 263/1211 21% [============= ] 264/1211 21% [============= ] 265/1211 21% [============= ] 266/1211 21% [============= ] 267/1211 22% [============= ] 268/1211 22% [============= ] 269/1211 22% [============= ] 270/1211 22% [============= ] 271/1211 22% [============= ] 272/1211 22% [============= ] 273/1211 22% [============== ] 274/1211 22% [============== ] 275/1211 22% [============== ] 276/1211 22% [============== ] 277/1211 22% [============== ] 278/1211 22% [============== ] 279/1211 23% [============== ] 280/1211 23% [============== ] 281/1211 23% [============== ] 282/1211 23% [============== ] 283/1211 23% [============== ] 284/1211 23% [============== ] 285/1211 23% [============== ] 286/1211 23% [============== ] 287/1211 23% [============== ] 288/1211 23% [============== ] 289/1211 23% [============== ] 290/1211 23% [============== ] 291/1211 24% [============== ] 292/1211 24% [=============== ] 293/1211 24% [=============== ] 294/1211 24% [=============== ] 295/1211 24% [=============== ] 296/1211 24% [=============== ] 297/1211 24% [=============== ] 298/1211 24% [=============== ] 299/1211 24% [=============== ] 300/1211 24% [=============== ] 301/1211 24% [=============== ] 302/1211 24% [=============== ] 303/1211 25% [=============== ] 304/1211 25% [=============== ] 305/1211 25% [=============== ] 306/1211 25% [=============== ] 307/1211 25% [=============== ] 308/1211 25% [=============== ] 309/1211 25% [=============== ] 310/1211 25% [=============== ] 311/1211 25% [=============== ] 312/1211 25% [================ ] 313/1211 25% [================ ] 314/1211 25% [================ ] 315/1211 26% [================ ] 316/1211 26% [================ ] 317/1211 26% [================ ] 318/1211 26% [================ ] 319/1211 26% [================ ] 320/1211 26% [================ ] 321/1211 26% [================ ] 322/1211 26% [================ ] 323/1211 26% [================ ] 324/1211 26% [================ ] 325/1211 26% [================ ] 326/1211 26% [================ ] 327/1211 27% [================ ] 328/1211 27% [================ ] 329/1211 27% [================ ] 330/1211 27% [================ ] 331/1211 27% [================ ] 332/1211 27% [================= ] 333/1211 27% [================= ] 334/1211 27% [================= ] 335/1211 27% [================= ] 336/1211 27% [================= ] 337/1211 27% [================= ] 338/1211 27% [================= ] 339/1211 27% [================= ] 340/1211 28% [================= ] 341/1211 28% [================= ] 342/1211 28% [================= ] 343/1211 28% [================= ] 344/1211 28% [================= ] 345/1211 28% [================= ] 346/1211 28% [================= ] 347/1211 28% [================= ] 348/1211 28% [================= ] 349/1211 28% [================= ] 350/1211 28% [================= ] 351/1211 28% [================== ] 352/1211 29% [================== ] 353/1211 29% [================== ] 354/1211 29% [================== ] 355/1211 29% [================== ] 356/1211 29% [================== ] 357/1211 29% [================== ] 358/1211 29% [================== ] 359/1211 29% [================== ] 360/1211 29% [================== ] 361/1211 29% [================== ] 362/1211 29% [================== ] 363/1211 29% [================== ] 364/1211 30% [================== ] 365/1211 30% [================== ] 366/1211 30% [================== ] 367/1211 30% [================== ] 368/1211 30% [================== ] 369/1211 30% [================== ] 370/1211 30% [================== ] 371/1211 30% [=================== ] 372/1211 30% [=================== ] 373/1211 30% [=================== ] 374/1211 30% [=================== ] 375/1211 30% [=================== ] 376/1211 31% [=================== ] 377/1211 31% [=================== ] 378/1211 31% [=================== ] 379/1211 31% [=================== ] 380/1211 31% [=================== ] 381/1211 31% [=================== ] 382/1211 31% [=================== ] 383/1211 31% [=================== ] 384/1211 31% [=================== ] 385/1211 31% [=================== ] 386/1211 31% [=================== ] 387/1211 31% [=================== ] 388/1211 32% [=================== ] 389/1211 32% [=================== ] 390/1211 32% [==================== ] 391/1211 32% [==================== ] 392/1211 32% [==================== ] 393/1211 32% [==================== ] 394/1211 32% [==================== ] 395/1211 32% [==================== ] 396/1211 32% [==================== ] 397/1211 32% [==================== ] 398/1211 32% [==================== ] 399/1211 32% [==================== ] 400/1211 33% [==================== ] 401/1211 33% [==================== ] 402/1211 33% [==================== ] 403/1211 33% [==================== ] 404/1211 33% [==================== ] 405/1211 33% [==================== ] 406/1211 33% [==================== ] 407/1211 33% [==================== ] 408/1211 33% [==================== ] 409/1211 33% [==================== ] 410/1211 33% [===================== ] 411/1211 33% [===================== ] 412/1211 34% [===================== ] 413/1211 34% [===================== ] 414/1211 34% [===================== ] 415/1211 34% [===================== ] 416/1211 34% [===================== ] 417/1211 34% [===================== ] 418/1211 34% [===================== ] 419/1211 34% [===================== ] 420/1211 34% [===================== ] 421/1211 34% [===================== ] 422/1211 34% [===================== ] 423/1211 34% [===================== ] 424/1211 35% [===================== ] 425/1211 35% [===================== ] 426/1211 35% [===================== ] 427/1211 35% [===================== ] 428/1211 35% [===================== ] 429/1211 35% [====================== ] 430/1211 35% [====================== ] 431/1211 35% [====================== ] 432/1211 35% [====================== ] 433/1211 35% [====================== ] 434/1211 35% [====================== ] 435/1211 35% [====================== ] 436/1211 36% [====================== ] 437/1211 36% [====================== ] 438/1211 36% [====================== ] 439/1211 36% [====================== ] 440/1211 36% [====================== ] 441/1211 36% [====================== ] 442/1211 36% [====================== ] 443/1211 36% [====================== ] 444/1211 36% [====================== ] 445/1211 36% [====================== ] 446/1211 36% [====================== ] 447/1211 36% [====================== ] 448/1211 36% [====================== ] 449/1211 37% [======================= ] 450/1211 37% [======================= ] 451/1211 37% [======================= ] 452/1211 37% [======================= ] 453/1211 37% [======================= ] 454/1211 37% [======================= ] 455/1211 37% [======================= ] 456/1211 37% [======================= ] 457/1211 37% [======================= ] 458/1211 37% [======================= ] 459/1211 37% [======================= ] 460/1211 37% [======================= ] 461/1211 38% [======================= ] 462/1211 38% [======================= ] 463/1211 38% [======================= ] 464/1211 38% [======================= ] 465/1211 38% [======================= ] 466/1211 38% [======================= ] 467/1211 38% [======================= ] 468/1211 38% [======================== ] 469/1211 38% [======================== ] 470/1211 38% [======================== ] 471/1211 38% [======================== ] 472/1211 38% [======================== ] 473/1211 39% [======================== ] 474/1211 39% [======================== ] 475/1211 39% [======================== ] 476/1211 39% [======================== ] 477/1211 39% [======================== ] 478/1211 39% [======================== ] 479/1211 39% [======================== ] 480/1211 39% [======================== ] 481/1211 39% [======================== ] 482/1211 39% [======================== ] 483/1211 39% [======================== ] 484/1211 39% [======================== ] 485/1211 40% [======================== ] 486/1211 40% [======================== ] 487/1211 40% [======================== ] 488/1211 40% [========================= ] 489/1211 40% [========================= ] 490/1211 40% [========================= ] 491/1211 40% [========================= ] 492/1211 40% [========================= ] 493/1211 40% [========================= ] 494/1211 40% [========================= ] 495/1211 40% [========================= ] 496/1211 40% [========================= ] 497/1211 41% [========================= ] 498/1211 41% [========================= ] 499/1211 41% [========================= ] 500/1211 41% [========================= ] 501/1211 41% [========================= ] 502/1211 41% [========================= ] 503/1211 41% [========================= ] 504/1211 41% [========================= ] 505/1211 41% [========================= ] 506/1211 41% [========================= ] 507/1211 41% [========================== ] 508/1211 41% [========================== ] 509/1211 42% [========================== ] 510/1211 42% [========================== ] 511/1211 42% [========================== ] 512/1211 42% [========================== ] 513/1211 42% [========================== ] 514/1211 42% [========================== ] 515/1211 42% [========================== ] 516/1211 42% [========================== ] 517/1211 42% [========================== ] 518/1211 42% [========================== ] 519/1211 42% [========================== ] 520/1211 42% [========================== ] 521/1211 43% [========================== ] 522/1211 43% [========================== ] 523/1211 43% [========================== ] 524/1211 43% [========================== ] 525/1211 43% [========================== ] 526/1211 43% [========================== ] 527/1211 43% [=========================== ] 528/1211 43% [=========================== ] 529/1211 43% [=========================== ] 530/1211 43% [=========================== ] 531/1211 43% [=========================== ] 532/1211 43% [=========================== ] 533/1211 44% [=========================== ] 534/1211 44% [=========================== ] 535/1211 44% [=========================== ] 536/1211 44% [=========================== ] 537/1211 44% [=========================== ] 538/1211 44% [=========================== ] 539/1211 44% [=========================== ] 540/1211 44% [=========================== ] 541/1211 44% [=========================== ] 542/1211 44% [=========================== ] 543/1211 44% [=========================== ] 544/1211 44% [=========================== ] 545/1211 45% [=========================== ] 546/1211 45% [============================ ] 547/1211 45% [============================ ] 548/1211 45% [============================ ] 549/1211 45% [============================ ] 550/1211 45% [============================ ] 551/1211 45% [============================ ] 552/1211 45% [============================ ] 553/1211 45% [============================ ] 554/1211 45% [============================ ] 555/1211 45% [============================ ] 556/1211 45% [============================ ] 557/1211 45% [============================ ] 558/1211 46% [============================ ] 559/1211 46% [============================ ] 560/1211 46% [============================ ] 561/1211 46% [============================ ] 562/1211 46% [============================ ] 563/1211 46% [============================ ] 564/1211 46% [============================ ] 565/1211 46% [============================ ] 566/1211 46% [============================= ] 567/1211 46% [============================= ] 568/1211 46% [============================= ] 569/1211 46% [============================= ] 570/1211 47% [============================= ] 571/1211 47% [============================= ] 572/1211 47% [============================= ] 573/1211 47% [============================= ] 574/1211 47% [============================= ] 575/1211 47% [============================= ] 576/1211 47% [============================= ] 577/1211 47% [============================= ] 578/1211 47% [============================= ] 579/1211 47% [============================= ] 580/1211 47% [============================= ] 581/1211 47% [============================= ] 582/1211 48% [============================= ] 583/1211 48% [============================= ] 584/1211 48% [============================= ] 585/1211 48% [============================== ] 586/1211 48% [============================== ] 587/1211 48% [============================== ] 588/1211 48% [============================== ] 589/1211 48% [============================== ] 590/1211 48% [============================== ] 591/1211 48% [============================== ] 592/1211 48% [============================== ] 593/1211 48% [============================== ] 594/1211 49% [============================== ] 595/1211 49% [============================== ] 596/1211 49% [============================== ] 597/1211 49% [============================== ] 598/1211 49% [============================== ] 599/1211 49% [============================== ] 600/1211 49% [============================== ] 601/1211 49% [============================== ] 602/1211 49% [============================== ] 603/1211 49% [============================== ] 604/1211 49% [============================== ] 605/1211 49% [=============================== ] 606/1211 50% [=============================== ] 607/1211 50% [=============================== ] 608/1211 50% [=============================== ] 609/1211 50% [=============================== ] 610/1211 50% [=============================== ] 611/1211 50% [=============================== ] 612/1211 50% [=============================== ] 613/1211 50% [=============================== ] 614/1211 50% [=============================== ] 615/1211 50% [=============================== ] 616/1211 50% [=============================== ] 617/1211 50% [=============================== ] 618/1211 51% [=============================== ] 619/1211 51% [=============================== ] 620/1211 51% [=============================== ] 621/1211 51% [=============================== ] 622/1211 51% [=============================== ] 623/1211 51% [=============================== ] 624/1211 51% [=============================== ] 625/1211 51% [================================ ] 626/1211 51% [================================ ] 627/1211 51% [================================ ] 628/1211 51% [================================ ] 629/1211 51% [================================ ] 630/1211 52% [================================ ] 631/1211 52% [================================ ] 632/1211 52% [================================ ] 633/1211 52% [================================ ] 634/1211 52% [================================ ] 635/1211 52% [================================ ] 636/1211 52% [================================ ] 637/1211 52% [================================ ] 638/1211 52% [================================ ] 639/1211 52% [================================ ] 640/1211 52% [================================ ] 641/1211 52% [================================ ] 642/1211 53% [================================ ] 643/1211 53% [================================ ] 644/1211 53% [================================= ] 645/1211 53% [================================= ] 646/1211 53% [================================= ] 647/1211 53% [================================= ] 648/1211 53% [================================= ] 649/1211 53% [================================= ] 650/1211 53% [================================= ] 651/1211 53% [================================= ] 652/1211 53% [================================= ] 653/1211 53% [================================= ] 654/1211 54% [================================= ] 655/1211 54% [================================= ] 656/1211 54% [================================= ] 657/1211 54% [================================= ] 658/1211 54% [================================= ] 659/1211 54% [================================= ] 660/1211 54% [================================= ] 661/1211 54% [================================= ] 662/1211 54% [================================= ] 663/1211 54% [================================= ] 664/1211 54% [================================== ] 665/1211 54% [================================== ] 666/1211 54% [================================== ] 667/1211 55% [================================== ] 668/1211 55% [================================== ] 669/1211 55% [================================== ] 670/1211 55% [================================== ] 671/1211 55% [================================== ] 672/1211 55% [================================== ] 673/1211 55% [================================== ] 674/1211 55% [================================== ] 675/1211 55% [================================== ] 676/1211 55% [================================== ] 677/1211 55% [================================== ] 678/1211 55% [================================== ] 679/1211 56% [================================== ] 680/1211 56% [================================== ] 681/1211 56% [================================== ] 682/1211 56% [================================== ] 683/1211 56% [=================================== ] 684/1211 56% [=================================== ] 685/1211 56% [=================================== ] 686/1211 56% [=================================== ] 687/1211 56% [=================================== ] 688/1211 56% [=================================== ] 689/1211 56% [=================================== ] 690/1211 56% [=================================== ] 691/1211 57% [=================================== ] 692/1211 57% [=================================== ] 693/1211 57% [=================================== ] 694/1211 57% [=================================== ] 695/1211 57% [=================================== ] 696/1211 57% [=================================== ] 697/1211 57% [=================================== ] 698/1211 57% [=================================== ] 699/1211 57% [=================================== ] 700/1211 57% [=================================== ] 701/1211 57% [=================================== ] 702/1211 57% [=================================== ] 703/1211 58% [==================================== ] 704/1211 58% [==================================== ] 705/1211 58% [==================================== ] 706/1211 58% [==================================== ] 707/1211 58% [==================================== ] 708/1211 58% [==================================== ] 709/1211 58% [==================================== ] 710/1211 58% [==================================== ] 711/1211 58% [==================================== ] 712/1211 58% [==================================== ] 713/1211 58% [==================================== ] 714/1211 58% [==================================== ] 715/1211 59% [==================================== ] 716/1211 59% [==================================== ] 717/1211 59% [==================================== ] 718/1211 59% [==================================== ] 719/1211 59% [==================================== ] 720/1211 59% [==================================== ] 721/1211 59% [==================================== ] 722/1211 59% [===================================== ] 723/1211 59% [===================================== ] 724/1211 59% [===================================== ] 725/1211 59% [===================================== ] 726/1211 59% [===================================== ] 727/1211 60% [===================================== ] 728/1211 60% [===================================== ] 729/1211 60% [===================================== ] 730/1211 60% [===================================== ] 731/1211 60% [===================================== ] 732/1211 60% [===================================== ] 733/1211 60% [===================================== ] 734/1211 60% [===================================== ] 735/1211 60% [===================================== ] 736/1211 60% [===================================== ] 737/1211 60% [===================================== ] 738/1211 60% [===================================== ] 739/1211 61% [===================================== ] 740/1211 61% [===================================== ] 741/1211 61% [===================================== ] 742/1211 61% [====================================== ] 743/1211 61% [====================================== ] 744/1211 61% [====================================== ] 745/1211 61% [====================================== ] 746/1211 61% [====================================== ] 747/1211 61% [====================================== ] 748/1211 61% [====================================== ] 749/1211 61% [====================================== ] 750/1211 61% [====================================== ] 751/1211 62% [====================================== ] 752/1211 62% [====================================== ] 753/1211 62% [====================================== ] 754/1211 62% [====================================== ] 755/1211 62% [====================================== ] 756/1211 62% [====================================== ] 757/1211 62% [====================================== ] 758/1211 62% [====================================== ] 759/1211 62% [====================================== ] 760/1211 62% [====================================== ] 761/1211 62% [======================================= ] 762/1211 62% [======================================= ] 763/1211 63% [======================================= ] 764/1211 63% [======================================= ] 765/1211 63% [======================================= ] 766/1211 63% [======================================= ] 767/1211 63% [======================================= ] 768/1211 63% [======================================= ] 769/1211 63% [======================================= ] 770/1211 63% [======================================= ] 771/1211 63% [======================================= ] 772/1211 63% [======================================= ] 773/1211 63% [======================================= ] 774/1211 63% [======================================= ] 775/1211 63% [======================================= ] 776/1211 64% [======================================= ] 777/1211 64% [======================================= ] 778/1211 64% [======================================= ] 779/1211 64% [======================================= ] 780/1211 64% [======================================= ] 781/1211 64% [======================================== ] 782/1211 64% [======================================== ] 783/1211 64% [======================================== ] 784/1211 64% [======================================== ] 785/1211 64% [======================================== ] 786/1211 64% [======================================== ] 787/1211 64% [======================================== ] 788/1211 65% [======================================== ] 789/1211 65% [======================================== ] 790/1211 65% [======================================== ] 791/1211 65% [======================================== ] 792/1211 65% [======================================== ] 793/1211 65% [======================================== ] 794/1211 65% [======================================== ] 795/1211 65% [======================================== ] 796/1211 65% [======================================== ] 797/1211 65% [======================================== ] 798/1211 65% [======================================== ] 799/1211 65% [======================================== ] 800/1211 66% [========================================= ] 801/1211 66% [========================================= ] 802/1211 66% [========================================= ] 803/1211 66% [========================================= ] 804/1211 66% [========================================= ] 805/1211 66% [========================================= ] 806/1211 66% [========================================= ] 807/1211 66% [========================================= ] 808/1211 66% [========================================= ] 809/1211 66% [========================================= ] 810/1211 66% [========================================= ] 811/1211 66% [========================================= ] 812/1211 67% [========================================= ] 813/1211 67% [========================================= ] 814/1211 67% [========================================= ] 815/1211 67% [========================================= ] 816/1211 67% [========================================= ] 817/1211 67% [========================================= ] 818/1211 67% [========================================= ] 819/1211 67% [========================================= ] 820/1211 67% [========================================== ] 821/1211 67% [========================================== ] 822/1211 67% [========================================== ] 823/1211 67% [========================================== ] 824/1211 68% [========================================== ] 825/1211 68% [========================================== ] 826/1211 68% [========================================== ] 827/1211 68% [========================================== ] 828/1211 68% [========================================== ] 829/1211 68% [========================================== ] 830/1211 68% [========================================== ] 831/1211 68% [========================================== ] 832/1211 68% [========================================== ] 833/1211 68% [========================================== ] 834/1211 68% [========================================== ] 835/1211 68% [========================================== ] 836/1211 69% [========================================== ] 837/1211 69% [========================================== ] 838/1211 69% [========================================== ] 839/1211 69% [=========================================== ] 840/1211 69% [=========================================== ] 841/1211 69% [=========================================== ] 842/1211 69% [=========================================== ] 843/1211 69% [=========================================== ] 844/1211 69% [=========================================== ] 845/1211 69% [=========================================== ] 846/1211 69% [=========================================== ] 847/1211 69% [=========================================== ] 848/1211 70% [=========================================== ] 849/1211 70% [=========================================== ] 850/1211 70% [=========================================== ] 851/1211 70% [=========================================== ] 852/1211 70% [=========================================== ] 853/1211 70% [=========================================== ] 854/1211 70% [=========================================== ] 855/1211 70% [=========================================== ] 856/1211 70% [=========================================== ] 857/1211 70% [=========================================== ] 858/1211 70% [=========================================== ] 859/1211 70% [============================================ ] 860/1211 71% [============================================ ] 861/1211 71% [============================================ ] 862/1211 71% [============================================ ] 863/1211 71% [============================================ ] 864/1211 71% [============================================ ] 865/1211 71% [============================================ ] 866/1211 71% [============================================ ] 867/1211 71% [============================================ ] 868/1211 71% [============================================ ] 869/1211 71% [============================================ ] 870/1211 71% [============================================ ] 871/1211 71% [============================================ ] 872/1211 72% [============================================ ] 873/1211 72% [============================================ ] 874/1211 72% [============================================ ] 875/1211 72% [============================================ ] 876/1211 72% [============================================ ] 877/1211 72% [============================================ ] 878/1211 72% [============================================= ] 879/1211 72% [============================================= ] 880/1211 72% [============================================= ] 881/1211 72% [============================================= ] 882/1211 72% [============================================= ] 883/1211 72% [============================================= ] 884/1211 72% [============================================= ] 885/1211 73% [============================================= ] 886/1211 73% [============================================= ] 887/1211 73% [============================================= ] 888/1211 73% [============================================= ] 889/1211 73% [============================================= ] 890/1211 73% [============================================= ] 891/1211 73% [============================================= ] 892/1211 73% [============================================= ] 893/1211 73% [============================================= ] 894/1211 73% [============================================= ] 895/1211 73% [============================================= ] 896/1211 73% [============================================= ] 897/1211 74% [============================================= ] 898/1211 74% [============================================== ] 899/1211 74% [============================================== ] 900/1211 74% [============================================== ] 901/1211 74% [============================================== ] 902/1211 74% [============================================== ] 903/1211 74% [============================================== ] 904/1211 74% [============================================== ] 905/1211 74% [============================================== ] 906/1211 74% [============================================== ] 907/1211 74% [============================================== ] 908/1211 74% [============================================== ] 909/1211 75% [============================================== ] 910/1211 75% [============================================== ] 911/1211 75% [============================================== ] 912/1211 75% [============================================== ] 913/1211 75% [============================================== ] 914/1211 75% [============================================== ] 915/1211 75% [============================================== ] 916/1211 75% [============================================== ] 917/1211 75% [============================================== ] 918/1211 75% [=============================================== ] 919/1211 75% [=============================================== ] 920/1211 75% [=============================================== ] 921/1211 76% [=============================================== ] 922/1211 76% [=============================================== ] 923/1211 76% [=============================================== ] 924/1211 76% [=============================================== ] 925/1211 76% [=============================================== ] 926/1211 76% [=============================================== ] 927/1211 76% [=============================================== ] 928/1211 76% [=============================================== ] 929/1211 76% [=============================================== ] 930/1211 76% [=============================================== ] 931/1211 76% [=============================================== ] 932/1211 76% [=============================================== ] 933/1211 77% [=============================================== ] 934/1211 77% [=============================================== ] 935/1211 77% [=============================================== ] 936/1211 77% [=============================================== ] 937/1211 77% [================================================ ] 938/1211 77% [================================================ ] 939/1211 77% [================================================ ] 940/1211 77% [================================================ ] 941/1211 77% [================================================ ] 942/1211 77% [================================================ ] 943/1211 77% [================================================ ] 944/1211 77% [================================================ ] 945/1211 78% [================================================ ] 946/1211 78% [================================================ ] 947/1211 78% [================================================ ] 948/1211 78% [================================================ ] 949/1211 78% [================================================ ] 950/1211 78% [================================================ ] 951/1211 78% [================================================ ] 952/1211 78% [================================================ ] 953/1211 78% [================================================ ] 954/1211 78% [================================================ ] 955/1211 78% [================================================ ] 956/1211 78% [================================================ ] 957/1211 79% [================================================= ] 958/1211 79% [================================================= ] 959/1211 79% [================================================= ] 960/1211 79% [================================================= ] 961/1211 79% [================================================= ] 962/1211 79% [================================================= ] 963/1211 79% [================================================= ] 964/1211 79% [================================================= ] 965/1211 79% [================================================= ] 966/1211 79% [================================================= ] 967/1211 79% [================================================= ] 968/1211 79% [================================================= ] 969/1211 80% [================================================= ] 970/1211 80% [================================================= ] 971/1211 80% [================================================= ] 972/1211 80% [================================================= ] 973/1211 80% [================================================= ] 974/1211 80% [================================================= ] 975/1211 80% [================================================= ] 976/1211 80% [================================================== ] 977/1211 80% [================================================== ] 978/1211 80% [================================================== ] 979/1211 80% [================================================== ] 980/1211 80% [================================================== ] 981/1211 81% [================================================== ] 982/1211 81% [================================================== ] 983/1211 81% [================================================== ] 984/1211 81% [================================================== ] 985/1211 81% [================================================== ] 986/1211 81% [================================================== ] 987/1211 81% [================================================== ] 988/1211 81% [================================================== ] 989/1211 81% [================================================== ] 990/1211 81% [================================================== ] 991/1211 81% [================================================== ] 992/1211 81% [================================================== ] 993/1211 81% [================================================== ] 994/1211 82% [================================================== ] 995/1211 82% [================================================== ] 996/1211 82% [=================================================== ] 997/1211 82% [=================================================== ] 998/1211 82% [=================================================== ] 999/1211 82% [=================================================== ] 1000/1211 82% [=================================================== ] 1001/1211 82% [=================================================== ] 1002/1211 82% [=================================================== ] 1003/1211 82% [=================================================== ] 1004/1211 82% [=================================================== ] 1005/1211 82% [=================================================== ] 1006/1211 83% [=================================================== ] 1007/1211 83% [=================================================== ] 1008/1211 83% [=================================================== ] 1009/1211 83% [=================================================== ] 1010/1211 83% [=================================================== ] 1011/1211 83% [=================================================== ] 1012/1211 83% [=================================================== ] 1013/1211 83% [=================================================== ] 1014/1211 83% [=================================================== ] 1015/1211 83% [==================================================== ] 1016/1211 83% [==================================================== ] 1017/1211 83% [==================================================== ] 1018/1211 84% [==================================================== ] 1019/1211 84% [==================================================== ] 1020/1211 84% [==================================================== ] 1021/1211 84% [==================================================== ] 1022/1211 84% [==================================================== ] 1023/1211 84% [==================================================== ] 1024/1211 84% [==================================================== ] 1025/1211 84% [==================================================== ] 1026/1211 84% [==================================================== ] 1027/1211 84% [==================================================== ] 1028/1211 84% [==================================================== ] 1029/1211 84% [==================================================== ] 1030/1211 85% [==================================================== ] 1031/1211 85% [==================================================== ] 1032/1211 85% [==================================================== ] 1033/1211 85% [==================================================== ] 1034/1211 85% [==================================================== ] 1035/1211 85% [===================================================== ] 1036/1211 85% [===================================================== ] 1037/1211 85% [===================================================== ] 1038/1211 85% [===================================================== ] 1039/1211 85% [===================================================== ] 1040/1211 85% [===================================================== ] 1041/1211 85% [===================================================== ] 1042/1211 86% [===================================================== ] 1043/1211 86% [===================================================== ] 1044/1211 86% [===================================================== ] 1045/1211 86% [===================================================== ] 1046/1211 86% [===================================================== ] 1047/1211 86% [===================================================== ] 1048/1211 86% [===================================================== ] 1049/1211 86% [===================================================== ] 1050/1211 86% [===================================================== ] 1051/1211 86% [===================================================== ] 1052/1211 86% [===================================================== ] 1053/1211 86% [===================================================== ] 1054/1211 87% [====================================================== ] 1055/1211 87% [====================================================== ] 1056/1211 87% [====================================================== ] 1057/1211 87% [====================================================== ] 1058/1211 87% [====================================================== ] 1059/1211 87% [====================================================== ] 1060/1211 87% [====================================================== ] 1061/1211 87% [====================================================== ] 1062/1211 87% [====================================================== ] 1063/1211 87% [====================================================== ] 1064/1211 87% [====================================================== ] 1065/1211 87% [====================================================== ] 1066/1211 88% [====================================================== ] 1067/1211 88% [====================================================== ] 1068/1211 88% [====================================================== ] 1069/1211 88% [====================================================== ] 1070/1211 88% [====================================================== ] 1071/1211 88% [====================================================== ] 1072/1211 88% [====================================================== ] 1073/1211 88% [====================================================== ] 1074/1211 88% [======================================================= ] 1075/1211 88% [======================================================= ] 1076/1211 88% [======================================================= ] 1077/1211 88% [======================================================= ] 1078/1211 89% [======================================================= ] 1079/1211 89% [======================================================= ] 1080/1211 89% [======================================================= ] 1081/1211 89% [======================================================= ] 1082/1211 89% [======================================================= ] 1083/1211 89% [======================================================= ] 1084/1211 89% [======================================================= ] 1085/1211 89% [======================================================= ] 1086/1211 89% [======================================================= ] 1087/1211 89% [======================================================= ] 1088/1211 89% [======================================================= ] 1089/1211 89% [======================================================= ] 1090/1211 90% [======================================================= ] 1091/1211 90% [======================================================= ] 1092/1211 90% [======================================================= ] 1093/1211 90% [======================================================== ] 1094/1211 90% [======================================================== ] 1095/1211 90% [======================================================== ] 1096/1211 90% [======================================================== ] 1097/1211 90% [======================================================== ] 1098/1211 90% [======================================================== ] 1099/1211 90% [======================================================== ] 1100/1211 90% [======================================================== ] 1101/1211 90% [======================================================== ] 1102/1211 90% [======================================================== ] 1103/1211 91% [======================================================== ] 1104/1211 91% [======================================================== ] 1105/1211 91% [======================================================== ] 1106/1211 91% [======================================================== ] 1107/1211 91% [======================================================== ] 1108/1211 91% [======================================================== ] 1109/1211 91% [======================================================== ] 1110/1211 91% [======================================================== ] 1111/1211 91% [======================================================== ] 1112/1211 91% [======================================================== ] 1113/1211 91% [========================================================= ] 1114/1211 91% [========================================================= ] 1115/1211 92% [========================================================= ] 1116/1211 92% [========================================================= ] 1117/1211 92% [========================================================= ] 1118/1211 92% [========================================================= ] 1119/1211 92% [========================================================= ] 1120/1211 92% [========================================================= ] 1121/1211 92% [========================================================= ] 1122/1211 92% [========================================================= ] 1123/1211 92% [========================================================= ] 1124/1211 92% [========================================================= ] 1125/1211 92% [========================================================= ] 1126/1211 92% [========================================================= ] 1127/1211 93% [========================================================= ] 1128/1211 93% [========================================================= ] 1129/1211 93% [========================================================= ] 1130/1211 93% [========================================================= ] 1131/1211 93% [========================================================= ] 1132/1211 93% [========================================================== ] 1133/1211 93% [========================================================== ] 1134/1211 93% [========================================================== ] 1135/1211 93% [========================================================== ] 1136/1211 93% [========================================================== ] 1137/1211 93% [========================================================== ] 1138/1211 93% [========================================================== ] 1139/1211 94% [========================================================== ] 1140/1211 94% [========================================================== ] 1141/1211 94% [========================================================== ] 1142/1211 94% [========================================================== ] 1143/1211 94% [========================================================== ] 1144/1211 94% [========================================================== ] 1145/1211 94% [========================================================== ] 1146/1211 94% [========================================================== ] 1147/1211 94% [========================================================== ] 1148/1211 94% [========================================================== ] 1149/1211 94% [========================================================== ] 1150/1211 94% [========================================================== ] 1151/1211 95% [========================================================== ] 1152/1211 95% [=========================================================== ] 1153/1211 95% [=========================================================== ] 1154/1211 95% [=========================================================== ] 1155/1211 95% [=========================================================== ] 1156/1211 95% [=========================================================== ] 1157/1211 95% [=========================================================== ] 1158/1211 95% [=========================================================== ] 1159/1211 95% [=========================================================== ] 1160/1211 95% [=========================================================== ] 1161/1211 95% [=========================================================== ] 1162/1211 95% [=========================================================== ] 1163/1211 96% [=========================================================== ] 1164/1211 96% [=========================================================== ] 1165/1211 96% [=========================================================== ] 1166/1211 96% [=========================================================== ] 1167/1211 96% [=========================================================== ] 1168/1211 96% [=========================================================== ] 1169/1211 96% [=========================================================== ] 1170/1211 96% [=========================================================== ] 1171/1211 96% [============================================================ ] 1172/1211 96% [============================================================ ] 1173/1211 96% [============================================================ ] 1174/1211 96% [============================================================ ] 1175/1211 97% [============================================================ ] 1176/1211 97% [============================================================ ] 1177/1211 97% [============================================================ ] 1178/1211 97% [============================================================ ] 1179/1211 97% [============================================================ ] 1180/1211 97% [============================================================ ] 1181/1211 97% [============================================================ ] 1182/1211 97% [============================================================ ] 1183/1211 97% [============================================================ ] 1184/1211 97% [============================================================ ] 1185/1211 97% [============================================================ ] 1186/1211 97% [============================================================ ] 1187/1211 98% [============================================================ ] 1188/1211 98% [============================================================ ] 1189/1211 98% [============================================================ ] 1190/1211 98% [============================================================ ] 1191/1211 98% [============================================================= ] 1192/1211 98% [============================================================= ] 1193/1211 98% [============================================================= ] 1194/1211 98% [============================================================= ] 1195/1211 98% [============================================================= ] 1196/1211 98% [============================================================= ] 1197/1211 98% [============================================================= ] 1198/1211 98% [============================================================= ] 1199/1211 99% [============================================================= ] 1200/1211 99% [============================================================= ] 1201/1211 99% [============================================================= ] 1202/1211 99% [============================================================= ] 1203/1211 99% [============================================================= ] 1204/1211 99% [============================================================= ] 1205/1211 99% [============================================================= ] 1206/1211 99% [============================================================= ] 1207/1211 99% [============================================================= ] 1208/1211 99% [============================================================= ] 1209/1211 99% [============================================================= ] 1210/1211 99% [==============================================================] 1211/1211 100% operation complete, 1211 objects in 44192 NAND pages. ln -snf /home/autobuild/autobuild/instance-14/output-1/host/x86_64-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-14/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-14/buildroot' >>> Buildroot 2022.08-rc1-129-g99338a8ab6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT=y >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> arp-scan 1.9.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitwise 0.43 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> host-libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> dhrystone 2 Collecting legal info >>> dovecot 2.3.19.1 Collecting legal info COPYING: OK (sha256: 319a9830aab406109cd67cb45496587566a8123203d66d037b209ca3e13de02a) COPYING.LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) COPYING.MIT: OK (sha256: 52b8c95fabb19575281874b661ef7968ea47e8f5d74ba0dd40ce512e52b3fc97) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> drbd-utils 9.21.4 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> empty 0.6.21b Collecting legal info COPYRIGHT: OK (sha256: f01dbe3c624084900b9df1393d9062518b2bc0487acd6a3300ebd6e71352d112) >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> faad2 2.10.0 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fbv 1.0b Collecting legal info COPYING: OK (sha256: bf21d97bafcaacb5d6bc3d5502030c340f0e0593614078ab017af91e950083af) >>> firmware-utils 86739f2b3ae9502368b89ef37fa6f31c42aad6f4 Collecting legal info >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> janet 1.23.0 Collecting legal info LICENSE: OK (sha256: e2d2ae8360d95386af751ac7d1a3da36ea8ceb230e5f0eba7eb762547b1c58c9) >>> host-meson 0.63.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 63.2.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> less 590 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdill 32d0e8b733416208e0412a56490332772bc5c6e1 Collecting legal info COPYING: OK (sha256: 3f78d9c42c8919cb6dc63e51de17b9eb40a49d9cdd876ce59e77392721e8c2c6) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgcrypt 1.10.1 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.45 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libiio 0.23 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmaxminddb 1.6.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libminiupnpc 2.2.3 Collecting legal info LICENSE: OK (sha256: 90bb92bf524970569296022fea562c85a4ec4d99a16f3aef2144d13d7087b631) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libtool 2.4.6 Collecting legal info libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> lightning 2.1.3 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> minizip-zlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> musepack r475 Collecting legal info libmpcdec/COPYING: OK (sha256: 141f551d8e4f037b7f6bc9136b7d3116c7ae9ec8da10c4f14c07c6dc34bc9aa5) libmpcenc/quant.c: OK (sha256: 0da88639aebbd614151ee52294fa13789f8cd28d9f2e0a56998b89b5c21ddc2b) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> host-odb 2.4.0 Collecting legal info LICENSE: OK (sha256: 7983b82cb1f1686ac2b55420ded9c0f348f93dd17bf3e048ae3b25c1da51b80e) >>> host-libcutl 1.10.0 Collecting legal info LICENSE: OK (sha256: c7aa98c5af3b67174f16b12a1fed4332a51cd524b82c69e85baa4c2c412da239) >>> host-libodb 2.4.0 Collecting legal info LICENSE: OK (sha256: 841105a470fc283851c63941510ffd403c726d1910b688f7df95914ab8b1b5a3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> qcom-db410c-firmware 1034.2.1 Collecting legal info LICENSE: OK (sha256: 11e60ad6f83c2a86e40dca374c24230b53650dd3e0adf2e72c15f8cafedc2e5a) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> sane-backends 1.0.32 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> time 1.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> traceroute 2.1.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> twolame 0.4.0 Collecting legal info COPYING: OK (sha256: 257a842724705950b07da76ce0e22ffa80ec77b3e9dfc6702522ac342409da0f) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vde2 2.3.2 Collecting legal info COPYING: OK (sha256: fb295d0c24b8ef4b39017ac68e772e8e6e839612ce10da12b9f48d1e8e512e2e) COPYING.libvdeplug: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) COPYING.slirpvde: OK (sha256: d5ac74315b2d2f9c53f5839e311484f4646a9401b68d02d36f3dab386352e74d) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> vulkan-headers 1.2.203 Collecting legal info LICENSE.txt: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: dhrystone-2: cannot save license (DHRYSTONE_LICENSE_FILES not defined) WARNING: firmware-utils-86739f2b3ae9502368b89ef37fa6f31c42aad6f4: cannot save license (FIRMWARE_UTILS_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-14/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-14/buildroot'