patching file Makefile Hunk #1 succeeded at 623 (offset 8 lines). >>> host-zic 2023c Configuring >>> host-zic 2023c Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-zic-2023c zic make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-zic-2023c' VERSION=`cat version` && printf '%s\n' \ 'static char const PKGVERSION[]="(tzcode) ";' \ "static char const TZVERSION[]=\"$VERSION\";" \ 'static char const REPORT_BUGS_TO[]="tz@iana.org";' \ >version.h.out mv version.h.out version.h cc -DTZDIR='"/usr/share/zoneinfo"' -c -o zic.o zic.c cc -DTZDIR='"/usr/share/zoneinfo"' -o zic zic.o make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-zic-2023c' >>> host-zic 2023c Installing to host directory /usr/bin/install -D -m 755 /home/buildroot/autobuild/instance-0/output-1/build/host-zic-2023c/zic /home/buildroot/autobuild/instance-0/output-1/host/sbin/zic /usr/bin/install -D -m 644 /home/buildroot/autobuild/instance-0/output-1/build/host-zic-2023c/tzfile.h /home/buildroot/autobuild/instance-0/output-1/host/include/tzfile.h tzdata2023c.tar.gz: OK (sha512: 608bd286ebcbd0004cfdc1da183273f08aff61f90c8867661154453d77a05d421e4c46ad6d066a1fe2e87d5c82ec0f1c0224667a3b35f3180a3eb7f6ff84cbf5) >>> host-tzdata 2023c Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/tzdata/tzdata2023c.tar.gz | tar --strip-components=0 -C /home/buildroot/autobuild/instance-0/output-1/build/host-tzdata-2023c -xf - >>> host-tzdata 2023c Patching >>> host-tzdata 2023c Configuring >>> host-tzdata 2023c Building (cd /home/buildroot/autobuild/instance-0/output-1/build/host-tzdata-2023c; for zone in africa antarctica asia australasia europe northamerica southamerica etcetera backward factory; do /home/buildroot/autobuild/instance-0/output-1/host/sbin/zic -b fat -d _output/posix $zone || exit 1; /home/buildroot/autobuild/instance-0/output-1/host/sbin/zic -b fat -d _output/right -L leapseconds $zone || exit 1; done; ) >>> host-tzdata 2023c Installing to host directory /usr/bin/install -d -m 0755 /home/buildroot/autobuild/instance-0/output-1/host/share/zoneinfo cp -a /home/buildroot/autobuild/instance-0/output-1/build/host-tzdata-2023c/_output/* /home/buildroot/autobuild/instance-0/output-1/build/host-tzdata-2023c/*.tab /home/buildroot/autobuild/instance-0/output-1/build/host-tzdata-2023c/leap-seconds.list /home/buildroot/autobuild/instance-0/output-1/host/share/zoneinfo tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35.tar.gz: OK (sha256: e078ba9bd90cb46368beb3cfef2288194e5edefd53ad9565961a97d1c7d6c59f) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/tzdump/tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35 -xf - >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Patching >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Configuring >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Building cd /home/buildroot/autobuild/instance-0/output-1/build/host-tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35 && /usr/bin/gcc -O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include -L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib -o tzdump tzdump.c tzdump.c: In function 'dumptzdata': tzdump.c:384:15: warning: 'strncat' specified bound 1024 equals destination size [-Wstringop-overflow=] 384 | (void)strncat(datafile, "/", sizeof datafile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ tzdump.c:385:15: warning: 'strncat' specified bound 1024 equals destination size [-Wstringop-overflow=] 385 | (void)strncat(datafile, tzval, sizeof datafile); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Installing to host directory /usr/bin/install -m 0755 -D /home/buildroot/autobuild/instance-0/output-1/build/host-tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35/tzdump /home/buildroot/autobuild/instance-0/output-1/host/sbin/tzdump >>> tz Extracting >>> tz Patching >>> tz Configuring >>> tz Building (cd /home/buildroot/autobuild/instance-0/output-1/host/share/zoneinfo/posix/; for i in $(find . -type f); do mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/tz/output/$(dirname $i); /home/buildroot/autobuild/instance-0/output-1/host/sbin/tzdump -p . -q ${i#./} | sed '1d' > /home/buildroot/autobuild/instance-0/output-1/build/tz/output/$i; done ) >>> tz Installing to target /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-0/output-1/host/share/zoneinfo/zone.tab /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zoneinfo/zone.tab /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-0/output-1/host/share/zoneinfo/iso3166.tab /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zoneinfo/iso3166.tab mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zoneinfo/uclibc cp -a /home/buildroot/autobuild/instance-0/output-1/build/tz/output/* /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zoneinfo/uclibc if [ ! -f /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zoneinfo/uclibc/Etc/UTC ]; then printf "Error: '%s' is not a valid timezone, check your BR2_TARGET_LOCALTIME setting\n" "Etc/UTC"; exit 1; fi ln -sf ../usr/share/zoneinfo/uclibc/Etc/UTC /home/buildroot/autobuild/instance-0/output-1/target/etc/TZ vmtouch-1.3.1.tar.gz: OK (sha256: d57b7b3ae1146c4516429ab7d6db6f2122401db814ddd9cdaad10980e9c8428c) >>> vmtouch 1.3.1 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/vmtouch/vmtouch-1.3.1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/vmtouch-1.3.1 -xf - >>> vmtouch 1.3.1 Patching >>> vmtouch 1.3.1 Configuring >>> vmtouch 1.3.1 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -O2 -g0 -static" FFLAGS=" -O2 -g0 -static" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/vmtouch-1.3.1 make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/vmtouch-1.3.1' /home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -Wall -O2 -g -std=c99 -static -o vmtouch vmtouch.c pod2man --section 8 --center "System Manager's Manual" --release " " vmtouch.pod > vmtouch.8 make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/vmtouch-1.3.1' >>> vmtouch 1.3.1 Installing to target PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" AR="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar" AS="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-as" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-ld" NM="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-nm" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" GCC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc" CPP="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-cpp" CXX="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-g++" FC="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" F77="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gfortran" RANLIB="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ranlib" READELF="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-readelf" STRIP="/bin/true" OBJCOPY="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-objcopy" OBJDUMP="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-objdump" AR_FOR_BUILD="/usr/bin/ar" AS_FOR_BUILD="/usr/bin/as" CC_FOR_BUILD="/usr/bin/gcc" GCC_FOR_BUILD="/usr/bin/gcc" CXX_FOR_BUILD="/usr/bin/g++" LD_FOR_BUILD="/usr/bin/ld" CPPFLAGS_FOR_BUILD="-I/home/buildroot/autobuild/instance-0/output-1/host/include" CFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" CXXFLAGS_FOR_BUILD="-O2 -I/home/buildroot/autobuild/instance-0/output-1/host/include" LDFLAGS_FOR_BUILD="-L/home/buildroot/autobuild/instance-0/output-1/host/lib -Wl,-rpath,/home/buildroot/autobuild/instance-0/output-1/host/lib" FCFLAGS_FOR_BUILD="" DEFAULT_ASSEMBLER="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-as" DEFAULT_LINKER="/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-ld" CPPFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64" CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static" CXXFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 -static -static" LDFLAGS=" -static" FCFLAGS=" -O2 -g0 -static" FFLAGS=" -O2 -g0 -static" PKG_CONFIG="/home/buildroot/autobuild/instance-0/output-1/host/bin/pkg-config" STAGING_DIR="/home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot" INTLTOOL_PERL=/usr/bin/perl CXX=no /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/vmtouch-1.3.1 install DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target PREFIX=/usr make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/vmtouch-1.3.1' install -Dm 0755 vmtouch /home/buildroot/autobuild/instance-0/output-1/target/usr/bin/vmtouch install -Dm 0644 vmtouch.8 /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man/man8/vmtouch.8 make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/vmtouch-1.3.1' wilc-firmware-wilc_linux_16_1.tar.gz: OK (sha256: a06a6a46e03ca00d35da220f7a9f353cc650e5e5657a7988ea732913ad26d9a0) >>> wilc-firmware wilc_linux_16_1 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/wilc-firmware/wilc-firmware-wilc_linux_16_1.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/wilc-firmware-wilc_linux_16_1 -xf - >>> wilc-firmware wilc_linux_16_1 Patching >>> wilc-firmware wilc_linux_16_1 Configuring >>> wilc-firmware wilc_linux_16_1 Building >>> wilc-firmware wilc_linux_16_1 Installing to target /usr/bin/install -d -m 0755 /home/buildroot/autobuild/instance-0/output-1/target/lib/firmware/mchp/ cd /home/buildroot/autobuild/instance-0/output-1/build/wilc-firmware-wilc_linux_16_1 && tar cf install.tar wilc1000_wifi_firmware.bin && tar xf install.tar -C /home/buildroot/autobuild/instance-0/output-1/target/lib/firmware/mchp 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/buildroot/autobuild/instance-0/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 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 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 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 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 make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/bin PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" PKG_CONFIG="/home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/host/lib/pkgconfig:/home/buildroot/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/buildroot/autobuild/instance-0/output-1/host/bin install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/buildroot/autobuild/instance-0/output-1/host/bin make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/arc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arc%g" -e "s%@TARGET_CPU@%hs4x%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-0/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-841-ga9d2040b06"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package \ /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mksquashfs /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs -noappend -processors 4 -b 16K -nopad -comp lz4\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/squashfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 4 processors Creating 4.0 filesystem on /home/buildroot/autobuild/instance-0/output-1/images/rootfs.squashfs, block size 16384. [=============================================================|] 2190/2190 100% Exportable Squashfs 4.0 filesystem, lz4 compressed, data block size 16384 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 18511.62 Kbytes (18.08 Mbytes) 76.40% of uncompressed filesystem size (24230.86 Kbytes) Inode table size 16484 bytes (16.10 Kbytes) 38.52% of uncompressed inode table size (42797 bytes) Directory table size 14450 bytes (14.11 Kbytes) 82.64% of uncompressed directory table size (17485 bytes) Number of duplicate files found 494 Number of inodes 1091 Number of files 713 Number of fragments 16 Number of symbolic links 305 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 73 Number of hard-links 0 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) unknown (33) Number of gids 2 root (0) tape (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1091 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1091 0% [ ] 2/1091 0% [ ] 3/1091 0% [ ] 4/1091 0% [ ] 5/1091 0% [ ] 6/1091 0% [ ] 7/1091 0% [ ] 8/1091 0% [ ] 9/1091 0% [ ] 10/1091 0% [ ] 11/1091 1% [ ] 12/1091 1% [ ] 13/1091 1% [ ] 14/1091 1% [ ] 15/1091 1% [ ] 16/1091 1% [ ] 17/1091 1% [= ] 18/1091 1% [= ] 19/1091 1% [= ] 20/1091 1% [= ] 21/1091 1% [= ] 22/1091 2% [= ] 23/1091 2% [= ] 24/1091 2% [= ] 25/1091 2% [= ] 26/1091 2% [= ] 27/1091 2% [= ] 28/1091 2% [= ] 29/1091 2% [= ] 30/1091 2% [= ] 31/1091 2% [= ] 32/1091 2% [= ] 33/1091 3% [= ] 34/1091 3% [= ] 35/1091 3% [== ] 36/1091 3% [== ] 37/1091 3% [== ] 38/1091 3% [== ] 39/1091 3% [== ] 40/1091 3% [== ] 41/1091 3% [== ] 42/1091 3% [== ] 43/1091 3% [== ] 44/1091 4% [== ] 45/1091 4% [== ] 46/1091 4% [== ] 47/1091 4% [== ] 48/1091 4% [== ] 49/1091 4% [== ] 50/1091 4% [== ] 51/1091 4% [== ] 52/1091 4% [=== ] 53/1091 4% [=== ] 54/1091 4% [=== ] 55/1091 5% [=== ] 56/1091 5% [=== ] 57/1091 5% [=== ] 58/1091 5% [=== ] 59/1091 5% [=== ] 60/1091 5% [=== ] 61/1091 5% [=== ] 62/1091 5% [=== ] 63/1091 5% [=== ] 64/1091 5% [=== ] 65/1091 5% [=== ] 66/1091 6% [=== ] 67/1091 6% [=== ] 68/1091 6% [=== ] 69/1091 6% [=== ] 70/1091 6% [==== ] 71/1091 6% [==== ] 72/1091 6% [==== ] 73/1091 6% [==== ] 74/1091 6% [==== ] 75/1091 6% [==== ] 76/1091 6% [==== ] 77/1091 7% [==== ] 78/1091 7% [==== ] 79/1091 7% [==== ] 80/1091 7% [==== ] 81/1091 7% [==== ] 82/1091 7% [==== ] 83/1091 7% [==== ] 84/1091 7% [==== ] 85/1091 7% [==== ] 86/1091 7% [==== ] 87/1091 7% [===== ] 88/1091 8% [===== ] 89/1091 8% [===== ] 90/1091 8% [===== ] 91/1091 8% [===== ] 92/1091 8% [===== ] 93/1091 8% [===== ] 94/1091 8% [===== ] 95/1091 8% [===== ] 96/1091 8% [===== ] 97/1091 8% [===== ] 98/1091 8% [===== ] 99/1091 9% [===== ] 100/1091 9% [===== ] 101/1091 9% [===== ] 102/1091 9% [===== ] 103/1091 9% [===== ] 104/1091 9% [===== ] 105/1091 9% [====== ] 106/1091 9% [====== ] 107/1091 9% [====== ] 108/1091 9% [====== ] 109/1091 9% [====== ] 110/1091 10% [====== ] 111/1091 10% [====== ] 112/1091 10% [====== ] 113/1091 10% [====== ] 114/1091 10% [====== ] 115/1091 10% [====== ] 116/1091 10% [====== ] 117/1091 10% [====== ] 118/1091 10% [====== ] 119/1091 10% [====== ] 120/1091 10% [====== ] 121/1091 11% [====== ] 122/1091 11% [====== ] 123/1091 11% [======= ] 124/1091 11% [======= ] 125/1091 11% [======= ] 126/1091 11% [======= ] 127/1091 11% [======= ] 128/1091 11% [======= ] 129/1091 11% [======= ] 130/1091 11% [======= ] 131/1091 12% [======= ] 132/1091 12% [======= ] 133/1091 12% [======= ] 134/1091 12% [======= ] 135/1091 12% [======= ] 136/1091 12% [======= ] 137/1091 12% [======= ] 138/1091 12% [======= ] 139/1091 12% [======= ] 140/1091 12% [======== ] 141/1091 12% [======== ] 142/1091 13% [======== ] 143/1091 13% [======== ] 144/1091 13% [======== ] 145/1091 13% [======== ] 146/1091 13% [======== ] 147/1091 13% [======== ] 148/1091 13% [======== ] 149/1091 13% [======== ] 150/1091 13% [======== ] 151/1091 13% [======== ] 152/1091 13% [======== ] 153/1091 14% [======== ] 154/1091 14% [======== ] 155/1091 14% [======== ] 156/1091 14% [======== ] 157/1091 14% [======== ] 158/1091 14% [========= ] 159/1091 14% [========= ] 160/1091 14% [========= ] 161/1091 14% [========= ] 162/1091 14% [========= ] 163/1091 14% [========= ] 164/1091 15% [========= ] 165/1091 15% [========= ] 166/1091 15% [========= ] 167/1091 15% [========= ] 168/1091 15% [========= ] 169/1091 15% [========= ] 170/1091 15% [========= ] 171/1091 15% [========= ] 172/1091 15% [========= ] 173/1091 15% [========= ] 174/1091 15% [========= ] 175/1091 16% [========== ] 176/1091 16% [========== ] 177/1091 16% [========== ] 178/1091 16% [========== ] 179/1091 16% [========== ] 180/1091 16% [========== ] 181/1091 16% [========== ] 182/1091 16% [========== ] 183/1091 16% [========== ] 184/1091 16% [========== ] 185/1091 16% [========== ] 186/1091 17% [========== ] 187/1091 17% [========== ] 188/1091 17% [========== ] 189/1091 17% [========== ] 190/1091 17% [========== ] 191/1091 17% [========== ] 192/1091 17% [========== ] 193/1091 17% [=========== ] 194/1091 17% [=========== ] 195/1091 17% [=========== ] 196/1091 17% [=========== ] 197/1091 18% [=========== ] 198/1091 18% [=========== ] 199/1091 18% [=========== ] 200/1091 18% [=========== ] 201/1091 18% [=========== ] 202/1091 18% [=========== ] 203/1091 18% [=========== ] 204/1091 18% [=========== ] 205/1091 18% [=========== ] 206/1091 18% [=========== ] 207/1091 18% [=========== ] 208/1091 19% [=========== ] 209/1091 19% [=========== ] 210/1091 19% [=========== ] 211/1091 19% [============ ] 212/1091 19% [============ ] 213/1091 19% [============ ] 214/1091 19% [============ ] 215/1091 19% [============ ] 216/1091 19% [============ ] 217/1091 19% [============ ] 218/1091 19% [============ ] 219/1091 20% [============ ] 220/1091 20% [============ ] 221/1091 20% [============ ] 222/1091 20% [============ ] 223/1091 20% [============ ] 224/1091 20% [============ ] 225/1091 20% [============ ] 226/1091 20% [============ ] 227/1091 20% [============ ] 228/1091 20% [============= ] 229/1091 20% [============= ] 230/1091 21% [============= ] 231/1091 21% [============= ] 232/1091 21% [============= ] 233/1091 21% [============= ] 234/1091 21% [============= ] 235/1091 21% [============= ] 236/1091 21% [============= ] 237/1091 21% [============= ] 238/1091 21% [============= ] 239/1091 21% [============= ] 240/1091 21% [============= ] 241/1091 22% [============= ] 242/1091 22% [============= ] 243/1091 22% [============= ] 244/1091 22% [============= ] 245/1091 22% [============= ] 246/1091 22% [============== ] 247/1091 22% [============== ] 248/1091 22% [============== ] 249/1091 22% [============== ] 250/1091 22% [============== ] 251/1091 23% [============== ] 252/1091 23% [============== ] 253/1091 23% [============== ] 254/1091 23% [============== ] 255/1091 23% [============== ] 256/1091 23% [============== ] 257/1091 23% [============== ] 258/1091 23% [============== ] 259/1091 23% [============== ] 260/1091 23% [============== ] 261/1091 23% [============== ] 262/1091 24% [============== ] 263/1091 24% [=============== ] 264/1091 24% [=============== ] 265/1091 24% [=============== ] 266/1091 24% [=============== ] 267/1091 24% [=============== ] 268/1091 24% [=============== ] 269/1091 24% [=============== ] 270/1091 24% [=============== ] 271/1091 24% [=============== ] 272/1091 24% [=============== ] 273/1091 25% [=============== ] 274/1091 25% [=============== ] 275/1091 25% [=============== ] 276/1091 25% [=============== ] 277/1091 25% [=============== ] 278/1091 25% [=============== ] 279/1091 25% [=============== ] 280/1091 25% [=============== ] 281/1091 25% [================ ] 282/1091 25% [================ ] 283/1091 25% [================ ] 284/1091 26% [================ ] 285/1091 26% [================ ] 286/1091 26% [================ ] 287/1091 26% [================ ] 288/1091 26% [================ ] 289/1091 26% [================ ] 290/1091 26% [================ ] 291/1091 26% [================ ] 292/1091 26% [================ ] 293/1091 26% [================ ] 294/1091 26% [================ ] 295/1091 27% [================ ] 296/1091 27% [================ ] 297/1091 27% [================ ] 298/1091 27% [================ ] 299/1091 27% [================= ] 300/1091 27% [================= ] 301/1091 27% [================= ] 302/1091 27% [================= ] 303/1091 27% [================= ] 304/1091 27% [================= ] 305/1091 27% [================= ] 306/1091 28% [================= ] 307/1091 28% [================= ] 308/1091 28% [================= ] 309/1091 28% [================= ] 310/1091 28% [================= ] 311/1091 28% [================= ] 312/1091 28% [================= ] 313/1091 28% [================= ] 314/1091 28% [================= ] 315/1091 28% [================= ] 316/1091 28% [================== ] 317/1091 29% [================== ] 318/1091 29% [================== ] 319/1091 29% [================== ] 320/1091 29% [================== ] 321/1091 29% [================== ] 322/1091 29% [================== ] 323/1091 29% [================== ] 324/1091 29% [================== ] 325/1091 29% [================== ] 326/1091 29% [================== ] 327/1091 29% [================== ] 328/1091 30% [================== ] 329/1091 30% [================== ] 330/1091 30% [================== ] 331/1091 30% [================== ] 332/1091 30% [================== ] 333/1091 30% [================== ] 334/1091 30% [=================== ] 335/1091 30% [=================== ] 336/1091 30% [=================== ] 337/1091 30% [=================== ] 338/1091 30% [=================== ] 339/1091 31% [=================== ] 340/1091 31% [=================== ] 341/1091 31% [=================== ] 342/1091 31% [=================== ] 343/1091 31% [=================== ] 344/1091 31% [=================== ] 345/1091 31% [=================== ] 346/1091 31% [=================== ] 347/1091 31% [=================== ] 348/1091 31% [=================== ] 349/1091 31% [=================== ] 350/1091 32% [=================== ] 351/1091 32% [==================== ] 352/1091 32% [==================== ] 353/1091 32% [==================== ] 354/1091 32% [==================== ] 355/1091 32% [==================== ] 356/1091 32% [==================== ] 357/1091 32% [==================== ] 358/1091 32% [==================== ] 359/1091 32% [==================== ] 360/1091 32% [==================== ] 361/1091 33% [==================== ] 362/1091 33% [==================== ] 363/1091 33% [==================== ] 364/1091 33% [==================== ] 365/1091 33% [==================== ] 366/1091 33% [==================== ] 367/1091 33% [==================== ] 368/1091 33% [==================== ] 369/1091 33% [===================== ] 370/1091 33% [===================== ] 371/1091 34% [===================== ] 372/1091 34% [===================== ] 373/1091 34% [===================== ] 374/1091 34% [===================== ] 375/1091 34% [===================== ] 376/1091 34% [===================== ] 377/1091 34% [===================== ] 378/1091 34% [===================== ] 379/1091 34% [===================== ] 380/1091 34% [===================== ] 381/1091 34% [===================== ] 382/1091 35% [===================== ] 383/1091 35% [===================== ] 384/1091 35% [===================== ] 385/1091 35% [===================== ] 386/1091 35% [===================== ] 387/1091 35% [====================== ] 388/1091 35% [====================== ] 389/1091 35% [====================== ] 390/1091 35% [====================== ] 391/1091 35% [====================== ] 392/1091 35% [====================== ] 393/1091 36% [====================== ] 394/1091 36% [====================== ] 395/1091 36% [====================== ] 396/1091 36% [====================== ] 397/1091 36% [====================== ] 398/1091 36% [====================== ] 399/1091 36% [====================== ] 400/1091 36% [====================== ] 401/1091 36% [====================== ] 402/1091 36% [====================== ] 403/1091 36% [====================== ] 404/1091 37% [======================= ] 405/1091 37% [======================= ] 406/1091 37% [======================= ] 407/1091 37% [======================= ] 408/1091 37% [======================= ] 409/1091 37% [======================= ] 410/1091 37% [======================= ] 411/1091 37% [======================= ] 412/1091 37% [======================= ] 413/1091 37% [======================= ] 414/1091 37% [======================= ] 415/1091 38% [======================= ] 416/1091 38% [======================= ] 417/1091 38% [======================= ] 418/1091 38% [======================= ] 419/1091 38% [======================= ] 420/1091 38% [======================= ] 421/1091 38% [======================= ] 422/1091 38% [======================== ] 423/1091 38% [======================== ] 424/1091 38% [======================== ] 425/1091 38% [======================== ] 426/1091 39% [======================== ] 427/1091 39% [======================== ] 428/1091 39% [======================== ] 429/1091 39% [======================== ] 430/1091 39% [======================== ] 431/1091 39% [======================== ] 432/1091 39% [======================== ] 433/1091 39% [======================== ] 434/1091 39% [======================== ] 435/1091 39% [======================== ] 436/1091 39% [======================== ] 437/1091 40% [======================== ] 438/1091 40% [======================== ] 439/1091 40% [========================= ] 440/1091 40% [========================= ] 441/1091 40% [========================= ] 442/1091 40% [========================= ] 443/1091 40% [========================= ] 444/1091 40% [========================= ] 445/1091 40% [========================= ] 446/1091 40% [========================= ] 447/1091 40% [========================= ] 448/1091 41% [========================= ] 449/1091 41% [========================= ] 450/1091 41% [========================= ] 451/1091 41% [========================= ] 452/1091 41% [========================= ] 453/1091 41% [========================= ] 454/1091 41% [========================= ] 455/1091 41% [========================= ] 456/1091 41% [========================= ] 457/1091 41% [========================== ] 458/1091 41% [========================== ] 459/1091 42% [========================== ] 460/1091 42% [========================== ] 461/1091 42% [========================== ] 462/1091 42% [========================== ] 463/1091 42% [========================== ] 464/1091 42% [========================== ] 465/1091 42% [========================== ] 466/1091 42% [========================== ] 467/1091 42% [========================== ] 468/1091 42% [========================== ] 469/1091 42% [========================== ] 470/1091 43% [========================== ] 471/1091 43% [========================== ] 472/1091 43% [========================== ] 473/1091 43% [========================== ] 474/1091 43% [========================== ] 475/1091 43% [=========================== ] 476/1091 43% [=========================== ] 477/1091 43% [=========================== ] 478/1091 43% [=========================== ] 479/1091 43% [=========================== ] 480/1091 43% [=========================== ] 481/1091 44% [=========================== ] 482/1091 44% [=========================== ] 483/1091 44% [=========================== ] 484/1091 44% [=========================== ] 485/1091 44% [=========================== ] 486/1091 44% [=========================== ] 487/1091 44% [=========================== ] 488/1091 44% [=========================== ] 489/1091 44% [=========================== ] 490/1091 44% [=========================== ] 491/1091 45% [=========================== ] 492/1091 45% [============================ ] 493/1091 45% [============================ ] 494/1091 45% [============================ ] 495/1091 45% [============================ ] 496/1091 45% [============================ ] 497/1091 45% [============================ ] 498/1091 45% [============================ ] 499/1091 45% [============================ ] 500/1091 45% [============================ ] 501/1091 45% [============================ ] 502/1091 46% [============================ ] 503/1091 46% [============================ ] 504/1091 46% [============================ ] 505/1091 46% [============================ ] 506/1091 46% [============================ ] 507/1091 46% [============================ ] 508/1091 46% [============================ ] 509/1091 46% [============================ ] 510/1091 46% [============================= ] 511/1091 46% [============================= ] 512/1091 46% [============================= ] 513/1091 47% [============================= ] 514/1091 47% [============================= ] 515/1091 47% [============================= ] 516/1091 47% [============================= ] 517/1091 47% [============================= ] 518/1091 47% [============================= ] 519/1091 47% [============================= ] 520/1091 47% [============================= ] 521/1091 47% [============================= ] 522/1091 47% [============================= ] 523/1091 47% [============================= ] 524/1091 48% [============================= ] 525/1091 48% [============================= ] 526/1091 48% [============================= ] 527/1091 48% [============================== ] 528/1091 48% [============================== ] 529/1091 48% [============================== ] 530/1091 48% [============================== ] 531/1091 48% [============================== ] 532/1091 48% [============================== ] 533/1091 48% [============================== ] 534/1091 48% [============================== ] 535/1091 49% [============================== ] 536/1091 49% [============================== ] 537/1091 49% [============================== ] 538/1091 49% [============================== ] 539/1091 49% [============================== ] 540/1091 49% [============================== ] 541/1091 49% [============================== ] 542/1091 49% [============================== ] 543/1091 49% [============================== ] 544/1091 49% [============================== ] 545/1091 49% [=============================== ] 546/1091 50% [=============================== ] 547/1091 50% [=============================== ] 548/1091 50% [=============================== ] 549/1091 50% [=============================== ] 550/1091 50% [=============================== ] 551/1091 50% [=============================== ] 552/1091 50% [=============================== ] 553/1091 50% [=============================== ] 554/1091 50% [=============================== ] 555/1091 50% [=============================== ] 556/1091 50% [=============================== ] 557/1091 51% [=============================== ] 558/1091 51% [=============================== ] 559/1091 51% [=============================== ] 560/1091 51% [=============================== ] 561/1091 51% [=============================== ] 562/1091 51% [=============================== ] 563/1091 51% [================================ ] 564/1091 51% [================================ ] 565/1091 51% [================================ ] 566/1091 51% [================================ ] 567/1091 51% [================================ ] 568/1091 52% [================================ ] 569/1091 52% [================================ ] 570/1091 52% [================================ ] 571/1091 52% [================================ ] 572/1091 52% [================================ ] 573/1091 52% [================================ ] 574/1091 52% [================================ ] 575/1091 52% [================================ ] 576/1091 52% [================================ ] 577/1091 52% [================================ ] 578/1091 52% [================================ ] 579/1091 53% [================================ ] 580/1091 53% [================================= ] 581/1091 53% [================================= ] 582/1091 53% [================================= ] 583/1091 53% [================================= ] 584/1091 53% [================================= ] 585/1091 53% [================================= ] 586/1091 53% [================================= ] 587/1091 53% [================================= ] 588/1091 53% [================================= ] 589/1091 53% [================================= ] 590/1091 54% [================================= ] 591/1091 54% [================================= ] 592/1091 54% [================================= ] 593/1091 54% [================================= ] 594/1091 54% [================================= ] 595/1091 54% [================================= ] 596/1091 54% [================================= ] 597/1091 54% [================================= ] 598/1091 54% [================================== ] 599/1091 54% [================================== ] 600/1091 54% [================================== ] 601/1091 55% [================================== ] 602/1091 55% [================================== ] 603/1091 55% [================================== ] 604/1091 55% [================================== ] 605/1091 55% [================================== ] 606/1091 55% [================================== ] 607/1091 55% [================================== ] 608/1091 55% [================================== ] 609/1091 55% [================================== ] 610/1091 55% [================================== ] 611/1091 56% [================================== ] 612/1091 56% [================================== ] 613/1091 56% [================================== ] 614/1091 56% [================================== ] 615/1091 56% [=================================== ] 616/1091 56% [=================================== ] 617/1091 56% [=================================== ] 618/1091 56% [=================================== ] 619/1091 56% [=================================== ] 620/1091 56% [=================================== ] 621/1091 56% [=================================== ] 622/1091 57% [=================================== ] 623/1091 57% [=================================== ] 624/1091 57% [=================================== ] 625/1091 57% [=================================== ] 626/1091 57% [=================================== ] 627/1091 57% [=================================== ] 628/1091 57% [=================================== ] 629/1091 57% [=================================== ] 630/1091 57% [=================================== ] 631/1091 57% [=================================== ] 632/1091 57% [=================================== ] 633/1091 58% [==================================== ] 634/1091 58% [==================================== ] 635/1091 58% [==================================== ] 636/1091 58% [==================================== ] 637/1091 58% [==================================== ] 638/1091 58% [==================================== ] 639/1091 58% [==================================== ] 640/1091 58% [==================================== ] 641/1091 58% [==================================== ] 642/1091 58% [==================================== ] 643/1091 58% [==================================== ] 644/1091 59% [==================================== ] 645/1091 59% [==================================== ] 646/1091 59% [==================================== ] 647/1091 59% [==================================== ] 648/1091 59% [==================================== ] 649/1091 59% [==================================== ] 650/1091 59% [==================================== ] 651/1091 59% [===================================== ] 652/1091 59% [===================================== ] 653/1091 59% [===================================== ] 654/1091 59% [===================================== ] 655/1091 60% [===================================== ] 656/1091 60% [===================================== ] 657/1091 60% [===================================== ] 658/1091 60% [===================================== ] 659/1091 60% [===================================== ] 660/1091 60% [===================================== ] 661/1091 60% [===================================== ] 662/1091 60% [===================================== ] 663/1091 60% [===================================== ] 664/1091 60% [===================================== ] 665/1091 60% [===================================== ] 666/1091 61% [===================================== ] 667/1091 61% [===================================== ] 668/1091 61% [====================================== ] 669/1091 61% [====================================== ] 670/1091 61% [====================================== ] 671/1091 61% [====================================== ] 672/1091 61% [====================================== ] 673/1091 61% [====================================== ] 674/1091 61% [====================================== ] 675/1091 61% [====================================== ] 676/1091 61% [====================================== ] 677/1091 62% [====================================== ] 678/1091 62% [====================================== ] 679/1091 62% [====================================== ] 680/1091 62% [====================================== ] 681/1091 62% [====================================== ] 682/1091 62% [====================================== ] 683/1091 62% [====================================== ] 684/1091 62% [====================================== ] 685/1091 62% [====================================== ] 686/1091 62% [======================================= ] 687/1091 62% [======================================= ] 688/1091 63% [======================================= ] 689/1091 63% [======================================= ] 690/1091 63% [======================================= ] 691/1091 63% [======================================= ] 692/1091 63% [======================================= ] 693/1091 63% [======================================= ] 694/1091 63% [======================================= ] 695/1091 63% [======================================= ] 696/1091 63% [======================================= ] 697/1091 63% [======================================= ] 698/1091 63% [======================================= ] 699/1091 64% [======================================= ] 700/1091 64% [======================================= ] 701/1091 64% [======================================= ] 702/1091 64% [======================================= ] 703/1091 64% [======================================== ] 704/1091 64% [======================================== ] 705/1091 64% [======================================== ] 706/1091 64% [======================================== ] 707/1091 64% [======================================== ] 708/1091 64% [======================================== ] 709/1091 64% [======================================== ] 710/1091 65% [======================================== ] 711/1091 65% [======================================== ] 712/1091 65% [======================================== ] 713/1091 65% [======================================== ] 714/1091 65% [======================================== ] 715/1091 65% [======================================== ] 716/1091 65% [======================================== ] 717/1091 65% [======================================== ] 718/1091 65% [======================================== ] 719/1091 65% [======================================== ] 720/1091 65% [======================================== ] 721/1091 66% [========================================= ] 722/1091 66% [========================================= ] 723/1091 66% [========================================= ] 724/1091 66% [========================================= ] 725/1091 66% [========================================= ] 726/1091 66% [========================================= ] 727/1091 66% [========================================= ] 728/1091 66% [========================================= ] 729/1091 66% [========================================= ] 730/1091 66% [========================================= ] 731/1091 67% [========================================= ] 732/1091 67% [========================================= ] 733/1091 67% [========================================= ] 734/1091 67% [========================================= ] 735/1091 67% [========================================= ] 736/1091 67% [========================================= ] 737/1091 67% [========================================= ] 738/1091 67% [========================================= ] 739/1091 67% [========================================== ] 740/1091 67% [========================================== ] 741/1091 67% [========================================== ] 742/1091 68% [========================================== ] 743/1091 68% [========================================== ] 744/1091 68% [========================================== ] 745/1091 68% [========================================== ] 746/1091 68% [========================================== ] 747/1091 68% [========================================== ] 748/1091 68% [========================================== ] 749/1091 68% [========================================== ] 750/1091 68% [========================================== ] 751/1091 68% [========================================== ] 752/1091 68% [========================================== ] 753/1091 69% [========================================== ] 754/1091 69% [========================================== ] 755/1091 69% [========================================== ] 756/1091 69% [=========================================== ] 757/1091 69% [=========================================== ] 758/1091 69% [=========================================== ] 759/1091 69% [=========================================== ] 760/1091 69% [=========================================== ] 761/1091 69% [=========================================== ] 762/1091 69% [=========================================== ] 763/1091 69% [=========================================== ] 764/1091 70% [=========================================== ] 765/1091 70% [=========================================== ] 766/1091 70% [=========================================== ] 767/1091 70% [=========================================== ] 768/1091 70% [=========================================== ] 769/1091 70% [=========================================== ] 770/1091 70% [=========================================== ] 771/1091 70% [=========================================== ] 772/1091 70% [=========================================== ] 773/1091 70% [=========================================== ] 774/1091 70% [============================================ ] 775/1091 71% [============================================ ] 776/1091 71% [============================================ ] 777/1091 71% [============================================ ] 778/1091 71% [============================================ ] 779/1091 71% [============================================ ] 780/1091 71% [============================================ ] 781/1091 71% [============================================ ] 782/1091 71% [============================================ ] 783/1091 71% [============================================ ] 784/1091 71% [============================================ ] 785/1091 71% [============================================ ] 786/1091 72% [============================================ ] 787/1091 72% [============================================ ] 788/1091 72% [============================================ ] 789/1091 72% [============================================ ] 790/1091 72% [============================================ ] 791/1091 72% [============================================= ] 792/1091 72% [============================================= ] 793/1091 72% [============================================= ] 794/1091 72% [============================================= ] 795/1091 72% [============================================= ] 796/1091 72% [============================================= ] 797/1091 73% [============================================= ] 798/1091 73% [============================================= ] 799/1091 73% [============================================= ] 800/1091 73% [============================================= ] 801/1091 73% [============================================= ] 802/1091 73% [============================================= ] 803/1091 73% [============================================= ] 804/1091 73% [============================================= ] 805/1091 73% [============================================= ] 806/1091 73% [============================================= ] 807/1091 73% [============================================= ] 808/1091 74% [============================================= ] 809/1091 74% [============================================== ] 810/1091 74% [============================================== ] 811/1091 74% [============================================== ] 812/1091 74% [============================================== ] 813/1091 74% [============================================== ] 814/1091 74% [============================================== ] 815/1091 74% [============================================== ] 816/1091 74% [============================================== ] 817/1091 74% [============================================== ] 818/1091 74% [============================================== ] 819/1091 75% [============================================== ] 820/1091 75% [============================================== ] 821/1091 75% [============================================== ] 822/1091 75% [============================================== ] 823/1091 75% [============================================== ] 824/1091 75% [============================================== ] 825/1091 75% [============================================== ] 826/1091 75% [============================================== ] 827/1091 75% [=============================================== ] 828/1091 75% [=============================================== ] 829/1091 75% [=============================================== ] 830/1091 76% [=============================================== ] 831/1091 76% [=============================================== ] 832/1091 76% [=============================================== ] 833/1091 76% [=============================================== ] 834/1091 76% [=============================================== ] 835/1091 76% [=============================================== ] 836/1091 76% [=============================================== ] 837/1091 76% [=============================================== ] 838/1091 76% [=============================================== ] 839/1091 76% [=============================================== ] 840/1091 76% [=============================================== ] 841/1091 77% [=============================================== ] 842/1091 77% [=============================================== ] 843/1091 77% [=============================================== ] 844/1091 77% [================================================ ] 845/1091 77% [================================================ ] 846/1091 77% [================================================ ] 847/1091 77% [================================================ ] 848/1091 77% [================================================ ] 849/1091 77% [================================================ ] 850/1091 77% [================================================ ] 851/1091 78% [================================================ ] 852/1091 78% [================================================ ] 853/1091 78% [================================================ ] 854/1091 78% [================================================ ] 855/1091 78% [================================================ ] 856/1091 78% [================================================ ] 857/1091 78% [================================================ ] 858/1091 78% [================================================ ] 859/1091 78% [================================================ ] 860/1091 78% [================================================ ] 861/1091 78% [================================================ ] 862/1091 79% [================================================= ] 863/1091 79% [================================================= ] 864/1091 79% [================================================= ] 865/1091 79% [================================================= ] 866/1091 79% [================================================= ] 867/1091 79% [================================================= ] 868/1091 79% [================================================= ] 869/1091 79% [================================================= ] 870/1091 79% [================================================= ] 871/1091 79% [================================================= ] 872/1091 79% [================================================= ] 873/1091 80% [================================================= ] 874/1091 80% [================================================= ] 875/1091 80% [================================================= ] 876/1091 80% [================================================= ] 877/1091 80% [================================================= ] 878/1091 80% [================================================= ] 879/1091 80% [================================================== ] 880/1091 80% [================================================== ] 881/1091 80% [================================================== ] 882/1091 80% [================================================== ] 883/1091 80% [================================================== ] 884/1091 81% [================================================== ] 885/1091 81% [================================================== ] 886/1091 81% [================================================== ] 887/1091 81% [================================================== ] 888/1091 81% [================================================== ] 889/1091 81% [================================================== ] 890/1091 81% [================================================== ] 891/1091 81% [================================================== ] 892/1091 81% [================================================== ] 893/1091 81% [================================================== ] 894/1091 81% [================================================== ] 895/1091 82% [================================================== ] 896/1091 82% [================================================== ] 897/1091 82% [=================================================== ] 898/1091 82% [=================================================== ] 899/1091 82% [=================================================== ] 900/1091 82% [=================================================== ] 901/1091 82% [=================================================== ] 902/1091 82% [=================================================== ] 903/1091 82% [=================================================== ] 904/1091 82% [=================================================== ] 905/1091 82% [=================================================== ] 906/1091 83% [=================================================== ] 907/1091 83% [=================================================== ] 908/1091 83% [=================================================== ] 909/1091 83% [=================================================== ] 910/1091 83% [=================================================== ] 911/1091 83% [=================================================== ] 912/1091 83% [=================================================== ] 913/1091 83% [=================================================== ] 914/1091 83% [=================================================== ] 915/1091 83% [==================================================== ] 916/1091 83% [==================================================== ] 917/1091 84% [==================================================== ] 918/1091 84% [==================================================== ] 919/1091 84% [==================================================== ] 920/1091 84% [==================================================== ] 921/1091 84% [==================================================== ] 922/1091 84% [==================================================== ] 923/1091 84% [==================================================== ] 924/1091 84% [==================================================== ] 925/1091 84% [==================================================== ] 926/1091 84% [==================================================== ] 927/1091 84% [==================================================== ] 928/1091 85% [==================================================== ] 929/1091 85% [==================================================== ] 930/1091 85% [==================================================== ] 931/1091 85% [==================================================== ] 932/1091 85% [===================================================== ] 933/1091 85% [===================================================== ] 934/1091 85% [===================================================== ] 935/1091 85% [===================================================== ] 936/1091 85% [===================================================== ] 937/1091 85% [===================================================== ] 938/1091 85% [===================================================== ] 939/1091 86% [===================================================== ] 940/1091 86% [===================================================== ] 941/1091 86% [===================================================== ] 942/1091 86% [===================================================== ] 943/1091 86% [===================================================== ] 944/1091 86% [===================================================== ] 945/1091 86% [===================================================== ] 946/1091 86% [===================================================== ] 947/1091 86% [===================================================== ] 948/1091 86% [===================================================== ] 949/1091 86% [===================================================== ] 950/1091 87% [====================================================== ] 951/1091 87% [====================================================== ] 952/1091 87% [====================================================== ] 953/1091 87% [====================================================== ] 954/1091 87% [====================================================== ] 955/1091 87% [====================================================== ] 956/1091 87% [====================================================== ] 957/1091 87% [====================================================== ] 958/1091 87% [====================================================== ] 959/1091 87% [====================================================== ] 960/1091 87% [====================================================== ] 961/1091 88% [====================================================== ] 962/1091 88% [====================================================== ] 963/1091 88% [====================================================== ] 964/1091 88% [====================================================== ] 965/1091 88% [====================================================== ] 966/1091 88% [====================================================== ] 967/1091 88% [======================================================= ] 968/1091 88% [======================================================= ] 969/1091 88% [======================================================= ] 970/1091 88% [======================================================= ] 971/1091 89% [======================================================= ] 972/1091 89% [======================================================= ] 973/1091 89% [======================================================= ] 974/1091 89% [======================================================= ] 975/1091 89% [======================================================= ] 976/1091 89% [======================================================= ] 977/1091 89% [======================================================= ] 978/1091 89% [======================================================= ] 979/1091 89% [======================================================= ] 980/1091 89% [======================================================= ] 981/1091 89% [======================================================= ] 982/1091 90% [======================================================= ] 983/1091 90% [======================================================= ] 984/1091 90% [======================================================= ] 985/1091 90% [======================================================== ] 986/1091 90% [======================================================== ] 987/1091 90% [======================================================== ] 988/1091 90% [======================================================== ] 989/1091 90% [======================================================== ] 990/1091 90% [======================================================== ] 991/1091 90% [======================================================== ] 992/1091 90% [======================================================== ] 993/1091 91% [======================================================== ] 994/1091 91% [======================================================== ] 995/1091 91% [======================================================== ] 996/1091 91% [======================================================== ] 997/1091 91% [======================================================== ] 998/1091 91% [======================================================== ] 999/1091 91% [======================================================== ] 1000/1091 91% [======================================================== ] 1001/1091 91% [======================================================== ] 1002/1091 91% [======================================================== ] 1003/1091 91% [========================================================= ] 1004/1091 92% [========================================================= ] 1005/1091 92% [========================================================= ] 1006/1091 92% [========================================================= ] 1007/1091 92% [========================================================= ] 1008/1091 92% [========================================================= ] 1009/1091 92% [========================================================= ] 1010/1091 92% [========================================================= ] 1011/1091 92% [========================================================= ] 1012/1091 92% [========================================================= ] 1013/1091 92% [========================================================= ] 1014/1091 92% [========================================================= ] 1015/1091 93% [========================================================= ] 1016/1091 93% [========================================================= ] 1017/1091 93% [========================================================= ] 1018/1091 93% [========================================================= ] 1019/1091 93% [========================================================= ] 1020/1091 93% [========================================================== ] 1021/1091 93% [========================================================== ] 1022/1091 93% [========================================================== ] 1023/1091 93% [========================================================== ] 1024/1091 93% [========================================================== ] 1025/1091 93% [========================================================== ] 1026/1091 94% [========================================================== ] 1027/1091 94% [========================================================== ] 1028/1091 94% [========================================================== ] 1029/1091 94% [========================================================== ] 1030/1091 94% [========================================================== ] 1031/1091 94% [========================================================== ] 1032/1091 94% [========================================================== ] 1033/1091 94% [========================================================== ] 1034/1091 94% [========================================================== ] 1035/1091 94% [========================================================== ] 1036/1091 94% [========================================================== ] 1037/1091 95% [========================================================== ] 1038/1091 95% [=========================================================== ] 1039/1091 95% [=========================================================== ] 1040/1091 95% [=========================================================== ] 1041/1091 95% [=========================================================== ] 1042/1091 95% [=========================================================== ] 1043/1091 95% [=========================================================== ] 1044/1091 95% [=========================================================== ] 1045/1091 95% [=========================================================== ] 1046/1091 95% [=========================================================== ] 1047/1091 95% [=========================================================== ] 1048/1091 96% [=========================================================== ] 1049/1091 96% [=========================================================== ] 1050/1091 96% [=========================================================== ] 1051/1091 96% [=========================================================== ] 1052/1091 96% [=========================================================== ] 1053/1091 96% [=========================================================== ] 1054/1091 96% [=========================================================== ] 1055/1091 96% [============================================================ ] 1056/1091 96% [============================================================ ] 1057/1091 96% [============================================================ ] 1058/1091 96% [============================================================ ] 1059/1091 97% [============================================================ ] 1060/1091 97% [============================================================ ] 1061/1091 97% [============================================================ ] 1062/1091 97% [============================================================ ] 1063/1091 97% [============================================================ ] 1064/1091 97% [============================================================ ] 1065/1091 97% [============================================================ ] 1066/1091 97% [============================================================ ] 1067/1091 97% [============================================================ ] 1068/1091 97% [============================================================ ] 1069/1091 97% [============================================================ ] 1070/1091 98% [============================================================ ] 1071/1091 98% [============================================================ ] 1072/1091 98% [============================================================ ] 1073/1091 98% [============================================================= ] 1074/1091 98% [============================================================= ] 1075/1091 98% [============================================================= ] 1076/1091 98% [============================================================= ] 1077/1091 98% [============================================================= ] 1078/1091 98% [============================================================= ] 1079/1091 98% [============================================================= ] 1080/1091 98% [============================================================= ] 1081/1091 99% [============================================================= ] 1082/1091 99% [============================================================= ] 1083/1091 99% [============================================================= ] 1084/1091 99% [============================================================= ] 1085/1091 99% [============================================================= ] 1086/1091 99% [============================================================= ] 1087/1091 99% [============================================================= ] 1088/1091 99% [============================================================= ] 1089/1091 99% [============================================================= ] 1090/1091 99% [==============================================================] 1091/1091 100% operation complete, 1091 objects in 13833 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/arc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.08-841-ga9d2040b06 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final arc-2020.09-release Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final arc-2020.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 arc-2020.09-release Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial arc-2020.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 6.5.9 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> abootimg 1ebeb393252ab5aeed62e34bc439b6728444f06e Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.7.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> host-gptfdisk 1.0.9 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> initscripts Collecting legal info >>> libcdio-paranoia 10.2+2.0.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libcurl 8.4.0 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libressl 3.7.3 Collecting legal info COPYING: OK (sha256: 5c63613f008f16a9c0025c096bbd736cecf720494d121b5c5203e0ec6e5955b1) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libglob 1.0 Collecting legal info LICENSE: OK (sha256: 4cd4bac6ef90d4a91ee6e52df30f241045fb1a27fb53541ef4a9f8e47e6103ca) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> sphinxbase 5prealpha Collecting legal info src/libsphinxbase/util/bio.c: OK (sha256: 26f12e0152a5d58c69904e439761a1b2fbb9267b5f04674dbf93667e3e6dd043) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> tz Collecting legal info >>> host-tzdata 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-zic 2023c Collecting legal info LICENSE: OK (sha256: 0613408568889f5739e5ae252b722a2659c02002839ad970a63dc5e9174b27cf) >>> host-tzdump e1a52ce12a701b8ea4163d6719713e38c0e53d35 Collecting legal info >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> wilc-firmware wilc_linux_16_1 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-xz 5.4.4 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_LICENSE_FILES not defined) WARNING: tzdump-e1a52ce12a701b8ea4163d6719713e38c0e53d35: cannot save license (HOST_TZDUMP_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'