Installing static library Installing shared library Installing includes zstd static and shared library installed make[2]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-zstd-1.5.5/lib' make[2]: Entering directory '/home/autobuild/autobuild/instance-2/output-1/build/host-zstd-1.5.5/programs' Installing binaries Installing man pages zstd installation completed make[2]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-zstd-1.5.5/programs' make[1]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-zstd-1.5.5' 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-2/dl/yaffs2utils/0.2.9.tar.gz | /home/autobuild/autobuild/instance-2/output-1/host/bin/tar --strip-components=1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-2/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-2/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-2/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-2/output-1/host/bin PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-2/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-2/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-2/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-2/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-2/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-2/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-2/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%riscv32%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-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', '-O3', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-2/output-1/host/riscv32-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/include /home/autobuild/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-2/output-1/target/usr/doc find /home/autobuild/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-2/output-1/target/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/man /home/autobuild/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/info /home/autobuild/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/doc /home/autobuild/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-2/output-1/target/lib/debug /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-2/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-523-g1d97f8c41e"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.02-git\"" \ ) > /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-2/output-1/per-package \ /home/autobuild/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-2/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-2/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" zstd -19 -z -f -T1 /home/autobuild/autobuild/instance-2/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-2/output-1/images/rootfs.tar.zst /home/autobuild/autobuild/instance-2/output-1/images/rootfs.tar : 33.17% ( 42.1 MiB => 14.0 MiB, /home/autobuild/autobuild/instance-2/output-1/images/rootfs.tar.zst) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1060 objects. stage 2: creating image '/home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1060 0% [ ] 2/1060 0% [ ] 3/1060 0% [ ] 4/1060 0% [ ] 5/1060 0% [ ] 6/1060 0% [ ] 7/1060 0% [ ] 8/1060 0% [ ] 9/1060 0% [ ] 10/1060 0% [ ] 11/1060 1% [ ] 12/1060 1% [ ] 13/1060 1% [ ] 14/1060 1% [ ] 15/1060 1% [ ] 16/1060 1% [ ] 17/1060 1% [= ] 18/1060 1% [= ] 19/1060 1% [= ] 20/1060 1% [= ] 21/1060 1% [= ] 22/1060 2% [= ] 23/1060 2% [= ] 24/1060 2% [= ] 25/1060 2% [= ] 26/1060 2% [= ] 27/1060 2% [= ] 28/1060 2% [= ] 29/1060 2% [= ] 30/1060 2% [= ] 31/1060 2% [= ] 32/1060 3% [= ] 33/1060 3% [= ] 34/1060 3% [== ] 35/1060 3% [== ] 36/1060 3% [== ] 37/1060 3% [== ] 38/1060 3% [== ] 39/1060 3% [== ] 40/1060 3% [== ] 41/1060 3% [== ] 42/1060 3% [== ] 43/1060 4% [== ] 44/1060 4% [== ] 45/1060 4% [== ] 46/1060 4% [== ] 47/1060 4% [== ] 48/1060 4% [== ] 49/1060 4% [== ] 50/1060 4% [== ] 51/1060 4% [=== ] 52/1060 4% [=== ] 53/1060 5% [=== ] 54/1060 5% [=== ] 55/1060 5% [=== ] 56/1060 5% [=== ] 57/1060 5% [=== ] 58/1060 5% [=== ] 59/1060 5% [=== ] 60/1060 5% [=== ] 61/1060 5% [=== ] 62/1060 5% [=== ] 63/1060 5% [=== ] 64/1060 6% [=== ] 65/1060 6% [=== ] 66/1060 6% [=== ] 67/1060 6% [=== ] 68/1060 6% [==== ] 69/1060 6% [==== ] 70/1060 6% [==== ] 71/1060 6% [==== ] 72/1060 6% [==== ] 73/1060 6% [==== ] 74/1060 6% [==== ] 75/1060 7% [==== ] 76/1060 7% [==== ] 77/1060 7% [==== ] 78/1060 7% [==== ] 79/1060 7% [==== ] 80/1060 7% [==== ] 81/1060 7% [==== ] 82/1060 7% [==== ] 83/1060 7% [==== ] 84/1060 7% [==== ] 85/1060 8% [===== ] 86/1060 8% [===== ] 87/1060 8% [===== ] 88/1060 8% [===== ] 89/1060 8% [===== ] 90/1060 8% [===== ] 91/1060 8% [===== ] 92/1060 8% [===== ] 93/1060 8% [===== ] 94/1060 8% [===== ] 95/1060 8% [===== ] 96/1060 9% [===== ] 97/1060 9% [===== ] 98/1060 9% [===== ] 99/1060 9% [===== ] 100/1060 9% [===== ] 101/1060 9% [===== ] 102/1060 9% [====== ] 103/1060 9% [====== ] 104/1060 9% [====== ] 105/1060 9% [====== ] 106/1060 10% [====== ] 107/1060 10% [====== ] 108/1060 10% [====== ] 109/1060 10% [====== ] 110/1060 10% [====== ] 111/1060 10% [====== ] 112/1060 10% [====== ] 113/1060 10% [====== ] 114/1060 10% [====== ] 115/1060 10% [====== ] 116/1060 10% [====== ] 117/1060 11% [====== ] 118/1060 11% [====== ] 119/1060 11% [======= ] 120/1060 11% [======= ] 121/1060 11% [======= ] 122/1060 11% [======= ] 123/1060 11% [======= ] 124/1060 11% [======= ] 125/1060 11% [======= ] 126/1060 11% [======= ] 127/1060 11% [======= ] 128/1060 12% [======= ] 129/1060 12% [======= ] 130/1060 12% [======= ] 131/1060 12% [======= ] 132/1060 12% [======= ] 133/1060 12% [======= ] 134/1060 12% [======= ] 135/1060 12% [======= ] 136/1060 12% [======== ] 137/1060 12% [======== ] 138/1060 13% [======== ] 139/1060 13% [======== ] 140/1060 13% [======== ] 141/1060 13% [======== ] 142/1060 13% [======== ] 143/1060 13% [======== ] 144/1060 13% [======== ] 145/1060 13% [======== ] 146/1060 13% [======== ] 147/1060 13% [======== ] 148/1060 13% [======== ] 149/1060 14% [======== ] 150/1060 14% [======== ] 151/1060 14% [======== ] 152/1060 14% [======== ] 153/1060 14% [========= ] 154/1060 14% [========= ] 155/1060 14% [========= ] 156/1060 14% [========= ] 157/1060 14% [========= ] 158/1060 14% [========= ] 159/1060 15% [========= ] 160/1060 15% [========= ] 161/1060 15% [========= ] 162/1060 15% [========= ] 163/1060 15% [========= ] 164/1060 15% [========= ] 165/1060 15% [========= ] 166/1060 15% [========= ] 167/1060 15% [========= ] 168/1060 15% [========= ] 169/1060 15% [========= ] 170/1060 16% [========== ] 171/1060 16% [========== ] 172/1060 16% [========== ] 173/1060 16% [========== ] 174/1060 16% [========== ] 175/1060 16% [========== ] 176/1060 16% [========== ] 177/1060 16% [========== ] 178/1060 16% [========== ] 179/1060 16% [========== ] 180/1060 16% [========== ] 181/1060 17% [========== ] 182/1060 17% [========== ] 183/1060 17% [========== ] 184/1060 17% [========== ] 185/1060 17% [========== ] 186/1060 17% [========== ] 187/1060 17% [========== ] 188/1060 17% [=========== ] 189/1060 17% [=========== ] 190/1060 17% [=========== ] 191/1060 18% [=========== ] 192/1060 18% [=========== ] 193/1060 18% [=========== ] 194/1060 18% [=========== ] 195/1060 18% [=========== ] 196/1060 18% [=========== ] 197/1060 18% [=========== ] 198/1060 18% [=========== ] 199/1060 18% [=========== ] 200/1060 18% [=========== ] 201/1060 18% [=========== ] 202/1060 19% [=========== ] 203/1060 19% [=========== ] 204/1060 19% [=========== ] 205/1060 19% [============ ] 206/1060 19% [============ ] 207/1060 19% [============ ] 208/1060 19% [============ ] 209/1060 19% [============ ] 210/1060 19% [============ ] 211/1060 19% [============ ] 212/1060 20% [============ ] 213/1060 20% [============ ] 214/1060 20% [============ ] 215/1060 20% [============ ] 216/1060 20% [============ ] 217/1060 20% [============ ] 218/1060 20% [============ ] 219/1060 20% [============ ] 220/1060 20% [============ ] 221/1060 20% [============ ] 222/1060 20% [============= ] 223/1060 21% [============= ] 224/1060 21% [============= ] 225/1060 21% [============= ] 226/1060 21% [============= ] 227/1060 21% [============= ] 228/1060 21% [============= ] 229/1060 21% [============= ] 230/1060 21% [============= ] 231/1060 21% [============= ] 232/1060 21% [============= ] 233/1060 21% [============= ] 234/1060 22% [============= ] 235/1060 22% [============= ] 236/1060 22% [============= ] 237/1060 22% [============= ] 238/1060 22% [============= ] 239/1060 22% [============== ] 240/1060 22% [============== ] 241/1060 22% [============== ] 242/1060 22% [============== ] 243/1060 22% [============== ] 244/1060 23% [============== ] 245/1060 23% [============== ] 246/1060 23% [============== ] 247/1060 23% [============== ] 248/1060 23% [============== ] 249/1060 23% [============== ] 250/1060 23% [============== ] 251/1060 23% [============== ] 252/1060 23% [============== ] 253/1060 23% [============== ] 254/1060 23% [============== ] 255/1060 24% [============== ] 256/1060 24% [=============== ] 257/1060 24% [=============== ] 258/1060 24% [=============== ] 259/1060 24% [=============== ] 260/1060 24% [=============== ] 261/1060 24% [=============== ] 262/1060 24% [=============== ] 263/1060 24% [=============== ] 264/1060 24% [=============== ] 265/1060 25% [=============== ] 266/1060 25% [=============== ] 267/1060 25% [=============== ] 268/1060 25% [=============== ] 269/1060 25% [=============== ] 270/1060 25% [=============== ] 271/1060 25% [=============== ] 272/1060 25% [=============== ] 273/1060 25% [================ ] 274/1060 25% [================ ] 275/1060 25% [================ ] 276/1060 26% [================ ] 277/1060 26% [================ ] 278/1060 26% [================ ] 279/1060 26% [================ ] 280/1060 26% [================ ] 281/1060 26% [================ ] 282/1060 26% [================ ] 283/1060 26% [================ ] 284/1060 26% [================ ] 285/1060 26% [================ ] 286/1060 26% [================ ] 287/1060 27% [================ ] 288/1060 27% [================ ] 289/1060 27% [================ ] 290/1060 27% [================= ] 291/1060 27% [================= ] 292/1060 27% [================= ] 293/1060 27% [================= ] 294/1060 27% [================= ] 295/1060 27% [================= ] 296/1060 27% [================= ] 297/1060 28% [================= ] 298/1060 28% [================= ] 299/1060 28% [================= ] 300/1060 28% [================= ] 301/1060 28% [================= ] 302/1060 28% [================= ] 303/1060 28% [================= ] 304/1060 28% [================= ] 305/1060 28% [================= ] 306/1060 28% [================= ] 307/1060 28% [================== ] 308/1060 29% [================== ] 309/1060 29% [================== ] 310/1060 29% [================== ] 311/1060 29% [================== ] 312/1060 29% [================== ] 313/1060 29% [================== ] 314/1060 29% [================== ] 315/1060 29% [================== ] 316/1060 29% [================== ] 317/1060 29% [================== ] 318/1060 30% [================== ] 319/1060 30% [================== ] 320/1060 30% [================== ] 321/1060 30% [================== ] 322/1060 30% [================== ] 323/1060 30% [================== ] 324/1060 30% [=================== ] 325/1060 30% [=================== ] 326/1060 30% [=================== ] 327/1060 30% [=================== ] 328/1060 30% [=================== ] 329/1060 31% [=================== ] 330/1060 31% [=================== ] 331/1060 31% [=================== ] 332/1060 31% [=================== ] 333/1060 31% [=================== ] 334/1060 31% [=================== ] 335/1060 31% [=================== ] 336/1060 31% [=================== ] 337/1060 31% [=================== ] 338/1060 31% [=================== ] 339/1060 31% [=================== ] 340/1060 32% [=================== ] 341/1060 32% [==================== ] 342/1060 32% [==================== ] 343/1060 32% [==================== ] 344/1060 32% [==================== ] 345/1060 32% [==================== ] 346/1060 32% [==================== ] 347/1060 32% [==================== ] 348/1060 32% [==================== ] 349/1060 32% [==================== ] 350/1060 33% [==================== ] 351/1060 33% [==================== ] 352/1060 33% [==================== ] 353/1060 33% [==================== ] 354/1060 33% [==================== ] 355/1060 33% [==================== ] 356/1060 33% [==================== ] 357/1060 33% [==================== ] 358/1060 33% [==================== ] 359/1060 33% [===================== ] 360/1060 33% [===================== ] 361/1060 34% [===================== ] 362/1060 34% [===================== ] 363/1060 34% [===================== ] 364/1060 34% [===================== ] 365/1060 34% [===================== ] 366/1060 34% [===================== ] 367/1060 34% [===================== ] 368/1060 34% [===================== ] 369/1060 34% [===================== ] 370/1060 34% [===================== ] 371/1060 35% [===================== ] 372/1060 35% [===================== ] 373/1060 35% [===================== ] 374/1060 35% [===================== ] 375/1060 35% [===================== ] 376/1060 35% [====================== ] 377/1060 35% [====================== ] 378/1060 35% [====================== ] 379/1060 35% [====================== ] 380/1060 35% [====================== ] 381/1060 35% [====================== ] 382/1060 36% [====================== ] 383/1060 36% [====================== ] 384/1060 36% [====================== ] 385/1060 36% [====================== ] 386/1060 36% [====================== ] 387/1060 36% [====================== ] 388/1060 36% [====================== ] 389/1060 36% [====================== ] 390/1060 36% [====================== ] 391/1060 36% [====================== ] 392/1060 36% [====================== ] 393/1060 37% [======================= ] 394/1060 37% [======================= ] 395/1060 37% [======================= ] 396/1060 37% [======================= ] 397/1060 37% [======================= ] 398/1060 37% [======================= ] 399/1060 37% [======================= ] 400/1060 37% [======================= ] 401/1060 37% [======================= ] 402/1060 37% [======================= ] 403/1060 38% [======================= ] 404/1060 38% [======================= ] 405/1060 38% [======================= ] 406/1060 38% [======================= ] 407/1060 38% [======================= ] 408/1060 38% [======================= ] 409/1060 38% [======================= ] 410/1060 38% [======================== ] 411/1060 38% [======================== ] 412/1060 38% [======================== ] 413/1060 38% [======================== ] 414/1060 39% [======================== ] 415/1060 39% [======================== ] 416/1060 39% [======================== ] 417/1060 39% [======================== ] 418/1060 39% [======================== ] 419/1060 39% [======================== ] 420/1060 39% [======================== ] 421/1060 39% [======================== ] 422/1060 39% [======================== ] 423/1060 39% [======================== ] 424/1060 40% [======================== ] 425/1060 40% [======================== ] 426/1060 40% [======================== ] 427/1060 40% [========================= ] 428/1060 40% [========================= ] 429/1060 40% [========================= ] 430/1060 40% [========================= ] 431/1060 40% [========================= ] 432/1060 40% [========================= ] 433/1060 40% [========================= ] 434/1060 40% [========================= ] 435/1060 41% [========================= ] 436/1060 41% [========================= ] 437/1060 41% [========================= ] 438/1060 41% [========================= ] 439/1060 41% [========================= ] 440/1060 41% [========================= ] 441/1060 41% [========================= ] 442/1060 41% [========================= ] 443/1060 41% [========================= ] 444/1060 41% [========================== ] 445/1060 41% [========================== ] 446/1060 42% [========================== ] 447/1060 42% [========================== ] 448/1060 42% [========================== ] 449/1060 42% [========================== ] 450/1060 42% [========================== ] 451/1060 42% [========================== ] 452/1060 42% [========================== ] 453/1060 42% [========================== ] 454/1060 42% [========================== ] 455/1060 42% [========================== ] 456/1060 43% [========================== ] 457/1060 43% [========================== ] 458/1060 43% [========================== ] 459/1060 43% [========================== ] 460/1060 43% [========================== ] 461/1060 43% [=========================== ] 462/1060 43% [=========================== ] 463/1060 43% [=========================== ] 464/1060 43% [=========================== ] 465/1060 43% [=========================== ] 466/1060 43% [=========================== ] 467/1060 44% [=========================== ] 468/1060 44% [=========================== ] 469/1060 44% [=========================== ] 470/1060 44% [=========================== ] 471/1060 44% [=========================== ] 472/1060 44% [=========================== ] 473/1060 44% [=========================== ] 474/1060 44% [=========================== ] 475/1060 44% [=========================== ] 476/1060 44% [=========================== ] 477/1060 45% [=========================== ] 478/1060 45% [============================ ] 479/1060 45% [============================ ] 480/1060 45% [============================ ] 481/1060 45% [============================ ] 482/1060 45% [============================ ] 483/1060 45% [============================ ] 484/1060 45% [============================ ] 485/1060 45% [============================ ] 486/1060 45% [============================ ] 487/1060 45% [============================ ] 488/1060 46% [============================ ] 489/1060 46% [============================ ] 490/1060 46% [============================ ] 491/1060 46% [============================ ] 492/1060 46% [============================ ] 493/1060 46% [============================ ] 494/1060 46% [============================ ] 495/1060 46% [============================= ] 496/1060 46% [============================= ] 497/1060 46% [============================= ] 498/1060 46% [============================= ] 499/1060 47% [============================= ] 500/1060 47% [============================= ] 501/1060 47% [============================= ] 502/1060 47% [============================= ] 503/1060 47% [============================= ] 504/1060 47% [============================= ] 505/1060 47% [============================= ] 506/1060 47% [============================= ] 507/1060 47% [============================= ] 508/1060 47% [============================= ] 509/1060 48% [============================= ] 510/1060 48% [============================= ] 511/1060 48% [============================= ] 512/1060 48% [============================== ] 513/1060 48% [============================== ] 514/1060 48% [============================== ] 515/1060 48% [============================== ] 516/1060 48% [============================== ] 517/1060 48% [============================== ] 518/1060 48% [============================== ] 519/1060 48% [============================== ] 520/1060 49% [============================== ] 521/1060 49% [============================== ] 522/1060 49% [============================== ] 523/1060 49% [============================== ] 524/1060 49% [============================== ] 525/1060 49% [============================== ] 526/1060 49% [============================== ] 527/1060 49% [============================== ] 528/1060 49% [============================== ] 529/1060 49% [=============================== ] 530/1060 50% [=============================== ] 531/1060 50% [=============================== ] 532/1060 50% [=============================== ] 533/1060 50% [=============================== ] 534/1060 50% [=============================== ] 535/1060 50% [=============================== ] 536/1060 50% [=============================== ] 537/1060 50% [=============================== ] 538/1060 50% [=============================== ] 539/1060 50% [=============================== ] 540/1060 50% [=============================== ] 541/1060 51% [=============================== ] 542/1060 51% [=============================== ] 543/1060 51% [=============================== ] 544/1060 51% [=============================== ] 545/1060 51% [=============================== ] 546/1060 51% [=============================== ] 547/1060 51% [================================ ] 548/1060 51% [================================ ] 549/1060 51% [================================ ] 550/1060 51% [================================ ] 551/1060 51% [================================ ] 552/1060 52% [================================ ] 553/1060 52% [================================ ] 554/1060 52% [================================ ] 555/1060 52% [================================ ] 556/1060 52% [================================ ] 557/1060 52% [================================ ] 558/1060 52% [================================ ] 559/1060 52% [================================ ] 560/1060 52% [================================ ] 561/1060 52% [================================ ] 562/1060 53% [================================ ] 563/1060 53% [================================ ] 564/1060 53% [================================= ] 565/1060 53% [================================= ] 566/1060 53% [================================= ] 567/1060 53% [================================= ] 568/1060 53% [================================= ] 569/1060 53% [================================= ] 570/1060 53% [================================= ] 571/1060 53% [================================= ] 572/1060 53% [================================= ] 573/1060 54% [================================= ] 574/1060 54% [================================= ] 575/1060 54% [================================= ] 576/1060 54% [================================= ] 577/1060 54% [================================= ] 578/1060 54% [================================= ] 579/1060 54% [================================= ] 580/1060 54% [================================= ] 581/1060 54% [================================== ] 582/1060 54% [================================== ] 583/1060 55% [================================== ] 584/1060 55% [================================== ] 585/1060 55% [================================== ] 586/1060 55% [================================== ] 587/1060 55% [================================== ] 588/1060 55% [================================== ] 589/1060 55% [================================== ] 590/1060 55% [================================== ] 591/1060 55% [================================== ] 592/1060 55% [================================== ] 593/1060 55% [================================== ] 594/1060 56% [================================== ] 595/1060 56% [================================== ] 596/1060 56% [================================== ] 597/1060 56% [================================== ] 598/1060 56% [=================================== ] 599/1060 56% [=================================== ] 600/1060 56% [=================================== ] 601/1060 56% [=================================== ] 602/1060 56% [=================================== ] 603/1060 56% [=================================== ] 604/1060 56% [=================================== ] 605/1060 57% [=================================== ] 606/1060 57% [=================================== ] 607/1060 57% [=================================== ] 608/1060 57% [=================================== ] 609/1060 57% [=================================== ] 610/1060 57% [=================================== ] 611/1060 57% [=================================== ] 612/1060 57% [=================================== ] 613/1060 57% [=================================== ] 614/1060 57% [=================================== ] 615/1060 58% [==================================== ] 616/1060 58% [==================================== ] 617/1060 58% [==================================== ] 618/1060 58% [==================================== ] 619/1060 58% [==================================== ] 620/1060 58% [==================================== ] 621/1060 58% [==================================== ] 622/1060 58% [==================================== ] 623/1060 58% [==================================== ] 624/1060 58% [==================================== ] 625/1060 58% [==================================== ] 626/1060 59% [==================================== ] 627/1060 59% [==================================== ] 628/1060 59% [==================================== ] 629/1060 59% [==================================== ] 630/1060 59% [==================================== ] 631/1060 59% [==================================== ] 632/1060 59% [===================================== ] 633/1060 59% [===================================== ] 634/1060 59% [===================================== ] 635/1060 59% [===================================== ] 636/1060 60% [===================================== ] 637/1060 60% [===================================== ] 638/1060 60% [===================================== ] 639/1060 60% [===================================== ] 640/1060 60% [===================================== ] 641/1060 60% [===================================== ] 642/1060 60% [===================================== ] 643/1060 60% [===================================== ] 644/1060 60% [===================================== ] 645/1060 60% [===================================== ] 646/1060 60% [===================================== ] 647/1060 61% [===================================== ] 648/1060 61% [===================================== ] 649/1060 61% [====================================== ] 650/1060 61% [====================================== ] 651/1060 61% [====================================== ] 652/1060 61% [====================================== ] 653/1060 61% [====================================== ] 654/1060 61% [====================================== ] 655/1060 61% [====================================== ] 656/1060 61% [====================================== ] 657/1060 61% [====================================== ] 658/1060 62% [====================================== ] 659/1060 62% [====================================== ] 660/1060 62% [====================================== ] 661/1060 62% [====================================== ] 662/1060 62% [====================================== ] 663/1060 62% [====================================== ] 664/1060 62% [====================================== ] 665/1060 62% [====================================== ] 666/1060 62% [======================================= ] 667/1060 62% [======================================= ] 668/1060 63% [======================================= ] 669/1060 63% [======================================= ] 670/1060 63% [======================================= ] 671/1060 63% [======================================= ] 672/1060 63% [======================================= ] 673/1060 63% [======================================= ] 674/1060 63% [======================================= ] 675/1060 63% [======================================= ] 676/1060 63% [======================================= ] 677/1060 63% [======================================= ] 678/1060 63% [======================================= ] 679/1060 64% [======================================= ] 680/1060 64% [======================================= ] 681/1060 64% [======================================= ] 682/1060 64% [======================================= ] 683/1060 64% [======================================== ] 684/1060 64% [======================================== ] 685/1060 64% [======================================== ] 686/1060 64% [======================================== ] 687/1060 64% [======================================== ] 688/1060 64% [======================================== ] 689/1060 65% [======================================== ] 690/1060 65% [======================================== ] 691/1060 65% [======================================== ] 692/1060 65% [======================================== ] 693/1060 65% [======================================== ] 694/1060 65% [======================================== ] 695/1060 65% [======================================== ] 696/1060 65% [======================================== ] 697/1060 65% [======================================== ] 698/1060 65% [======================================== ] 699/1060 65% [======================================== ] 700/1060 66% [========================================= ] 701/1060 66% [========================================= ] 702/1060 66% [========================================= ] 703/1060 66% [========================================= ] 704/1060 66% [========================================= ] 705/1060 66% [========================================= ] 706/1060 66% [========================================= ] 707/1060 66% [========================================= ] 708/1060 66% [========================================= ] 709/1060 66% [========================================= ] 710/1060 66% [========================================= ] 711/1060 67% [========================================= ] 712/1060 67% [========================================= ] 713/1060 67% [========================================= ] 714/1060 67% [========================================= ] 715/1060 67% [========================================= ] 716/1060 67% [========================================= ] 717/1060 67% [========================================= ] 718/1060 67% [========================================== ] 719/1060 67% [========================================== ] 720/1060 67% [========================================== ] 721/1060 68% [========================================== ] 722/1060 68% [========================================== ] 723/1060 68% [========================================== ] 724/1060 68% [========================================== ] 725/1060 68% [========================================== ] 726/1060 68% [========================================== ] 727/1060 68% [========================================== ] 728/1060 68% [========================================== ] 729/1060 68% [========================================== ] 730/1060 68% [========================================== ] 731/1060 68% [========================================== ] 732/1060 69% [========================================== ] 733/1060 69% [========================================== ] 734/1060 69% [========================================== ] 735/1060 69% [=========================================== ] 736/1060 69% [=========================================== ] 737/1060 69% [=========================================== ] 738/1060 69% [=========================================== ] 739/1060 69% [=========================================== ] 740/1060 69% [=========================================== ] 741/1060 69% [=========================================== ] 742/1060 70% [=========================================== ] 743/1060 70% [=========================================== ] 744/1060 70% [=========================================== ] 745/1060 70% [=========================================== ] 746/1060 70% [=========================================== ] 747/1060 70% [=========================================== ] 748/1060 70% [=========================================== ] 749/1060 70% [=========================================== ] 750/1060 70% [=========================================== ] 751/1060 70% [=========================================== ] 752/1060 70% [============================================ ] 753/1060 71% [============================================ ] 754/1060 71% [============================================ ] 755/1060 71% [============================================ ] 756/1060 71% [============================================ ] 757/1060 71% [============================================ ] 758/1060 71% [============================================ ] 759/1060 71% [============================================ ] 760/1060 71% [============================================ ] 761/1060 71% [============================================ ] 762/1060 71% [============================================ ] 763/1060 71% [============================================ ] 764/1060 72% [============================================ ] 765/1060 72% [============================================ ] 766/1060 72% [============================================ ] 767/1060 72% [============================================ ] 768/1060 72% [============================================ ] 769/1060 72% [============================================= ] 770/1060 72% [============================================= ] 771/1060 72% [============================================= ] 772/1060 72% [============================================= ] 773/1060 72% [============================================= ] 774/1060 73% [============================================= ] 775/1060 73% [============================================= ] 776/1060 73% [============================================= ] 777/1060 73% [============================================= ] 778/1060 73% [============================================= ] 779/1060 73% [============================================= ] 780/1060 73% [============================================= ] 781/1060 73% [============================================= ] 782/1060 73% [============================================= ] 783/1060 73% [============================================= ] 784/1060 73% [============================================= ] 785/1060 74% [============================================= ] 786/1060 74% [============================================== ] 787/1060 74% [============================================== ] 788/1060 74% [============================================== ] 789/1060 74% [============================================== ] 790/1060 74% [============================================== ] 791/1060 74% [============================================== ] 792/1060 74% [============================================== ] 793/1060 74% [============================================== ] 794/1060 74% [============================================== ] 795/1060 75% [============================================== ] 796/1060 75% [============================================== ] 797/1060 75% [============================================== ] 798/1060 75% [============================================== ] 799/1060 75% [============================================== ] 800/1060 75% [============================================== ] 801/1060 75% [============================================== ] 802/1060 75% [============================================== ] 803/1060 75% [=============================================== ] 804/1060 75% [=============================================== ] 805/1060 75% [=============================================== ] 806/1060 76% [=============================================== ] 807/1060 76% [=============================================== ] 808/1060 76% [=============================================== ] 809/1060 76% [=============================================== ] 810/1060 76% [=============================================== ] 811/1060 76% [=============================================== ] 812/1060 76% [=============================================== ] 813/1060 76% [=============================================== ] 814/1060 76% [=============================================== ] 815/1060 76% [=============================================== ] 816/1060 76% [=============================================== ] 817/1060 77% [=============================================== ] 818/1060 77% [=============================================== ] 819/1060 77% [=============================================== ] 820/1060 77% [================================================ ] 821/1060 77% [================================================ ] 822/1060 77% [================================================ ] 823/1060 77% [================================================ ] 824/1060 77% [================================================ ] 825/1060 77% [================================================ ] 826/1060 77% [================================================ ] 827/1060 78% [================================================ ] 828/1060 78% [================================================ ] 829/1060 78% [================================================ ] 830/1060 78% [================================================ ] 831/1060 78% [================================================ ] 832/1060 78% [================================================ ] 833/1060 78% [================================================ ] 834/1060 78% [================================================ ] 835/1060 78% [================================================ ] 836/1060 78% [================================================ ] 837/1060 78% [================================================= ] 838/1060 79% [================================================= ] 839/1060 79% [================================================= ] 840/1060 79% [================================================= ] 841/1060 79% [================================================= ] 842/1060 79% [================================================= ] 843/1060 79% [================================================= ] 844/1060 79% [================================================= ] 845/1060 79% [================================================= ] 846/1060 79% [================================================= ] 847/1060 79% [================================================= ] 848/1060 80% [================================================= ] 849/1060 80% [================================================= ] 850/1060 80% [================================================= ] 851/1060 80% [================================================= ] 852/1060 80% [================================================= ] 853/1060 80% [================================================= ] 854/1060 80% [================================================== ] 855/1060 80% [================================================== ] 856/1060 80% [================================================== ] 857/1060 80% [================================================== ] 858/1060 80% [================================================== ] 859/1060 81% [================================================== ] 860/1060 81% [================================================== ] 861/1060 81% [================================================== ] 862/1060 81% [================================================== ] 863/1060 81% [================================================== ] 864/1060 81% [================================================== ] 865/1060 81% [================================================== ] 866/1060 81% [================================================== ] 867/1060 81% [================================================== ] 868/1060 81% [================================================== ] 869/1060 81% [================================================== ] 870/1060 82% [================================================== ] 871/1060 82% [=================================================== ] 872/1060 82% [=================================================== ] 873/1060 82% [=================================================== ] 874/1060 82% [=================================================== ] 875/1060 82% [=================================================== ] 876/1060 82% [=================================================== ] 877/1060 82% [=================================================== ] 878/1060 82% [=================================================== ] 879/1060 82% [=================================================== ] 880/1060 83% [=================================================== ] 881/1060 83% [=================================================== ] 882/1060 83% [=================================================== ] 883/1060 83% [=================================================== ] 884/1060 83% [=================================================== ] 885/1060 83% [=================================================== ] 886/1060 83% [=================================================== ] 887/1060 83% [=================================================== ] 888/1060 83% [=================================================== ] 889/1060 83% [==================================================== ] 890/1060 83% [==================================================== ] 891/1060 84% [==================================================== ] 892/1060 84% [==================================================== ] 893/1060 84% [==================================================== ] 894/1060 84% [==================================================== ] 895/1060 84% [==================================================== ] 896/1060 84% [==================================================== ] 897/1060 84% [==================================================== ] 898/1060 84% [==================================================== ] 899/1060 84% [==================================================== ] 900/1060 84% [==================================================== ] 901/1060 85% [==================================================== ] 902/1060 85% [==================================================== ] 903/1060 85% [==================================================== ] 904/1060 85% [==================================================== ] 905/1060 85% [==================================================== ] 906/1060 85% [===================================================== ] 907/1060 85% [===================================================== ] 908/1060 85% [===================================================== ] 909/1060 85% [===================================================== ] 910/1060 85% [===================================================== ] 911/1060 85% [===================================================== ] 912/1060 86% [===================================================== ] 913/1060 86% [===================================================== ] 914/1060 86% [===================================================== ] 915/1060 86% [===================================================== ] 916/1060 86% [===================================================== ] 917/1060 86% [===================================================== ] 918/1060 86% [===================================================== ] 919/1060 86% [===================================================== ] 920/1060 86% [===================================================== ] 921/1060 86% [===================================================== ] 922/1060 86% [===================================================== ] 923/1060 87% [====================================================== ] 924/1060 87% [====================================================== ] 925/1060 87% [====================================================== ] 926/1060 87% [====================================================== ] 927/1060 87% [====================================================== ] 928/1060 87% [====================================================== ] 929/1060 87% [====================================================== ] 930/1060 87% [====================================================== ] 931/1060 87% [====================================================== ] 932/1060 87% [====================================================== ] 933/1060 88% [====================================================== ] 934/1060 88% [====================================================== ] 935/1060 88% [====================================================== ] 936/1060 88% [====================================================== ] 937/1060 88% [====================================================== ] 938/1060 88% [====================================================== ] 939/1060 88% [====================================================== ] 940/1060 88% [======================================================= ] 941/1060 88% [======================================================= ] 942/1060 88% [======================================================= ] 943/1060 88% [======================================================= ] 944/1060 89% [======================================================= ] 945/1060 89% [======================================================= ] 946/1060 89% [======================================================= ] 947/1060 89% [======================================================= ] 948/1060 89% [======================================================= ] 949/1060 89% [======================================================= ] 950/1060 89% [======================================================= ] 951/1060 89% [======================================================= ] 952/1060 89% [======================================================= ] 953/1060 89% [======================================================= ] 954/1060 90% [======================================================= ] 955/1060 90% [======================================================= ] 956/1060 90% [======================================================= ] 957/1060 90% [======================================================== ] 958/1060 90% [======================================================== ] 959/1060 90% [======================================================== ] 960/1060 90% [======================================================== ] 961/1060 90% [======================================================== ] 962/1060 90% [======================================================== ] 963/1060 90% [======================================================== ] 964/1060 90% [======================================================== ] 965/1060 91% [======================================================== ] 966/1060 91% [======================================================== ] 967/1060 91% [======================================================== ] 968/1060 91% [======================================================== ] 969/1060 91% [======================================================== ] 970/1060 91% [======================================================== ] 971/1060 91% [======================================================== ] 972/1060 91% [======================================================== ] 973/1060 91% [======================================================== ] 974/1060 91% [========================================================= ] 975/1060 91% [========================================================= ] 976/1060 92% [========================================================= ] 977/1060 92% [========================================================= ] 978/1060 92% [========================================================= ] 979/1060 92% [========================================================= ] 980/1060 92% [========================================================= ] 981/1060 92% [========================================================= ] 982/1060 92% [========================================================= ] 983/1060 92% [========================================================= ] 984/1060 92% [========================================================= ] 985/1060 92% [========================================================= ] 986/1060 93% [========================================================= ] 987/1060 93% [========================================================= ] 988/1060 93% [========================================================= ] 989/1060 93% [========================================================= ] 990/1060 93% [========================================================= ] 991/1060 93% [========================================================== ] 992/1060 93% [========================================================== ] 993/1060 93% [========================================================== ] 994/1060 93% [========================================================== ] 995/1060 93% [========================================================== ] 996/1060 93% [========================================================== ] 997/1060 94% [========================================================== ] 998/1060 94% [========================================================== ] 999/1060 94% [========================================================== ] 1000/1060 94% [========================================================== ] 1001/1060 94% [========================================================== ] 1002/1060 94% [========================================================== ] 1003/1060 94% [========================================================== ] 1004/1060 94% [========================================================== ] 1005/1060 94% [========================================================== ] 1006/1060 94% [========================================================== ] 1007/1060 95% [========================================================== ] 1008/1060 95% [=========================================================== ] 1009/1060 95% [=========================================================== ] 1010/1060 95% [=========================================================== ] 1011/1060 95% [=========================================================== ] 1012/1060 95% [=========================================================== ] 1013/1060 95% [=========================================================== ] 1014/1060 95% [=========================================================== ] 1015/1060 95% [=========================================================== ] 1016/1060 95% [=========================================================== ] 1017/1060 95% [=========================================================== ] 1018/1060 96% [=========================================================== ] 1019/1060 96% [=========================================================== ] 1020/1060 96% [=========================================================== ] 1021/1060 96% [=========================================================== ] 1022/1060 96% [=========================================================== ] 1023/1060 96% [=========================================================== ] 1024/1060 96% [=========================================================== ] 1025/1060 96% [============================================================ ] 1026/1060 96% [============================================================ ] 1027/1060 96% [============================================================ ] 1028/1060 96% [============================================================ ] 1029/1060 97% [============================================================ ] 1030/1060 97% [============================================================ ] 1031/1060 97% [============================================================ ] 1032/1060 97% [============================================================ ] 1033/1060 97% [============================================================ ] 1034/1060 97% [============================================================ ] 1035/1060 97% [============================================================ ] 1036/1060 97% [============================================================ ] 1037/1060 97% [============================================================ ] 1038/1060 97% [============================================================ ] 1039/1060 98% [============================================================ ] 1040/1060 98% [============================================================ ] 1041/1060 98% [============================================================ ] 1042/1060 98% [============================================================= ] 1043/1060 98% [============================================================= ] 1044/1060 98% [============================================================= ] 1045/1060 98% [============================================================= ] 1046/1060 98% [============================================================= ] 1047/1060 98% [============================================================= ] 1048/1060 98% [============================================================= ] 1049/1060 98% [============================================================= ] 1050/1060 99% [============================================================= ] 1051/1060 99% [============================================================= ] 1052/1060 99% [============================================================= ] 1053/1060 99% [============================================================= ] 1054/1060 99% [============================================================= ] 1055/1060 99% [============================================================= ] 1056/1060 99% [============================================================= ] 1057/1060 99% [============================================================= ] 1058/1060 99% [============================================================= ] 1059/1060 99% [==============================================================] 1060/1060 100% operation complete, 1060 objects in 22087 NAND pages. ln -snf /home/autobuild/autobuild/instance-2/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-2/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-2/buildroot' >>> Buildroot 2023.11-523-g1d97f8c41e Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.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.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> 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-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.3.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.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.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 5.15.146 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> b43-firmware 5.100.138 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-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) >>> bcg729 1.1.1 Collecting legal info LICENSE.txt: OK (sha256: 1b3782ccad7b8614100cda30d3faf42fc39f2e97932908c543005053b654ca68) >>> host-cmake 3.28.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cjson 1.7.17 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> 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.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-f2fs-tools 1.16.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> faad2 2.10.1 Collecting legal info COPYING: OK (sha256: d3baf3a54943cf12a994c85867a18dec84f810901b2f2878ddfd77efcc3c150f) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ffmpeg 4.4.4 Collecting legal info LICENSE.md: OK (sha256: cb48bf09a11f5fb576cddb0431c8f5ed0a60157a9ec942adffc13907cbe083f2) COPYING.LGPLv2.1: OK (sha256: b634ab5640e258563c536e658cad87080553df6f34f62269a21d554844e58bfe) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> genpart 1.0.2 Collecting legal info >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libcurl 8.5.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> initscripts Collecting legal info >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> lcms2 2.16 Collecting legal info LICENSE: OK (sha256: 6dbd60437f8ef91d8de1f08ad75882547fd4931bfcc3566a0735f28db1484d31) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libgcrypt 1.10.3 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> libshout 2.4.6 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libsrtp 2.5.0 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-lld 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: f7891568956e34643eb6a0db1462db30820d40d7266e2a78063f2fe233ece5a0) >>> host-llvm 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-llvm-cmake 15.0.3 Collecting legal info >>> host-python3 3.11.6 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.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-llvm-libunwind 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: b5efebcaca80879234098e52d1725e6d9eb8fb96a19fce625d39184b705f7b6d) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> matio 1.5.26 Collecting legal info COPYING: OK (sha256: b3da766592f242fd5cdd4dfd15ac5e6119e88fd6844c3c0e7acb8ad3178280a3) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> host-mkpasswd Collecting legal info >>> host-mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-openssl Collecting legal info >>> host-libopenssl 3.2.0 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> nanocom 1.0 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> pv 1.8.5 Collecting legal info docs/COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-rust-bin 1.74.1 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> tcpdump 4.99.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xkeyboard-config 2.38 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-meson 1.1.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-setuptools 68.2.2 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> 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-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.2 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-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.7 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.39 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.12.3 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2023.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: 3e980a770506b448897638632974bbcbdf2da3b99191dd0a03d3770097a46738) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 9936421f7516f7a17ae560b6989636b493e55c01128b543c7e72441568c3cba4) COPYING-fixesproto: OK (sha256: fb361c7c4322e4919ae193c5a20055d5190c23aa50480fd0a41f4d439cae2bc6) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 46f599055002bbf3e6ce244bde8d9ebe5ec24ae7906836db186773a9791d0b75) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da835951edc6e3b8d168d6afe7447c65d0b9a99937293cf3f288bba8244a9f86) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) COPYING-xwaylandproto: OK (sha256: 309bd89bc2b30c6e3d3eb78f5377fa576475499e0ba936a9c3cba50ba5d6375c) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.5.0 Collecting legal info COPYING: OK (sha256: 22616bf00b6db85ee3164775a95206894af987b85ff1a7703de55644bc722a39) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-5.15.146: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: b43-firmware-5.100.138: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: llvm-cmake-15.0.3: cannot save license (HOST_LLVM_CMAKE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'