gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:2: 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:3: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ 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:2: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/tmp/instance-3/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /tmp/instance-3/output-1/host/bin PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-3/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="/tmp/instance-3/output-1/host/lib/pkgconfig:/tmp/instance-3/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-3/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/tmp/instance-3/output-1/host/bin install make[1]: Entering directory '/tmp/instance-3/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /tmp/instance-3/output-1/host/bin make[1]: Leaving directory '/tmp/instance-3/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-3/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-3/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a73%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-3/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-3/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-3/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-3/output-1/host/bin/armeb-buildroot-linux-gnueabi-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a73%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O1', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O1', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/tmp/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-3/output-1/host/armeb-buildroot-linux-gnueabi/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-3/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-3/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-3/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-3/output-1/target/etc/shells; fi mkdir -p /tmp/instance-3/output-1/target/etc echo "buildroot" > /tmp/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-3/output-1/target/etc/hosts mkdir -p /tmp/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-3/output-1/target/etc/shells if [ -x /tmp/instance-3/output-1/target/sbin/swapon -a -x /tmp/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-3/output-1/target/etc/inittab; fi rm -rf /tmp/instance-3/output-1/target/usr/include /tmp/instance-3/output-1/target/usr/share/aclocal \ /tmp/instance-3/output-1/target/usr/lib/pkgconfig /tmp/instance-3/output-1/target/usr/share/pkgconfig \ /tmp/instance-3/output-1/target/usr/lib/cmake /tmp/instance-3/output-1/target/usr/share/cmake \ /tmp/instance-3/output-1/target/usr/lib/rpm /tmp/instance-3/output-1/target/usr/doc find /tmp/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-3/output-1/target/lib/ /tmp/instance-3/output-1/target/usr/lib/ /tmp/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-3/output-1/target/usr/share/gdb rm -rf /tmp/instance-3/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-3/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-3/output-1/target/usr/share/zsh rm -rf /tmp/instance-3/output-1/target/usr/man /tmp/instance-3/output-1/target/usr/share/man rm -rf /tmp/instance-3/output-1/target/usr/info /tmp/instance-3/output-1/target/usr/share/info rm -rf /tmp/instance-3/output-1/target/usr/doc /tmp/instance-3/output-1/target/usr/share/doc rm -rf /tmp/instance-3/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-3/output-1/target/lib/debug /tmp/instance-3/output-1/target/usr/lib/debug find /tmp/instance-3/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 /tmp/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-3/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 /tmp/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.11-884-g0da2742abb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-git\"" \ ) > /tmp/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-3/output-1/per-package /tmp/instance-3/buildroot/support/scripts/fix-rpath target touch /tmp/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-3/output-1/build/buildroot-fs mkdir -p /tmp/instance-3/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n ntp -1 ntp -1 * - - - ntpd user\n\n' >> /tmp/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n\n' > /tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /tmp/instance-3/output-1/images rm -rf /tmp/instance-3/output-1/build/buildroot-fs/cramfs mkdir -p /tmp/instance-3/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-3/output-1/target/ /tmp/instance-3/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /tmp/instance-3/output-1/build/buildroot-fs/cramfs/target" >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-3/buildroot/support/scripts/mkusers /tmp/instance-3/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-3/output-1/build/buildroot-fs/cramfs/target >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "/tmp/instance-3/output-1/host/bin/makedevs -d /tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-3/output-1/build/buildroot-fs/cramfs/target" >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /tmp/instance-3/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /tmp/instance-3/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /tmp/instance-3/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /tmp/instance-3/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /tmp/instance-3/output-1/host/bin/mkcramfs -B /tmp/instance-3/output-1/build/buildroot-fs/cramfs/target /tmp/instance-3/output-1/images/rootfs.cramfs\n' >> /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-3/output-1/host/bin/fakeroot -- /tmp/instance-3/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/tmp/instance-3/output-1/build/buildroot-fs/cramfs/target table='/tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.tar mkdir -p /tmp/instance-3/output-1/images rm -rf /tmp/instance-3/output-1/build/buildroot-fs/tar mkdir -p /tmp/instance-3/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-3/output-1/target/ /tmp/instance-3/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /tmp/instance-3/output-1/build/buildroot-fs/tar/target" >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-3/buildroot/support/scripts/mkusers /tmp/instance-3/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-3/output-1/build/buildroot-fs/tar/target >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "/tmp/instance-3/output-1/host/bin/makedevs -d /tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-3/output-1/build/buildroot-fs/tar/target" >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /tmp/instance-3/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /tmp/instance-3/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /tmp/instance-3/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot echo "find /tmp/instance-3/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /tmp/instance-3/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /tmp/instance-3/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-3/output-1/host/bin/fakeroot -- /tmp/instance-3/output-1/build/buildroot-fs/tar/fakeroot rootdir=/tmp/instance-3/output-1/build/buildroot-fs/tar/target table='/tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" xz -9 -C crc32 -c -T 1 /tmp/instance-3/output-1/images/rootfs.tar > /tmp/instance-3/output-1/images/rootfs.tar.xz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-3/output-1/images rm -rf /tmp/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-3/output-1/target/ /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-3/buildroot/support/scripts/mkusers /tmp/instance-3/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-3/output-1/host/bin/makedevs -d /tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-3/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-3/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-3/output-1/host/bin:/tmp/instance-3/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-3/output-1/host/bin/fakeroot -- /tmp/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 895 objects. stage 2: creating image '/tmp/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/895 0% [ ] 2/895 0% [ ] 3/895 0% [ ] 4/895 0% [ ] 5/895 0% [ ] 6/895 0% [ ] 7/895 0% [ ] 8/895 0% [ ] 9/895 1% [ ] 10/895 1% [ ] 11/895 1% [ ] 12/895 1% [ ] 13/895 1% [= ] 14/895 1% [= ] 15/895 1% [= ] 16/895 1% [= ] 17/895 1% [= ] 18/895 2% [= ] 19/895 2% [= ] 20/895 2% [= ] 21/895 2% [= ] 22/895 2% [= ] 23/895 2% [= ] 24/895 2% [= ] 25/895 2% [= ] 26/895 2% [= ] 27/895 3% [== ] 28/895 3% [== ] 29/895 3% [== ] 30/895 3% [== ] 31/895 3% [== ] 32/895 3% [== ] 33/895 3% [== ] 34/895 3% [== ] 35/895 3% [== ] 36/895 4% [== ] 37/895 4% [== ] 38/895 4% [== ] 39/895 4% [== ] 40/895 4% [== ] 41/895 4% [=== ] 42/895 4% [=== ] 43/895 4% [=== ] 44/895 4% [=== ] 45/895 5% [=== ] 46/895 5% [=== ] 47/895 5% [=== ] 48/895 5% [=== ] 49/895 5% [=== ] 50/895 5% [=== ] 51/895 5% [=== ] 52/895 5% [=== ] 53/895 5% [=== ] 54/895 6% [=== ] 55/895 6% [==== ] 56/895 6% [==== ] 57/895 6% [==== ] 58/895 6% [==== ] 59/895 6% [==== ] 60/895 6% [==== ] 61/895 6% [==== ] 62/895 6% [==== ] 63/895 7% [==== ] 64/895 7% [==== ] 65/895 7% [==== ] 66/895 7% [==== ] 67/895 7% [==== ] 68/895 7% [==== ] 69/895 7% [===== ] 70/895 7% [===== ] 71/895 7% [===== ] 72/895 8% [===== ] 73/895 8% [===== ] 74/895 8% [===== ] 75/895 8% [===== ] 76/895 8% [===== ] 77/895 8% [===== ] 78/895 8% [===== ] 79/895 8% [===== ] 80/895 8% [===== ] 81/895 9% [===== ] 82/895 9% [===== ] 83/895 9% [====== ] 84/895 9% [====== ] 85/895 9% [====== ] 86/895 9% [====== ] 87/895 9% [====== ] 88/895 9% [====== ] 89/895 9% [====== ] 90/895 10% [====== ] 91/895 10% [====== ] 92/895 10% [====== ] 93/895 10% [====== ] 94/895 10% [====== ] 95/895 10% [====== ] 96/895 10% [====== ] 97/895 10% [======= ] 98/895 10% [======= ] 99/895 11% [======= ] 100/895 11% [======= ] 101/895 11% [======= ] 102/895 11% [======= ] 103/895 11% [======= ] 104/895 11% [======= ] 105/895 11% [======= ] 106/895 11% [======= ] 107/895 11% [======= ] 108/895 12% [======= ] 109/895 12% [======= ] 110/895 12% [======= ] 111/895 12% [======== ] 112/895 12% [======== ] 113/895 12% [======== ] 114/895 12% [======== ] 115/895 12% [======== ] 116/895 12% [======== ] 117/895 13% [======== ] 118/895 13% [======== ] 119/895 13% [======== ] 120/895 13% [======== ] 121/895 13% [======== ] 122/895 13% [======== ] 123/895 13% [======== ] 124/895 13% [======== ] 125/895 13% [========= ] 126/895 14% [========= ] 127/895 14% [========= ] 128/895 14% [========= ] 129/895 14% [========= ] 130/895 14% [========= ] 131/895 14% [========= ] 132/895 14% [========= ] 133/895 14% [========= ] 134/895 14% [========= ] 135/895 15% [========= ] 136/895 15% [========= ] 137/895 15% [========= ] 138/895 15% [========= ] 139/895 15% [========== ] 140/895 15% [========== ] 141/895 15% [========== ] 142/895 15% [========== ] 143/895 15% [========== ] 144/895 16% [========== ] 145/895 16% [========== ] 146/895 16% [========== ] 147/895 16% [========== ] 148/895 16% [========== ] 149/895 16% [========== ] 150/895 16% [========== ] 151/895 16% [========== ] 152/895 16% [========== ] 153/895 17% [=========== ] 154/895 17% [=========== ] 155/895 17% [=========== ] 156/895 17% [=========== ] 157/895 17% [=========== ] 158/895 17% [=========== ] 159/895 17% [=========== ] 160/895 17% [=========== ] 161/895 17% [=========== ] 162/895 18% [=========== ] 163/895 18% [=========== ] 164/895 18% [=========== ] 165/895 18% [=========== ] 166/895 18% [=========== ] 167/895 18% [============ ] 168/895 18% [============ ] 169/895 18% [============ ] 170/895 18% [============ ] 171/895 19% [============ ] 172/895 19% [============ ] 173/895 19% [============ ] 174/895 19% [============ ] 175/895 19% [============ ] 176/895 19% [============ ] 177/895 19% [============ ] 178/895 19% [============ ] 179/895 20% [============ ] 180/895 20% [============ ] 181/895 20% [============= ] 182/895 20% [============= ] 183/895 20% [============= ] 184/895 20% [============= ] 185/895 20% [============= ] 186/895 20% [============= ] 187/895 20% [============= ] 188/895 21% [============= ] 189/895 21% [============= ] 190/895 21% [============= ] 191/895 21% [============= ] 192/895 21% [============= ] 193/895 21% [============= ] 194/895 21% [============= ] 195/895 21% [============== ] 196/895 21% [============== ] 197/895 22% [============== ] 198/895 22% [============== ] 199/895 22% [============== ] 200/895 22% [============== ] 201/895 22% [============== ] 202/895 22% [============== ] 203/895 22% [============== ] 204/895 22% [============== ] 205/895 22% [============== ] 206/895 23% [============== ] 207/895 23% [============== ] 208/895 23% [============== ] 209/895 23% [=============== ] 210/895 23% [=============== ] 211/895 23% [=============== ] 212/895 23% [=============== ] 213/895 23% [=============== ] 214/895 23% [=============== ] 215/895 24% [=============== ] 216/895 24% [=============== ] 217/895 24% [=============== ] 218/895 24% [=============== ] 219/895 24% [=============== ] 220/895 24% [=============== ] 221/895 24% [=============== ] 222/895 24% [=============== ] 223/895 24% [================ ] 224/895 25% [================ ] 225/895 25% [================ ] 226/895 25% [================ ] 227/895 25% [================ ] 228/895 25% [================ ] 229/895 25% [================ ] 230/895 25% [================ ] 231/895 25% [================ ] 232/895 25% [================ ] 233/895 26% [================ ] 234/895 26% [================ ] 235/895 26% [================ ] 236/895 26% [================ ] 237/895 26% [================= ] 238/895 26% [================= ] 239/895 26% [================= ] 240/895 26% [================= ] 241/895 26% [================= ] 242/895 27% [================= ] 243/895 27% [================= ] 244/895 27% [================= ] 245/895 27% [================= ] 246/895 27% [================= ] 247/895 27% [================= ] 248/895 27% [================= ] 249/895 27% [================= ] 250/895 27% [================= ] 251/895 28% [================== ] 252/895 28% [================== ] 253/895 28% [================== ] 254/895 28% [================== ] 255/895 28% [================== ] 256/895 28% [================== ] 257/895 28% [================== ] 258/895 28% [================== ] 259/895 28% [================== ] 260/895 29% [================== ] 261/895 29% [================== ] 262/895 29% [================== ] 263/895 29% [================== ] 264/895 29% [================== ] 265/895 29% [=================== ] 266/895 29% [=================== ] 267/895 29% [=================== ] 268/895 29% [=================== ] 269/895 30% [=================== ] 270/895 30% [=================== ] 271/895 30% [=================== ] 272/895 30% [=================== ] 273/895 30% [=================== ] 274/895 30% [=================== ] 275/895 30% [=================== ] 276/895 30% [=================== ] 277/895 30% [=================== ] 278/895 31% [=================== ] 279/895 31% [==================== ] 280/895 31% [==================== ] 281/895 31% [==================== ] 282/895 31% [==================== ] 283/895 31% [==================== ] 284/895 31% [==================== ] 285/895 31% [==================== ] 286/895 31% [==================== ] 287/895 32% [==================== ] 288/895 32% [==================== ] 289/895 32% [==================== ] 290/895 32% [==================== ] 291/895 32% [==================== ] 292/895 32% [==================== ] 293/895 32% [===================== ] 294/895 32% [===================== ] 295/895 32% [===================== ] 296/895 33% [===================== ] 297/895 33% [===================== ] 298/895 33% [===================== ] 299/895 33% [===================== ] 300/895 33% [===================== ] 301/895 33% [===================== ] 302/895 33% [===================== ] 303/895 33% [===================== ] 304/895 33% [===================== ] 305/895 34% [===================== ] 306/895 34% [===================== ] 307/895 34% [====================== ] 308/895 34% [====================== ] 309/895 34% [====================== ] 310/895 34% [====================== ] 311/895 34% [====================== ] 312/895 34% [====================== ] 313/895 34% [====================== ] 314/895 35% [====================== ] 315/895 35% [====================== ] 316/895 35% [====================== ] 317/895 35% [====================== ] 318/895 35% [====================== ] 319/895 35% [====================== ] 320/895 35% [====================== ] 321/895 35% [======================= ] 322/895 35% [======================= ] 323/895 36% [======================= ] 324/895 36% [======================= ] 325/895 36% [======================= ] 326/895 36% [======================= ] 327/895 36% [======================= ] 328/895 36% [======================= ] 329/895 36% [======================= ] 330/895 36% [======================= ] 331/895 36% [======================= ] 332/895 37% [======================= ] 333/895 37% [======================= ] 334/895 37% [======================= ] 335/895 37% [======================== ] 336/895 37% [======================== ] 337/895 37% [======================== ] 338/895 37% [======================== ] 339/895 37% [======================== ] 340/895 37% [======================== ] 341/895 38% [======================== ] 342/895 38% [======================== ] 343/895 38% [======================== ] 344/895 38% [======================== ] 345/895 38% [======================== ] 346/895 38% [======================== ] 347/895 38% [======================== ] 348/895 38% [======================== ] 349/895 38% [========================= ] 350/895 39% [========================= ] 351/895 39% [========================= ] 352/895 39% [========================= ] 353/895 39% [========================= ] 354/895 39% [========================= ] 355/895 39% [========================= ] 356/895 39% [========================= ] 357/895 39% [========================= ] 358/895 40% [========================= ] 359/895 40% [========================= ] 360/895 40% [========================= ] 361/895 40% [========================= ] 362/895 40% [========================= ] 363/895 40% [========================== ] 364/895 40% [========================== ] 365/895 40% [========================== ] 366/895 40% [========================== ] 367/895 41% [========================== ] 368/895 41% [========================== ] 369/895 41% [========================== ] 370/895 41% [========================== ] 371/895 41% [========================== ] 372/895 41% [========================== ] 373/895 41% [========================== ] 374/895 41% [========================== ] 375/895 41% [========================== ] 376/895 42% [========================== ] 377/895 42% [=========================== ] 378/895 42% [=========================== ] 379/895 42% [=========================== ] 380/895 42% [=========================== ] 381/895 42% [=========================== ] 382/895 42% [=========================== ] 383/895 42% [=========================== ] 384/895 42% [=========================== ] 385/895 43% [=========================== ] 386/895 43% [=========================== ] 387/895 43% [=========================== ] 388/895 43% [=========================== ] 389/895 43% [=========================== ] 390/895 43% [=========================== ] 391/895 43% [============================ ] 392/895 43% [============================ ] 393/895 43% [============================ ] 394/895 44% [============================ ] 395/895 44% [============================ ] 396/895 44% [============================ ] 397/895 44% [============================ ] 398/895 44% [============================ ] 399/895 44% [============================ ] 400/895 44% [============================ ] 401/895 44% [============================ ] 402/895 44% [============================ ] 403/895 45% [============================ ] 404/895 45% [============================ ] 405/895 45% [============================= ] 406/895 45% [============================= ] 407/895 45% [============================= ] 408/895 45% [============================= ] 409/895 45% [============================= ] 410/895 45% [============================= ] 411/895 45% [============================= ] 412/895 46% [============================= ] 413/895 46% [============================= ] 414/895 46% [============================= ] 415/895 46% [============================= ] 416/895 46% [============================= ] 417/895 46% [============================= ] 418/895 46% [============================= ] 419/895 46% [============================== ] 420/895 46% [============================== ] 421/895 47% [============================== ] 422/895 47% [============================== ] 423/895 47% [============================== ] 424/895 47% [============================== ] 425/895 47% [============================== ] 426/895 47% [============================== ] 427/895 47% [============================== ] 428/895 47% [============================== ] 429/895 47% [============================== ] 430/895 48% [============================== ] 431/895 48% [============================== ] 432/895 48% [============================== ] 433/895 48% [=============================== ] 434/895 48% [=============================== ] 435/895 48% [=============================== ] 436/895 48% [=============================== ] 437/895 48% [=============================== ] 438/895 48% [=============================== ] 439/895 49% [=============================== ] 440/895 49% [=============================== ] 441/895 49% [=============================== ] 442/895 49% [=============================== ] 443/895 49% [=============================== ] 444/895 49% [=============================== ] 445/895 49% [=============================== ] 446/895 49% [=============================== ] 447/895 49% [================================ ] 448/895 50% [================================ ] 449/895 50% [================================ ] 450/895 50% [================================ ] 451/895 50% [================================ ] 452/895 50% [================================ ] 453/895 50% [================================ ] 454/895 50% [================================ ] 455/895 50% [================================ ] 456/895 50% [================================ ] 457/895 51% [================================ ] 458/895 51% [================================ ] 459/895 51% [================================ ] 460/895 51% [================================ ] 461/895 51% [================================= ] 462/895 51% [================================= ] 463/895 51% [================================= ] 464/895 51% [================================= ] 465/895 51% [================================= ] 466/895 52% [================================= ] 467/895 52% [================================= ] 468/895 52% [================================= ] 469/895 52% [================================= ] 470/895 52% [================================= ] 471/895 52% [================================= ] 472/895 52% [================================= ] 473/895 52% [================================= ] 474/895 52% [================================= ] 475/895 53% [================================== ] 476/895 53% [================================== ] 477/895 53% [================================== ] 478/895 53% [================================== ] 479/895 53% [================================== ] 480/895 53% [================================== ] 481/895 53% [================================== ] 482/895 53% [================================== ] 483/895 53% [================================== ] 484/895 54% [================================== ] 485/895 54% [================================== ] 486/895 54% [================================== ] 487/895 54% [================================== ] 488/895 54% [================================== ] 489/895 54% [=================================== ] 490/895 54% [=================================== ] 491/895 54% [=================================== ] 492/895 54% [=================================== ] 493/895 55% [=================================== ] 494/895 55% [=================================== ] 495/895 55% [=================================== ] 496/895 55% [=================================== ] 497/895 55% [=================================== ] 498/895 55% [=================================== ] 499/895 55% [=================================== ] 500/895 55% [=================================== ] 501/895 55% [=================================== ] 502/895 56% [=================================== ] 503/895 56% [==================================== ] 504/895 56% [==================================== ] 505/895 56% [==================================== ] 506/895 56% [==================================== ] 507/895 56% [==================================== ] 508/895 56% [==================================== ] 509/895 56% [==================================== ] 510/895 56% [==================================== ] 511/895 57% [==================================== ] 512/895 57% [==================================== ] 513/895 57% [==================================== ] 514/895 57% [==================================== ] 515/895 57% [==================================== ] 516/895 57% [==================================== ] 517/895 57% [===================================== ] 518/895 57% [===================================== ] 519/895 57% [===================================== ] 520/895 58% [===================================== ] 521/895 58% [===================================== ] 522/895 58% [===================================== ] 523/895 58% [===================================== ] 524/895 58% [===================================== ] 525/895 58% [===================================== ] 526/895 58% [===================================== ] 527/895 58% [===================================== ] 528/895 58% [===================================== ] 529/895 59% [===================================== ] 530/895 59% [===================================== ] 531/895 59% [====================================== ] 532/895 59% [====================================== ] 533/895 59% [====================================== ] 534/895 59% [====================================== ] 535/895 59% [====================================== ] 536/895 59% [====================================== ] 537/895 60% [====================================== ] 538/895 60% [====================================== ] 539/895 60% [====================================== ] 540/895 60% [====================================== ] 541/895 60% [====================================== ] 542/895 60% [====================================== ] 543/895 60% [====================================== ] 544/895 60% [====================================== ] 545/895 60% [======================================= ] 546/895 61% [======================================= ] 547/895 61% [======================================= ] 548/895 61% [======================================= ] 549/895 61% [======================================= ] 550/895 61% [======================================= ] 551/895 61% [======================================= ] 552/895 61% [======================================= ] 553/895 61% [======================================= ] 554/895 61% [======================================= ] 555/895 62% [======================================= ] 556/895 62% [======================================= ] 557/895 62% [======================================= ] 558/895 62% [======================================= ] 559/895 62% [======================================== ] 560/895 62% [======================================== ] 561/895 62% [======================================== ] 562/895 62% [======================================== ] 563/895 62% [======================================== ] 564/895 63% [======================================== ] 565/895 63% [======================================== ] 566/895 63% [======================================== ] 567/895 63% [======================================== ] 568/895 63% [======================================== ] 569/895 63% [======================================== ] 570/895 63% [======================================== ] 571/895 63% [======================================== ] 572/895 63% [======================================== ] 573/895 64% [========================================= ] 574/895 64% [========================================= ] 575/895 64% [========================================= ] 576/895 64% [========================================= ] 577/895 64% [========================================= ] 578/895 64% [========================================= ] 579/895 64% [========================================= ] 580/895 64% [========================================= ] 581/895 64% [========================================= ] 582/895 65% [========================================= ] 583/895 65% [========================================= ] 584/895 65% [========================================= ] 585/895 65% [========================================= ] 586/895 65% [========================================= ] 587/895 65% [========================================== ] 588/895 65% [========================================== ] 589/895 65% [========================================== ] 590/895 65% [========================================== ] 591/895 66% [========================================== ] 592/895 66% [========================================== ] 593/895 66% [========================================== ] 594/895 66% [========================================== ] 595/895 66% [========================================== ] 596/895 66% [========================================== ] 597/895 66% [========================================== ] 598/895 66% [========================================== ] 599/895 66% [========================================== ] 600/895 67% [========================================== ] 601/895 67% [=========================================== ] 602/895 67% [=========================================== ] 603/895 67% [=========================================== ] 604/895 67% [=========================================== ] 605/895 67% [=========================================== ] 606/895 67% [=========================================== ] 607/895 67% [=========================================== ] 608/895 67% [=========================================== ] 609/895 68% [=========================================== ] 610/895 68% [=========================================== ] 611/895 68% [=========================================== ] 612/895 68% [=========================================== ] 613/895 68% [=========================================== ] 614/895 68% [=========================================== ] 615/895 68% [============================================ ] 616/895 68% [============================================ ] 617/895 68% [============================================ ] 618/895 69% [============================================ ] 619/895 69% [============================================ ] 620/895 69% [============================================ ] 621/895 69% [============================================ ] 622/895 69% [============================================ ] 623/895 69% [============================================ ] 624/895 69% [============================================ ] 625/895 69% [============================================ ] 626/895 69% [============================================ ] 627/895 70% [============================================ ] 628/895 70% [============================================ ] 629/895 70% [============================================= ] 630/895 70% [============================================= ] 631/895 70% [============================================= ] 632/895 70% [============================================= ] 633/895 70% [============================================= ] 634/895 70% [============================================= ] 635/895 70% [============================================= ] 636/895 71% [============================================= ] 637/895 71% [============================================= ] 638/895 71% [============================================= ] 639/895 71% [============================================= ] 640/895 71% [============================================= ] 641/895 71% [============================================= ] 642/895 71% [============================================= ] 643/895 71% [============================================== ] 644/895 71% [============================================== ] 645/895 72% [============================================== ] 646/895 72% [============================================== ] 647/895 72% [============================================== ] 648/895 72% [============================================== ] 649/895 72% [============================================== ] 650/895 72% [============================================== ] 651/895 72% [============================================== ] 652/895 72% [============================================== ] 653/895 72% [============================================== ] 654/895 73% [============================================== ] 655/895 73% [============================================== ] 656/895 73% [============================================== ] 657/895 73% [=============================================== ] 658/895 73% [=============================================== ] 659/895 73% [=============================================== ] 660/895 73% [=============================================== ] 661/895 73% [=============================================== ] 662/895 73% [=============================================== ] 663/895 74% [=============================================== ] 664/895 74% [=============================================== ] 665/895 74% [=============================================== ] 666/895 74% [=============================================== ] 667/895 74% [=============================================== ] 668/895 74% [=============================================== ] 669/895 74% [=============================================== ] 670/895 74% [=============================================== ] 671/895 74% [================================================ ] 672/895 75% [================================================ ] 673/895 75% [================================================ ] 674/895 75% [================================================ ] 675/895 75% [================================================ ] 676/895 75% [================================================ ] 677/895 75% [================================================ ] 678/895 75% [================================================ ] 679/895 75% [================================================ ] 680/895 75% [================================================ ] 681/895 76% [================================================ ] 682/895 76% [================================================ ] 683/895 76% [================================================ ] 684/895 76% [================================================ ] 685/895 76% [================================================= ] 686/895 76% [================================================= ] 687/895 76% [================================================= ] 688/895 76% [================================================= ] 689/895 76% [================================================= ] 690/895 77% [================================================= ] 691/895 77% [================================================= ] 692/895 77% [================================================= ] 693/895 77% [================================================= ] 694/895 77% [================================================= ] 695/895 77% [================================================= ] 696/895 77% [================================================= ] 697/895 77% [================================================= ] 698/895 77% [================================================= ] 699/895 78% [================================================== ] 700/895 78% [================================================== ] 701/895 78% [================================================== ] 702/895 78% [================================================== ] 703/895 78% [================================================== ] 704/895 78% [================================================== ] 705/895 78% [================================================== ] 706/895 78% [================================================== ] 707/895 78% [================================================== ] 708/895 79% [================================================== ] 709/895 79% [================================================== ] 710/895 79% [================================================== ] 711/895 79% [================================================== ] 712/895 79% [================================================== ] 713/895 79% [=================================================== ] 714/895 79% [=================================================== ] 715/895 79% [=================================================== ] 716/895 80% [=================================================== ] 717/895 80% [=================================================== ] 718/895 80% [=================================================== ] 719/895 80% [=================================================== ] 720/895 80% [=================================================== ] 721/895 80% [=================================================== ] 722/895 80% [=================================================== ] 723/895 80% [=================================================== ] 724/895 80% [=================================================== ] 725/895 81% [=================================================== ] 726/895 81% [=================================================== ] 727/895 81% [==================================================== ] 728/895 81% [==================================================== ] 729/895 81% [==================================================== ] 730/895 81% [==================================================== ] 731/895 81% [==================================================== ] 732/895 81% [==================================================== ] 733/895 81% [==================================================== ] 734/895 82% [==================================================== ] 735/895 82% [==================================================== ] 736/895 82% [==================================================== ] 737/895 82% [==================================================== ] 738/895 82% [==================================================== ] 739/895 82% [==================================================== ] 740/895 82% [==================================================== ] 741/895 82% [===================================================== ] 742/895 82% [===================================================== ] 743/895 83% [===================================================== ] 744/895 83% [===================================================== ] 745/895 83% [===================================================== ] 746/895 83% [===================================================== ] 747/895 83% [===================================================== ] 748/895 83% [===================================================== ] 749/895 83% [===================================================== ] 750/895 83% [===================================================== ] 751/895 83% [===================================================== ] 752/895 84% [===================================================== ] 753/895 84% [===================================================== ] 754/895 84% [===================================================== ] 755/895 84% [====================================================== ] 756/895 84% [====================================================== ] 757/895 84% [====================================================== ] 758/895 84% [====================================================== ] 759/895 84% [====================================================== ] 760/895 84% [====================================================== ] 761/895 85% [====================================================== ] 762/895 85% [====================================================== ] 763/895 85% [====================================================== ] 764/895 85% [====================================================== ] 765/895 85% [====================================================== ] 766/895 85% [====================================================== ] 767/895 85% [====================================================== ] 768/895 85% [====================================================== ] 769/895 85% [======================================================= ] 770/895 86% [======================================================= ] 771/895 86% [======================================================= ] 772/895 86% [======================================================= ] 773/895 86% [======================================================= ] 774/895 86% [======================================================= ] 775/895 86% [======================================================= ] 776/895 86% [======================================================= ] 777/895 86% [======================================================= ] 778/895 86% [======================================================= ] 779/895 87% [======================================================= ] 780/895 87% [======================================================= ] 781/895 87% [======================================================= ] 782/895 87% [======================================================= ] 783/895 87% [======================================================== ] 784/895 87% [======================================================== ] 785/895 87% [======================================================== ] 786/895 87% [======================================================== ] 787/895 87% [======================================================== ] 788/895 88% [======================================================== ] 789/895 88% [======================================================== ] 790/895 88% [======================================================== ] 791/895 88% [======================================================== ] 792/895 88% [======================================================== ] 793/895 88% [======================================================== ] 794/895 88% [======================================================== ] 795/895 88% [======================================================== ] 796/895 88% [======================================================== ] 797/895 89% [========================================================= ] 798/895 89% [========================================================= ] 799/895 89% [========================================================= ] 800/895 89% [========================================================= ] 801/895 89% [========================================================= ] 802/895 89% [========================================================= ] 803/895 89% [========================================================= ] 804/895 89% [========================================================= ] 805/895 89% [========================================================= ] 806/895 90% [========================================================= ] 807/895 90% [========================================================= ] 808/895 90% [========================================================= ] 809/895 90% [========================================================= ] 810/895 90% [========================================================= ] 811/895 90% [========================================================== ] 812/895 90% [========================================================== ] 813/895 90% [========================================================== ] 814/895 90% [========================================================== ] 815/895 91% [========================================================== ] 816/895 91% [========================================================== ] 817/895 91% [========================================================== ] 818/895 91% [========================================================== ] 819/895 91% [========================================================== ] 820/895 91% [========================================================== ] 821/895 91% [========================================================== ] 822/895 91% [========================================================== ] 823/895 91% [========================================================== ] 824/895 92% [========================================================== ] 825/895 92% [=========================================================== ] 826/895 92% [=========================================================== ] 827/895 92% [=========================================================== ] 828/895 92% [=========================================================== ] 829/895 92% [=========================================================== ] 830/895 92% [=========================================================== ] 831/895 92% [=========================================================== ] 832/895 92% [=========================================================== ] 833/895 93% [=========================================================== ] 834/895 93% [=========================================================== ] 835/895 93% [=========================================================== ] 836/895 93% [=========================================================== ] 837/895 93% [=========================================================== ] 838/895 93% [=========================================================== ] 839/895 93% [============================================================ ] 840/895 93% [============================================================ ] 841/895 93% [============================================================ ] 842/895 94% [============================================================ ] 843/895 94% [============================================================ ] 844/895 94% [============================================================ ] 845/895 94% [============================================================ ] 846/895 94% [============================================================ ] 847/895 94% [============================================================ ] 848/895 94% [============================================================ ] 849/895 94% [============================================================ ] 850/895 94% [============================================================ ] 851/895 95% [============================================================ ] 852/895 95% [============================================================ ] 853/895 95% [============================================================= ] 854/895 95% [============================================================= ] 855/895 95% [============================================================= ] 856/895 95% [============================================================= ] 857/895 95% [============================================================= ] 858/895 95% [============================================================= ] 859/895 95% [============================================================= ] 860/895 96% [============================================================= ] 861/895 96% [============================================================= ] 862/895 96% [============================================================= ] 863/895 96% [============================================================= ] 864/895 96% [============================================================= ] 865/895 96% [============================================================= ] 866/895 96% [============================================================= ] 867/895 96% [============================================================== ] 868/895 96% [============================================================== ] 869/895 97% [============================================================== ] 870/895 97% [============================================================== ] 871/895 97% [============================================================== ] 872/895 97% [============================================================== ] 873/895 97% [============================================================== ] 874/895 97% [============================================================== ] 875/895 97% [============================================================== ] 876/895 97% [============================================================== ] 877/895 97% [============================================================== ] 878/895 98% [============================================================== ] 879/895 98% [============================================================== ] 880/895 98% [============================================================== ] 881/895 98% [=============================================================== ] 882/895 98% [=============================================================== ] 883/895 98% [=============================================================== ] 884/895 98% [=============================================================== ] 885/895 98% [=============================================================== ] 886/895 98% [=============================================================== ] 887/895 99% [=============================================================== ] 888/895 99% [=============================================================== ] 889/895 99% [=============================================================== ] 890/895 99% [=============================================================== ] 891/895 99% [=============================================================== ] 892/895 99% [=============================================================== ] 893/895 99% [=============================================================== ] 894/895 99% [================================================================] 895/895 100% operation complete, 895 objects in 23778 NAND pages. ln -snf /tmp/instance-3/output-1/host/armeb-buildroot-linux-gnueabi/sysroot /tmp/instance-3/output-1/staging make: Leaving directory '/tmp/instance-3/buildroot' make: Entering directory '/tmp/instance-3/buildroot' >>> Buildroot 2022.11-884-g0da2742abb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.5 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 >>> acpid 2.0.34 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bdwgc 8.2.2 Collecting legal info README.QUICK: OK (sha256: a9b077aeb4e9e1aaf9742119d8023ef26f52f445cdc3f60d390bf59e1647f54a) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-bmap-tools 3.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.1 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2022.09.03 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-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-bootgen xilinx_v2022.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 1.0.0 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.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ntp 4.2.8p15 Collecting legal info COPYRIGHT: OK (sha256: 957e6a13445cc61ab1ca3dc80d8c269cf9b0a6d9eaec20f9f39639b0b3e66ee8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> netsnmp 5.9.3 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> can-utils 2021.08.0 Collecting legal info LICENSES/BSD-3-Clause: OK (sha256: c3dc748f5e725cf5ed89784fe78e4ff1b05d309bf1e7ade4c572e8fde1b8406c) LICENSES/GPL-2.0-only.txt: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-delve 1.20.0 Collecting legal info LICENSE: OK (sha256: 778864b990007e8cef6633f8c372dd05bac1fada6cf67b008afb1483f83b38f5) >>> host-go 1.19.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.2 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-dos2unix 7.4.3 Collecting legal info COPYING.txt: OK (sha256: 275ce1371734904b275e83bf760e3e6d2a520614545a3850c9568d1892b940fd) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> font-awesome 4.7.0 Collecting legal info >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> hwdata 0.365 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> initscripts Collecting legal info >>> inotify-tools 3.20.2.2 Collecting legal info COPYING: OK (sha256: e41fc126320a79ed53b5aa3386f059f7d10770856d6fd714ab80a96ce6bd09d6) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jquery 3.5.1 Collecting legal info >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libkcapi 1.4.0 Collecting legal info COPYING: OK (sha256: 9765fad61726afb2b253db2c68153672e4178d6809667ae98141f3e90fe8645b) COPYING.gplv2: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.bsd: OK (sha256: 13aa749a5b0a454917a944ed8fffc530b784f5ead522b1aacaf4ec8aa55a6239) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnet 1.2 Collecting legal info LICENSE: OK (sha256: a06f600f67f239898d85f083aeed82ce6015b1c57599ab1def00fb68787ef388) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-libp11 0.4.12 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsvgtiny ea9d99fc8b231c22d06168135e181d61f4eb2f06 Collecting legal info README: OK (sha256: 92b965c77be71661cae51425a6b40a5ca274f44cc13c723c90fb471a9a26a828) >>> host-netsurf-buildsystem 7574b41345968b5f7e9ca5875faccb1478ce0555 Collecting legal info llvm/LICENSE.TXT: OK (sha256: b2ddc1d607332423f6cf415b2ac619a1c03dd565facdc39a571282a520929a65) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> linuxconsoletools 1.8.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> tslib 1.22 Collecting legal info COPYING: OK (sha256: 9b872a8a070b8ad329c4bd380fb1bf0000f564c75023ec8e1e6803f15364b9e9) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> minizip-zlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-mosquitto 2.0.15 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-lxml 4.9.2 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.37 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> scrypt 1.3.1 Collecting legal info COPYRIGHT: OK (sha256: 1fb4da0e9000287414066a238f378528d5652f89b72b4a1d6b89fdd20031b22d) >>> tcpreplay 4.4.2 Collecting legal info docs/LICENSE: OK (sha256: 07cf5e92d475287a7d1663b33097f40cae5adf03ed8920fcd4374e3dfb48c8ad) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> yavta 583bedefc2a247d2cfd32d1b4a0abbe3e2015c70 Collecting legal info COPYING.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /tmp/instance-3/output-1/legal-info make: Leaving directory '/tmp/instance-3/buildroot'