--2024-07-26 15:19:55-- https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/yaffs2utils/0.2.9.tar.gz Loaded CA certificate '/etc/ssl/certs/ca-certificates.crt' Resolving storage.googleapis.com (storage.googleapis.com)... 142.251.33.91, 142.250.217.91, 142.251.211.251, ... Connecting to storage.googleapis.com (storage.googleapis.com)|142.251.33.91|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 39689 (39K) [application/octet-stream] Saving to: '/home/autobuild/autobuild/instance-10/output-1/build/.0.2.9.tar.gz.sICgDf/output' 0K .......... .......... .......... ........ 100% 923K=0.04s 2024-07-26 15:19:55 (923 KB/s) - '/home/autobuild/autobuild/instance-10/output-1/build/.0.2.9.tar.gz.sICgDf/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-10/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building GIT_DIR=. PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/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-10/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-10/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-10/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-10/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-10/output-1/host/bin GIT_DIR=. PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/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-10/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-10/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-10/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-10/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-10/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-10/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-10/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-10/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-10/output-1/host/bin/arceb-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/home/autobuild/autobuild/instance-10/output-1/host/bin/arceb-buildroot-linux-uclibc-gfortran%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-10/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-10/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-10/output-1/host/arceb-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/autobuild/autobuild/instance-10/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-10/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-10/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-10/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-10/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-10/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-10/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-10/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-10/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-10/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-10/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-10/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-10/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/include /home/autobuild/autobuild/instance-10/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-10/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-10/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-10/output-1/target/usr/doc find /home/autobuild/autobuild/instance-10/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-10/output-1/target/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-10/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-10/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/man /home/autobuild/autobuild/instance-10/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/info /home/autobuild/autobuild/instance-10/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/doc /home/autobuild/autobuild/instance-10/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-10/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-10/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-10/output-1/target/lib/debug /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-10/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-10/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-10/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-10/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-10/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05-919-g541eb8bf7d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2024.08-git\"" \ ) > /home/autobuild/autobuild/instance-10/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-10/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-10/output-1/per-package \ /home/autobuild/autobuild/instance-10/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-10/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ext2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot printf ' rm -f /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ext2\n /home/autobuild/autobuild/instance-10/output-1/host/sbin/mkfs.ext3 -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target -r 1 -N 0 -m 5 -L "rootfs" -I 256 -O ^64bit /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ext2 "5G" || { ret=$?; echo "*** Maybe you need to increase the filesystem size (BR2_TARGET_ROOTFS_EXT2_SIZE)" 1>&2; exit $ret; }\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/ext2/target table='/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt' mke2fs 1.47.0 (5-Feb-2023) Creating regular file /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ext2 Creating filesystem with 1310720 4k blocks and 327680 inodes Filesystem UUID: c62ca7dc-e568-4256-9690-bb2dd4c09f7d Superblock backups stored on blocks: 32768, 98304, 163840, 229376, 294912, 819200, 884736 Allocating group tables: 0/40 done Writing inode tables: 0/40 done Creating journal (16384 blocks): done Copying files into the device: done Writing superblocks and filesystem accounting information: 0/40 done PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/output-1/host/bin/lzma -9 -c /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ext2 > /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ext2.lzma ln -sf rootfs.ext2.lzma /home/autobuild/autobuild/instance-10/output-1/images/rootfs.ext3.lzma >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/images rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-10/output-1/target/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-10/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-10/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-10/output-1/host/bin:/home/autobuild/autobuild/instance-10/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-10/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-10/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-10/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-10/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1053 objects. stage 2: creating image '/home/autobuild/autobuild/instance-10/output-1/images/rootfs.yaffs2' [ ] 1/1053 0% [ ] 2/1053 0% [ ] 3/1053 0% [ ] 4/1053 0% [ ] 5/1053 0% [ ] 6/1053 0% [ ] 7/1053 0% [ ] 8/1053 0% [ ] 9/1053 0% [ ] 10/1053 0% [ ] 11/1053 1% [ ] 12/1053 1% [ ] 13/1053 1% [ ] 14/1053 1% [ ] 15/1053 1% [ ] 16/1053 1% [= ] 17/1053 1% [= ] 18/1053 1% [= ] 19/1053 1% [= ] 20/1053 1% [= ] 21/1053 1% [= ] 22/1053 2% [= ] 23/1053 2% [= ] 24/1053 2% [= ] 25/1053 2% [= ] 26/1053 2% [= ] 27/1053 2% [= ] 28/1053 2% [= ] 29/1053 2% [= ] 30/1053 2% [= ] 31/1053 2% [= ] 32/1053 3% [= ] 33/1053 3% [== ] 34/1053 3% [== ] 35/1053 3% [== ] 36/1053 3% [== ] 37/1053 3% [== ] 38/1053 3% [== ] 39/1053 3% [== ] 40/1053 3% [== ] 41/1053 3% [== ] 42/1053 3% [== ] 43/1053 4% [== ] 44/1053 4% [== ] 45/1053 4% [== ] 46/1053 4% [== ] 47/1053 4% [== ] 48/1053 4% [== ] 49/1053 4% [== ] 50/1053 4% [=== ] 51/1053 4% [=== ] 52/1053 4% [=== ] 53/1053 5% [=== ] 54/1053 5% [=== ] 55/1053 5% [=== ] 56/1053 5% [=== ] 57/1053 5% [=== ] 58/1053 5% [=== ] 59/1053 5% [=== ] 60/1053 5% [=== ] 61/1053 5% [=== ] 62/1053 5% [=== ] 63/1053 5% [=== ] 64/1053 6% [=== ] 65/1053 6% [=== ] 66/1053 6% [=== ] 67/1053 6% [==== ] 68/1053 6% [==== ] 69/1053 6% [==== ] 70/1053 6% [==== ] 71/1053 6% [==== ] 72/1053 6% [==== ] 73/1053 6% [==== ] 74/1053 7% [==== ] 75/1053 7% [==== ] 76/1053 7% [==== ] 77/1053 7% [==== ] 78/1053 7% [==== ] 79/1053 7% [==== ] 80/1053 7% [==== ] 81/1053 7% [==== ] 82/1053 7% [==== ] 83/1053 7% [==== ] 84/1053 7% [===== ] 85/1053 8% [===== ] 86/1053 8% [===== ] 87/1053 8% [===== ] 88/1053 8% [===== ] 89/1053 8% [===== ] 90/1053 8% [===== ] 91/1053 8% [===== ] 92/1053 8% [===== ] 93/1053 8% [===== ] 94/1053 8% [===== ] 95/1053 9% [===== ] 96/1053 9% [===== ] 97/1053 9% [===== ] 98/1053 9% [===== ] 99/1053 9% [===== ] 100/1053 9% [===== ] 101/1053 9% [====== ] 102/1053 9% [====== ] 103/1053 9% [====== ] 104/1053 9% [====== ] 105/1053 9% [====== ] 106/1053 10% [====== ] 107/1053 10% [====== ] 108/1053 10% [====== ] 109/1053 10% [====== ] 110/1053 10% [====== ] 111/1053 10% [====== ] 112/1053 10% [====== ] 113/1053 10% [====== ] 114/1053 10% [====== ] 115/1053 10% [====== ] 116/1053 11% [====== ] 117/1053 11% [====== ] 118/1053 11% [======= ] 119/1053 11% [======= ] 120/1053 11% [======= ] 121/1053 11% [======= ] 122/1053 11% [======= ] 123/1053 11% [======= ] 124/1053 11% [======= ] 125/1053 11% [======= ] 126/1053 11% [======= ] 127/1053 12% [======= ] 128/1053 12% [======= ] 129/1053 12% [======= ] 130/1053 12% [======= ] 131/1053 12% [======= ] 132/1053 12% [======= ] 133/1053 12% [======= ] 134/1053 12% [======= ] 135/1053 12% [======== ] 136/1053 12% [======== ] 137/1053 13% [======== ] 138/1053 13% [======== ] 139/1053 13% [======== ] 140/1053 13% [======== ] 141/1053 13% [======== ] 142/1053 13% [======== ] 143/1053 13% [======== ] 144/1053 13% [======== ] 145/1053 13% [======== ] 146/1053 13% [======== ] 147/1053 13% [======== ] 148/1053 14% [======== ] 149/1053 14% [======== ] 150/1053 14% [======== ] 151/1053 14% [======== ] 152/1053 14% [========= ] 153/1053 14% [========= ] 154/1053 14% [========= ] 155/1053 14% [========= ] 156/1053 14% [========= ] 157/1053 14% [========= ] 158/1053 15% [========= ] 159/1053 15% [========= ] 160/1053 15% [========= ] 161/1053 15% [========= ] 162/1053 15% [========= ] 163/1053 15% [========= ] 164/1053 15% [========= ] 165/1053 15% [========= ] 166/1053 15% [========= ] 167/1053 15% [========= ] 168/1053 15% [========= ] 169/1053 16% [========== ] 170/1053 16% [========== ] 171/1053 16% [========== ] 172/1053 16% [========== ] 173/1053 16% [========== ] 174/1053 16% [========== ] 175/1053 16% [========== ] 176/1053 16% [========== ] 177/1053 16% [========== ] 178/1053 16% [========== ] 179/1053 16% [========== ] 180/1053 17% [========== ] 181/1053 17% [========== ] 182/1053 17% [========== ] 183/1053 17% [========== ] 184/1053 17% [========== ] 185/1053 17% [========== ] 186/1053 17% [=========== ] 187/1053 17% [=========== ] 188/1053 17% [=========== ] 189/1053 17% [=========== ] 190/1053 18% [=========== ] 191/1053 18% [=========== ] 192/1053 18% [=========== ] 193/1053 18% [=========== ] 194/1053 18% [=========== ] 195/1053 18% [=========== ] 196/1053 18% [=========== ] 197/1053 18% [=========== ] 198/1053 18% [=========== ] 199/1053 18% [=========== ] 200/1053 18% [=========== ] 201/1053 19% [=========== ] 202/1053 19% [=========== ] 203/1053 19% [============ ] 204/1053 19% [============ ] 205/1053 19% [============ ] 206/1053 19% [============ ] 207/1053 19% [============ ] 208/1053 19% [============ ] 209/1053 19% [============ ] 210/1053 19% [============ ] 211/1053 20% [============ ] 212/1053 20% [============ ] 213/1053 20% [============ ] 214/1053 20% [============ ] 215/1053 20% [============ ] 216/1053 20% [============ ] 217/1053 20% [============ ] 218/1053 20% [============ ] 219/1053 20% [============ ] 220/1053 20% [============= ] 221/1053 20% [============= ] 222/1053 21% [============= ] 223/1053 21% [============= ] 224/1053 21% [============= ] 225/1053 21% [============= ] 226/1053 21% [============= ] 227/1053 21% [============= ] 228/1053 21% [============= ] 229/1053 21% [============= ] 230/1053 21% [============= ] 231/1053 21% [============= ] 232/1053 22% [============= ] 233/1053 22% [============= ] 234/1053 22% [============= ] 235/1053 22% [============= ] 236/1053 22% [============= ] 237/1053 22% [============== ] 238/1053 22% [============== ] 239/1053 22% [============== ] 240/1053 22% [============== ] 241/1053 22% [============== ] 242/1053 22% [============== ] 243/1053 23% [============== ] 244/1053 23% [============== ] 245/1053 23% [============== ] 246/1053 23% [============== ] 247/1053 23% [============== ] 248/1053 23% [============== ] 249/1053 23% [============== ] 250/1053 23% [============== ] 251/1053 23% [============== ] 252/1053 23% [============== ] 253/1053 24% [============== ] 254/1053 24% [=============== ] 255/1053 24% [=============== ] 256/1053 24% [=============== ] 257/1053 24% [=============== ] 258/1053 24% [=============== ] 259/1053 24% [=============== ] 260/1053 24% [=============== ] 261/1053 24% [=============== ] 262/1053 24% [=============== ] 263/1053 24% [=============== ] 264/1053 25% [=============== ] 265/1053 25% [=============== ] 266/1053 25% [=============== ] 267/1053 25% [=============== ] 268/1053 25% [=============== ] 269/1053 25% [=============== ] 270/1053 25% [=============== ] 271/1053 25% [================ ] 272/1053 25% [================ ] 273/1053 25% [================ ] 274/1053 26% [================ ] 275/1053 26% [================ ] 276/1053 26% [================ ] 277/1053 26% [================ ] 278/1053 26% [================ ] 279/1053 26% [================ ] 280/1053 26% [================ ] 281/1053 26% [================ ] 282/1053 26% [================ ] 283/1053 26% [================ ] 284/1053 26% [================ ] 285/1053 27% [================ ] 286/1053 27% [================ ] 287/1053 27% [================ ] 288/1053 27% [================= ] 289/1053 27% [================= ] 290/1053 27% [================= ] 291/1053 27% [================= ] 292/1053 27% [================= ] 293/1053 27% [================= ] 294/1053 27% [================= ] 295/1053 28% [================= ] 296/1053 28% [================= ] 297/1053 28% [================= ] 298/1053 28% [================= ] 299/1053 28% [================= ] 300/1053 28% [================= ] 301/1053 28% [================= ] 302/1053 28% [================= ] 303/1053 28% [================= ] 304/1053 28% [================= ] 305/1053 28% [================== ] 306/1053 29% [================== ] 307/1053 29% [================== ] 308/1053 29% [================== ] 309/1053 29% [================== ] 310/1053 29% [================== ] 311/1053 29% [================== ] 312/1053 29% [================== ] 313/1053 29% [================== ] 314/1053 29% [================== ] 315/1053 29% [================== ] 316/1053 30% [================== ] 317/1053 30% [================== ] 318/1053 30% [================== ] 319/1053 30% [================== ] 320/1053 30% [================== ] 321/1053 30% [================== ] 322/1053 30% [=================== ] 323/1053 30% [=================== ] 324/1053 30% [=================== ] 325/1053 30% [=================== ] 326/1053 30% [=================== ] 327/1053 31% [=================== ] 328/1053 31% [=================== ] 329/1053 31% [=================== ] 330/1053 31% [=================== ] 331/1053 31% [=================== ] 332/1053 31% [=================== ] 333/1053 31% [=================== ] 334/1053 31% [=================== ] 335/1053 31% [=================== ] 336/1053 31% [=================== ] 337/1053 32% [=================== ] 338/1053 32% [=================== ] 339/1053 32% [==================== ] 340/1053 32% [==================== ] 341/1053 32% [==================== ] 342/1053 32% [==================== ] 343/1053 32% [==================== ] 344/1053 32% [==================== ] 345/1053 32% [==================== ] 346/1053 32% [==================== ] 347/1053 32% [==================== ] 348/1053 33% [==================== ] 349/1053 33% [==================== ] 350/1053 33% [==================== ] 351/1053 33% [==================== ] 352/1053 33% [==================== ] 353/1053 33% [==================== ] 354/1053 33% [==================== ] 355/1053 33% [==================== ] 356/1053 33% [===================== ] 357/1053 33% [===================== ] 358/1053 33% [===================== ] 359/1053 34% [===================== ] 360/1053 34% [===================== ] 361/1053 34% [===================== ] 362/1053 34% [===================== ] 363/1053 34% [===================== ] 364/1053 34% [===================== ] 365/1053 34% [===================== ] 366/1053 34% [===================== ] 367/1053 34% [===================== ] 368/1053 34% [===================== ] 369/1053 35% [===================== ] 370/1053 35% [===================== ] 371/1053 35% [===================== ] 372/1053 35% [===================== ] 373/1053 35% [====================== ] 374/1053 35% [====================== ] 375/1053 35% [====================== ] 376/1053 35% [====================== ] 377/1053 35% [====================== ] 378/1053 35% [====================== ] 379/1053 35% [====================== ] 380/1053 36% [====================== ] 381/1053 36% [====================== ] 382/1053 36% [====================== ] 383/1053 36% [====================== ] 384/1053 36% [====================== ] 385/1053 36% [====================== ] 386/1053 36% [====================== ] 387/1053 36% [====================== ] 388/1053 36% [====================== ] 389/1053 36% [====================== ] 390/1053 37% [======================= ] 391/1053 37% [======================= ] 392/1053 37% [======================= ] 393/1053 37% [======================= ] 394/1053 37% [======================= ] 395/1053 37% [======================= ] 396/1053 37% [======================= ] 397/1053 37% [======================= ] 398/1053 37% [======================= ] 399/1053 37% [======================= ] 400/1053 37% [======================= ] 401/1053 38% [======================= ] 402/1053 38% [======================= ] 403/1053 38% [======================= ] 404/1053 38% [======================= ] 405/1053 38% [======================= ] 406/1053 38% [======================= ] 407/1053 38% [======================== ] 408/1053 38% [======================== ] 409/1053 38% [======================== ] 410/1053 38% [======================== ] 411/1053 39% [======================== ] 412/1053 39% [======================== ] 413/1053 39% [======================== ] 414/1053 39% [======================== ] 415/1053 39% [======================== ] 416/1053 39% [======================== ] 417/1053 39% [======================== ] 418/1053 39% [======================== ] 419/1053 39% [======================== ] 420/1053 39% [======================== ] 421/1053 39% [======================== ] 422/1053 40% [======================== ] 423/1053 40% [======================== ] 424/1053 40% [========================= ] 425/1053 40% [========================= ] 426/1053 40% [========================= ] 427/1053 40% [========================= ] 428/1053 40% [========================= ] 429/1053 40% [========================= ] 430/1053 40% [========================= ] 431/1053 40% [========================= ] 432/1053 41% [========================= ] 433/1053 41% [========================= ] 434/1053 41% [========================= ] 435/1053 41% [========================= ] 436/1053 41% [========================= ] 437/1053 41% [========================= ] 438/1053 41% [========================= ] 439/1053 41% [========================= ] 440/1053 41% [========================= ] 441/1053 41% [========================== ] 442/1053 41% [========================== ] 443/1053 42% [========================== ] 444/1053 42% [========================== ] 445/1053 42% [========================== ] 446/1053 42% [========================== ] 447/1053 42% [========================== ] 448/1053 42% [========================== ] 449/1053 42% [========================== ] 450/1053 42% [========================== ] 451/1053 42% [========================== ] 452/1053 42% [========================== ] 453/1053 43% [========================== ] 454/1053 43% [========================== ] 455/1053 43% [========================== ] 456/1053 43% [========================== ] 457/1053 43% [========================== ] 458/1053 43% [=========================== ] 459/1053 43% [=========================== ] 460/1053 43% [=========================== ] 461/1053 43% [=========================== ] 462/1053 43% [=========================== ] 463/1053 43% [=========================== ] 464/1053 44% [=========================== ] 465/1053 44% [=========================== ] 466/1053 44% [=========================== ] 467/1053 44% [=========================== ] 468/1053 44% [=========================== ] 469/1053 44% [=========================== ] 470/1053 44% [=========================== ] 471/1053 44% [=========================== ] 472/1053 44% [=========================== ] 473/1053 44% [=========================== ] 474/1053 45% [=========================== ] 475/1053 45% [============================ ] 476/1053 45% [============================ ] 477/1053 45% [============================ ] 478/1053 45% [============================ ] 479/1053 45% [============================ ] 480/1053 45% [============================ ] 481/1053 45% [============================ ] 482/1053 45% [============================ ] 483/1053 45% [============================ ] 484/1053 45% [============================ ] 485/1053 46% [============================ ] 486/1053 46% [============================ ] 487/1053 46% [============================ ] 488/1053 46% [============================ ] 489/1053 46% [============================ ] 490/1053 46% [============================ ] 491/1053 46% [============================ ] 492/1053 46% [============================= ] 493/1053 46% [============================= ] 494/1053 46% [============================= ] 495/1053 47% [============================= ] 496/1053 47% [============================= ] 497/1053 47% [============================= ] 498/1053 47% [============================= ] 499/1053 47% [============================= ] 500/1053 47% [============================= ] 501/1053 47% [============================= ] 502/1053 47% [============================= ] 503/1053 47% [============================= ] 504/1053 47% [============================= ] 505/1053 47% [============================= ] 506/1053 48% [============================= ] 507/1053 48% [============================= ] 508/1053 48% [============================= ] 509/1053 48% [============================== ] 510/1053 48% [============================== ] 511/1053 48% [============================== ] 512/1053 48% [============================== ] 513/1053 48% [============================== ] 514/1053 48% [============================== ] 515/1053 48% [============================== ] 516/1053 49% [============================== ] 517/1053 49% [============================== ] 518/1053 49% [============================== ] 519/1053 49% [============================== ] 520/1053 49% [============================== ] 521/1053 49% [============================== ] 522/1053 49% [============================== ] 523/1053 49% [============================== ] 524/1053 49% [============================== ] 525/1053 49% [============================== ] 526/1053 49% [=============================== ] 527/1053 50% [=============================== ] 528/1053 50% [=============================== ] 529/1053 50% [=============================== ] 530/1053 50% [=============================== ] 531/1053 50% [=============================== ] 532/1053 50% [=============================== ] 533/1053 50% [=============================== ] 534/1053 50% [=============================== ] 535/1053 50% [=============================== ] 536/1053 50% [=============================== ] 537/1053 50% [=============================== ] 538/1053 51% [=============================== ] 539/1053 51% [=============================== ] 540/1053 51% [=============================== ] 541/1053 51% [=============================== ] 542/1053 51% [=============================== ] 543/1053 51% [================================ ] 544/1053 51% [================================ ] 545/1053 51% [================================ ] 546/1053 51% [================================ ] 547/1053 51% [================================ ] 548/1053 52% [================================ ] 549/1053 52% [================================ ] 550/1053 52% [================================ ] 551/1053 52% [================================ ] 552/1053 52% [================================ ] 553/1053 52% [================================ ] 554/1053 52% [================================ ] 555/1053 52% [================================ ] 556/1053 52% [================================ ] 557/1053 52% [================================ ] 558/1053 52% [================================ ] 559/1053 53% [================================ ] 560/1053 53% [================================= ] 561/1053 53% [================================= ] 562/1053 53% [================================= ] 563/1053 53% [================================= ] 564/1053 53% [================================= ] 565/1053 53% [================================= ] 566/1053 53% [================================= ] 567/1053 53% [================================= ] 568/1053 53% [================================= ] 569/1053 54% [================================= ] 570/1053 54% [================================= ] 571/1053 54% [================================= ] 572/1053 54% [================================= ] 573/1053 54% [================================= ] 574/1053 54% [================================= ] 575/1053 54% [================================= ] 576/1053 54% [================================= ] 577/1053 54% [================================== ] 578/1053 54% [================================== ] 579/1053 54% [================================== ] 580/1053 55% [================================== ] 581/1053 55% [================================== ] 582/1053 55% [================================== ] 583/1053 55% [================================== ] 584/1053 55% [================================== ] 585/1053 55% [================================== ] 586/1053 55% [================================== ] 587/1053 55% [================================== ] 588/1053 55% [================================== ] 589/1053 55% [================================== ] 590/1053 56% [================================== ] 591/1053 56% [================================== ] 592/1053 56% [================================== ] 593/1053 56% [================================== ] 594/1053 56% [=================================== ] 595/1053 56% [=================================== ] 596/1053 56% [=================================== ] 597/1053 56% [=================================== ] 598/1053 56% [=================================== ] 599/1053 56% [=================================== ] 600/1053 56% [=================================== ] 601/1053 57% [=================================== ] 602/1053 57% [=================================== ] 603/1053 57% [=================================== ] 604/1053 57% [=================================== ] 605/1053 57% [=================================== ] 606/1053 57% [=================================== ] 607/1053 57% [=================================== ] 608/1053 57% [=================================== ] 609/1053 57% [=================================== ] 610/1053 57% [=================================== ] 611/1053 58% [==================================== ] 612/1053 58% [==================================== ] 613/1053 58% [==================================== ] 614/1053 58% [==================================== ] 615/1053 58% [==================================== ] 616/1053 58% [==================================== ] 617/1053 58% [==================================== ] 618/1053 58% [==================================== ] 619/1053 58% [==================================== ] 620/1053 58% [==================================== ] 621/1053 58% [==================================== ] 622/1053 59% [==================================== ] 623/1053 59% [==================================== ] 624/1053 59% [==================================== ] 625/1053 59% [==================================== ] 626/1053 59% [==================================== ] 627/1053 59% [==================================== ] 628/1053 59% [===================================== ] 629/1053 59% [===================================== ] 630/1053 59% [===================================== ] 631/1053 59% [===================================== ] 632/1053 60% [===================================== ] 633/1053 60% [===================================== ] 634/1053 60% [===================================== ] 635/1053 60% [===================================== ] 636/1053 60% [===================================== ] 637/1053 60% [===================================== ] 638/1053 60% [===================================== ] 639/1053 60% [===================================== ] 640/1053 60% [===================================== ] 641/1053 60% [===================================== ] 642/1053 60% [===================================== ] 643/1053 61% [===================================== ] 644/1053 61% [===================================== ] 645/1053 61% [====================================== ] 646/1053 61% [====================================== ] 647/1053 61% [====================================== ] 648/1053 61% [====================================== ] 649/1053 61% [====================================== ] 650/1053 61% [====================================== ] 651/1053 61% [====================================== ] 652/1053 61% [====================================== ] 653/1053 62% [====================================== ] 654/1053 62% [====================================== ] 655/1053 62% [====================================== ] 656/1053 62% [====================================== ] 657/1053 62% [====================================== ] 658/1053 62% [====================================== ] 659/1053 62% [====================================== ] 660/1053 62% [====================================== ] 661/1053 62% [====================================== ] 662/1053 62% [======================================= ] 663/1053 62% [======================================= ] 664/1053 63% [======================================= ] 665/1053 63% [======================================= ] 666/1053 63% [======================================= ] 667/1053 63% [======================================= ] 668/1053 63% [======================================= ] 669/1053 63% [======================================= ] 670/1053 63% [======================================= ] 671/1053 63% [======================================= ] 672/1053 63% [======================================= ] 673/1053 63% [======================================= ] 674/1053 64% [======================================= ] 675/1053 64% [======================================= ] 676/1053 64% [======================================= ] 677/1053 64% [======================================= ] 678/1053 64% [======================================= ] 679/1053 64% [======================================== ] 680/1053 64% [======================================== ] 681/1053 64% [======================================== ] 682/1053 64% [======================================== ] 683/1053 64% [======================================== ] 684/1053 64% [======================================== ] 685/1053 65% [======================================== ] 686/1053 65% [======================================== ] 687/1053 65% [======================================== ] 688/1053 65% [======================================== ] 689/1053 65% [======================================== ] 690/1053 65% [======================================== ] 691/1053 65% [======================================== ] 692/1053 65% [======================================== ] 693/1053 65% [======================================== ] 694/1053 65% [======================================== ] 695/1053 66% [======================================== ] 696/1053 66% [========================================= ] 697/1053 66% [========================================= ] 698/1053 66% [========================================= ] 699/1053 66% [========================================= ] 700/1053 66% [========================================= ] 701/1053 66% [========================================= ] 702/1053 66% [========================================= ] 703/1053 66% [========================================= ] 704/1053 66% [========================================= ] 705/1053 66% [========================================= ] 706/1053 67% [========================================= ] 707/1053 67% [========================================= ] 708/1053 67% [========================================= ] 709/1053 67% [========================================= ] 710/1053 67% [========================================= ] 711/1053 67% [========================================= ] 712/1053 67% [========================================= ] 713/1053 67% [========================================== ] 714/1053 67% [========================================== ] 715/1053 67% [========================================== ] 716/1053 67% [========================================== ] 717/1053 68% [========================================== ] 718/1053 68% [========================================== ] 719/1053 68% [========================================== ] 720/1053 68% [========================================== ] 721/1053 68% [========================================== ] 722/1053 68% [========================================== ] 723/1053 68% [========================================== ] 724/1053 68% [========================================== ] 725/1053 68% [========================================== ] 726/1053 68% [========================================== ] 727/1053 69% [========================================== ] 728/1053 69% [========================================== ] 729/1053 69% [========================================== ] 730/1053 69% [=========================================== ] 731/1053 69% [=========================================== ] 732/1053 69% [=========================================== ] 733/1053 69% [=========================================== ] 734/1053 69% [=========================================== ] 735/1053 69% [=========================================== ] 736/1053 69% [=========================================== ] 737/1053 69% [=========================================== ] 738/1053 70% [=========================================== ] 739/1053 70% [=========================================== ] 740/1053 70% [=========================================== ] 741/1053 70% [=========================================== ] 742/1053 70% [=========================================== ] 743/1053 70% [=========================================== ] 744/1053 70% [=========================================== ] 745/1053 70% [=========================================== ] 746/1053 70% [=========================================== ] 747/1053 70% [============================================ ] 748/1053 71% [============================================ ] 749/1053 71% [============================================ ] 750/1053 71% [============================================ ] 751/1053 71% [============================================ ] 752/1053 71% [============================================ ] 753/1053 71% [============================================ ] 754/1053 71% [============================================ ] 755/1053 71% [============================================ ] 756/1053 71% [============================================ ] 757/1053 71% [============================================ ] 758/1053 71% [============================================ ] 759/1053 72% [============================================ ] 760/1053 72% [============================================ ] 761/1053 72% [============================================ ] 762/1053 72% [============================================ ] 763/1053 72% [============================================ ] 764/1053 72% [============================================= ] 765/1053 72% [============================================= ] 766/1053 72% [============================================= ] 767/1053 72% [============================================= ] 768/1053 72% [============================================= ] 769/1053 73% [============================================= ] 770/1053 73% [============================================= ] 771/1053 73% [============================================= ] 772/1053 73% [============================================= ] 773/1053 73% [============================================= ] 774/1053 73% [============================================= ] 775/1053 73% [============================================= ] 776/1053 73% [============================================= ] 777/1053 73% [============================================= ] 778/1053 73% [============================================= ] 779/1053 73% [============================================= ] 780/1053 74% [============================================= ] 781/1053 74% [============================================== ] 782/1053 74% [============================================== ] 783/1053 74% [============================================== ] 784/1053 74% [============================================== ] 785/1053 74% [============================================== ] 786/1053 74% [============================================== ] 787/1053 74% [============================================== ] 788/1053 74% [============================================== ] 789/1053 74% [============================================== ] 790/1053 75% [============================================== ] 791/1053 75% [============================================== ] 792/1053 75% [============================================== ] 793/1053 75% [============================================== ] 794/1053 75% [============================================== ] 795/1053 75% [============================================== ] 796/1053 75% [============================================== ] 797/1053 75% [============================================== ] 798/1053 75% [=============================================== ] 799/1053 75% [=============================================== ] 800/1053 75% [=============================================== ] 801/1053 76% [=============================================== ] 802/1053 76% [=============================================== ] 803/1053 76% [=============================================== ] 804/1053 76% [=============================================== ] 805/1053 76% [=============================================== ] 806/1053 76% [=============================================== ] 807/1053 76% [=============================================== ] 808/1053 76% [=============================================== ] 809/1053 76% [=============================================== ] 810/1053 76% [=============================================== ] 811/1053 77% [=============================================== ] 812/1053 77% [=============================================== ] 813/1053 77% [=============================================== ] 814/1053 77% [=============================================== ] 815/1053 77% [================================================ ] 816/1053 77% [================================================ ] 817/1053 77% [================================================ ] 818/1053 77% [================================================ ] 819/1053 77% [================================================ ] 820/1053 77% [================================================ ] 821/1053 77% [================================================ ] 822/1053 78% [================================================ ] 823/1053 78% [================================================ ] 824/1053 78% [================================================ ] 825/1053 78% [================================================ ] 826/1053 78% [================================================ ] 827/1053 78% [================================================ ] 828/1053 78% [================================================ ] 829/1053 78% [================================================ ] 830/1053 78% [================================================ ] 831/1053 78% [================================================ ] 832/1053 79% [================================================= ] 833/1053 79% [================================================= ] 834/1053 79% [================================================= ] 835/1053 79% [================================================= ] 836/1053 79% [================================================= ] 837/1053 79% [================================================= ] 838/1053 79% [================================================= ] 839/1053 79% [================================================= ] 840/1053 79% [================================================= ] 841/1053 79% [================================================= ] 842/1053 79% [================================================= ] 843/1053 80% [================================================= ] 844/1053 80% [================================================= ] 845/1053 80% [================================================= ] 846/1053 80% [================================================= ] 847/1053 80% [================================================= ] 848/1053 80% [================================================= ] 849/1053 80% [================================================== ] 850/1053 80% [================================================== ] 851/1053 80% [================================================== ] 852/1053 80% [================================================== ] 853/1053 81% [================================================== ] 854/1053 81% [================================================== ] 855/1053 81% [================================================== ] 856/1053 81% [================================================== ] 857/1053 81% [================================================== ] 858/1053 81% [================================================== ] 859/1053 81% [================================================== ] 860/1053 81% [================================================== ] 861/1053 81% [================================================== ] 862/1053 81% [================================================== ] 863/1053 81% [================================================== ] 864/1053 82% [================================================== ] 865/1053 82% [================================================== ] 866/1053 82% [=================================================== ] 867/1053 82% [=================================================== ] 868/1053 82% [=================================================== ] 869/1053 82% [=================================================== ] 870/1053 82% [=================================================== ] 871/1053 82% [=================================================== ] 872/1053 82% [=================================================== ] 873/1053 82% [=================================================== ] 874/1053 83% [=================================================== ] 875/1053 83% [=================================================== ] 876/1053 83% [=================================================== ] 877/1053 83% [=================================================== ] 878/1053 83% [=================================================== ] 879/1053 83% [=================================================== ] 880/1053 83% [=================================================== ] 881/1053 83% [=================================================== ] 882/1053 83% [=================================================== ] 883/1053 83% [==================================================== ] 884/1053 83% [==================================================== ] 885/1053 84% [==================================================== ] 886/1053 84% [==================================================== ] 887/1053 84% [==================================================== ] 888/1053 84% [==================================================== ] 889/1053 84% [==================================================== ] 890/1053 84% [==================================================== ] 891/1053 84% [==================================================== ] 892/1053 84% [==================================================== ] 893/1053 84% [==================================================== ] 894/1053 84% [==================================================== ] 895/1053 84% [==================================================== ] 896/1053 85% [==================================================== ] 897/1053 85% [==================================================== ] 898/1053 85% [==================================================== ] 899/1053 85% [==================================================== ] 900/1053 85% [===================================================== ] 901/1053 85% [===================================================== ] 902/1053 85% [===================================================== ] 903/1053 85% [===================================================== ] 904/1053 85% [===================================================== ] 905/1053 85% [===================================================== ] 906/1053 86% [===================================================== ] 907/1053 86% [===================================================== ] 908/1053 86% [===================================================== ] 909/1053 86% [===================================================== ] 910/1053 86% [===================================================== ] 911/1053 86% [===================================================== ] 912/1053 86% [===================================================== ] 913/1053 86% [===================================================== ] 914/1053 86% [===================================================== ] 915/1053 86% [===================================================== ] 916/1053 86% [===================================================== ] 917/1053 87% [====================================================== ] 918/1053 87% [====================================================== ] 919/1053 87% [====================================================== ] 920/1053 87% [====================================================== ] 921/1053 87% [====================================================== ] 922/1053 87% [====================================================== ] 923/1053 87% [====================================================== ] 924/1053 87% [====================================================== ] 925/1053 87% [====================================================== ] 926/1053 87% [====================================================== ] 927/1053 88% [====================================================== ] 928/1053 88% [====================================================== ] 929/1053 88% [====================================================== ] 930/1053 88% [====================================================== ] 931/1053 88% [====================================================== ] 932/1053 88% [====================================================== ] 933/1053 88% [====================================================== ] 934/1053 88% [======================================================= ] 935/1053 88% [======================================================= ] 936/1053 88% [======================================================= ] 937/1053 88% [======================================================= ] 938/1053 89% [======================================================= ] 939/1053 89% [======================================================= ] 940/1053 89% [======================================================= ] 941/1053 89% [======================================================= ] 942/1053 89% [======================================================= ] 943/1053 89% [======================================================= ] 944/1053 89% [======================================================= ] 945/1053 89% [======================================================= ] 946/1053 89% [======================================================= ] 947/1053 89% [======================================================= ] 948/1053 90% [======================================================= ] 949/1053 90% [======================================================= ] 950/1053 90% [======================================================= ] 951/1053 90% [======================================================== ] 952/1053 90% [======================================================== ] 953/1053 90% [======================================================== ] 954/1053 90% [======================================================== ] 955/1053 90% [======================================================== ] 956/1053 90% [======================================================== ] 957/1053 90% [======================================================== ] 958/1053 90% [======================================================== ] 959/1053 91% [======================================================== ] 960/1053 91% [======================================================== ] 961/1053 91% [======================================================== ] 962/1053 91% [======================================================== ] 963/1053 91% [======================================================== ] 964/1053 91% [======================================================== ] 965/1053 91% [======================================================== ] 966/1053 91% [======================================================== ] 967/1053 91% [======================================================== ] 968/1053 91% [========================================================= ] 969/1053 92% [========================================================= ] 970/1053 92% [========================================================= ] 971/1053 92% [========================================================= ] 972/1053 92% [========================================================= ] 973/1053 92% [========================================================= ] 974/1053 92% [========================================================= ] 975/1053 92% [========================================================= ] 976/1053 92% [========================================================= ] 977/1053 92% [========================================================= ] 978/1053 92% [========================================================= ] 979/1053 92% [========================================================= ] 980/1053 93% [========================================================= ] 981/1053 93% [========================================================= ] 982/1053 93% [========================================================= ] 983/1053 93% [========================================================= ] 984/1053 93% [========================================================= ] 985/1053 93% [========================================================== ] 986/1053 93% [========================================================== ] 987/1053 93% [========================================================== ] 988/1053 93% [========================================================== ] 989/1053 93% [========================================================== ] 990/1053 94% [========================================================== ] 991/1053 94% [========================================================== ] 992/1053 94% [========================================================== ] 993/1053 94% [========================================================== ] 994/1053 94% [========================================================== ] 995/1053 94% [========================================================== ] 996/1053 94% [========================================================== ] 997/1053 94% [========================================================== ] 998/1053 94% [========================================================== ] 999/1053 94% [========================================================== ] 1000/1053 94% [========================================================== ] 1001/1053 95% [========================================================== ] 1002/1053 95% [=========================================================== ] 1003/1053 95% [=========================================================== ] 1004/1053 95% [=========================================================== ] 1005/1053 95% [=========================================================== ] 1006/1053 95% [=========================================================== ] 1007/1053 95% [=========================================================== ] 1008/1053 95% [=========================================================== ] 1009/1053 95% [=========================================================== ] 1010/1053 95% [=========================================================== ] 1011/1053 96% [=========================================================== ] 1012/1053 96% [=========================================================== ] 1013/1053 96% [=========================================================== ] 1014/1053 96% [=========================================================== ] 1015/1053 96% [=========================================================== ] 1016/1053 96% [=========================================================== ] 1017/1053 96% [=========================================================== ] 1018/1053 96% [=========================================================== ] 1019/1053 96% [============================================================ ] 1020/1053 96% [============================================================ ] 1021/1053 96% [============================================================ ] 1022/1053 97% [============================================================ ] 1023/1053 97% [============================================================ ] 1024/1053 97% [============================================================ ] 1025/1053 97% [============================================================ ] 1026/1053 97% [============================================================ ] 1027/1053 97% [============================================================ ] 1028/1053 97% [============================================================ ] 1029/1053 97% [============================================================ ] 1030/1053 97% [============================================================ ] 1031/1053 97% [============================================================ ] 1032/1053 98% [============================================================ ] 1033/1053 98% [============================================================ ] 1034/1053 98% [============================================================ ] 1035/1053 98% [============================================================ ] 1036/1053 98% [============================================================= ] 1037/1053 98% [============================================================= ] 1038/1053 98% [============================================================= ] 1039/1053 98% [============================================================= ] 1040/1053 98% [============================================================= ] 1041/1053 98% [============================================================= ] 1042/1053 98% [============================================================= ] 1043/1053 99% [============================================================= ] 1044/1053 99% [============================================================= ] 1045/1053 99% [============================================================= ] 1046/1053 99% [============================================================= ] 1047/1053 99% [============================================================= ] 1048/1053 99% [============================================================= ] 1049/1053 99% [============================================================= ] 1050/1053 99% [============================================================= ] 1051/1053 99% [============================================================= ] 1052/1053 99% [==============================================================] 1053/1053 100% operation complete, 1053 objects in 16395 NAND pages. ln -snf /home/autobuild/autobuild/instance-10/output-1/host/arceb-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-10/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-10/buildroot' >>> Buildroot 2024.05-919-g541eb8bf7d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final arc-2023.09-release Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.41 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.72 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.49 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial arc-2023.09-release Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 5.15.163 Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> altera-stapl 0.3.3 Collecting legal info COPYING: OK (sha256: d8c320ffc0030d1b096ae4732b50d2b811cf95e9a9b7377c1127b2563e0a0388) >>> libgpiod 1.6.4 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitwise 0.50 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> bootstrap 4.3.1 Collecting legal info css/bootstrap.css: OK (sha256: 35fbb6dc3891aacaf1ffa07abec2344fdbc454aab533a2a03bcf93577eb7837b) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.32.2 Collecting legal info LICENSE.md: OK (sha256: 8a9994f85a8e531e1a3217ab7ba509787c6b93056aabe702137ce662db8321c2) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.70 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.14.10 Collecting legal info COPYING: OK (sha256: e61807cd1c32ff4e7bd5b4b61dd21997c6dc5642cf19316124fe38d50e1f9fa3) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.12.4 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-python-pypa-build 1.2.1 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 71.0.3 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-pcre2 10.43 Collecting legal info LICENCE: OK (sha256: 030087e2e8dd7c1bdd26057d25d4ded8f45bbf01ad458d68665ad04b8b0fbedf) >>> host-util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dropbear 2024.85 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.3.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> 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-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> empty 0.6.23c Collecting legal info COPYRIGHT: OK (sha256: 6433f4490a82b80ddac37f24cebfe8f3cd7de5686ebb9737281d47997a9941d6) >>> erofs-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 0df042de29b44887355db86c79708a4489ce6e6666f6e33ad02040293f09e6a2) LICENSES/Apache-2.0: OK (sha256: a400f85dd06d230f1b308cde4290a53f345b6e320a376b7904b31c51c2fd4b1a) LICENSES/GPL-2.0: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> execline 2.9.6.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> skalibs 2.14.2.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-flutter-sdk-bin 3.19.5 Collecting legal info LICENSE: OK (sha256: a598db94b6290ffbe10b5ecf911057b6a943351c727fdda9e5f2891d68700a20) >>> fmtools 2.0.7 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> giflib 5.2.2 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> hwdata 0.384 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> lapack 3.10.1 Collecting legal info LICENSE: OK (sha256: 44f7c08ab11e40b21d8bf8220712929ba8d0204645d2174869acf915562d0969) >>> leptonica 1.84.1 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcli 1.10.7 Collecting legal info COPYING: OK (sha256: 376b54d4c5f4aa99421823fa4da93e3ab73096fce2400e89858632aa7da24a14) >>> libevdev 1.13.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> libmaxminddb 1.10.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> libmodbus 3.1.10 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libucl 0.8.2 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuev 2.4.1 Collecting legal info LICENSE: OK (sha256: 387d0d8e2aabf187751c8f1ebb9a4abaecaa7e0e05fead27f408193a0f0f17dd) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbpoll 1.5.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> mdnsd 0.12 Collecting legal info LICENSE: OK (sha256: 2969546227b58ce1b431cc4c36c9a9b45d604e6b94fb8b787ea5d3696f3eee3b) >>> host-minisign 0.11 Collecting legal info LICENSE: OK (sha256: d775d155cbf31638714c31c6f990f9fdc5f07998d91e42d1bf15483bd2d1706b) >>> host-libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) node-v20.15.1.tar.xz: OK (sha256: fdd53a5729d936691a2a1151046fb4897721cb8b0fca2af957823a9b40fe0c34) >>> host-nodejs-bin 20.15.1 Collecting legal info LICENSE: OK (sha256: 49cd410e0fe6a8879a40d0764092d1e6114cc85fe41d4efed990d028eec25582) >>> oniguruma 6.9.9 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> open-isns 0.102 Collecting legal info COPYING: OK (sha256: 00a89b0d18aacd4114decf79122db87bf35bddaf2bc50e383c9c9f4c263390b2) >>> open2300 f21982e0b1f8321561e5ad1668307fde97700e1b Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> open62541 v1.3.11 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-parted 3.6 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> rsync 3.3.0 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> rtl8723ds-bt 14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08 Collecting legal info >>> s6-linux-init 1.1.2.0 Collecting legal info COPYING: OK (sha256: f68451e55e6686dc187df1ca427c574d9ac0d6f6926e1bdb909ad8b657668fe5) >>> s6 2.13.0.0 Collecting legal info COPYING: OK (sha256: fdc931295525dd0009cdf339189cbecd228d65cefe33402f037f9b046f07989e) >>> s6-linux-utils 2.6.2.0 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> s6-portable-utils 2.3.0.3 Collecting legal info COPYING: OK (sha256: aafa4f6a12b5b24ab2ae8ead5174e1ec03aecb5eb0e82012d74fd47ccfc57607) >>> s6-rc 0.5.4.3 Collecting legal info COPYING: OK (sha256: 75b0b50d7bcb9b2fc174d01442536bce03333da1814df3e61cd6ef8f663548f1) >>> setserial 2.17 Collecting legal info debian/copyright: OK (sha256: 1d7e810ed28daf370def626dfd4c502f2f77d2b678f1ac72e2ba675dd6f9af0d) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> wavpack 5.7.0 Collecting legal info COPYING: OK (sha256: 35a87c7390cd00e51e7a7cbb0486df7897201347e4625779248ace48e7e6cfbc) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xl2tp 1.3.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xz 5.6.2 Collecting legal info COPYING: OK (sha256: ee3b35b82f7bb0ba5fd9f13ca34ebbe757a59c05bfde5ab9d50ff4188ed33396) COPYING.0BSD: OK (sha256: 0b01625d853911cd0e2e088dcfb743261034a091bb379246cb25a14cc4c74bf1) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lzma 4.32.7 Collecting legal info COPYING.GPLv2: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: linux-headers-5.15.163: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: rtl8723ds-bt-14cedf3a9fec1aa8c500fa52f3e3acc433cbcf08: cannot save license (RTL8723DS_BT_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-10/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-10/buildroot'