PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/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-1/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-1/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-1/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-1/output-1/host/bin PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/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-1/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-1/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-1/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-1/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-1/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-1/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-1/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-1/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%arc700%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-1/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-1/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-1/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-1/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-1/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-1/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-1/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-1/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-1/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-1/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-1/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-1/output-1/target/bin/sh if [ -x /home/autobuild/autobuild/instance-1/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-1/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-1/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/include /home/autobuild/autobuild/instance-1/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-1/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-1/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-1/output-1/target/usr/doc find /home/autobuild/autobuild/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-1/output-1/target/lib/ /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-1/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/man /home/autobuild/autobuild/instance-1/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/info /home/autobuild/autobuild/instance-1/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/doc /home/autobuild/autobuild/instance-1/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-1/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-1/output-1/target/lib/debug /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-1/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-1/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-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-438-gac91235797"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /home/autobuild/autobuild/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-1/output-1/per-package /home/autobuild/autobuild/instance-1/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-1/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs.lzma >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-1/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-1/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-1/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-1/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-1/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-1/output-1/images/rootfs.ubifs"19740672 bytes (18.8 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/images rm -rf /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-1/output-1/target/ /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-1/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-1/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-1/output-1/host/bin:/home/autobuild/autobuild/instance-1/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-1/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-1/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-1/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-1/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1313 objects. stage 2: creating image '/home/autobuild/autobuild/instance-1/output-1/images/rootfs.yaffs2' [ ] 1/1313 0% [ ] 2/1313 0% [ ] 3/1313 0% [ ] 4/1313 0% [ ] 5/1313 0% [ ] 6/1313 0% [ ] 7/1313 0% [ ] 8/1313 0% [ ] 9/1313 0% [ ] 10/1313 0% [ ] 11/1313 0% [ ] 12/1313 0% [ ] 13/1313 0% [ ] 14/1313 1% [ ] 15/1313 1% [ ] 16/1313 1% [ ] 17/1313 1% [ ] 18/1313 1% [ ] 19/1313 1% [ ] 20/1313 1% [ ] 21/1313 1% [= ] 22/1313 1% [= ] 23/1313 1% [= ] 24/1313 1% [= ] 25/1313 1% [= ] 26/1313 1% [= ] 27/1313 2% [= ] 28/1313 2% [= ] 29/1313 2% [= ] 30/1313 2% [= ] 31/1313 2% [= ] 32/1313 2% [= ] 33/1313 2% [= ] 34/1313 2% [= ] 35/1313 2% [= ] 36/1313 2% [= ] 37/1313 2% [= ] 38/1313 2% [= ] 39/1313 2% [= ] 40/1313 3% [= ] 41/1313 3% [= ] 42/1313 3% [== ] 43/1313 3% [== ] 44/1313 3% [== ] 45/1313 3% [== ] 46/1313 3% [== ] 47/1313 3% [== ] 48/1313 3% [== ] 49/1313 3% [== ] 50/1313 3% [== ] 51/1313 3% [== ] 52/1313 3% [== ] 53/1313 4% [== ] 54/1313 4% [== ] 55/1313 4% [== ] 56/1313 4% [== ] 57/1313 4% [== ] 58/1313 4% [== ] 59/1313 4% [== ] 60/1313 4% [== ] 61/1313 4% [== ] 62/1313 4% [== ] 63/1313 4% [=== ] 64/1313 4% [=== ] 65/1313 4% [=== ] 66/1313 5% [=== ] 67/1313 5% [=== ] 68/1313 5% [=== ] 69/1313 5% [=== ] 70/1313 5% [=== ] 71/1313 5% [=== ] 72/1313 5% [=== ] 73/1313 5% [=== ] 74/1313 5% [=== ] 75/1313 5% [=== ] 76/1313 5% [=== ] 77/1313 5% [=== ] 78/1313 5% [=== ] 79/1313 6% [=== ] 80/1313 6% [=== ] 81/1313 6% [=== ] 82/1313 6% [=== ] 83/1313 6% [=== ] 84/1313 6% [==== ] 85/1313 6% [==== ] 86/1313 6% [==== ] 87/1313 6% [==== ] 88/1313 6% [==== ] 89/1313 6% [==== ] 90/1313 6% [==== ] 91/1313 6% [==== ] 92/1313 7% [==== ] 93/1313 7% [==== ] 94/1313 7% [==== ] 95/1313 7% [==== ] 96/1313 7% [==== ] 97/1313 7% [==== ] 98/1313 7% [==== ] 99/1313 7% [==== ] 100/1313 7% [==== ] 101/1313 7% [==== ] 102/1313 7% [==== ] 103/1313 7% [==== ] 104/1313 7% [==== ] 105/1313 7% [===== ] 106/1313 8% [===== ] 107/1313 8% [===== ] 108/1313 8% [===== ] 109/1313 8% [===== ] 110/1313 8% [===== ] 111/1313 8% [===== ] 112/1313 8% [===== ] 113/1313 8% [===== ] 114/1313 8% [===== ] 115/1313 8% [===== ] 116/1313 8% [===== ] 117/1313 8% [===== ] 118/1313 8% [===== ] 119/1313 9% [===== ] 120/1313 9% [===== ] 121/1313 9% [===== ] 122/1313 9% [===== ] 123/1313 9% [===== ] 124/1313 9% [===== ] 125/1313 9% [===== ] 126/1313 9% [===== ] 127/1313 9% [====== ] 128/1313 9% [====== ] 129/1313 9% [====== ] 130/1313 9% [====== ] 131/1313 9% [====== ] 132/1313 10% [====== ] 133/1313 10% [====== ] 134/1313 10% [====== ] 135/1313 10% [====== ] 136/1313 10% [====== ] 137/1313 10% [====== ] 138/1313 10% [====== ] 139/1313 10% [====== ] 140/1313 10% [====== ] 141/1313 10% [====== ] 142/1313 10% [====== ] 143/1313 10% [====== ] 144/1313 10% [====== ] 145/1313 11% [====== ] 146/1313 11% [====== ] 147/1313 11% [====== ] 148/1313 11% [======= ] 149/1313 11% [======= ] 150/1313 11% [======= ] 151/1313 11% [======= ] 152/1313 11% [======= ] 153/1313 11% [======= ] 154/1313 11% [======= ] 155/1313 11% [======= ] 156/1313 11% [======= ] 157/1313 11% [======= ] 158/1313 12% [======= ] 159/1313 12% [======= ] 160/1313 12% [======= ] 161/1313 12% [======= ] 162/1313 12% [======= ] 163/1313 12% [======= ] 164/1313 12% [======= ] 165/1313 12% [======= ] 166/1313 12% [======= ] 167/1313 12% [======= ] 168/1313 12% [======= ] 169/1313 12% [======== ] 170/1313 12% [======== ] 171/1313 13% [======== ] 172/1313 13% [======== ] 173/1313 13% [======== ] 174/1313 13% [======== ] 175/1313 13% [======== ] 176/1313 13% [======== ] 177/1313 13% [======== ] 178/1313 13% [======== ] 179/1313 13% [======== ] 180/1313 13% [======== ] 181/1313 13% [======== ] 182/1313 13% [======== ] 183/1313 13% [======== ] 184/1313 14% [======== ] 185/1313 14% [======== ] 186/1313 14% [======== ] 187/1313 14% [======== ] 188/1313 14% [======== ] 189/1313 14% [======== ] 190/1313 14% [========= ] 191/1313 14% [========= ] 192/1313 14% [========= ] 193/1313 14% [========= ] 194/1313 14% [========= ] 195/1313 14% [========= ] 196/1313 14% [========= ] 197/1313 15% [========= ] 198/1313 15% [========= ] 199/1313 15% [========= ] 200/1313 15% [========= ] 201/1313 15% [========= ] 202/1313 15% [========= ] 203/1313 15% [========= ] 204/1313 15% [========= ] 205/1313 15% [========= ] 206/1313 15% [========= ] 207/1313 15% [========= ] 208/1313 15% [========= ] 209/1313 15% [========= ] 210/1313 15% [========= ] 211/1313 16% [========== ] 212/1313 16% [========== ] 213/1313 16% [========== ] 214/1313 16% [========== ] 215/1313 16% [========== ] 216/1313 16% [========== ] 217/1313 16% [========== ] 218/1313 16% [========== ] 219/1313 16% [========== ] 220/1313 16% [========== ] 221/1313 16% [========== ] 222/1313 16% [========== ] 223/1313 16% [========== ] 224/1313 17% [========== ] 225/1313 17% [========== ] 226/1313 17% [========== ] 227/1313 17% [========== ] 228/1313 17% [========== ] 229/1313 17% [========== ] 230/1313 17% [========== ] 231/1313 17% [========== ] 232/1313 17% [=========== ] 233/1313 17% [=========== ] 234/1313 17% [=========== ] 235/1313 17% [=========== ] 236/1313 17% [=========== ] 237/1313 18% [=========== ] 238/1313 18% [=========== ] 239/1313 18% [=========== ] 240/1313 18% [=========== ] 241/1313 18% [=========== ] 242/1313 18% [=========== ] 243/1313 18% [=========== ] 244/1313 18% [=========== ] 245/1313 18% [=========== ] 246/1313 18% [=========== ] 247/1313 18% [=========== ] 248/1313 18% [=========== ] 249/1313 18% [=========== ] 250/1313 19% [=========== ] 251/1313 19% [=========== ] 252/1313 19% [=========== ] 253/1313 19% [=========== ] 254/1313 19% [============ ] 255/1313 19% [============ ] 256/1313 19% [============ ] 257/1313 19% [============ ] 258/1313 19% [============ ] 259/1313 19% [============ ] 260/1313 19% [============ ] 261/1313 19% [============ ] 262/1313 19% [============ ] 263/1313 20% [============ ] 264/1313 20% [============ ] 265/1313 20% [============ ] 266/1313 20% [============ ] 267/1313 20% [============ ] 268/1313 20% [============ ] 269/1313 20% [============ ] 270/1313 20% [============ ] 271/1313 20% [============ ] 272/1313 20% [============ ] 273/1313 20% [============ ] 274/1313 20% [============ ] 275/1313 20% [============= ] 276/1313 21% [============= ] 277/1313 21% [============= ] 278/1313 21% [============= ] 279/1313 21% [============= ] 280/1313 21% [============= ] 281/1313 21% [============= ] 282/1313 21% [============= ] 283/1313 21% [============= ] 284/1313 21% [============= ] 285/1313 21% [============= ] 286/1313 21% [============= ] 287/1313 21% [============= ] 288/1313 21% [============= ] 289/1313 22% [============= ] 290/1313 22% [============= ] 291/1313 22% [============= ] 292/1313 22% [============= ] 293/1313 22% [============= ] 294/1313 22% [============= ] 295/1313 22% [============= ] 296/1313 22% [============== ] 297/1313 22% [============== ] 298/1313 22% [============== ] 299/1313 22% [============== ] 300/1313 22% [============== ] 301/1313 22% [============== ] 302/1313 23% [============== ] 303/1313 23% [============== ] 304/1313 23% [============== ] 305/1313 23% [============== ] 306/1313 23% [============== ] 307/1313 23% [============== ] 308/1313 23% [============== ] 309/1313 23% [============== ] 310/1313 23% [============== ] 311/1313 23% [============== ] 312/1313 23% [============== ] 313/1313 23% [============== ] 314/1313 23% [============== ] 315/1313 23% [============== ] 316/1313 24% [============== ] 317/1313 24% [=============== ] 318/1313 24% [=============== ] 319/1313 24% [=============== ] 320/1313 24% [=============== ] 321/1313 24% [=============== ] 322/1313 24% [=============== ] 323/1313 24% [=============== ] 324/1313 24% [=============== ] 325/1313 24% [=============== ] 326/1313 24% [=============== ] 327/1313 24% [=============== ] 328/1313 24% [=============== ] 329/1313 25% [=============== ] 330/1313 25% [=============== ] 331/1313 25% [=============== ] 332/1313 25% [=============== ] 333/1313 25% [=============== ] 334/1313 25% [=============== ] 335/1313 25% [=============== ] 336/1313 25% [=============== ] 337/1313 25% [=============== ] 338/1313 25% [================ ] 339/1313 25% [================ ] 340/1313 25% [================ ] 341/1313 25% [================ ] 342/1313 26% [================ ] 343/1313 26% [================ ] 344/1313 26% [================ ] 345/1313 26% [================ ] 346/1313 26% [================ ] 347/1313 26% [================ ] 348/1313 26% [================ ] 349/1313 26% [================ ] 350/1313 26% [================ ] 351/1313 26% [================ ] 352/1313 26% [================ ] 353/1313 26% [================ ] 354/1313 26% [================ ] 355/1313 27% [================ ] 356/1313 27% [================ ] 357/1313 27% [================ ] 358/1313 27% [================ ] 359/1313 27% [================ ] 360/1313 27% [================= ] 361/1313 27% [================= ] 362/1313 27% [================= ] 363/1313 27% [================= ] 364/1313 27% [================= ] 365/1313 27% [================= ] 366/1313 27% [================= ] 367/1313 27% [================= ] 368/1313 28% [================= ] 369/1313 28% [================= ] 370/1313 28% [================= ] 371/1313 28% [================= ] 372/1313 28% [================= ] 373/1313 28% [================= ] 374/1313 28% [================= ] 375/1313 28% [================= ] 376/1313 28% [================= ] 377/1313 28% [================= ] 378/1313 28% [================= ] 379/1313 28% [================= ] 380/1313 28% [================= ] 381/1313 29% [================== ] 382/1313 29% [================== ] 383/1313 29% [================== ] 384/1313 29% [================== ] 385/1313 29% [================== ] 386/1313 29% [================== ] 387/1313 29% [================== ] 388/1313 29% [================== ] 389/1313 29% [================== ] 390/1313 29% [================== ] 391/1313 29% [================== ] 392/1313 29% [================== ] 393/1313 29% [================== ] 394/1313 30% [================== ] 395/1313 30% [================== ] 396/1313 30% [================== ] 397/1313 30% [================== ] 398/1313 30% [================== ] 399/1313 30% [================== ] 400/1313 30% [================== ] 401/1313 30% [================== ] 402/1313 30% [=================== ] 403/1313 30% [=================== ] 404/1313 30% [=================== ] 405/1313 30% [=================== ] 406/1313 30% [=================== ] 407/1313 30% [=================== ] 408/1313 31% [=================== ] 409/1313 31% [=================== ] 410/1313 31% [=================== ] 411/1313 31% [=================== ] 412/1313 31% [=================== ] 413/1313 31% [=================== ] 414/1313 31% [=================== ] 415/1313 31% [=================== ] 416/1313 31% [=================== ] 417/1313 31% [=================== ] 418/1313 31% [=================== ] 419/1313 31% [=================== ] 420/1313 31% [=================== ] 421/1313 32% [=================== ] 422/1313 32% [=================== ] 423/1313 32% [==================== ] 424/1313 32% [==================== ] 425/1313 32% [==================== ] 426/1313 32% [==================== ] 427/1313 32% [==================== ] 428/1313 32% [==================== ] 429/1313 32% [==================== ] 430/1313 32% [==================== ] 431/1313 32% [==================== ] 432/1313 32% [==================== ] 433/1313 32% [==================== ] 434/1313 33% [==================== ] 435/1313 33% [==================== ] 436/1313 33% [==================== ] 437/1313 33% [==================== ] 438/1313 33% [==================== ] 439/1313 33% [==================== ] 440/1313 33% [==================== ] 441/1313 33% [==================== ] 442/1313 33% [==================== ] 443/1313 33% [==================== ] 444/1313 33% [===================== ] 445/1313 33% [===================== ] 446/1313 33% [===================== ] 447/1313 34% [===================== ] 448/1313 34% [===================== ] 449/1313 34% [===================== ] 450/1313 34% [===================== ] 451/1313 34% [===================== ] 452/1313 34% [===================== ] 453/1313 34% [===================== ] 454/1313 34% [===================== ] 455/1313 34% [===================== ] 456/1313 34% [===================== ] 457/1313 34% [===================== ] 458/1313 34% [===================== ] 459/1313 34% [===================== ] 460/1313 35% [===================== ] 461/1313 35% [===================== ] 462/1313 35% [===================== ] 463/1313 35% [===================== ] 464/1313 35% [===================== ] 465/1313 35% [====================== ] 466/1313 35% [====================== ] 467/1313 35% [====================== ] 468/1313 35% [====================== ] 469/1313 35% [====================== ] 470/1313 35% [====================== ] 471/1313 35% [====================== ] 472/1313 35% [====================== ] 473/1313 36% [====================== ] 474/1313 36% [====================== ] 475/1313 36% [====================== ] 476/1313 36% [====================== ] 477/1313 36% [====================== ] 478/1313 36% [====================== ] 479/1313 36% [====================== ] 480/1313 36% [====================== ] 481/1313 36% [====================== ] 482/1313 36% [====================== ] 483/1313 36% [====================== ] 484/1313 36% [====================== ] 485/1313 36% [====================== ] 486/1313 37% [====================== ] 487/1313 37% [======================= ] 488/1313 37% [======================= ] 489/1313 37% [======================= ] 490/1313 37% [======================= ] 491/1313 37% [======================= ] 492/1313 37% [======================= ] 493/1313 37% [======================= ] 494/1313 37% [======================= ] 495/1313 37% [======================= ] 496/1313 37% [======================= ] 497/1313 37% [======================= ] 498/1313 37% [======================= ] 499/1313 38% [======================= ] 500/1313 38% [======================= ] 501/1313 38% [======================= ] 502/1313 38% [======================= ] 503/1313 38% [======================= ] 504/1313 38% [======================= ] 505/1313 38% [======================= ] 506/1313 38% [======================= ] 507/1313 38% [======================= ] 508/1313 38% [======================== ] 509/1313 38% [======================== ] 510/1313 38% [======================== ] 511/1313 38% [======================== ] 512/1313 38% [======================== ] 513/1313 39% [======================== ] 514/1313 39% [======================== ] 515/1313 39% [======================== ] 516/1313 39% [======================== ] 517/1313 39% [======================== ] 518/1313 39% [======================== ] 519/1313 39% [======================== ] 520/1313 39% [======================== ] 521/1313 39% [======================== ] 522/1313 39% [======================== ] 523/1313 39% [======================== ] 524/1313 39% [======================== ] 525/1313 39% [======================== ] 526/1313 40% [======================== ] 527/1313 40% [======================== ] 528/1313 40% [======================== ] 529/1313 40% [========================= ] 530/1313 40% [========================= ] 531/1313 40% [========================= ] 532/1313 40% [========================= ] 533/1313 40% [========================= ] 534/1313 40% [========================= ] 535/1313 40% [========================= ] 536/1313 40% [========================= ] 537/1313 40% [========================= ] 538/1313 40% [========================= ] 539/1313 41% [========================= ] 540/1313 41% [========================= ] 541/1313 41% [========================= ] 542/1313 41% [========================= ] 543/1313 41% [========================= ] 544/1313 41% [========================= ] 545/1313 41% [========================= ] 546/1313 41% [========================= ] 547/1313 41% [========================= ] 548/1313 41% [========================= ] 549/1313 41% [========================= ] 550/1313 41% [========================== ] 551/1313 41% [========================== ] 552/1313 42% [========================== ] 553/1313 42% [========================== ] 554/1313 42% [========================== ] 555/1313 42% [========================== ] 556/1313 42% [========================== ] 557/1313 42% [========================== ] 558/1313 42% [========================== ] 559/1313 42% [========================== ] 560/1313 42% [========================== ] 561/1313 42% [========================== ] 562/1313 42% [========================== ] 563/1313 42% [========================== ] 564/1313 42% [========================== ] 565/1313 43% [========================== ] 566/1313 43% [========================== ] 567/1313 43% [========================== ] 568/1313 43% [========================== ] 569/1313 43% [========================== ] 570/1313 43% [========================== ] 571/1313 43% [=========================== ] 572/1313 43% [=========================== ] 573/1313 43% [=========================== ] 574/1313 43% [=========================== ] 575/1313 43% [=========================== ] 576/1313 43% [=========================== ] 577/1313 43% [=========================== ] 578/1313 44% [=========================== ] 579/1313 44% [=========================== ] 580/1313 44% [=========================== ] 581/1313 44% [=========================== ] 582/1313 44% [=========================== ] 583/1313 44% [=========================== ] 584/1313 44% [=========================== ] 585/1313 44% [=========================== ] 586/1313 44% [=========================== ] 587/1313 44% [=========================== ] 588/1313 44% [=========================== ] 589/1313 44% [=========================== ] 590/1313 44% [=========================== ] 591/1313 45% [=========================== ] 592/1313 45% [============================ ] 593/1313 45% [============================ ] 594/1313 45% [============================ ] 595/1313 45% [============================ ] 596/1313 45% [============================ ] 597/1313 45% [============================ ] 598/1313 45% [============================ ] 599/1313 45% [============================ ] 600/1313 45% [============================ ] 601/1313 45% [============================ ] 602/1313 45% [============================ ] 603/1313 45% [============================ ] 604/1313 46% [============================ ] 605/1313 46% [============================ ] 606/1313 46% [============================ ] 607/1313 46% [============================ ] 608/1313 46% [============================ ] 609/1313 46% [============================ ] 610/1313 46% [============================ ] 611/1313 46% [============================ ] 612/1313 46% [============================ ] 613/1313 46% [============================ ] 614/1313 46% [============================= ] 615/1313 46% [============================= ] 616/1313 46% [============================= ] 617/1313 46% [============================= ] 618/1313 47% [============================= ] 619/1313 47% [============================= ] 620/1313 47% [============================= ] 621/1313 47% [============================= ] 622/1313 47% [============================= ] 623/1313 47% [============================= ] 624/1313 47% [============================= ] 625/1313 47% [============================= ] 626/1313 47% [============================= ] 627/1313 47% [============================= ] 628/1313 47% [============================= ] 629/1313 47% [============================= ] 630/1313 47% [============================= ] 631/1313 48% [============================= ] 632/1313 48% [============================= ] 633/1313 48% [============================= ] 634/1313 48% [============================= ] 635/1313 48% [============================== ] 636/1313 48% [============================== ] 637/1313 48% [============================== ] 638/1313 48% [============================== ] 639/1313 48% [============================== ] 640/1313 48% [============================== ] 641/1313 48% [============================== ] 642/1313 48% [============================== ] 643/1313 48% [============================== ] 644/1313 49% [============================== ] 645/1313 49% [============================== ] 646/1313 49% [============================== ] 647/1313 49% [============================== ] 648/1313 49% [============================== ] 649/1313 49% [============================== ] 650/1313 49% [============================== ] 651/1313 49% [============================== ] 652/1313 49% [============================== ] 653/1313 49% [============================== ] 654/1313 49% [============================== ] 655/1313 49% [============================== ] 656/1313 49% [=============================== ] 657/1313 50% [=============================== ] 658/1313 50% [=============================== ] 659/1313 50% [=============================== ] 660/1313 50% [=============================== ] 661/1313 50% [=============================== ] 662/1313 50% [=============================== ] 663/1313 50% [=============================== ] 664/1313 50% [=============================== ] 665/1313 50% [=============================== ] 666/1313 50% [=============================== ] 667/1313 50% [=============================== ] 668/1313 50% [=============================== ] 669/1313 50% [=============================== ] 670/1313 51% [=============================== ] 671/1313 51% [=============================== ] 672/1313 51% [=============================== ] 673/1313 51% [=============================== ] 674/1313 51% [=============================== ] 675/1313 51% [=============================== ] 676/1313 51% [=============================== ] 677/1313 51% [================================ ] 678/1313 51% [================================ ] 679/1313 51% [================================ ] 680/1313 51% [================================ ] 681/1313 51% [================================ ] 682/1313 51% [================================ ] 683/1313 52% [================================ ] 684/1313 52% [================================ ] 685/1313 52% [================================ ] 686/1313 52% [================================ ] 687/1313 52% [================================ ] 688/1313 52% [================================ ] 689/1313 52% [================================ ] 690/1313 52% [================================ ] 691/1313 52% [================================ ] 692/1313 52% [================================ ] 693/1313 52% [================================ ] 694/1313 52% [================================ ] 695/1313 52% [================================ ] 696/1313 53% [================================ ] 697/1313 53% [================================ ] 698/1313 53% [================================= ] 699/1313 53% [================================= ] 700/1313 53% [================================= ] 701/1313 53% [================================= ] 702/1313 53% [================================= ] 703/1313 53% [================================= ] 704/1313 53% [================================= ] 705/1313 53% [================================= ] 706/1313 53% [================================= ] 707/1313 53% [================================= ] 708/1313 53% [================================= ] 709/1313 53% [================================= ] 710/1313 54% [================================= ] 711/1313 54% [================================= ] 712/1313 54% [================================= ] 713/1313 54% [================================= ] 714/1313 54% [================================= ] 715/1313 54% [================================= ] 716/1313 54% [================================= ] 717/1313 54% [================================= ] 718/1313 54% [================================= ] 719/1313 54% [================================= ] 720/1313 54% [================================== ] 721/1313 54% [================================== ] 722/1313 54% [================================== ] 723/1313 55% [================================== ] 724/1313 55% [================================== ] 725/1313 55% [================================== ] 726/1313 55% [================================== ] 727/1313 55% [================================== ] 728/1313 55% [================================== ] 729/1313 55% [================================== ] 730/1313 55% [================================== ] 731/1313 55% [================================== ] 732/1313 55% [================================== ] 733/1313 55% [================================== ] 734/1313 55% [================================== ] 735/1313 55% [================================== ] 736/1313 56% [================================== ] 737/1313 56% [================================== ] 738/1313 56% [================================== ] 739/1313 56% [================================== ] 740/1313 56% [================================== ] 741/1313 56% [=================================== ] 742/1313 56% [=================================== ] 743/1313 56% [=================================== ] 744/1313 56% [=================================== ] 745/1313 56% [=================================== ] 746/1313 56% [=================================== ] 747/1313 56% [=================================== ] 748/1313 56% [=================================== ] 749/1313 57% [=================================== ] 750/1313 57% [=================================== ] 751/1313 57% [=================================== ] 752/1313 57% [=================================== ] 753/1313 57% [=================================== ] 754/1313 57% [=================================== ] 755/1313 57% [=================================== ] 756/1313 57% [=================================== ] 757/1313 57% [=================================== ] 758/1313 57% [=================================== ] 759/1313 57% [=================================== ] 760/1313 57% [=================================== ] 761/1313 57% [=================================== ] 762/1313 58% [==================================== ] 763/1313 58% [==================================== ] 764/1313 58% [==================================== ] 765/1313 58% [==================================== ] 766/1313 58% [==================================== ] 767/1313 58% [==================================== ] 768/1313 58% [==================================== ] 769/1313 58% [==================================== ] 770/1313 58% [==================================== ] 771/1313 58% [==================================== ] 772/1313 58% [==================================== ] 773/1313 58% [==================================== ] 774/1313 58% [==================================== ] 775/1313 59% [==================================== ] 776/1313 59% [==================================== ] 777/1313 59% [==================================== ] 778/1313 59% [==================================== ] 779/1313 59% [==================================== ] 780/1313 59% [==================================== ] 781/1313 59% [==================================== ] 782/1313 59% [==================================== ] 783/1313 59% [===================================== ] 784/1313 59% [===================================== ] 785/1313 59% [===================================== ] 786/1313 59% [===================================== ] 787/1313 59% [===================================== ] 788/1313 60% [===================================== ] 789/1313 60% [===================================== ] 790/1313 60% [===================================== ] 791/1313 60% [===================================== ] 792/1313 60% [===================================== ] 793/1313 60% [===================================== ] 794/1313 60% [===================================== ] 795/1313 60% [===================================== ] 796/1313 60% [===================================== ] 797/1313 60% [===================================== ] 798/1313 60% [===================================== ] 799/1313 60% [===================================== ] 800/1313 60% [===================================== ] 801/1313 61% [===================================== ] 802/1313 61% [===================================== ] 803/1313 61% [===================================== ] 804/1313 61% [====================================== ] 805/1313 61% [====================================== ] 806/1313 61% [====================================== ] 807/1313 61% [====================================== ] 808/1313 61% [====================================== ] 809/1313 61% [====================================== ] 810/1313 61% [====================================== ] 811/1313 61% [====================================== ] 812/1313 61% [====================================== ] 813/1313 61% [====================================== ] 814/1313 61% [====================================== ] 815/1313 62% [====================================== ] 816/1313 62% [====================================== ] 817/1313 62% [====================================== ] 818/1313 62% [====================================== ] 819/1313 62% [====================================== ] 820/1313 62% [====================================== ] 821/1313 62% [====================================== ] 822/1313 62% [====================================== ] 823/1313 62% [====================================== ] 824/1313 62% [====================================== ] 825/1313 62% [======================================= ] 826/1313 62% [======================================= ] 827/1313 62% [======================================= ] 828/1313 63% [======================================= ] 829/1313 63% [======================================= ] 830/1313 63% [======================================= ] 831/1313 63% [======================================= ] 832/1313 63% [======================================= ] 833/1313 63% [======================================= ] 834/1313 63% [======================================= ] 835/1313 63% [======================================= ] 836/1313 63% [======================================= ] 837/1313 63% [======================================= ] 838/1313 63% [======================================= ] 839/1313 63% [======================================= ] 840/1313 63% [======================================= ] 841/1313 64% [======================================= ] 842/1313 64% [======================================= ] 843/1313 64% [======================================= ] 844/1313 64% [======================================= ] 845/1313 64% [======================================= ] 846/1313 64% [======================================= ] 847/1313 64% [======================================== ] 848/1313 64% [======================================== ] 849/1313 64% [======================================== ] 850/1313 64% [======================================== ] 851/1313 64% [======================================== ] 852/1313 64% [======================================== ] 853/1313 64% [======================================== ] 854/1313 65% [======================================== ] 855/1313 65% [======================================== ] 856/1313 65% [======================================== ] 857/1313 65% [======================================== ] 858/1313 65% [======================================== ] 859/1313 65% [======================================== ] 860/1313 65% [======================================== ] 861/1313 65% [======================================== ] 862/1313 65% [======================================== ] 863/1313 65% [======================================== ] 864/1313 65% [======================================== ] 865/1313 65% [======================================== ] 866/1313 65% [======================================== ] 867/1313 66% [======================================== ] 868/1313 66% [========================================= ] 869/1313 66% [========================================= ] 870/1313 66% [========================================= ] 871/1313 66% [========================================= ] 872/1313 66% [========================================= ] 873/1313 66% [========================================= ] 874/1313 66% [========================================= ] 875/1313 66% [========================================= ] 876/1313 66% [========================================= ] 877/1313 66% [========================================= ] 878/1313 66% [========================================= ] 879/1313 66% [========================================= ] 880/1313 67% [========================================= ] 881/1313 67% [========================================= ] 882/1313 67% [========================================= ] 883/1313 67% [========================================= ] 884/1313 67% [========================================= ] 885/1313 67% [========================================= ] 886/1313 67% [========================================= ] 887/1313 67% [========================================= ] 888/1313 67% [========================================= ] 889/1313 67% [========================================== ] 890/1313 67% [========================================== ] 891/1313 67% [========================================== ] 892/1313 67% [========================================== ] 893/1313 68% [========================================== ] 894/1313 68% [========================================== ] 895/1313 68% [========================================== ] 896/1313 68% [========================================== ] 897/1313 68% [========================================== ] 898/1313 68% [========================================== ] 899/1313 68% [========================================== ] 900/1313 68% [========================================== ] 901/1313 68% [========================================== ] 902/1313 68% [========================================== ] 903/1313 68% [========================================== ] 904/1313 68% [========================================== ] 905/1313 68% [========================================== ] 906/1313 69% [========================================== ] 907/1313 69% [========================================== ] 908/1313 69% [========================================== ] 909/1313 69% [========================================== ] 910/1313 69% [=========================================== ] 911/1313 69% [=========================================== ] 912/1313 69% [=========================================== ] 913/1313 69% [=========================================== ] 914/1313 69% [=========================================== ] 915/1313 69% [=========================================== ] 916/1313 69% [=========================================== ] 917/1313 69% [=========================================== ] 918/1313 69% [=========================================== ] 919/1313 69% [=========================================== ] 920/1313 70% [=========================================== ] 921/1313 70% [=========================================== ] 922/1313 70% [=========================================== ] 923/1313 70% [=========================================== ] 924/1313 70% [=========================================== ] 925/1313 70% [=========================================== ] 926/1313 70% [=========================================== ] 927/1313 70% [=========================================== ] 928/1313 70% [=========================================== ] 929/1313 70% [=========================================== ] 930/1313 70% [=========================================== ] 931/1313 70% [============================================ ] 932/1313 70% [============================================ ] 933/1313 71% [============================================ ] 934/1313 71% [============================================ ] 935/1313 71% [============================================ ] 936/1313 71% [============================================ ] 937/1313 71% [============================================ ] 938/1313 71% [============================================ ] 939/1313 71% [============================================ ] 940/1313 71% [============================================ ] 941/1313 71% [============================================ ] 942/1313 71% [============================================ ] 943/1313 71% [============================================ ] 944/1313 71% [============================================ ] 945/1313 71% [============================================ ] 946/1313 72% [============================================ ] 947/1313 72% [============================================ ] 948/1313 72% [============================================ ] 949/1313 72% [============================================ ] 950/1313 72% [============================================ ] 951/1313 72% [============================================ ] 952/1313 72% [============================================= ] 953/1313 72% [============================================= ] 954/1313 72% [============================================= ] 955/1313 72% [============================================= ] 956/1313 72% [============================================= ] 957/1313 72% [============================================= ] 958/1313 72% [============================================= ] 959/1313 73% [============================================= ] 960/1313 73% [============================================= ] 961/1313 73% [============================================= ] 962/1313 73% [============================================= ] 963/1313 73% [============================================= ] 964/1313 73% [============================================= ] 965/1313 73% [============================================= ] 966/1313 73% [============================================= ] 967/1313 73% [============================================= ] 968/1313 73% [============================================= ] 969/1313 73% [============================================= ] 970/1313 73% [============================================= ] 971/1313 73% [============================================= ] 972/1313 74% [============================================= ] 973/1313 74% [============================================= ] 974/1313 74% [============================================== ] 975/1313 74% [============================================== ] 976/1313 74% [============================================== ] 977/1313 74% [============================================== ] 978/1313 74% [============================================== ] 979/1313 74% [============================================== ] 980/1313 74% [============================================== ] 981/1313 74% [============================================== ] 982/1313 74% [============================================== ] 983/1313 74% [============================================== ] 984/1313 74% [============================================== ] 985/1313 75% [============================================== ] 986/1313 75% [============================================== ] 987/1313 75% [============================================== ] 988/1313 75% [============================================== ] 989/1313 75% [============================================== ] 990/1313 75% [============================================== ] 991/1313 75% [============================================== ] 992/1313 75% [============================================== ] 993/1313 75% [============================================== ] 994/1313 75% [============================================== ] 995/1313 75% [=============================================== ] 996/1313 75% [=============================================== ] 997/1313 75% [=============================================== ] 998/1313 76% [=============================================== ] 999/1313 76% [=============================================== ] 1000/1313 76% [=============================================== ] 1001/1313 76% [=============================================== ] 1002/1313 76% [=============================================== ] 1003/1313 76% [=============================================== ] 1004/1313 76% [=============================================== ] 1005/1313 76% [=============================================== ] 1006/1313 76% [=============================================== ] 1007/1313 76% [=============================================== ] 1008/1313 76% [=============================================== ] 1009/1313 76% [=============================================== ] 1010/1313 76% [=============================================== ] 1011/1313 76% [=============================================== ] 1012/1313 77% [=============================================== ] 1013/1313 77% [=============================================== ] 1014/1313 77% [=============================================== ] 1015/1313 77% [=============================================== ] 1016/1313 77% [================================================ ] 1017/1313 77% [================================================ ] 1018/1313 77% [================================================ ] 1019/1313 77% [================================================ ] 1020/1313 77% [================================================ ] 1021/1313 77% [================================================ ] 1022/1313 77% [================================================ ] 1023/1313 77% [================================================ ] 1024/1313 77% [================================================ ] 1025/1313 78% [================================================ ] 1026/1313 78% [================================================ ] 1027/1313 78% [================================================ ] 1028/1313 78% [================================================ ] 1029/1313 78% [================================================ ] 1030/1313 78% [================================================ ] 1031/1313 78% [================================================ ] 1032/1313 78% [================================================ ] 1033/1313 78% [================================================ ] 1034/1313 78% [================================================ ] 1035/1313 78% [================================================ ] 1036/1313 78% [================================================ ] 1037/1313 78% [================================================= ] 1038/1313 79% [================================================= ] 1039/1313 79% [================================================= ] 1040/1313 79% [================================================= ] 1041/1313 79% [================================================= ] 1042/1313 79% [================================================= ] 1043/1313 79% [================================================= ] 1044/1313 79% [================================================= ] 1045/1313 79% [================================================= ] 1046/1313 79% [================================================= ] 1047/1313 79% [================================================= ] 1048/1313 79% [================================================= ] 1049/1313 79% [================================================= ] 1050/1313 79% [================================================= ] 1051/1313 80% [================================================= ] 1052/1313 80% [================================================= ] 1053/1313 80% [================================================= ] 1054/1313 80% [================================================= ] 1055/1313 80% [================================================= ] 1056/1313 80% [================================================= ] 1057/1313 80% [================================================= ] 1058/1313 80% [================================================== ] 1059/1313 80% [================================================== ] 1060/1313 80% [================================================== ] 1061/1313 80% [================================================== ] 1062/1313 80% [================================================== ] 1063/1313 80% [================================================== ] 1064/1313 81% [================================================== ] 1065/1313 81% [================================================== ] 1066/1313 81% [================================================== ] 1067/1313 81% [================================================== ] 1068/1313 81% [================================================== ] 1069/1313 81% [================================================== ] 1070/1313 81% [================================================== ] 1071/1313 81% [================================================== ] 1072/1313 81% [================================================== ] 1073/1313 81% [================================================== ] 1074/1313 81% [================================================== ] 1075/1313 81% [================================================== ] 1076/1313 81% [================================================== ] 1077/1313 82% [================================================== ] 1078/1313 82% [================================================== ] 1079/1313 82% [================================================== ] 1080/1313 82% [=================================================== ] 1081/1313 82% [=================================================== ] 1082/1313 82% [=================================================== ] 1083/1313 82% [=================================================== ] 1084/1313 82% [=================================================== ] 1085/1313 82% [=================================================== ] 1086/1313 82% [=================================================== ] 1087/1313 82% [=================================================== ] 1088/1313 82% [=================================================== ] 1089/1313 82% [=================================================== ] 1090/1313 83% [=================================================== ] 1091/1313 83% [=================================================== ] 1092/1313 83% [=================================================== ] 1093/1313 83% [=================================================== ] 1094/1313 83% [=================================================== ] 1095/1313 83% [=================================================== ] 1096/1313 83% [=================================================== ] 1097/1313 83% [=================================================== ] 1098/1313 83% [=================================================== ] 1099/1313 83% [=================================================== ] 1100/1313 83% [=================================================== ] 1101/1313 83% [==================================================== ] 1102/1313 83% [==================================================== ] 1103/1313 84% [==================================================== ] 1104/1313 84% [==================================================== ] 1105/1313 84% [==================================================== ] 1106/1313 84% [==================================================== ] 1107/1313 84% [==================================================== ] 1108/1313 84% [==================================================== ] 1109/1313 84% [==================================================== ] 1110/1313 84% [==================================================== ] 1111/1313 84% [==================================================== ] 1112/1313 84% [==================================================== ] 1113/1313 84% [==================================================== ] 1114/1313 84% [==================================================== ] 1115/1313 84% [==================================================== ] 1116/1313 84% [==================================================== ] 1117/1313 85% [==================================================== ] 1118/1313 85% [==================================================== ] 1119/1313 85% [==================================================== ] 1120/1313 85% [==================================================== ] 1121/1313 85% [==================================================== ] 1122/1313 85% [===================================================== ] 1123/1313 85% [===================================================== ] 1124/1313 85% [===================================================== ] 1125/1313 85% [===================================================== ] 1126/1313 85% [===================================================== ] 1127/1313 85% [===================================================== ] 1128/1313 85% [===================================================== ] 1129/1313 85% [===================================================== ] 1130/1313 86% [===================================================== ] 1131/1313 86% [===================================================== ] 1132/1313 86% [===================================================== ] 1133/1313 86% [===================================================== ] 1134/1313 86% [===================================================== ] 1135/1313 86% [===================================================== ] 1136/1313 86% [===================================================== ] 1137/1313 86% [===================================================== ] 1138/1313 86% [===================================================== ] 1139/1313 86% [===================================================== ] 1140/1313 86% [===================================================== ] 1141/1313 86% [===================================================== ] 1142/1313 86% [===================================================== ] 1143/1313 87% [====================================================== ] 1144/1313 87% [====================================================== ] 1145/1313 87% [====================================================== ] 1146/1313 87% [====================================================== ] 1147/1313 87% [====================================================== ] 1148/1313 87% [====================================================== ] 1149/1313 87% [====================================================== ] 1150/1313 87% [====================================================== ] 1151/1313 87% [====================================================== ] 1152/1313 87% [====================================================== ] 1153/1313 87% [====================================================== ] 1154/1313 87% [====================================================== ] 1155/1313 87% [====================================================== ] 1156/1313 88% [====================================================== ] 1157/1313 88% [====================================================== ] 1158/1313 88% [====================================================== ] 1159/1313 88% [====================================================== ] 1160/1313 88% [====================================================== ] 1161/1313 88% [====================================================== ] 1162/1313 88% [====================================================== ] 1163/1313 88% [====================================================== ] 1164/1313 88% [======================================================= ] 1165/1313 88% [======================================================= ] 1166/1313 88% [======================================================= ] 1167/1313 88% [======================================================= ] 1168/1313 88% [======================================================= ] 1169/1313 89% [======================================================= ] 1170/1313 89% [======================================================= ] 1171/1313 89% [======================================================= ] 1172/1313 89% [======================================================= ] 1173/1313 89% [======================================================= ] 1174/1313 89% [======================================================= ] 1175/1313 89% [======================================================= ] 1176/1313 89% [======================================================= ] 1177/1313 89% [======================================================= ] 1178/1313 89% [======================================================= ] 1179/1313 89% [======================================================= ] 1180/1313 89% [======================================================= ] 1181/1313 89% [======================================================= ] 1182/1313 90% [======================================================= ] 1183/1313 90% [======================================================= ] 1184/1313 90% [======================================================= ] 1185/1313 90% [======================================================== ] 1186/1313 90% [======================================================== ] 1187/1313 90% [======================================================== ] 1188/1313 90% [======================================================== ] 1189/1313 90% [======================================================== ] 1190/1313 90% [======================================================== ] 1191/1313 90% [======================================================== ] 1192/1313 90% [======================================================== ] 1193/1313 90% [======================================================== ] 1194/1313 90% [======================================================== ] 1195/1313 91% [======================================================== ] 1196/1313 91% [======================================================== ] 1197/1313 91% [======================================================== ] 1198/1313 91% [======================================================== ] 1199/1313 91% [======================================================== ] 1200/1313 91% [======================================================== ] 1201/1313 91% [======================================================== ] 1202/1313 91% [======================================================== ] 1203/1313 91% [======================================================== ] 1204/1313 91% [======================================================== ] 1205/1313 91% [======================================================== ] 1206/1313 91% [======================================================== ] 1207/1313 91% [========================================================= ] 1208/1313 92% [========================================================= ] 1209/1313 92% [========================================================= ] 1210/1313 92% [========================================================= ] 1211/1313 92% [========================================================= ] 1212/1313 92% [========================================================= ] 1213/1313 92% [========================================================= ] 1214/1313 92% [========================================================= ] 1215/1313 92% [========================================================= ] 1216/1313 92% [========================================================= ] 1217/1313 92% [========================================================= ] 1218/1313 92% [========================================================= ] 1219/1313 92% [========================================================= ] 1220/1313 92% [========================================================= ] 1221/1313 92% [========================================================= ] 1222/1313 93% [========================================================= ] 1223/1313 93% [========================================================= ] 1224/1313 93% [========================================================= ] 1225/1313 93% [========================================================= ] 1226/1313 93% [========================================================= ] 1227/1313 93% [========================================================= ] 1228/1313 93% [========================================================== ] 1229/1313 93% [========================================================== ] 1230/1313 93% [========================================================== ] 1231/1313 93% [========================================================== ] 1232/1313 93% [========================================================== ] 1233/1313 93% [========================================================== ] 1234/1313 93% [========================================================== ] 1235/1313 94% [========================================================== ] 1236/1313 94% [========================================================== ] 1237/1313 94% [========================================================== ] 1238/1313 94% [========================================================== ] 1239/1313 94% [========================================================== ] 1240/1313 94% [========================================================== ] 1241/1313 94% [========================================================== ] 1242/1313 94% [========================================================== ] 1243/1313 94% [========================================================== ] 1244/1313 94% [========================================================== ] 1245/1313 94% [========================================================== ] 1246/1313 94% [========================================================== ] 1247/1313 94% [========================================================== ] 1248/1313 95% [========================================================== ] 1249/1313 95% [=========================================================== ] 1250/1313 95% [=========================================================== ] 1251/1313 95% [=========================================================== ] 1252/1313 95% [=========================================================== ] 1253/1313 95% [=========================================================== ] 1254/1313 95% [=========================================================== ] 1255/1313 95% [=========================================================== ] 1256/1313 95% [=========================================================== ] 1257/1313 95% [=========================================================== ] 1258/1313 95% [=========================================================== ] 1259/1313 95% [=========================================================== ] 1260/1313 95% [=========================================================== ] 1261/1313 96% [=========================================================== ] 1262/1313 96% [=========================================================== ] 1263/1313 96% [=========================================================== ] 1264/1313 96% [=========================================================== ] 1265/1313 96% [=========================================================== ] 1266/1313 96% [=========================================================== ] 1267/1313 96% [=========================================================== ] 1268/1313 96% [=========================================================== ] 1269/1313 96% [=========================================================== ] 1270/1313 96% [============================================================ ] 1271/1313 96% [============================================================ ] 1272/1313 96% [============================================================ ] 1273/1313 96% [============================================================ ] 1274/1313 97% [============================================================ ] 1275/1313 97% [============================================================ ] 1276/1313 97% [============================================================ ] 1277/1313 97% [============================================================ ] 1278/1313 97% [============================================================ ] 1279/1313 97% [============================================================ ] 1280/1313 97% [============================================================ ] 1281/1313 97% [============================================================ ] 1282/1313 97% [============================================================ ] 1283/1313 97% [============================================================ ] 1284/1313 97% [============================================================ ] 1285/1313 97% [============================================================ ] 1286/1313 97% [============================================================ ] 1287/1313 98% [============================================================ ] 1288/1313 98% [============================================================ ] 1289/1313 98% [============================================================ ] 1290/1313 98% [============================================================ ] 1291/1313 98% [============================================================= ] 1292/1313 98% [============================================================= ] 1293/1313 98% [============================================================= ] 1294/1313 98% [============================================================= ] 1295/1313 98% [============================================================= ] 1296/1313 98% [============================================================= ] 1297/1313 98% [============================================================= ] 1298/1313 98% [============================================================= ] 1299/1313 98% [============================================================= ] 1300/1313 99% [============================================================= ] 1301/1313 99% [============================================================= ] 1302/1313 99% [============================================================= ] 1303/1313 99% [============================================================= ] 1304/1313 99% [============================================================= ] 1305/1313 99% [============================================================= ] 1306/1313 99% [============================================================= ] 1307/1313 99% [============================================================= ] 1308/1313 99% [============================================================= ] 1309/1313 99% [============================================================= ] 1310/1313 99% [============================================================= ] 1311/1313 99% [============================================================= ] 1312/1313 99% [==============================================================] 1313/1313 100% operation complete, 1313 objects in 20164 NAND pages. ln -snf /home/autobuild/autobuild/instance-1/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-1/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-1/buildroot' >>> Buildroot 2022.02-438-gac91235797 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> 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.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.4.186 Collecting legal info >>> 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 >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> 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) >>> alsa-lib 1.2.6 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) aserver/COPYING: OK (sha256: bfe16cf823bcff261fc6a062c07ee96660e3c39678f42f39a788a68dbc234ced) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> argp-standalone 1.3 Collecting legal info argp.h: OK (sha256: bbb8919aa520069b0234faf5e83a94052d278419ffe97ca8e843ecc9b212d1ab) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.62.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 60.9.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.2 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.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cryptsetup 2.4.3 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> host-json-c 0.15 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.112 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1n Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.22 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropwatch 1.5.3 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.0 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> initscripts Collecting legal info >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> jbig2dec 0.19 Collecting legal info LICENSE: OK (sha256: 1bf5258afe453934484fd0cea97508b72301633a6a78b0ae8a9ee44ac78f26d9) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jquery 3.5.1 Collecting legal info >>> jszip 3.2.2 Collecting legal info LICENSE.markdown: OK (sha256: 14450c78405ad2a2173e25740b56406556779149df9c4c83523a8c63d0686210) >>> libbson 1.9.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) THIRD_PARTY_NOTICES: OK (sha256: 8dc5cb3146b026715e6c145621c7732f36c295d825b7b3a03076ad3f238db48e) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> libhtp 0.5.39 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnftnl 1.2.1 Collecting legal info COPYING: OK (sha256: 98193898c663001eff2fdcfb676e210c13042bc1a05e8d570c363efa396f8e24) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> librelp 1.10.0 Collecting legal info COPYING: OK (sha256: 1ed76f935566e93e3c3c0d9f8fad22eb6d8bbe406e2eb8470a4a2764d9fd9685) >>> libsndfile 1.0.31 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> lockfile-progs 0.1.19 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mosquitto 2.0.14 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> nanomsg 1.1.5 Collecting legal info COPYING: OK (sha256: 4e51f6a04312ea7c5f4f0e92d91b6415c1eeb09bdaf86a6fd11d93499457c07a) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> parprouted 0.7 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> host-qoriq-rcw LSDK-20.12 Collecting legal info LICENSE: OK (sha256: 68f4b15ecc085729419bc60ca6eeadca5af0237bbfec791e8a79da9c943d42e9) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> serd 0.30.10 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sord 0.16.8 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> spice-protocol 0.14.3 Collecting legal info COPYING: OK (sha256: eb55ea746be694c449224c7ddce6340648b075fd377281712a19094e7fb7ef92) >>> squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> tinydtls 0.9-rc1 Collecting legal info LICENSE: OK (sha256: 7e906fb56da52bb6bba38e77eec00e7d37fe65b0b7b28c4bf68ff036573d0de5) >>> tinyssh 20210601 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> urandom-scripts Collecting legal info >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> usb_modeswitch_data 20191128 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wipe 2.3.1 Collecting legal info LICENSE: OK (sha256: 890cd89006bb57ce95b460e867c7bcc81d30cbc23067a9be4644bdac6882bc14) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.4.186: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-1/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-1/buildroot'