make[3]: Nothing to be done for 'install-exec-am'. make[3]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/host-xz-5.6.2' make[2]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/host-xz-5.6.2' make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/host-xz-5.6.2' 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-8/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-8/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-8/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-8/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-8/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-8/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/bin GIT_DIR=. PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-8/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-8/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-8/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-8/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-8/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-8/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-8/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-8/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-8/output-1/host/bin/mips64el-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Ofast', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-8/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-8/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-8/output-1/host/mips64el-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-8/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-8/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/bash$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/bash" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-8/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-8/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-8/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-8/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-8/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-8/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-8/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-8/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-8/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-8/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-8/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-8/output-1/target/etc/inittab; fi /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-8/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-8/output-1/target/etc/inittab rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/include /home/autobuild/autobuild/instance-8/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-8/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-8/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-8/output-1/target/usr/doc find /home/autobuild/autobuild/instance-8/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-8/output-1/target/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-8/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/man /home/autobuild/autobuild/instance-8/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/info /home/autobuild/autobuild/instance-8/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/doc /home/autobuild/autobuild/instance-8/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-8/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-8/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-8/output-1/target/lib/debug /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-8/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-8/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-8/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-8/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-8/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-495-g2547a3b32d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/autobuild/autobuild/instance-8/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-8/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-8/output-1/per-package \ /home/autobuild/autobuild/instance-8/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-8/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n tss -1 tss -1 * - - - tss user for tpm2\n\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n\n' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-8/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" lz4 -l -9 -c /home/autobuild/autobuild/instance-8/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-8/output-1/images/rootfs.tar.lz4 >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x lzo -o /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" xz -9 -C crc32 -c -T 1 /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-8/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/images rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-8/output-1/target/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-8/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-8/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-8/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-8/output-1/host/bin:/home/autobuild/autobuild/instance-8/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-8/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-8/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-8/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-8/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1084 objects. stage 2: creating image '/home/autobuild/autobuild/instance-8/output-1/images/rootfs.yaffs2' [ ] 1/1084 0% [ ] 2/1084 0% [ ] 3/1084 0% [ ] 4/1084 0% [ ] 5/1084 0% [ ] 6/1084 0% [ ] 7/1084 0% [ ] 8/1084 0% [ ] 9/1084 0% [ ] 10/1084 0% [ ] 11/1084 1% [ ] 12/1084 1% [ ] 13/1084 1% [ ] 14/1084 1% [ ] 15/1084 1% [ ] 16/1084 1% [ ] 17/1084 1% [= ] 18/1084 1% [= ] 19/1084 1% [= ] 20/1084 1% [= ] 21/1084 1% [= ] 22/1084 2% [= ] 23/1084 2% [= ] 24/1084 2% [= ] 25/1084 2% [= ] 26/1084 2% [= ] 27/1084 2% [= ] 28/1084 2% [= ] 29/1084 2% [= ] 30/1084 2% [= ] 31/1084 2% [= ] 32/1084 2% [= ] 33/1084 3% [= ] 34/1084 3% [== ] 35/1084 3% [== ] 36/1084 3% [== ] 37/1084 3% [== ] 38/1084 3% [== ] 39/1084 3% [== ] 40/1084 3% [== ] 41/1084 3% [== ] 42/1084 3% [== ] 43/1084 3% [== ] 44/1084 4% [== ] 45/1084 4% [== ] 46/1084 4% [== ] 47/1084 4% [== ] 48/1084 4% [== ] 49/1084 4% [== ] 50/1084 4% [== ] 51/1084 4% [== ] 52/1084 4% [=== ] 53/1084 4% [=== ] 54/1084 4% [=== ] 55/1084 5% [=== ] 56/1084 5% [=== ] 57/1084 5% [=== ] 58/1084 5% [=== ] 59/1084 5% [=== ] 60/1084 5% [=== ] 61/1084 5% [=== ] 62/1084 5% [=== ] 63/1084 5% [=== ] 64/1084 5% [=== ] 65/1084 5% [=== ] 66/1084 6% [=== ] 67/1084 6% [=== ] 68/1084 6% [=== ] 69/1084 6% [==== ] 70/1084 6% [==== ] 71/1084 6% [==== ] 72/1084 6% [==== ] 73/1084 6% [==== ] 74/1084 6% [==== ] 75/1084 6% [==== ] 76/1084 7% [==== ] 77/1084 7% [==== ] 78/1084 7% [==== ] 79/1084 7% [==== ] 80/1084 7% [==== ] 81/1084 7% [==== ] 82/1084 7% [==== ] 83/1084 7% [==== ] 84/1084 7% [==== ] 85/1084 7% [==== ] 86/1084 7% [==== ] 87/1084 8% [===== ] 88/1084 8% [===== ] 89/1084 8% [===== ] 90/1084 8% [===== ] 91/1084 8% [===== ] 92/1084 8% [===== ] 93/1084 8% [===== ] 94/1084 8% [===== ] 95/1084 8% [===== ] 96/1084 8% [===== ] 97/1084 8% [===== ] 98/1084 9% [===== ] 99/1084 9% [===== ] 100/1084 9% [===== ] 101/1084 9% [===== ] 102/1084 9% [===== ] 103/1084 9% [===== ] 104/1084 9% [====== ] 105/1084 9% [====== ] 106/1084 9% [====== ] 107/1084 9% [====== ] 108/1084 9% [====== ] 109/1084 10% [====== ] 110/1084 10% [====== ] 111/1084 10% [====== ] 112/1084 10% [====== ] 113/1084 10% [====== ] 114/1084 10% [====== ] 115/1084 10% [====== ] 116/1084 10% [====== ] 117/1084 10% [====== ] 118/1084 10% [====== ] 119/1084 10% [====== ] 120/1084 11% [====== ] 121/1084 11% [====== ] 122/1084 11% [======= ] 123/1084 11% [======= ] 124/1084 11% [======= ] 125/1084 11% [======= ] 126/1084 11% [======= ] 127/1084 11% [======= ] 128/1084 11% [======= ] 129/1084 11% [======= ] 130/1084 11% [======= ] 131/1084 12% [======= ] 132/1084 12% [======= ] 133/1084 12% [======= ] 134/1084 12% [======= ] 135/1084 12% [======= ] 136/1084 12% [======= ] 137/1084 12% [======= ] 138/1084 12% [======= ] 139/1084 12% [======== ] 140/1084 12% [======== ] 141/1084 13% [======== ] 142/1084 13% [======== ] 143/1084 13% [======== ] 144/1084 13% [======== ] 145/1084 13% [======== ] 146/1084 13% [======== ] 147/1084 13% [======== ] 148/1084 13% [======== ] 149/1084 13% [======== ] 150/1084 13% [======== ] 151/1084 13% [======== ] 152/1084 14% [======== ] 153/1084 14% [======== ] 154/1084 14% [======== ] 155/1084 14% [======== ] 156/1084 14% [======== ] 157/1084 14% [========= ] 158/1084 14% [========= ] 159/1084 14% [========= ] 160/1084 14% [========= ] 161/1084 14% [========= ] 162/1084 14% [========= ] 163/1084 15% [========= ] 164/1084 15% [========= ] 165/1084 15% [========= ] 166/1084 15% [========= ] 167/1084 15% [========= ] 168/1084 15% [========= ] 169/1084 15% [========= ] 170/1084 15% [========= ] 171/1084 15% [========= ] 172/1084 15% [========= ] 173/1084 15% [========= ] 174/1084 16% [========== ] 175/1084 16% [========== ] 176/1084 16% [========== ] 177/1084 16% [========== ] 178/1084 16% [========== ] 179/1084 16% [========== ] 180/1084 16% [========== ] 181/1084 16% [========== ] 182/1084 16% [========== ] 183/1084 16% [========== ] 184/1084 16% [========== ] 185/1084 17% [========== ] 186/1084 17% [========== ] 187/1084 17% [========== ] 188/1084 17% [========== ] 189/1084 17% [========== ] 190/1084 17% [========== ] 191/1084 17% [========== ] 192/1084 17% [=========== ] 193/1084 17% [=========== ] 194/1084 17% [=========== ] 195/1084 17% [=========== ] 196/1084 18% [=========== ] 197/1084 18% [=========== ] 198/1084 18% [=========== ] 199/1084 18% [=========== ] 200/1084 18% [=========== ] 201/1084 18% [=========== ] 202/1084 18% [=========== ] 203/1084 18% [=========== ] 204/1084 18% [=========== ] 205/1084 18% [=========== ] 206/1084 19% [=========== ] 207/1084 19% [=========== ] 208/1084 19% [=========== ] 209/1084 19% [============ ] 210/1084 19% [============ ] 211/1084 19% [============ ] 212/1084 19% [============ ] 213/1084 19% [============ ] 214/1084 19% [============ ] 215/1084 19% [============ ] 216/1084 19% [============ ] 217/1084 20% [============ ] 218/1084 20% [============ ] 219/1084 20% [============ ] 220/1084 20% [============ ] 221/1084 20% [============ ] 222/1084 20% [============ ] 223/1084 20% [============ ] 224/1084 20% [============ ] 225/1084 20% [============ ] 226/1084 20% [============ ] 227/1084 20% [============= ] 228/1084 21% [============= ] 229/1084 21% [============= ] 230/1084 21% [============= ] 231/1084 21% [============= ] 232/1084 21% [============= ] 233/1084 21% [============= ] 234/1084 21% [============= ] 235/1084 21% [============= ] 236/1084 21% [============= ] 237/1084 21% [============= ] 238/1084 21% [============= ] 239/1084 22% [============= ] 240/1084 22% [============= ] 241/1084 22% [============= ] 242/1084 22% [============= ] 243/1084 22% [============= ] 244/1084 22% [============== ] 245/1084 22% [============== ] 246/1084 22% [============== ] 247/1084 22% [============== ] 248/1084 22% [============== ] 249/1084 22% [============== ] 250/1084 23% [============== ] 251/1084 23% [============== ] 252/1084 23% [============== ] 253/1084 23% [============== ] 254/1084 23% [============== ] 255/1084 23% [============== ] 256/1084 23% [============== ] 257/1084 23% [============== ] 258/1084 23% [============== ] 259/1084 23% [============== ] 260/1084 23% [============== ] 261/1084 24% [============== ] 262/1084 24% [=============== ] 263/1084 24% [=============== ] 264/1084 24% [=============== ] 265/1084 24% [=============== ] 266/1084 24% [=============== ] 267/1084 24% [=============== ] 268/1084 24% [=============== ] 269/1084 24% [=============== ] 270/1084 24% [=============== ] 271/1084 25% [=============== ] 272/1084 25% [=============== ] 273/1084 25% [=============== ] 274/1084 25% [=============== ] 275/1084 25% [=============== ] 276/1084 25% [=============== ] 277/1084 25% [=============== ] 278/1084 25% [=============== ] 279/1084 25% [================ ] 280/1084 25% [================ ] 281/1084 25% [================ ] 282/1084 26% [================ ] 283/1084 26% [================ ] 284/1084 26% [================ ] 285/1084 26% [================ ] 286/1084 26% [================ ] 287/1084 26% [================ ] 288/1084 26% [================ ] 289/1084 26% [================ ] 290/1084 26% [================ ] 291/1084 26% [================ ] 292/1084 26% [================ ] 293/1084 27% [================ ] 294/1084 27% [================ ] 295/1084 27% [================ ] 296/1084 27% [================ ] 297/1084 27% [================= ] 298/1084 27% [================= ] 299/1084 27% [================= ] 300/1084 27% [================= ] 301/1084 27% [================= ] 302/1084 27% [================= ] 303/1084 27% [================= ] 304/1084 28% [================= ] 305/1084 28% [================= ] 306/1084 28% [================= ] 307/1084 28% [================= ] 308/1084 28% [================= ] 309/1084 28% [================= ] 310/1084 28% [================= ] 311/1084 28% [================= ] 312/1084 28% [================= ] 313/1084 28% [================= ] 314/1084 28% [================== ] 315/1084 29% [================== ] 316/1084 29% [================== ] 317/1084 29% [================== ] 318/1084 29% [================== ] 319/1084 29% [================== ] 320/1084 29% [================== ] 321/1084 29% [================== ] 322/1084 29% [================== ] 323/1084 29% [================== ] 324/1084 29% [================== ] 325/1084 29% [================== ] 326/1084 30% [================== ] 327/1084 30% [================== ] 328/1084 30% [================== ] 329/1084 30% [================== ] 330/1084 30% [================== ] 331/1084 30% [================== ] 332/1084 30% [=================== ] 333/1084 30% [=================== ] 334/1084 30% [=================== ] 335/1084 30% [=================== ] 336/1084 30% [=================== ] 337/1084 31% [=================== ] 338/1084 31% [=================== ] 339/1084 31% [=================== ] 340/1084 31% [=================== ] 341/1084 31% [=================== ] 342/1084 31% [=================== ] 343/1084 31% [=================== ] 344/1084 31% [=================== ] 345/1084 31% [=================== ] 346/1084 31% [=================== ] 347/1084 32% [=================== ] 348/1084 32% [=================== ] 349/1084 32% [==================== ] 350/1084 32% [==================== ] 351/1084 32% [==================== ] 352/1084 32% [==================== ] 353/1084 32% [==================== ] 354/1084 32% [==================== ] 355/1084 32% [==================== ] 356/1084 32% [==================== ] 357/1084 32% [==================== ] 358/1084 33% [==================== ] 359/1084 33% [==================== ] 360/1084 33% [==================== ] 361/1084 33% [==================== ] 362/1084 33% [==================== ] 363/1084 33% [==================== ] 364/1084 33% [==================== ] 365/1084 33% [==================== ] 366/1084 33% [==================== ] 367/1084 33% [===================== ] 368/1084 33% [===================== ] 369/1084 34% [===================== ] 370/1084 34% [===================== ] 371/1084 34% [===================== ] 372/1084 34% [===================== ] 373/1084 34% [===================== ] 374/1084 34% [===================== ] 375/1084 34% [===================== ] 376/1084 34% [===================== ] 377/1084 34% [===================== ] 378/1084 34% [===================== ] 379/1084 34% [===================== ] 380/1084 35% [===================== ] 381/1084 35% [===================== ] 382/1084 35% [===================== ] 383/1084 35% [===================== ] 384/1084 35% [====================== ] 385/1084 35% [====================== ] 386/1084 35% [====================== ] 387/1084 35% [====================== ] 388/1084 35% [====================== ] 389/1084 35% [====================== ] 390/1084 35% [====================== ] 391/1084 36% [====================== ] 392/1084 36% [====================== ] 393/1084 36% [====================== ] 394/1084 36% [====================== ] 395/1084 36% [====================== ] 396/1084 36% [====================== ] 397/1084 36% [====================== ] 398/1084 36% [====================== ] 399/1084 36% [====================== ] 400/1084 36% [====================== ] 401/1084 36% [====================== ] 402/1084 37% [======================= ] 403/1084 37% [======================= ] 404/1084 37% [======================= ] 405/1084 37% [======================= ] 406/1084 37% [======================= ] 407/1084 37% [======================= ] 408/1084 37% [======================= ] 409/1084 37% [======================= ] 410/1084 37% [======================= ] 411/1084 37% [======================= ] 412/1084 38% [======================= ] 413/1084 38% [======================= ] 414/1084 38% [======================= ] 415/1084 38% [======================= ] 416/1084 38% [======================= ] 417/1084 38% [======================= ] 418/1084 38% [======================= ] 419/1084 38% [======================== ] 420/1084 38% [======================== ] 421/1084 38% [======================== ] 422/1084 38% [======================== ] 423/1084 39% [======================== ] 424/1084 39% [======================== ] 425/1084 39% [======================== ] 426/1084 39% [======================== ] 427/1084 39% [======================== ] 428/1084 39% [======================== ] 429/1084 39% [======================== ] 430/1084 39% [======================== ] 431/1084 39% [======================== ] 432/1084 39% [======================== ] 433/1084 39% [======================== ] 434/1084 40% [======================== ] 435/1084 40% [======================== ] 436/1084 40% [======================== ] 437/1084 40% [========================= ] 438/1084 40% [========================= ] 439/1084 40% [========================= ] 440/1084 40% [========================= ] 441/1084 40% [========================= ] 442/1084 40% [========================= ] 443/1084 40% [========================= ] 444/1084 40% [========================= ] 445/1084 41% [========================= ] 446/1084 41% [========================= ] 447/1084 41% [========================= ] 448/1084 41% [========================= ] 449/1084 41% [========================= ] 450/1084 41% [========================= ] 451/1084 41% [========================= ] 452/1084 41% [========================= ] 453/1084 41% [========================= ] 454/1084 41% [========================== ] 455/1084 41% [========================== ] 456/1084 42% [========================== ] 457/1084 42% [========================== ] 458/1084 42% [========================== ] 459/1084 42% [========================== ] 460/1084 42% [========================== ] 461/1084 42% [========================== ] 462/1084 42% [========================== ] 463/1084 42% [========================== ] 464/1084 42% [========================== ] 465/1084 42% [========================== ] 466/1084 42% [========================== ] 467/1084 43% [========================== ] 468/1084 43% [========================== ] 469/1084 43% [========================== ] 470/1084 43% [========================== ] 471/1084 43% [========================== ] 472/1084 43% [=========================== ] 473/1084 43% [=========================== ] 474/1084 43% [=========================== ] 475/1084 43% [=========================== ] 476/1084 43% [=========================== ] 477/1084 44% [=========================== ] 478/1084 44% [=========================== ] 479/1084 44% [=========================== ] 480/1084 44% [=========================== ] 481/1084 44% [=========================== ] 482/1084 44% [=========================== ] 483/1084 44% [=========================== ] 484/1084 44% [=========================== ] 485/1084 44% [=========================== ] 486/1084 44% [=========================== ] 487/1084 44% [=========================== ] 488/1084 45% [=========================== ] 489/1084 45% [============================ ] 490/1084 45% [============================ ] 491/1084 45% [============================ ] 492/1084 45% [============================ ] 493/1084 45% [============================ ] 494/1084 45% [============================ ] 495/1084 45% [============================ ] 496/1084 45% [============================ ] 497/1084 45% [============================ ] 498/1084 45% [============================ ] 499/1084 46% [============================ ] 500/1084 46% [============================ ] 501/1084 46% [============================ ] 502/1084 46% [============================ ] 503/1084 46% [============================ ] 504/1084 46% [============================ ] 505/1084 46% [============================ ] 506/1084 46% [============================ ] 507/1084 46% [============================= ] 508/1084 46% [============================= ] 509/1084 46% [============================= ] 510/1084 47% [============================= ] 511/1084 47% [============================= ] 512/1084 47% [============================= ] 513/1084 47% [============================= ] 514/1084 47% [============================= ] 515/1084 47% [============================= ] 516/1084 47% [============================= ] 517/1084 47% [============================= ] 518/1084 47% [============================= ] 519/1084 47% [============================= ] 520/1084 47% [============================= ] 521/1084 48% [============================= ] 522/1084 48% [============================= ] 523/1084 48% [============================= ] 524/1084 48% [============================== ] 525/1084 48% [============================== ] 526/1084 48% [============================== ] 527/1084 48% [============================== ] 528/1084 48% [============================== ] 529/1084 48% [============================== ] 530/1084 48% [============================== ] 531/1084 48% [============================== ] 532/1084 49% [============================== ] 533/1084 49% [============================== ] 534/1084 49% [============================== ] 535/1084 49% [============================== ] 536/1084 49% [============================== ] 537/1084 49% [============================== ] 538/1084 49% [============================== ] 539/1084 49% [============================== ] 540/1084 49% [============================== ] 541/1084 49% [=============================== ] 542/1084 50% [=============================== ] 543/1084 50% [=============================== ] 544/1084 50% [=============================== ] 545/1084 50% [=============================== ] 546/1084 50% [=============================== ] 547/1084 50% [=============================== ] 548/1084 50% [=============================== ] 549/1084 50% [=============================== ] 550/1084 50% [=============================== ] 551/1084 50% [=============================== ] 552/1084 50% [=============================== ] 553/1084 51% [=============================== ] 554/1084 51% [=============================== ] 555/1084 51% [=============================== ] 556/1084 51% [=============================== ] 557/1084 51% [=============================== ] 558/1084 51% [=============================== ] 559/1084 51% [================================ ] 560/1084 51% [================================ ] 561/1084 51% [================================ ] 562/1084 51% [================================ ] 563/1084 51% [================================ ] 564/1084 52% [================================ ] 565/1084 52% [================================ ] 566/1084 52% [================================ ] 567/1084 52% [================================ ] 568/1084 52% [================================ ] 569/1084 52% [================================ ] 570/1084 52% [================================ ] 571/1084 52% [================================ ] 572/1084 52% [================================ ] 573/1084 52% [================================ ] 574/1084 52% [================================ ] 575/1084 53% [================================ ] 576/1084 53% [================================= ] 577/1084 53% [================================= ] 578/1084 53% [================================= ] 579/1084 53% [================================= ] 580/1084 53% [================================= ] 581/1084 53% [================================= ] 582/1084 53% [================================= ] 583/1084 53% [================================= ] 584/1084 53% [================================= ] 585/1084 53% [================================= ] 586/1084 54% [================================= ] 587/1084 54% [================================= ] 588/1084 54% [================================= ] 589/1084 54% [================================= ] 590/1084 54% [================================= ] 591/1084 54% [================================= ] 592/1084 54% [================================= ] 593/1084 54% [================================= ] 594/1084 54% [================================== ] 595/1084 54% [================================== ] 596/1084 54% [================================== ] 597/1084 55% [================================== ] 598/1084 55% [================================== ] 599/1084 55% [================================== ] 600/1084 55% [================================== ] 601/1084 55% [================================== ] 602/1084 55% [================================== ] 603/1084 55% [================================== ] 604/1084 55% [================================== ] 605/1084 55% [================================== ] 606/1084 55% [================================== ] 607/1084 55% [================================== ] 608/1084 56% [================================== ] 609/1084 56% [================================== ] 610/1084 56% [================================== ] 611/1084 56% [=================================== ] 612/1084 56% [=================================== ] 613/1084 56% [=================================== ] 614/1084 56% [=================================== ] 615/1084 56% [=================================== ] 616/1084 56% [=================================== ] 617/1084 56% [=================================== ] 618/1084 57% [=================================== ] 619/1084 57% [=================================== ] 620/1084 57% [=================================== ] 621/1084 57% [=================================== ] 622/1084 57% [=================================== ] 623/1084 57% [=================================== ] 624/1084 57% [=================================== ] 625/1084 57% [=================================== ] 626/1084 57% [=================================== ] 627/1084 57% [=================================== ] 628/1084 57% [=================================== ] 629/1084 58% [==================================== ] 630/1084 58% [==================================== ] 631/1084 58% [==================================== ] 632/1084 58% [==================================== ] 633/1084 58% [==================================== ] 634/1084 58% [==================================== ] 635/1084 58% [==================================== ] 636/1084 58% [==================================== ] 637/1084 58% [==================================== ] 638/1084 58% [==================================== ] 639/1084 58% [==================================== ] 640/1084 59% [==================================== ] 641/1084 59% [==================================== ] 642/1084 59% [==================================== ] 643/1084 59% [==================================== ] 644/1084 59% [==================================== ] 645/1084 59% [==================================== ] 646/1084 59% [===================================== ] 647/1084 59% [===================================== ] 648/1084 59% [===================================== ] 649/1084 59% [===================================== ] 650/1084 59% [===================================== ] 651/1084 60% [===================================== ] 652/1084 60% [===================================== ] 653/1084 60% [===================================== ] 654/1084 60% [===================================== ] 655/1084 60% [===================================== ] 656/1084 60% [===================================== ] 657/1084 60% [===================================== ] 658/1084 60% [===================================== ] 659/1084 60% [===================================== ] 660/1084 60% [===================================== ] 661/1084 60% [===================================== ] 662/1084 61% [===================================== ] 663/1084 61% [===================================== ] 664/1084 61% [====================================== ] 665/1084 61% [====================================== ] 666/1084 61% [====================================== ] 667/1084 61% [====================================== ] 668/1084 61% [====================================== ] 669/1084 61% [====================================== ] 670/1084 61% [====================================== ] 671/1084 61% [====================================== ] 672/1084 61% [====================================== ] 673/1084 62% [====================================== ] 674/1084 62% [====================================== ] 675/1084 62% [====================================== ] 676/1084 62% [====================================== ] 677/1084 62% [====================================== ] 678/1084 62% [====================================== ] 679/1084 62% [====================================== ] 680/1084 62% [====================================== ] 681/1084 62% [======================================= ] 682/1084 62% [======================================= ] 683/1084 63% [======================================= ] 684/1084 63% [======================================= ] 685/1084 63% [======================================= ] 686/1084 63% [======================================= ] 687/1084 63% [======================================= ] 688/1084 63% [======================================= ] 689/1084 63% [======================================= ] 690/1084 63% [======================================= ] 691/1084 63% [======================================= ] 692/1084 63% [======================================= ] 693/1084 63% [======================================= ] 694/1084 64% [======================================= ] 695/1084 64% [======================================= ] 696/1084 64% [======================================= ] 697/1084 64% [======================================= ] 698/1084 64% [======================================= ] 699/1084 64% [======================================== ] 700/1084 64% [======================================== ] 701/1084 64% [======================================== ] 702/1084 64% [======================================== ] 703/1084 64% [======================================== ] 704/1084 64% [======================================== ] 705/1084 65% [======================================== ] 706/1084 65% [======================================== ] 707/1084 65% [======================================== ] 708/1084 65% [======================================== ] 709/1084 65% [======================================== ] 710/1084 65% [======================================== ] 711/1084 65% [======================================== ] 712/1084 65% [======================================== ] 713/1084 65% [======================================== ] 714/1084 65% [======================================== ] 715/1084 65% [======================================== ] 716/1084 66% [========================================= ] 717/1084 66% [========================================= ] 718/1084 66% [========================================= ] 719/1084 66% [========================================= ] 720/1084 66% [========================================= ] 721/1084 66% [========================================= ] 722/1084 66% [========================================= ] 723/1084 66% [========================================= ] 724/1084 66% [========================================= ] 725/1084 66% [========================================= ] 726/1084 66% [========================================= ] 727/1084 67% [========================================= ] 728/1084 67% [========================================= ] 729/1084 67% [========================================= ] 730/1084 67% [========================================= ] 731/1084 67% [========================================= ] 732/1084 67% [========================================= ] 733/1084 67% [========================================= ] 734/1084 67% [========================================== ] 735/1084 67% [========================================== ] 736/1084 67% [========================================== ] 737/1084 67% [========================================== ] 738/1084 68% [========================================== ] 739/1084 68% [========================================== ] 740/1084 68% [========================================== ] 741/1084 68% [========================================== ] 742/1084 68% [========================================== ] 743/1084 68% [========================================== ] 744/1084 68% [========================================== ] 745/1084 68% [========================================== ] 746/1084 68% [========================================== ] 747/1084 68% [========================================== ] 748/1084 69% [========================================== ] 749/1084 69% [========================================== ] 750/1084 69% [========================================== ] 751/1084 69% [=========================================== ] 752/1084 69% [=========================================== ] 753/1084 69% [=========================================== ] 754/1084 69% [=========================================== ] 755/1084 69% [=========================================== ] 756/1084 69% [=========================================== ] 757/1084 69% [=========================================== ] 758/1084 69% [=========================================== ] 759/1084 70% [=========================================== ] 760/1084 70% [=========================================== ] 761/1084 70% [=========================================== ] 762/1084 70% [=========================================== ] 763/1084 70% [=========================================== ] 764/1084 70% [=========================================== ] 765/1084 70% [=========================================== ] 766/1084 70% [=========================================== ] 767/1084 70% [=========================================== ] 768/1084 70% [=========================================== ] 769/1084 70% [============================================ ] 770/1084 71% [============================================ ] 771/1084 71% [============================================ ] 772/1084 71% [============================================ ] 773/1084 71% [============================================ ] 774/1084 71% [============================================ ] 775/1084 71% [============================================ ] 776/1084 71% [============================================ ] 777/1084 71% [============================================ ] 778/1084 71% [============================================ ] 779/1084 71% [============================================ ] 780/1084 71% [============================================ ] 781/1084 72% [============================================ ] 782/1084 72% [============================================ ] 783/1084 72% [============================================ ] 784/1084 72% [============================================ ] 785/1084 72% [============================================ ] 786/1084 72% [============================================= ] 787/1084 72% [============================================= ] 788/1084 72% [============================================= ] 789/1084 72% [============================================= ] 790/1084 72% [============================================= ] 791/1084 72% [============================================= ] 792/1084 73% [============================================= ] 793/1084 73% [============================================= ] 794/1084 73% [============================================= ] 795/1084 73% [============================================= ] 796/1084 73% [============================================= ] 797/1084 73% [============================================= ] 798/1084 73% [============================================= ] 799/1084 73% [============================================= ] 800/1084 73% [============================================= ] 801/1084 73% [============================================= ] 802/1084 73% [============================================= ] 803/1084 74% [============================================= ] 804/1084 74% [============================================== ] 805/1084 74% [============================================== ] 806/1084 74% [============================================== ] 807/1084 74% [============================================== ] 808/1084 74% [============================================== ] 809/1084 74% [============================================== ] 810/1084 74% [============================================== ] 811/1084 74% [============================================== ] 812/1084 74% [============================================== ] 813/1084 75% [============================================== ] 814/1084 75% [============================================== ] 815/1084 75% [============================================== ] 816/1084 75% [============================================== ] 817/1084 75% [============================================== ] 818/1084 75% [============================================== ] 819/1084 75% [============================================== ] 820/1084 75% [============================================== ] 821/1084 75% [=============================================== ] 822/1084 75% [=============================================== ] 823/1084 75% [=============================================== ] 824/1084 76% [=============================================== ] 825/1084 76% [=============================================== ] 826/1084 76% [=============================================== ] 827/1084 76% [=============================================== ] 828/1084 76% [=============================================== ] 829/1084 76% [=============================================== ] 830/1084 76% [=============================================== ] 831/1084 76% [=============================================== ] 832/1084 76% [=============================================== ] 833/1084 76% [=============================================== ] 834/1084 76% [=============================================== ] 835/1084 77% [=============================================== ] 836/1084 77% [=============================================== ] 837/1084 77% [=============================================== ] 838/1084 77% [=============================================== ] 839/1084 77% [================================================ ] 840/1084 77% [================================================ ] 841/1084 77% [================================================ ] 842/1084 77% [================================================ ] 843/1084 77% [================================================ ] 844/1084 77% [================================================ ] 845/1084 77% [================================================ ] 846/1084 78% [================================================ ] 847/1084 78% [================================================ ] 848/1084 78% [================================================ ] 849/1084 78% [================================================ ] 850/1084 78% [================================================ ] 851/1084 78% [================================================ ] 852/1084 78% [================================================ ] 853/1084 78% [================================================ ] 854/1084 78% [================================================ ] 855/1084 78% [================================================ ] 856/1084 78% [================================================= ] 857/1084 79% [================================================= ] 858/1084 79% [================================================= ] 859/1084 79% [================================================= ] 860/1084 79% [================================================= ] 861/1084 79% [================================================= ] 862/1084 79% [================================================= ] 863/1084 79% [================================================= ] 864/1084 79% [================================================= ] 865/1084 79% [================================================= ] 866/1084 79% [================================================= ] 867/1084 79% [================================================= ] 868/1084 80% [================================================= ] 869/1084 80% [================================================= ] 870/1084 80% [================================================= ] 871/1084 80% [================================================= ] 872/1084 80% [================================================= ] 873/1084 80% [================================================= ] 874/1084 80% [================================================== ] 875/1084 80% [================================================== ] 876/1084 80% [================================================== ] 877/1084 80% [================================================== ] 878/1084 80% [================================================== ] 879/1084 81% [================================================== ] 880/1084 81% [================================================== ] 881/1084 81% [================================================== ] 882/1084 81% [================================================== ] 883/1084 81% [================================================== ] 884/1084 81% [================================================== ] 885/1084 81% [================================================== ] 886/1084 81% [================================================== ] 887/1084 81% [================================================== ] 888/1084 81% [================================================== ] 889/1084 82% [================================================== ] 890/1084 82% [================================================== ] 891/1084 82% [=================================================== ] 892/1084 82% [=================================================== ] 893/1084 82% [=================================================== ] 894/1084 82% [=================================================== ] 895/1084 82% [=================================================== ] 896/1084 82% [=================================================== ] 897/1084 82% [=================================================== ] 898/1084 82% [=================================================== ] 899/1084 82% [=================================================== ] 900/1084 83% [=================================================== ] 901/1084 83% [=================================================== ] 902/1084 83% [=================================================== ] 903/1084 83% [=================================================== ] 904/1084 83% [=================================================== ] 905/1084 83% [=================================================== ] 906/1084 83% [=================================================== ] 907/1084 83% [=================================================== ] 908/1084 83% [=================================================== ] 909/1084 83% [==================================================== ] 910/1084 83% [==================================================== ] 911/1084 84% [==================================================== ] 912/1084 84% [==================================================== ] 913/1084 84% [==================================================== ] 914/1084 84% [==================================================== ] 915/1084 84% [==================================================== ] 916/1084 84% [==================================================== ] 917/1084 84% [==================================================== ] 918/1084 84% [==================================================== ] 919/1084 84% [==================================================== ] 920/1084 84% [==================================================== ] 921/1084 84% [==================================================== ] 922/1084 85% [==================================================== ] 923/1084 85% [==================================================== ] 924/1084 85% [==================================================== ] 925/1084 85% [==================================================== ] 926/1084 85% [===================================================== ] 927/1084 85% [===================================================== ] 928/1084 85% [===================================================== ] 929/1084 85% [===================================================== ] 930/1084 85% [===================================================== ] 931/1084 85% [===================================================== ] 932/1084 85% [===================================================== ] 933/1084 86% [===================================================== ] 934/1084 86% [===================================================== ] 935/1084 86% [===================================================== ] 936/1084 86% [===================================================== ] 937/1084 86% [===================================================== ] 938/1084 86% [===================================================== ] 939/1084 86% [===================================================== ] 940/1084 86% [===================================================== ] 941/1084 86% [===================================================== ] 942/1084 86% [===================================================== ] 943/1084 86% [===================================================== ] 944/1084 87% [====================================================== ] 945/1084 87% [====================================================== ] 946/1084 87% [====================================================== ] 947/1084 87% [====================================================== ] 948/1084 87% [====================================================== ] 949/1084 87% [====================================================== ] 950/1084 87% [====================================================== ] 951/1084 87% [====================================================== ] 952/1084 87% [====================================================== ] 953/1084 87% [====================================================== ] 954/1084 88% [====================================================== ] 955/1084 88% [====================================================== ] 956/1084 88% [====================================================== ] 957/1084 88% [====================================================== ] 958/1084 88% [====================================================== ] 959/1084 88% [====================================================== ] 960/1084 88% [====================================================== ] 961/1084 88% [======================================================= ] 962/1084 88% [======================================================= ] 963/1084 88% [======================================================= ] 964/1084 88% [======================================================= ] 965/1084 89% [======================================================= ] 966/1084 89% [======================================================= ] 967/1084 89% [======================================================= ] 968/1084 89% [======================================================= ] 969/1084 89% [======================================================= ] 970/1084 89% [======================================================= ] 971/1084 89% [======================================================= ] 972/1084 89% [======================================================= ] 973/1084 89% [======================================================= ] 974/1084 89% [======================================================= ] 975/1084 89% [======================================================= ] 976/1084 90% [======================================================= ] 977/1084 90% [======================================================= ] 978/1084 90% [======================================================= ] 979/1084 90% [======================================================== ] 980/1084 90% [======================================================== ] 981/1084 90% [======================================================== ] 982/1084 90% [======================================================== ] 983/1084 90% [======================================================== ] 984/1084 90% [======================================================== ] 985/1084 90% [======================================================== ] 986/1084 90% [======================================================== ] 987/1084 91% [======================================================== ] 988/1084 91% [======================================================== ] 989/1084 91% [======================================================== ] 990/1084 91% [======================================================== ] 991/1084 91% [======================================================== ] 992/1084 91% [======================================================== ] 993/1084 91% [======================================================== ] 994/1084 91% [======================================================== ] 995/1084 91% [======================================================== ] 996/1084 91% [========================================================= ] 997/1084 91% [========================================================= ] 998/1084 92% [========================================================= ] 999/1084 92% [========================================================= ] 1000/1084 92% [========================================================= ] 1001/1084 92% [========================================================= ] 1002/1084 92% [========================================================= ] 1003/1084 92% [========================================================= ] 1004/1084 92% [========================================================= ] 1005/1084 92% [========================================================= ] 1006/1084 92% [========================================================= ] 1007/1084 92% [========================================================= ] 1008/1084 92% [========================================================= ] 1009/1084 93% [========================================================= ] 1010/1084 93% [========================================================= ] 1011/1084 93% [========================================================= ] 1012/1084 93% [========================================================= ] 1013/1084 93% [========================================================= ] 1014/1084 93% [========================================================== ] 1015/1084 93% [========================================================== ] 1016/1084 93% [========================================================== ] 1017/1084 93% [========================================================== ] 1018/1084 93% [========================================================== ] 1019/1084 94% [========================================================== ] 1020/1084 94% [========================================================== ] 1021/1084 94% [========================================================== ] 1022/1084 94% [========================================================== ] 1023/1084 94% [========================================================== ] 1024/1084 94% [========================================================== ] 1025/1084 94% [========================================================== ] 1026/1084 94% [========================================================== ] 1027/1084 94% [========================================================== ] 1028/1084 94% [========================================================== ] 1029/1084 94% [========================================================== ] 1030/1084 95% [========================================================== ] 1031/1084 95% [=========================================================== ] 1032/1084 95% [=========================================================== ] 1033/1084 95% [=========================================================== ] 1034/1084 95% [=========================================================== ] 1035/1084 95% [=========================================================== ] 1036/1084 95% [=========================================================== ] 1037/1084 95% [=========================================================== ] 1038/1084 95% [=========================================================== ] 1039/1084 95% [=========================================================== ] 1040/1084 95% [=========================================================== ] 1041/1084 96% [=========================================================== ] 1042/1084 96% [=========================================================== ] 1043/1084 96% [=========================================================== ] 1044/1084 96% [=========================================================== ] 1045/1084 96% [=========================================================== ] 1046/1084 96% [=========================================================== ] 1047/1084 96% [=========================================================== ] 1048/1084 96% [=========================================================== ] 1049/1084 96% [============================================================ ] 1050/1084 96% [============================================================ ] 1051/1084 96% [============================================================ ] 1052/1084 97% [============================================================ ] 1053/1084 97% [============================================================ ] 1054/1084 97% [============================================================ ] 1055/1084 97% [============================================================ ] 1056/1084 97% [============================================================ ] 1057/1084 97% [============================================================ ] 1058/1084 97% [============================================================ ] 1059/1084 97% [============================================================ ] 1060/1084 97% [============================================================ ] 1061/1084 97% [============================================================ ] 1062/1084 97% [============================================================ ] 1063/1084 98% [============================================================ ] 1064/1084 98% [============================================================ ] 1065/1084 98% [============================================================ ] 1066/1084 98% [============================================================= ] 1067/1084 98% [============================================================= ] 1068/1084 98% [============================================================= ] 1069/1084 98% [============================================================= ] 1070/1084 98% [============================================================= ] 1071/1084 98% [============================================================= ] 1072/1084 98% [============================================================= ] 1073/1084 98% [============================================================= ] 1074/1084 99% [============================================================= ] 1075/1084 99% [============================================================= ] 1076/1084 99% [============================================================= ] 1077/1084 99% [============================================================= ] 1078/1084 99% [============================================================= ] 1079/1084 99% [============================================================= ] 1080/1084 99% [============================================================= ] 1081/1084 99% [============================================================= ] 1082/1084 99% [============================================================= ] 1083/1084 99% [==============================================================] 1084/1084 100% operation complete, 1084 objects in 38414 NAND pages. ln -snf /home/autobuild/autobuild/instance-8/output-1/host/mips64el-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-8/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-8/buildroot' >>> Buildroot 2024.05-495-g2547a3b32d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.39-74-g198632a05f6c7b9ab67d3331d8caace9ceabb685 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: bba29819a3e938fae92674d6a88533e10605e389da8b51cdcba0a94f6221c5bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.9.8 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> bash 5.2.21 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> sysvinit 3.04 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libxcrypt 4.4.36 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-file 5.45 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: 2e14b6fa9a74f952ebfde3c96527158df281c953cfaf35609eb854d4da30131c) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> cairo 1.17.4 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> catatonit 0.2.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> coremark 1.01 Collecting legal info LICENSE.md: OK (sha256: d72094a3cb629dc7712ae09b7b777416903c6670930928b5530f2ddfb2296888) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libnl 3.9.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> iptables 1.8.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> jpeg Collecting legal info >>> libjpeg 9f Collecting legal info README: OK (sha256: 7c25493a9f64fed34d01445467341bda77bc1cdbeccbe33558659ef173fb9ff2) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libcap 2.70 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> libfribidi 1.0.14 Collecting legal info COPYING: OK (sha256: 32434afcc8666ba060e111d715bfdb6c2d5dd8a35fa4d3ab8ad67d8f850d2f2b) >>> libhid 0.2.16 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> libusb 1.0.27 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetconf2 2.1.28 Collecting legal info LICENSE: OK (sha256: bd962ab457c8a8cb8faaaa36c11484680f3c9a47dbc336507817ae8935384064) >>> libssh 0.10.6 Collecting legal info COPYING: OK (sha256: 1656186e951db1c010a8485481fa94587f7e53a26d24976bef97945ad0c4df5a) >>> libyang 2.1.148 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> libsvg-cairo 0.1.6 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> lightning 2.2.3 Collecting legal info COPYING.LESSER: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> mbedtls 2.28.8 Collecting legal info LICENSE: OK (sha256: 9b405ef4c89342f5eae1dd828882f931747f71001cfba7d114801039b52ad09b) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> micropython 1.22.0 Collecting legal info LICENSE: OK (sha256: d9e0e0395867c899090e150213bc2b417e970c17355a8d48300089875b3c8037) >>> ncdu 1.20 Collecting legal info COPYING: OK (sha256: a324e25fe6af7fa45286b34a516b4c5a11544344bc80efb74fc51033b2e76df4) >>> ncftp 3.2.7 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> open-lldp 1.1 Collecting legal info COPYING: OK (sha256: 67af5abeb092213cd9c53781503320f635ba28b641e0c3f24d367e8e93a9839b) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> host-sdbusplus 4212292bcf136d04b38ba5116aa568b0fa312798 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) >>> host-python-inflection 0.5.1 Collecting legal info LICENSE: OK (sha256: 9e9f9b4b2e7543ad1486f1328bf9ec50e5a5e2bb9caceb59652496dd61e64133) >>> host-python-mako 1.3.0 Collecting legal info LICENSE: OK (sha256: 0a326e448dd22f220dd30796677ddbdf3ddaa6427a9744fea9deaa51d9d74fd9) >>> host-python-markupsafe 2.1.5 Collecting legal info LICENSE.rst: OK (sha256: 489a8e1108509ed98a37bb983e11e0f7e1d31f0bd8f99a79c8448e7ff37d07ea) >>> host-python-pyyaml 6.0.1 Collecting legal info LICENSE: OK (sha256: 8d3928f9dc4490fd635707cb88eb26bd764102a7282954307d3e5167a577e8a4) >>> host-libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> host-python-cython 0.29.37 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> sqlite 3.45.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> tcpreplay 4.4.4 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> ti-utils 06dbdb2727354b5f3ad7c723897f40051fddee49 Collecting legal info COPYING: OK (sha256: 363cef40b276a7a91ebcff3f78626d9cfe5e5a51927c725236007259403d5fc4) >>> tpm2-tss 3.2.2 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> unixodbc 2.3.12 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> wayland-protocols 1.36 Collecting legal info COPYING: OK (sha256: f1a2b233e8a9a71c40f4aa885be08a0842ac85bb8588703c1dd7e6e6502e3124) >>> wayland 1.23.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.23.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.12.6 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.2.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.6 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-8/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-8/buildroot'