-j .vendor_cert -j .sbat \ -O binary mmarm.so mmarm.efi # I am tired of wasting my time fighting binutils timestamp code. dd conv=notrunc bs=1 count=4 seek=72 if=/dev/zero of=mmarm.efi 4+0 records in 4+0 records out 4 bytes copied, 8.554e-05 s, 46.8 kB/s /home/autobuild/autobuild/instance-11/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-objcopy -D -j .text -j .sdata -j .data -j .data.ident \ -j .dynamic -j .rodata -j .rel* \ -j .rela* -j .reloc -j .eh_frame \ -j .vendor_cert -j .sbat \ -O binary fbarm.so fbarm.efi # I am tired of wasting my time fighting binutils timestamp code. dd conv=notrunc bs=1 count=4 seek=72 if=/dev/zero of=fbarm.efi 4+0 records in 4+0 records out 4 bytes copied, 3.0958e-05 s, 129 kB/s make[1]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/shim-15.4' >>> shim 15.4 Installing to images directory /usr/bin/install -m 0755 -t /home/autobuild/autobuild/instance-11/output-1/images /home/autobuild/autobuild/instance-11/output-1/build/shim-15.4/*.efi 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-11/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-11/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-11/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-11/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-11/output-1/host/bin PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PKG_CONFIG="/home/autobuild/autobuild/instance-11/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-11/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-11/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-11/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-11/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-11/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-11/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@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', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-11/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-11/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-11/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a57%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-11/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-11/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-11/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-11/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-11/output-1/host/bin/arm-buildroot-linux-uclibcgnueabi-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%arm%g" -e "s%@TARGET_CPU@%cortex-a57%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-11/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-11/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-11/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-11/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-11/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-11/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/dash" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-11/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-11/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-11/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-11/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-11/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-11/output-1/target/etc/shells ln -sf dash /home/autobuild/autobuild/instance-11/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/autobuild/autobuild/instance-11/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/include /home/autobuild/autobuild/instance-11/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-11/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-11/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-11/output-1/target/usr/doc find /home/autobuild/autobuild/instance-11/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-11/output-1/target/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-11/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-11/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-11/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/man /home/autobuild/autobuild/instance-11/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/info /home/autobuild/autobuild/instance-11/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/doc /home/autobuild/autobuild/instance-11/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-11/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-11/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-11/output-1/target/lib/debug /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-11/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-11/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-11/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-11/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-11/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-454-g6bb54bf835"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-11/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-11/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-11/output-1/per-package /home/autobuild/autobuild/instance-11/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-11/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt printf ' \n' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/bin/mkcramfs -L /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/target /home/autobuild/autobuild/instance-11/output-1/images/rootfs.cramfs\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/cramfs/target table='/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/images rm -rf /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-11/output-1/target/ /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-11/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-11/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-11/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-11/output-1/host/bin:/home/autobuild/autobuild/instance-11/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-11/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-11/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 708 objects. stage 2: creating image '/home/autobuild/autobuild/instance-11/output-1/images/rootfs.yaffs2' [ ] 1/708 0% [ ] 2/708 0% [ ] 3/708 0% [ ] 4/708 0% [ ] 5/708 0% [ ] 6/708 0% [ ] 7/708 0% [ ] 8/708 1% [ ] 9/708 1% [ ] 10/708 1% [ ] 11/708 1% [= ] 12/708 1% [= ] 13/708 1% [= ] 14/708 1% [= ] 15/708 2% [= ] 16/708 2% [= ] 17/708 2% [= ] 18/708 2% [= ] 19/708 2% [= ] 20/708 2% [= ] 21/708 2% [= ] 22/708 3% [== ] 23/708 3% [== ] 24/708 3% [== ] 25/708 3% [== ] 26/708 3% [== ] 27/708 3% [== ] 28/708 3% [== ] 29/708 4% [== ] 30/708 4% [== ] 31/708 4% [== ] 32/708 4% [== ] 33/708 4% [=== ] 34/708 4% [=== ] 35/708 4% [=== ] 36/708 5% [=== ] 37/708 5% [=== ] 38/708 5% [=== ] 39/708 5% [=== ] 40/708 5% [=== ] 41/708 5% [=== ] 42/708 5% [=== ] 43/708 6% [=== ] 44/708 6% [==== ] 45/708 6% [==== ] 46/708 6% [==== ] 47/708 6% [==== ] 48/708 6% [==== ] 49/708 6% [==== ] 50/708 7% [==== ] 51/708 7% [==== ] 52/708 7% [==== ] 53/708 7% [==== ] 54/708 7% [==== ] 55/708 7% [===== ] 56/708 7% [===== ] 57/708 8% [===== ] 58/708 8% [===== ] 59/708 8% [===== ] 60/708 8% [===== ] 61/708 8% [===== ] 62/708 8% [===== ] 63/708 8% [===== ] 64/708 9% [===== ] 65/708 9% [===== ] 66/708 9% [====== ] 67/708 9% [====== ] 68/708 9% [====== ] 69/708 9% [====== ] 70/708 9% [====== ] 71/708 10% [====== ] 72/708 10% [====== ] 73/708 10% [====== ] 74/708 10% [====== ] 75/708 10% [====== ] 76/708 10% [====== ] 77/708 10% [======= ] 78/708 11% [======= ] 79/708 11% [======= ] 80/708 11% [======= ] 81/708 11% [======= ] 82/708 11% [======= ] 83/708 11% [======= ] 84/708 11% [======= ] 85/708 12% [======= ] 86/708 12% [======= ] 87/708 12% [======= ] 88/708 12% [======== ] 89/708 12% [======== ] 90/708 12% [======== ] 91/708 12% [======== ] 92/708 12% [======== ] 93/708 13% [======== ] 94/708 13% [======== ] 95/708 13% [======== ] 96/708 13% [======== ] 97/708 13% [======== ] 98/708 13% [======== ] 99/708 13% [========= ] 100/708 14% [========= ] 101/708 14% [========= ] 102/708 14% [========= ] 103/708 14% [========= ] 104/708 14% [========= ] 105/708 14% [========= ] 106/708 14% [========= ] 107/708 15% [========= ] 108/708 15% [========= ] 109/708 15% [========= ] 110/708 15% [========== ] 111/708 15% [========== ] 112/708 15% [========== ] 113/708 15% [========== ] 114/708 16% [========== ] 115/708 16% [========== ] 116/708 16% [========== ] 117/708 16% [========== ] 118/708 16% [========== ] 119/708 16% [========== ] 120/708 16% [========== ] 121/708 17% [=========== ] 122/708 17% [=========== ] 123/708 17% [=========== ] 124/708 17% [=========== ] 125/708 17% [=========== ] 126/708 17% [=========== ] 127/708 17% [=========== ] 128/708 18% [=========== ] 129/708 18% [=========== ] 130/708 18% [=========== ] 131/708 18% [=========== ] 132/708 18% [============ ] 133/708 18% [============ ] 134/708 18% [============ ] 135/708 19% [============ ] 136/708 19% [============ ] 137/708 19% [============ ] 138/708 19% [============ ] 139/708 19% [============ ] 140/708 19% [============ ] 141/708 19% [============ ] 142/708 20% [============ ] 143/708 20% [============= ] 144/708 20% [============= ] 145/708 20% [============= ] 146/708 20% [============= ] 147/708 20% [============= ] 148/708 20% [============= ] 149/708 21% [============= ] 150/708 21% [============= ] 151/708 21% [============= ] 152/708 21% [============= ] 153/708 21% [============= ] 154/708 21% [============== ] 155/708 21% [============== ] 156/708 22% [============== ] 157/708 22% [============== ] 158/708 22% [============== ] 159/708 22% [============== ] 160/708 22% [============== ] 161/708 22% [============== ] 162/708 22% [============== ] 163/708 23% [============== ] 164/708 23% [============== ] 165/708 23% [=============== ] 166/708 23% [=============== ] 167/708 23% [=============== ] 168/708 23% [=============== ] 169/708 23% [=============== ] 170/708 24% [=============== ] 171/708 24% [=============== ] 172/708 24% [=============== ] 173/708 24% [=============== ] 174/708 24% [=============== ] 175/708 24% [=============== ] 176/708 24% [================ ] 177/708 25% [================ ] 178/708 25% [================ ] 179/708 25% [================ ] 180/708 25% [================ ] 181/708 25% [================ ] 182/708 25% [================ ] 183/708 25% [================ ] 184/708 25% [================ ] 185/708 26% [================ ] 186/708 26% [================ ] 187/708 26% [================ ] 188/708 26% [================= ] 189/708 26% [================= ] 190/708 26% [================= ] 191/708 26% [================= ] 192/708 27% [================= ] 193/708 27% [================= ] 194/708 27% [================= ] 195/708 27% [================= ] 196/708 27% [================= ] 197/708 27% [================= ] 198/708 27% [================= ] 199/708 28% [================== ] 200/708 28% [================== ] 201/708 28% [================== ] 202/708 28% [================== ] 203/708 28% [================== ] 204/708 28% [================== ] 205/708 28% [================== ] 206/708 29% [================== ] 207/708 29% [================== ] 208/708 29% [================== ] 209/708 29% [================== ] 210/708 29% [=================== ] 211/708 29% [=================== ] 212/708 29% [=================== ] 213/708 30% [=================== ] 214/708 30% [=================== ] 215/708 30% [=================== ] 216/708 30% [=================== ] 217/708 30% [=================== ] 218/708 30% [=================== ] 219/708 30% [=================== ] 220/708 31% [=================== ] 221/708 31% [==================== ] 222/708 31% [==================== ] 223/708 31% [==================== ] 224/708 31% [==================== ] 225/708 31% [==================== ] 226/708 31% [==================== ] 227/708 32% [==================== ] 228/708 32% [==================== ] 229/708 32% [==================== ] 230/708 32% [==================== ] 231/708 32% [==================== ] 232/708 32% [===================== ] 233/708 32% [===================== ] 234/708 33% [===================== ] 235/708 33% [===================== ] 236/708 33% [===================== ] 237/708 33% [===================== ] 238/708 33% [===================== ] 239/708 33% [===================== ] 240/708 33% [===================== ] 241/708 34% [===================== ] 242/708 34% [===================== ] 243/708 34% [====================== ] 244/708 34% [====================== ] 245/708 34% [====================== ] 246/708 34% [====================== ] 247/708 34% [====================== ] 248/708 35% [====================== ] 249/708 35% [====================== ] 250/708 35% [====================== ] 251/708 35% [====================== ] 252/708 35% [====================== ] 253/708 35% [====================== ] 254/708 35% [======================= ] 255/708 36% [======================= ] 256/708 36% [======================= ] 257/708 36% [======================= ] 258/708 36% [======================= ] 259/708 36% [======================= ] 260/708 36% [======================= ] 261/708 36% [======================= ] 262/708 37% [======================= ] 263/708 37% [======================= ] 264/708 37% [======================= ] 265/708 37% [======================== ] 266/708 37% [======================== ] 267/708 37% [======================== ] 268/708 37% [======================== ] 269/708 37% [======================== ] 270/708 38% [======================== ] 271/708 38% [======================== ] 272/708 38% [======================== ] 273/708 38% [======================== ] 274/708 38% [======================== ] 275/708 38% [======================== ] 276/708 38% [========================= ] 277/708 39% [========================= ] 278/708 39% [========================= ] 279/708 39% [========================= ] 280/708 39% [========================= ] 281/708 39% [========================= ] 282/708 39% [========================= ] 283/708 39% [========================= ] 284/708 40% [========================= ] 285/708 40% [========================= ] 286/708 40% [========================= ] 287/708 40% [========================== ] 288/708 40% [========================== ] 289/708 40% [========================== ] 290/708 40% [========================== ] 291/708 41% [========================== ] 292/708 41% [========================== ] 293/708 41% [========================== ] 294/708 41% [========================== ] 295/708 41% [========================== ] 296/708 41% [========================== ] 297/708 41% [========================== ] 298/708 42% [=========================== ] 299/708 42% [=========================== ] 300/708 42% [=========================== ] 301/708 42% [=========================== ] 302/708 42% [=========================== ] 303/708 42% [=========================== ] 304/708 42% [=========================== ] 305/708 43% [=========================== ] 306/708 43% [=========================== ] 307/708 43% [=========================== ] 308/708 43% [=========================== ] 309/708 43% [============================ ] 310/708 43% [============================ ] 311/708 43% [============================ ] 312/708 44% [============================ ] 313/708 44% [============================ ] 314/708 44% [============================ ] 315/708 44% [============================ ] 316/708 44% [============================ ] 317/708 44% [============================ ] 318/708 44% [============================ ] 319/708 45% [============================ ] 320/708 45% [============================= ] 321/708 45% [============================= ] 322/708 45% [============================= ] 323/708 45% [============================= ] 324/708 45% [============================= ] 325/708 45% [============================= ] 326/708 46% [============================= ] 327/708 46% [============================= ] 328/708 46% [============================= ] 329/708 46% [============================= ] 330/708 46% [============================= ] 331/708 46% [============================== ] 332/708 46% [============================== ] 333/708 47% [============================== ] 334/708 47% [============================== ] 335/708 47% [============================== ] 336/708 47% [============================== ] 337/708 47% [============================== ] 338/708 47% [============================== ] 339/708 47% [============================== ] 340/708 48% [============================== ] 341/708 48% [============================== ] 342/708 48% [=============================== ] 343/708 48% [=============================== ] 344/708 48% [=============================== ] 345/708 48% [=============================== ] 346/708 48% [=============================== ] 347/708 49% [=============================== ] 348/708 49% [=============================== ] 349/708 49% [=============================== ] 350/708 49% [=============================== ] 351/708 49% [=============================== ] 352/708 49% [=============================== ] 353/708 49% [================================ ] 354/708 50% [================================ ] 355/708 50% [================================ ] 356/708 50% [================================ ] 357/708 50% [================================ ] 358/708 50% [================================ ] 359/708 50% [================================ ] 360/708 50% [================================ ] 361/708 50% [================================ ] 362/708 51% [================================ ] 363/708 51% [================================ ] 364/708 51% [================================ ] 365/708 51% [================================= ] 366/708 51% [================================= ] 367/708 51% [================================= ] 368/708 51% [================================= ] 369/708 52% [================================= ] 370/708 52% [================================= ] 371/708 52% [================================= ] 372/708 52% [================================= ] 373/708 52% [================================= ] 374/708 52% [================================= ] 375/708 52% [================================= ] 376/708 53% [================================== ] 377/708 53% [================================== ] 378/708 53% [================================== ] 379/708 53% [================================== ] 380/708 53% [================================== ] 381/708 53% [================================== ] 382/708 53% [================================== ] 383/708 54% [================================== ] 384/708 54% [================================== ] 385/708 54% [================================== ] 386/708 54% [================================== ] 387/708 54% [=================================== ] 388/708 54% [=================================== ] 389/708 54% [=================================== ] 390/708 55% [=================================== ] 391/708 55% [=================================== ] 392/708 55% [=================================== ] 393/708 55% [=================================== ] 394/708 55% [=================================== ] 395/708 55% [=================================== ] 396/708 55% [=================================== ] 397/708 56% [=================================== ] 398/708 56% [==================================== ] 399/708 56% [==================================== ] 400/708 56% [==================================== ] 401/708 56% [==================================== ] 402/708 56% [==================================== ] 403/708 56% [==================================== ] 404/708 57% [==================================== ] 405/708 57% [==================================== ] 406/708 57% [==================================== ] 407/708 57% [==================================== ] 408/708 57% [==================================== ] 409/708 57% [===================================== ] 410/708 57% [===================================== ] 411/708 58% [===================================== ] 412/708 58% [===================================== ] 413/708 58% [===================================== ] 414/708 58% [===================================== ] 415/708 58% [===================================== ] 416/708 58% [===================================== ] 417/708 58% [===================================== ] 418/708 59% [===================================== ] 419/708 59% [===================================== ] 420/708 59% [====================================== ] 421/708 59% [====================================== ] 422/708 59% [====================================== ] 423/708 59% [====================================== ] 424/708 59% [====================================== ] 425/708 60% [====================================== ] 426/708 60% [====================================== ] 427/708 60% [====================================== ] 428/708 60% [====================================== ] 429/708 60% [====================================== ] 430/708 60% [====================================== ] 431/708 60% [======================================= ] 432/708 61% [======================================= ] 433/708 61% [======================================= ] 434/708 61% [======================================= ] 435/708 61% [======================================= ] 436/708 61% [======================================= ] 437/708 61% [======================================= ] 438/708 61% [======================================= ] 439/708 62% [======================================= ] 440/708 62% [======================================= ] 441/708 62% [======================================= ] 442/708 62% [======================================== ] 443/708 62% [======================================== ] 444/708 62% [======================================== ] 445/708 62% [======================================== ] 446/708 62% [======================================== ] 447/708 63% [======================================== ] 448/708 63% [======================================== ] 449/708 63% [======================================== ] 450/708 63% [======================================== ] 451/708 63% [======================================== ] 452/708 63% [======================================== ] 453/708 63% [========================================= ] 454/708 64% [========================================= ] 455/708 64% [========================================= ] 456/708 64% [========================================= ] 457/708 64% [========================================= ] 458/708 64% [========================================= ] 459/708 64% [========================================= ] 460/708 64% [========================================= ] 461/708 65% [========================================= ] 462/708 65% [========================================= ] 463/708 65% [========================================= ] 464/708 65% [========================================== ] 465/708 65% [========================================== ] 466/708 65% [========================================== ] 467/708 65% [========================================== ] 468/708 66% [========================================== ] 469/708 66% [========================================== ] 470/708 66% [========================================== ] 471/708 66% [========================================== ] 472/708 66% [========================================== ] 473/708 66% [========================================== ] 474/708 66% [========================================== ] 475/708 67% [=========================================== ] 476/708 67% [=========================================== ] 477/708 67% [=========================================== ] 478/708 67% [=========================================== ] 479/708 67% [=========================================== ] 480/708 67% [=========================================== ] 481/708 67% [=========================================== ] 482/708 68% [=========================================== ] 483/708 68% [=========================================== ] 484/708 68% [=========================================== ] 485/708 68% [=========================================== ] 486/708 68% [============================================ ] 487/708 68% [============================================ ] 488/708 68% [============================================ ] 489/708 69% [============================================ ] 490/708 69% [============================================ ] 491/708 69% [============================================ ] 492/708 69% [============================================ ] 493/708 69% [============================================ ] 494/708 69% [============================================ ] 495/708 69% [============================================ ] 496/708 70% [============================================ ] 497/708 70% [============================================= ] 498/708 70% [============================================= ] 499/708 70% [============================================= ] 500/708 70% [============================================= ] 501/708 70% [============================================= ] 502/708 70% [============================================= ] 503/708 71% [============================================= ] 504/708 71% [============================================= ] 505/708 71% [============================================= ] 506/708 71% [============================================= ] 507/708 71% [============================================= ] 508/708 71% [============================================== ] 509/708 71% [============================================== ] 510/708 72% [============================================== ] 511/708 72% [============================================== ] 512/708 72% [============================================== ] 513/708 72% [============================================== ] 514/708 72% [============================================== ] 515/708 72% [============================================== ] 516/708 72% [============================================== ] 517/708 73% [============================================== ] 518/708 73% [============================================== ] 519/708 73% [=============================================== ] 520/708 73% [=============================================== ] 521/708 73% [=============================================== ] 522/708 73% [=============================================== ] 523/708 73% [=============================================== ] 524/708 74% [=============================================== ] 525/708 74% [=============================================== ] 526/708 74% [=============================================== ] 527/708 74% [=============================================== ] 528/708 74% [=============================================== ] 529/708 74% [=============================================== ] 530/708 74% [================================================ ] 531/708 75% [================================================ ] 532/708 75% [================================================ ] 533/708 75% [================================================ ] 534/708 75% [================================================ ] 535/708 75% [================================================ ] 536/708 75% [================================================ ] 537/708 75% [================================================ ] 538/708 75% [================================================ ] 539/708 76% [================================================ ] 540/708 76% [================================================ ] 541/708 76% [================================================ ] 542/708 76% [================================================= ] 543/708 76% [================================================= ] 544/708 76% [================================================= ] 545/708 76% [================================================= ] 546/708 77% [================================================= ] 547/708 77% [================================================= ] 548/708 77% [================================================= ] 549/708 77% [================================================= ] 550/708 77% [================================================= ] 551/708 77% [================================================= ] 552/708 77% [================================================= ] 553/708 78% [================================================== ] 554/708 78% [================================================== ] 555/708 78% [================================================== ] 556/708 78% [================================================== ] 557/708 78% [================================================== ] 558/708 78% [================================================== ] 559/708 78% [================================================== ] 560/708 79% [================================================== ] 561/708 79% [================================================== ] 562/708 79% [================================================== ] 563/708 79% [================================================== ] 564/708 79% [=================================================== ] 565/708 79% [=================================================== ] 566/708 79% [=================================================== ] 567/708 80% [=================================================== ] 568/708 80% [=================================================== ] 569/708 80% [=================================================== ] 570/708 80% [=================================================== ] 571/708 80% [=================================================== ] 572/708 80% [=================================================== ] 573/708 80% [=================================================== ] 574/708 81% [=================================================== ] 575/708 81% [==================================================== ] 576/708 81% [==================================================== ] 577/708 81% [==================================================== ] 578/708 81% [==================================================== ] 579/708 81% [==================================================== ] 580/708 81% [==================================================== ] 581/708 82% [==================================================== ] 582/708 82% [==================================================== ] 583/708 82% [==================================================== ] 584/708 82% [==================================================== ] 585/708 82% [==================================================== ] 586/708 82% [===================================================== ] 587/708 82% [===================================================== ] 588/708 83% [===================================================== ] 589/708 83% [===================================================== ] 590/708 83% [===================================================== ] 591/708 83% [===================================================== ] 592/708 83% [===================================================== ] 593/708 83% [===================================================== ] 594/708 83% [===================================================== ] 595/708 84% [===================================================== ] 596/708 84% [===================================================== ] 597/708 84% [====================================================== ] 598/708 84% [====================================================== ] 599/708 84% [====================================================== ] 600/708 84% [====================================================== ] 601/708 84% [====================================================== ] 602/708 85% [====================================================== ] 603/708 85% [====================================================== ] 604/708 85% [====================================================== ] 605/708 85% [====================================================== ] 606/708 85% [====================================================== ] 607/708 85% [====================================================== ] 608/708 85% [======================================================= ] 609/708 86% [======================================================= ] 610/708 86% [======================================================= ] 611/708 86% [======================================================= ] 612/708 86% [======================================================= ] 613/708 86% [======================================================= ] 614/708 86% [======================================================= ] 615/708 86% [======================================================= ] 616/708 87% [======================================================= ] 617/708 87% [======================================================= ] 618/708 87% [======================================================= ] 619/708 87% [======================================================== ] 620/708 87% [======================================================== ] 621/708 87% [======================================================== ] 622/708 87% [======================================================== ] 623/708 87% [======================================================== ] 624/708 88% [======================================================== ] 625/708 88% [======================================================== ] 626/708 88% [======================================================== ] 627/708 88% [======================================================== ] 628/708 88% [======================================================== ] 629/708 88% [======================================================== ] 630/708 88% [========================================================= ] 631/708 89% [========================================================= ] 632/708 89% [========================================================= ] 633/708 89% [========================================================= ] 634/708 89% [========================================================= ] 635/708 89% [========================================================= ] 636/708 89% [========================================================= ] 637/708 89% [========================================================= ] 638/708 90% [========================================================= ] 639/708 90% [========================================================= ] 640/708 90% [========================================================= ] 641/708 90% [========================================================== ] 642/708 90% [========================================================== ] 643/708 90% [========================================================== ] 644/708 90% [========================================================== ] 645/708 91% [========================================================== ] 646/708 91% [========================================================== ] 647/708 91% [========================================================== ] 648/708 91% [========================================================== ] 649/708 91% [========================================================== ] 650/708 91% [========================================================== ] 651/708 91% [========================================================== ] 652/708 92% [=========================================================== ] 653/708 92% [=========================================================== ] 654/708 92% [=========================================================== ] 655/708 92% [=========================================================== ] 656/708 92% [=========================================================== ] 657/708 92% [=========================================================== ] 658/708 92% [=========================================================== ] 659/708 93% [=========================================================== ] 660/708 93% [=========================================================== ] 661/708 93% [=========================================================== ] 662/708 93% [=========================================================== ] 663/708 93% [============================================================ ] 664/708 93% [============================================================ ] 665/708 93% [============================================================ ] 666/708 94% [============================================================ ] 667/708 94% [============================================================ ] 668/708 94% [============================================================ ] 669/708 94% [============================================================ ] 670/708 94% [============================================================ ] 671/708 94% [============================================================ ] 672/708 94% [============================================================ ] 673/708 95% [============================================================ ] 674/708 95% [============================================================= ] 675/708 95% [============================================================= ] 676/708 95% [============================================================= ] 677/708 95% [============================================================= ] 678/708 95% [============================================================= ] 679/708 95% [============================================================= ] 680/708 96% [============================================================= ] 681/708 96% [============================================================= ] 682/708 96% [============================================================= ] 683/708 96% [============================================================= ] 684/708 96% [============================================================= ] 685/708 96% [============================================================== ] 686/708 96% [============================================================== ] 687/708 97% [============================================================== ] 688/708 97% [============================================================== ] 689/708 97% [============================================================== ] 690/708 97% [============================================================== ] 691/708 97% [============================================================== ] 692/708 97% [============================================================== ] 693/708 97% [============================================================== ] 694/708 98% [============================================================== ] 695/708 98% [============================================================== ] 696/708 98% [=============================================================== ] 697/708 98% [=============================================================== ] 698/708 98% [=============================================================== ] 699/708 98% [=============================================================== ] 700/708 98% [=============================================================== ] 701/708 99% [=============================================================== ] 702/708 99% [=============================================================== ] 703/708 99% [=============================================================== ] 704/708 99% [=============================================================== ] 705/708 99% [=============================================================== ] 706/708 99% [=============================================================== ] 707/708 99% [================================================================] 708/708 100% operation complete, 708 objects in 20129 NAND pages. ln -snf /home/autobuild/autobuild/instance-11/output-1/host/arm-buildroot-linux-uclibcgnueabi/sysroot /home/autobuild/autobuild/instance-11/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-11/buildroot' >>> Buildroot 2022.05-454-g6bb54bf835 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) BR2_NEEDS_HOST_GCC_PLUGIN_SUPPORT=y >>> acpid 2.0.33 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.15 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> 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) >>> bcg729 1.0.4 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-cbootimage 1.8 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> chrony 4.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> dcron 1ba33c3325df48de46263276a43ed76cf9d81518 Collecting legal info COPYING: OK (sha256: 640d90f6ee401241ff62834d0d1b33f83049e99b8bfdfa04ed1b0a1635dde3e7) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flashrom 1.2 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> font-awesome 4.7.0 Collecting legal info >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> host-gdb 9.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gensio 2.2.9 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> gnu-efi 3.0.10 Collecting legal info README.efilib: OK (sha256: 42d352e9c28dd446fd0209cd6f75588c8e41f0934540bb382bbd61c752360265) >>> haproxy 2.6.1 Collecting legal info LICENSE: OK (sha256: 0717ca51fceaa25ac9e5ccc62e0c727dcf27796057201fb5fded56a25ff6ca28) doc/lgpl.txt: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) doc/gpl.txt: OK (sha256: ddb9db7630752f8fdc6898f7c99a99eaeeac5213627ecb093df9c82f56175dc7) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> libnl 3.6.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> ifenslave 2.9 Collecting legal info debian/copyright: OK (sha256: 299e00f3afc0e6ea0685340df73ad444e58e6fe0229989ba0983f5f33e275c41) >>> ifmetric 0.3 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) README: OK (sha256: 1e33d5a8750b4b3c2cb4fb89a916463f3c838f8eb361abbf72faf244c7dde771) >>> ima-evm-utils 1.4 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> host-kmod 29 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libcoap 4.3.0 Collecting legal info COPYING: OK (sha256: 09dd86a017bad210527085008cbf706609c58210897b69845af14099577e7eb7) LICENSE: OK (sha256: c5625e704d52deade1c9b2d7931ac8593be147ba63af62b53b8c7e309b7eaeb9) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> libidn2 2.3.2 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> 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) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmd 1.0.4 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.7 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpdclient 2.20 Collecting legal info COPYING: OK (sha256: 9574c3b0a9c31723cc3d5f32af4655a015fff5ec6ec8115b7906cd7d9623cf32) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.6.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.5 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libnatpmp 20150609 Collecting legal info LICENSE: OK (sha256: e8d8277e1a101fcfedb0cd5a1cc76646522c0da69f3490dd5a4055fc87ea96a2) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_log 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libsndfile 1.1.0 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libucl 0.8.1 Collecting legal info COPYING: OK (sha256: 1bf976835764c1d827e07472a0a75adb098682df56681878af05fc0db7439b03) >>> libuhttpd 3.14.1 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libuio 6ef3d8d096a641686bfdd112035aa04aa16fe81a Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> lighttpd 1.4.65 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> minimodem 0.24 Collecting legal info COPYING: OK (sha256: c298178753129680ef6d3112f0f8b61acc405c86c1997dfe59735257988f8b33) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> ncdu 1.17 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> net-tools 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> netcat 0.7.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-odb 2.4.0 Collecting legal info LICENSE: OK (sha256: 7983b82cb1f1686ac2b55420ded9c0f348f93dd17bf3e048ae3b25c1da51b80e) >>> host-libcutl 1.10.0 Collecting legal info LICENSE: OK (sha256: c7aa98c5af3b67174f16b12a1fed4332a51cd524b82c69e85baa4c2c412da239) >>> host-libodb 2.4.0 Collecting legal info LICENSE: OK (sha256: 841105a470fc283851c63941510ffd403c726d1910b688f7df95914ab8b1b5a3) >>> odhcp6c 53f07e90b7f1da6977143a488dd5cb73a33b233b Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pahole 73383b3a39afe86b22e098773e47b8546c48a649 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 0.8.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-parted 3.4 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> 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) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.2 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pifmrds 0bf57f9ce0d954365a38d8af8e7be6f28521c3f2 Collecting legal info LICENSE: OK (sha256: fe3eea6c599e23a00c08c5f5cb2320c30adc8f8687db5fcec9b79a662c53ff6b) >>> pkcs11-helper 1.28 Collecting legal info COPYING: OK (sha256: 808705ac1daafe07a76431929575c5712a8693977a39ec9102aed25f030754d9) COPYING.BSD: OK (sha256: 865496cf23a6c792739ff2f9ea11e95ac99db89cfe3780a295b4e1495a9c19fe) COPYING.GPL: OK (sha256: cd2e7d63a11058f19c58b06fb8c759140ce70788369dce6e6e9db40d3475021e) >>> ptm2human d0b8b6be9897ea5b04fd6460038a4773cec078bc Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> radvd 2.19 Collecting legal info COPYRIGHT: OK (sha256: 40a6db00cf0b97f031eaa6c6e87157788f40ced1b88e3ea6d78779bd2a39dc80) >>> spawn-fcgi 1.6.4 Collecting legal info COPYING: OK (sha256: 5c98cad2fbaf5c5e2562bcbab401a7c557c1bb1bac9914ecc63730925052fb13) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> ulogd 2.0.7 Collecting legal info COPYING: OK (sha256: b8a2f73f743dc1a51aff23f1aacbca4b868564db52496fa3c0caba755bfd1eaf) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> vuejs 3.2.33 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> shim 15.4 Collecting legal info COPYRIGHT: OK (sha256: 15edf527919ddcb2f514ab9d16ad07ef219e4bb490e0b79560be510f0c159cc2) >>> 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.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-11/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-11/buildroot'