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-12/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-12/output-1/host/bin PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/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-12/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-12/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-12/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-12/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-12/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-12/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-12/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-12/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-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', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/s390x-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-12/output-1/host/bin/s390x-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/s390x-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/s390x-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-12/output-1/host/bin/s390x-buildroot-linux-gnu-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/s390x-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%s390x%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-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', '-Og', '-g0', '-D_FORTIFY_SOURCE=1'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/s390x-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-12/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-12/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-12/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-12/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-12/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-12/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-12/output-1/target/bin/sh if [ -x /home/autobuild/autobuild/instance-12/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-12/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/include /home/autobuild/autobuild/instance-12/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-12/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-12/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-12/output-1/target/usr/doc find /home/autobuild/autobuild/instance-12/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-12/output-1/target/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-12/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-12/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/man /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/info /home/autobuild/autobuild/instance-12/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/doc /home/autobuild/autobuild/instance-12/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-12/output-1/target/lib/debug /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-12/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-12/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-12/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-12/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-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-rc1-14-gde77516a2b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-rc1\"" \ ) > /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-12/output-1/per-package /home/autobuild/autobuild/instance-12/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-12/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-12/output-1/images/rootfs.btrfs\n /home/autobuild/autobuild/instance-12/output-1/host/bin/mkfs.btrfs -f -r '\''/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/autobuild/autobuild/instance-12/output-1/images/rootfs.btrfs\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/btrfs/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' WARNING: the filesystem may not be mountable, sectorsize 4096 doesn't match page size 16384 ERROR: zoned: unable to stat /home/autobuild/autobuild/instance-12/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: f24711fc-8a4b-4862-84f5-fa31939b67ad Node size: 16384 Sector size: 4096 Filesystem size: 157.00MiB Block group profiles: Data: single 72.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 157.00MiB /home/autobuild/autobuild/instance-12/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x zlib -o /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/output-1/host/bin/lzop -9 -c /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-12/output-1/images/rootfs.ubifs.lzo >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-12/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-12/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 964 objects. stage 2: creating image '/home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2' [ ] 1/964 0% [ ] 2/964 0% [ ] 3/964 0% [ ] 4/964 0% [ ] 5/964 0% [ ] 6/964 0% [ ] 7/964 0% [ ] 8/964 0% [ ] 9/964 0% [ ] 10/964 1% [ ] 11/964 1% [ ] 12/964 1% [ ] 13/964 1% [ ] 14/964 1% [ ] 15/964 1% [= ] 16/964 1% [= ] 17/964 1% [= ] 18/964 1% [= ] 19/964 1% [= ] 20/964 2% [= ] 21/964 2% [= ] 22/964 2% [= ] 23/964 2% [= ] 24/964 2% [= ] 25/964 2% [= ] 26/964 2% [= ] 27/964 2% [= ] 28/964 2% [= ] 29/964 3% [= ] 30/964 3% [== ] 31/964 3% [== ] 32/964 3% [== ] 33/964 3% [== ] 34/964 3% [== ] 35/964 3% [== ] 36/964 3% [== ] 37/964 3% [== ] 38/964 3% [== ] 39/964 4% [== ] 40/964 4% [== ] 41/964 4% [== ] 42/964 4% [== ] 43/964 4% [== ] 44/964 4% [== ] 45/964 4% [=== ] 46/964 4% [=== ] 47/964 4% [=== ] 48/964 4% [=== ] 49/964 5% [=== ] 50/964 5% [=== ] 51/964 5% [=== ] 52/964 5% [=== ] 53/964 5% [=== ] 54/964 5% [=== ] 55/964 5% [=== ] 56/964 5% [=== ] 57/964 5% [=== ] 58/964 6% [=== ] 59/964 6% [=== ] 60/964 6% [==== ] 61/964 6% [==== ] 62/964 6% [==== ] 63/964 6% [==== ] 64/964 6% [==== ] 65/964 6% [==== ] 66/964 6% [==== ] 67/964 6% [==== ] 68/964 7% [==== ] 69/964 7% [==== ] 70/964 7% [==== ] 71/964 7% [==== ] 72/964 7% [==== ] 73/964 7% [==== ] 74/964 7% [==== ] 75/964 7% [===== ] 76/964 7% [===== ] 77/964 7% [===== ] 78/964 8% [===== ] 79/964 8% [===== ] 80/964 8% [===== ] 81/964 8% [===== ] 82/964 8% [===== ] 83/964 8% [===== ] 84/964 8% [===== ] 85/964 8% [===== ] 86/964 8% [===== ] 87/964 9% [===== ] 88/964 9% [===== ] 89/964 9% [===== ] 90/964 9% [====== ] 91/964 9% [====== ] 92/964 9% [====== ] 93/964 9% [====== ] 94/964 9% [====== ] 95/964 9% [====== ] 96/964 9% [====== ] 97/964 10% [====== ] 98/964 10% [====== ] 99/964 10% [====== ] 100/964 10% [====== ] 101/964 10% [====== ] 102/964 10% [====== ] 103/964 10% [====== ] 104/964 10% [====== ] 105/964 10% [======= ] 106/964 10% [======= ] 107/964 11% [======= ] 108/964 11% [======= ] 109/964 11% [======= ] 110/964 11% [======= ] 111/964 11% [======= ] 112/964 11% [======= ] 113/964 11% [======= ] 114/964 11% [======= ] 115/964 11% [======= ] 116/964 12% [======= ] 117/964 12% [======= ] 118/964 12% [======= ] 119/964 12% [======= ] 120/964 12% [======== ] 121/964 12% [======== ] 122/964 12% [======== ] 123/964 12% [======== ] 124/964 12% [======== ] 125/964 12% [======== ] 126/964 13% [======== ] 127/964 13% [======== ] 128/964 13% [======== ] 129/964 13% [======== ] 130/964 13% [======== ] 131/964 13% [======== ] 132/964 13% [======== ] 133/964 13% [======== ] 134/964 13% [======== ] 135/964 14% [========= ] 136/964 14% [========= ] 137/964 14% [========= ] 138/964 14% [========= ] 139/964 14% [========= ] 140/964 14% [========= ] 141/964 14% [========= ] 142/964 14% [========= ] 143/964 14% [========= ] 144/964 14% [========= ] 145/964 15% [========= ] 146/964 15% [========= ] 147/964 15% [========= ] 148/964 15% [========= ] 149/964 15% [========= ] 150/964 15% [========== ] 151/964 15% [========== ] 152/964 15% [========== ] 153/964 15% [========== ] 154/964 15% [========== ] 155/964 16% [========== ] 156/964 16% [========== ] 157/964 16% [========== ] 158/964 16% [========== ] 159/964 16% [========== ] 160/964 16% [========== ] 161/964 16% [========== ] 162/964 16% [========== ] 163/964 16% [========== ] 164/964 17% [========== ] 165/964 17% [=========== ] 166/964 17% [=========== ] 167/964 17% [=========== ] 168/964 17% [=========== ] 169/964 17% [=========== ] 170/964 17% [=========== ] 171/964 17% [=========== ] 172/964 17% [=========== ] 173/964 17% [=========== ] 174/964 18% [=========== ] 175/964 18% [=========== ] 176/964 18% [=========== ] 177/964 18% [=========== ] 178/964 18% [=========== ] 179/964 18% [=========== ] 180/964 18% [============ ] 181/964 18% [============ ] 182/964 18% [============ ] 183/964 18% [============ ] 184/964 19% [============ ] 185/964 19% [============ ] 186/964 19% [============ ] 187/964 19% [============ ] 188/964 19% [============ ] 189/964 19% [============ ] 190/964 19% [============ ] 191/964 19% [============ ] 192/964 19% [============ ] 193/964 20% [============ ] 194/964 20% [============ ] 195/964 20% [============= ] 196/964 20% [============= ] 197/964 20% [============= ] 198/964 20% [============= ] 199/964 20% [============= ] 200/964 20% [============= ] 201/964 20% [============= ] 202/964 20% [============= ] 203/964 21% [============= ] 204/964 21% [============= ] 205/964 21% [============= ] 206/964 21% [============= ] 207/964 21% [============= ] 208/964 21% [============= ] 209/964 21% [============= ] 210/964 21% [============== ] 211/964 21% [============== ] 212/964 21% [============== ] 213/964 22% [============== ] 214/964 22% [============== ] 215/964 22% [============== ] 216/964 22% [============== ] 217/964 22% [============== ] 218/964 22% [============== ] 219/964 22% [============== ] 220/964 22% [============== ] 221/964 22% [============== ] 222/964 23% [============== ] 223/964 23% [============== ] 224/964 23% [============== ] 225/964 23% [=============== ] 226/964 23% [=============== ] 227/964 23% [=============== ] 228/964 23% [=============== ] 229/964 23% [=============== ] 230/964 23% [=============== ] 231/964 23% [=============== ] 232/964 24% [=============== ] 233/964 24% [=============== ] 234/964 24% [=============== ] 235/964 24% [=============== ] 236/964 24% [=============== ] 237/964 24% [=============== ] 238/964 24% [=============== ] 239/964 24% [=============== ] 240/964 24% [================ ] 241/964 25% [================ ] 242/964 25% [================ ] 243/964 25% [================ ] 244/964 25% [================ ] 245/964 25% [================ ] 246/964 25% [================ ] 247/964 25% [================ ] 248/964 25% [================ ] 249/964 25% [================ ] 250/964 25% [================ ] 251/964 26% [================ ] 252/964 26% [================ ] 253/964 26% [================ ] 254/964 26% [================ ] 255/964 26% [================ ] 256/964 26% [================= ] 257/964 26% [================= ] 258/964 26% [================= ] 259/964 26% [================= ] 260/964 26% [================= ] 261/964 27% [================= ] 262/964 27% [================= ] 263/964 27% [================= ] 264/964 27% [================= ] 265/964 27% [================= ] 266/964 27% [================= ] 267/964 27% [================= ] 268/964 27% [================= ] 269/964 27% [================= ] 270/964 28% [================= ] 271/964 28% [================== ] 272/964 28% [================== ] 273/964 28% [================== ] 274/964 28% [================== ] 275/964 28% [================== ] 276/964 28% [================== ] 277/964 28% [================== ] 278/964 28% [================== ] 279/964 28% [================== ] 280/964 29% [================== ] 281/964 29% [================== ] 282/964 29% [================== ] 283/964 29% [================== ] 284/964 29% [================== ] 285/964 29% [================== ] 286/964 29% [=================== ] 287/964 29% [=================== ] 288/964 29% [=================== ] 289/964 29% [=================== ] 290/964 30% [=================== ] 291/964 30% [=================== ] 292/964 30% [=================== ] 293/964 30% [=================== ] 294/964 30% [=================== ] 295/964 30% [=================== ] 296/964 30% [=================== ] 297/964 30% [=================== ] 298/964 30% [=================== ] 299/964 31% [=================== ] 300/964 31% [=================== ] 301/964 31% [==================== ] 302/964 31% [==================== ] 303/964 31% [==================== ] 304/964 31% [==================== ] 305/964 31% [==================== ] 306/964 31% [==================== ] 307/964 31% [==================== ] 308/964 31% [==================== ] 309/964 32% [==================== ] 310/964 32% [==================== ] 311/964 32% [==================== ] 312/964 32% [==================== ] 313/964 32% [==================== ] 314/964 32% [==================== ] 315/964 32% [==================== ] 316/964 32% [===================== ] 317/964 32% [===================== ] 318/964 32% [===================== ] 319/964 33% [===================== ] 320/964 33% [===================== ] 321/964 33% [===================== ] 322/964 33% [===================== ] 323/964 33% [===================== ] 324/964 33% [===================== ] 325/964 33% [===================== ] 326/964 33% [===================== ] 327/964 33% [===================== ] 328/964 34% [===================== ] 329/964 34% [===================== ] 330/964 34% [===================== ] 331/964 34% [====================== ] 332/964 34% [====================== ] 333/964 34% [====================== ] 334/964 34% [====================== ] 335/964 34% [====================== ] 336/964 34% [====================== ] 337/964 34% [====================== ] 338/964 35% [====================== ] 339/964 35% [====================== ] 340/964 35% [====================== ] 341/964 35% [====================== ] 342/964 35% [====================== ] 343/964 35% [====================== ] 344/964 35% [====================== ] 345/964 35% [====================== ] 346/964 35% [======================= ] 347/964 35% [======================= ] 348/964 36% [======================= ] 349/964 36% [======================= ] 350/964 36% [======================= ] 351/964 36% [======================= ] 352/964 36% [======================= ] 353/964 36% [======================= ] 354/964 36% [======================= ] 355/964 36% [======================= ] 356/964 36% [======================= ] 357/964 37% [======================= ] 358/964 37% [======================= ] 359/964 37% [======================= ] 360/964 37% [======================= ] 361/964 37% [======================== ] 362/964 37% [======================== ] 363/964 37% [======================== ] 364/964 37% [======================== ] 365/964 37% [======================== ] 366/964 37% [======================== ] 367/964 38% [======================== ] 368/964 38% [======================== ] 369/964 38% [======================== ] 370/964 38% [======================== ] 371/964 38% [======================== ] 372/964 38% [======================== ] 373/964 38% [======================== ] 374/964 38% [======================== ] 375/964 38% [======================== ] 376/964 39% [========================= ] 377/964 39% [========================= ] 378/964 39% [========================= ] 379/964 39% [========================= ] 380/964 39% [========================= ] 381/964 39% [========================= ] 382/964 39% [========================= ] 383/964 39% [========================= ] 384/964 39% [========================= ] 385/964 39% [========================= ] 386/964 40% [========================= ] 387/964 40% [========================= ] 388/964 40% [========================= ] 389/964 40% [========================= ] 390/964 40% [========================= ] 391/964 40% [========================== ] 392/964 40% [========================== ] 393/964 40% [========================== ] 394/964 40% [========================== ] 395/964 40% [========================== ] 396/964 41% [========================== ] 397/964 41% [========================== ] 398/964 41% [========================== ] 399/964 41% [========================== ] 400/964 41% [========================== ] 401/964 41% [========================== ] 402/964 41% [========================== ] 403/964 41% [========================== ] 404/964 41% [========================== ] 405/964 42% [========================== ] 406/964 42% [=========================== ] 407/964 42% [=========================== ] 408/964 42% [=========================== ] 409/964 42% [=========================== ] 410/964 42% [=========================== ] 411/964 42% [=========================== ] 412/964 42% [=========================== ] 413/964 42% [=========================== ] 414/964 42% [=========================== ] 415/964 43% [=========================== ] 416/964 43% [=========================== ] 417/964 43% [=========================== ] 418/964 43% [=========================== ] 419/964 43% [=========================== ] 420/964 43% [=========================== ] 421/964 43% [============================ ] 422/964 43% [============================ ] 423/964 43% [============================ ] 424/964 43% [============================ ] 425/964 44% [============================ ] 426/964 44% [============================ ] 427/964 44% [============================ ] 428/964 44% [============================ ] 429/964 44% [============================ ] 430/964 44% [============================ ] 431/964 44% [============================ ] 432/964 44% [============================ ] 433/964 44% [============================ ] 434/964 45% [============================ ] 435/964 45% [============================ ] 436/964 45% [============================= ] 437/964 45% [============================= ] 438/964 45% [============================= ] 439/964 45% [============================= ] 440/964 45% [============================= ] 441/964 45% [============================= ] 442/964 45% [============================= ] 443/964 45% [============================= ] 444/964 46% [============================= ] 445/964 46% [============================= ] 446/964 46% [============================= ] 447/964 46% [============================= ] 448/964 46% [============================= ] 449/964 46% [============================= ] 450/964 46% [============================= ] 451/964 46% [============================== ] 452/964 46% [============================== ] 453/964 46% [============================== ] 454/964 47% [============================== ] 455/964 47% [============================== ] 456/964 47% [============================== ] 457/964 47% [============================== ] 458/964 47% [============================== ] 459/964 47% [============================== ] 460/964 47% [============================== ] 461/964 47% [============================== ] 462/964 47% [============================== ] 463/964 48% [============================== ] 464/964 48% [============================== ] 465/964 48% [============================== ] 466/964 48% [=============================== ] 467/964 48% [=============================== ] 468/964 48% [=============================== ] 469/964 48% [=============================== ] 470/964 48% [=============================== ] 471/964 48% [=============================== ] 472/964 48% [=============================== ] 473/964 49% [=============================== ] 474/964 49% [=============================== ] 475/964 49% [=============================== ] 476/964 49% [=============================== ] 477/964 49% [=============================== ] 478/964 49% [=============================== ] 479/964 49% [=============================== ] 480/964 49% [=============================== ] 481/964 49% [================================ ] 482/964 50% [================================ ] 483/964 50% [================================ ] 484/964 50% [================================ ] 485/964 50% [================================ ] 486/964 50% [================================ ] 487/964 50% [================================ ] 488/964 50% [================================ ] 489/964 50% [================================ ] 490/964 50% [================================ ] 491/964 50% [================================ ] 492/964 51% [================================ ] 493/964 51% [================================ ] 494/964 51% [================================ ] 495/964 51% [================================ ] 496/964 51% [================================ ] 497/964 51% [================================= ] 498/964 51% [================================= ] 499/964 51% [================================= ] 500/964 51% [================================= ] 501/964 51% [================================= ] 502/964 52% [================================= ] 503/964 52% [================================= ] 504/964 52% [================================= ] 505/964 52% [================================= ] 506/964 52% [================================= ] 507/964 52% [================================= ] 508/964 52% [================================= ] 509/964 52% [================================= ] 510/964 52% [================================= ] 511/964 53% [================================= ] 512/964 53% [================================== ] 513/964 53% [================================== ] 514/964 53% [================================== ] 515/964 53% [================================== ] 516/964 53% [================================== ] 517/964 53% [================================== ] 518/964 53% [================================== ] 519/964 53% [================================== ] 520/964 53% [================================== ] 521/964 54% [================================== ] 522/964 54% [================================== ] 523/964 54% [================================== ] 524/964 54% [================================== ] 525/964 54% [================================== ] 526/964 54% [================================== ] 527/964 54% [=================================== ] 528/964 54% [=================================== ] 529/964 54% [=================================== ] 530/964 54% [=================================== ] 531/964 55% [=================================== ] 532/964 55% [=================================== ] 533/964 55% [=================================== ] 534/964 55% [=================================== ] 535/964 55% [=================================== ] 536/964 55% [=================================== ] 537/964 55% [=================================== ] 538/964 55% [=================================== ] 539/964 55% [=================================== ] 540/964 56% [=================================== ] 541/964 56% [=================================== ] 542/964 56% [==================================== ] 543/964 56% [==================================== ] 544/964 56% [==================================== ] 545/964 56% [==================================== ] 546/964 56% [==================================== ] 547/964 56% [==================================== ] 548/964 56% [==================================== ] 549/964 56% [==================================== ] 550/964 57% [==================================== ] 551/964 57% [==================================== ] 552/964 57% [==================================== ] 553/964 57% [==================================== ] 554/964 57% [==================================== ] 555/964 57% [==================================== ] 556/964 57% [==================================== ] 557/964 57% [===================================== ] 558/964 57% [===================================== ] 559/964 57% [===================================== ] 560/964 58% [===================================== ] 561/964 58% [===================================== ] 562/964 58% [===================================== ] 563/964 58% [===================================== ] 564/964 58% [===================================== ] 565/964 58% [===================================== ] 566/964 58% [===================================== ] 567/964 58% [===================================== ] 568/964 58% [===================================== ] 569/964 59% [===================================== ] 570/964 59% [===================================== ] 571/964 59% [===================================== ] 572/964 59% [====================================== ] 573/964 59% [====================================== ] 574/964 59% [====================================== ] 575/964 59% [====================================== ] 576/964 59% [====================================== ] 577/964 59% [====================================== ] 578/964 59% [====================================== ] 579/964 60% [====================================== ] 580/964 60% [====================================== ] 581/964 60% [====================================== ] 582/964 60% [====================================== ] 583/964 60% [====================================== ] 584/964 60% [====================================== ] 585/964 60% [====================================== ] 586/964 60% [====================================== ] 587/964 60% [======================================= ] 588/964 60% [======================================= ] 589/964 61% [======================================= ] 590/964 61% [======================================= ] 591/964 61% [======================================= ] 592/964 61% [======================================= ] 593/964 61% [======================================= ] 594/964 61% [======================================= ] 595/964 61% [======================================= ] 596/964 61% [======================================= ] 597/964 61% [======================================= ] 598/964 62% [======================================= ] 599/964 62% [======================================= ] 600/964 62% [======================================= ] 601/964 62% [======================================= ] 602/964 62% [======================================== ] 603/964 62% [======================================== ] 604/964 62% [======================================== ] 605/964 62% [======================================== ] 606/964 62% [======================================== ] 607/964 62% [======================================== ] 608/964 63% [======================================== ] 609/964 63% [======================================== ] 610/964 63% [======================================== ] 611/964 63% [======================================== ] 612/964 63% [======================================== ] 613/964 63% [======================================== ] 614/964 63% [======================================== ] 615/964 63% [======================================== ] 616/964 63% [======================================== ] 617/964 64% [========================================= ] 618/964 64% [========================================= ] 619/964 64% [========================================= ] 620/964 64% [========================================= ] 621/964 64% [========================================= ] 622/964 64% [========================================= ] 623/964 64% [========================================= ] 624/964 64% [========================================= ] 625/964 64% [========================================= ] 626/964 64% [========================================= ] 627/964 65% [========================================= ] 628/964 65% [========================================= ] 629/964 65% [========================================= ] 630/964 65% [========================================= ] 631/964 65% [========================================= ] 632/964 65% [========================================== ] 633/964 65% [========================================== ] 634/964 65% [========================================== ] 635/964 65% [========================================== ] 636/964 65% [========================================== ] 637/964 66% [========================================== ] 638/964 66% [========================================== ] 639/964 66% [========================================== ] 640/964 66% [========================================== ] 641/964 66% [========================================== ] 642/964 66% [========================================== ] 643/964 66% [========================================== ] 644/964 66% [========================================== ] 645/964 66% [========================================== ] 646/964 67% [========================================== ] 647/964 67% [=========================================== ] 648/964 67% [=========================================== ] 649/964 67% [=========================================== ] 650/964 67% [=========================================== ] 651/964 67% [=========================================== ] 652/964 67% [=========================================== ] 653/964 67% [=========================================== ] 654/964 67% [=========================================== ] 655/964 67% [=========================================== ] 656/964 68% [=========================================== ] 657/964 68% [=========================================== ] 658/964 68% [=========================================== ] 659/964 68% [=========================================== ] 660/964 68% [=========================================== ] 661/964 68% [=========================================== ] 662/964 68% [============================================ ] 663/964 68% [============================================ ] 664/964 68% [============================================ ] 665/964 68% [============================================ ] 666/964 69% [============================================ ] 667/964 69% [============================================ ] 668/964 69% [============================================ ] 669/964 69% [============================================ ] 670/964 69% [============================================ ] 671/964 69% [============================================ ] 672/964 69% [============================================ ] 673/964 69% [============================================ ] 674/964 69% [============================================ ] 675/964 70% [============================================ ] 676/964 70% [============================================ ] 677/964 70% [============================================= ] 678/964 70% [============================================= ] 679/964 70% [============================================= ] 680/964 70% [============================================= ] 681/964 70% [============================================= ] 682/964 70% [============================================= ] 683/964 70% [============================================= ] 684/964 70% [============================================= ] 685/964 71% [============================================= ] 686/964 71% [============================================= ] 687/964 71% [============================================= ] 688/964 71% [============================================= ] 689/964 71% [============================================= ] 690/964 71% [============================================= ] 691/964 71% [============================================= ] 692/964 71% [============================================== ] 693/964 71% [============================================== ] 694/964 71% [============================================== ] 695/964 72% [============================================== ] 696/964 72% [============================================== ] 697/964 72% [============================================== ] 698/964 72% [============================================== ] 699/964 72% [============================================== ] 700/964 72% [============================================== ] 701/964 72% [============================================== ] 702/964 72% [============================================== ] 703/964 72% [============================================== ] 704/964 73% [============================================== ] 705/964 73% [============================================== ] 706/964 73% [============================================== ] 707/964 73% [=============================================== ] 708/964 73% [=============================================== ] 709/964 73% [=============================================== ] 710/964 73% [=============================================== ] 711/964 73% [=============================================== ] 712/964 73% [=============================================== ] 713/964 73% [=============================================== ] 714/964 74% [=============================================== ] 715/964 74% [=============================================== ] 716/964 74% [=============================================== ] 717/964 74% [=============================================== ] 718/964 74% [=============================================== ] 719/964 74% [=============================================== ] 720/964 74% [=============================================== ] 721/964 74% [=============================================== ] 722/964 74% [================================================ ] 723/964 75% [================================================ ] 724/964 75% [================================================ ] 725/964 75% [================================================ ] 726/964 75% [================================================ ] 727/964 75% [================================================ ] 728/964 75% [================================================ ] 729/964 75% [================================================ ] 730/964 75% [================================================ ] 731/964 75% [================================================ ] 732/964 75% [================================================ ] 733/964 76% [================================================ ] 734/964 76% [================================================ ] 735/964 76% [================================================ ] 736/964 76% [================================================ ] 737/964 76% [================================================ ] 738/964 76% [================================================= ] 739/964 76% [================================================= ] 740/964 76% [================================================= ] 741/964 76% [================================================= ] 742/964 76% [================================================= ] 743/964 77% [================================================= ] 744/964 77% [================================================= ] 745/964 77% [================================================= ] 746/964 77% [================================================= ] 747/964 77% [================================================= ] 748/964 77% [================================================= ] 749/964 77% [================================================= ] 750/964 77% [================================================= ] 751/964 77% [================================================= ] 752/964 78% [================================================= ] 753/964 78% [================================================== ] 754/964 78% [================================================== ] 755/964 78% [================================================== ] 756/964 78% [================================================== ] 757/964 78% [================================================== ] 758/964 78% [================================================== ] 759/964 78% [================================================== ] 760/964 78% [================================================== ] 761/964 78% [================================================== ] 762/964 79% [================================================== ] 763/964 79% [================================================== ] 764/964 79% [================================================== ] 765/964 79% [================================================== ] 766/964 79% [================================================== ] 767/964 79% [================================================== ] 768/964 79% [=================================================== ] 769/964 79% [=================================================== ] 770/964 79% [=================================================== ] 771/964 79% [=================================================== ] 772/964 80% [=================================================== ] 773/964 80% [=================================================== ] 774/964 80% [=================================================== ] 775/964 80% [=================================================== ] 776/964 80% [=================================================== ] 777/964 80% [=================================================== ] 778/964 80% [=================================================== ] 779/964 80% [=================================================== ] 780/964 80% [=================================================== ] 781/964 81% [=================================================== ] 782/964 81% [=================================================== ] 783/964 81% [==================================================== ] 784/964 81% [==================================================== ] 785/964 81% [==================================================== ] 786/964 81% [==================================================== ] 787/964 81% [==================================================== ] 788/964 81% [==================================================== ] 789/964 81% [==================================================== ] 790/964 81% [==================================================== ] 791/964 82% [==================================================== ] 792/964 82% [==================================================== ] 793/964 82% [==================================================== ] 794/964 82% [==================================================== ] 795/964 82% [==================================================== ] 796/964 82% [==================================================== ] 797/964 82% [==================================================== ] 798/964 82% [===================================================== ] 799/964 82% [===================================================== ] 800/964 82% [===================================================== ] 801/964 83% [===================================================== ] 802/964 83% [===================================================== ] 803/964 83% [===================================================== ] 804/964 83% [===================================================== ] 805/964 83% [===================================================== ] 806/964 83% [===================================================== ] 807/964 83% [===================================================== ] 808/964 83% [===================================================== ] 809/964 83% [===================================================== ] 810/964 84% [===================================================== ] 811/964 84% [===================================================== ] 812/964 84% [===================================================== ] 813/964 84% [====================================================== ] 814/964 84% [====================================================== ] 815/964 84% [====================================================== ] 816/964 84% [====================================================== ] 817/964 84% [====================================================== ] 818/964 84% [====================================================== ] 819/964 84% [====================================================== ] 820/964 85% [====================================================== ] 821/964 85% [====================================================== ] 822/964 85% [====================================================== ] 823/964 85% [====================================================== ] 824/964 85% [====================================================== ] 825/964 85% [====================================================== ] 826/964 85% [====================================================== ] 827/964 85% [====================================================== ] 828/964 85% [======================================================= ] 829/964 85% [======================================================= ] 830/964 86% [======================================================= ] 831/964 86% [======================================================= ] 832/964 86% [======================================================= ] 833/964 86% [======================================================= ] 834/964 86% [======================================================= ] 835/964 86% [======================================================= ] 836/964 86% [======================================================= ] 837/964 86% [======================================================= ] 838/964 86% [======================================================= ] 839/964 87% [======================================================= ] 840/964 87% [======================================================= ] 841/964 87% [======================================================= ] 842/964 87% [======================================================= ] 843/964 87% [======================================================== ] 844/964 87% [======================================================== ] 845/964 87% [======================================================== ] 846/964 87% [======================================================== ] 847/964 87% [======================================================== ] 848/964 87% [======================================================== ] 849/964 88% [======================================================== ] 850/964 88% [======================================================== ] 851/964 88% [======================================================== ] 852/964 88% [======================================================== ] 853/964 88% [======================================================== ] 854/964 88% [======================================================== ] 855/964 88% [======================================================== ] 856/964 88% [======================================================== ] 857/964 88% [======================================================== ] 858/964 89% [========================================================= ] 859/964 89% [========================================================= ] 860/964 89% [========================================================= ] 861/964 89% [========================================================= ] 862/964 89% [========================================================= ] 863/964 89% [========================================================= ] 864/964 89% [========================================================= ] 865/964 89% [========================================================= ] 866/964 89% [========================================================= ] 867/964 89% [========================================================= ] 868/964 90% [========================================================= ] 869/964 90% [========================================================= ] 870/964 90% [========================================================= ] 871/964 90% [========================================================= ] 872/964 90% [========================================================= ] 873/964 90% [========================================================== ] 874/964 90% [========================================================== ] 875/964 90% [========================================================== ] 876/964 90% [========================================================== ] 877/964 90% [========================================================== ] 878/964 91% [========================================================== ] 879/964 91% [========================================================== ] 880/964 91% [========================================================== ] 881/964 91% [========================================================== ] 882/964 91% [========================================================== ] 883/964 91% [========================================================== ] 884/964 91% [========================================================== ] 885/964 91% [========================================================== ] 886/964 91% [========================================================== ] 887/964 92% [========================================================== ] 888/964 92% [=========================================================== ] 889/964 92% [=========================================================== ] 890/964 92% [=========================================================== ] 891/964 92% [=========================================================== ] 892/964 92% [=========================================================== ] 893/964 92% [=========================================================== ] 894/964 92% [=========================================================== ] 895/964 92% [=========================================================== ] 896/964 92% [=========================================================== ] 897/964 93% [=========================================================== ] 898/964 93% [=========================================================== ] 899/964 93% [=========================================================== ] 900/964 93% [=========================================================== ] 901/964 93% [=========================================================== ] 902/964 93% [=========================================================== ] 903/964 93% [============================================================ ] 904/964 93% [============================================================ ] 905/964 93% [============================================================ ] 906/964 93% [============================================================ ] 907/964 94% [============================================================ ] 908/964 94% [============================================================ ] 909/964 94% [============================================================ ] 910/964 94% [============================================================ ] 911/964 94% [============================================================ ] 912/964 94% [============================================================ ] 913/964 94% [============================================================ ] 914/964 94% [============================================================ ] 915/964 94% [============================================================ ] 916/964 95% [============================================================ ] 917/964 95% [============================================================ ] 918/964 95% [============================================================= ] 919/964 95% [============================================================= ] 920/964 95% [============================================================= ] 921/964 95% [============================================================= ] 922/964 95% [============================================================= ] 923/964 95% [============================================================= ] 924/964 95% [============================================================= ] 925/964 95% [============================================================= ] 926/964 96% [============================================================= ] 927/964 96% [============================================================= ] 928/964 96% [============================================================= ] 929/964 96% [============================================================= ] 930/964 96% [============================================================= ] 931/964 96% [============================================================= ] 932/964 96% [============================================================= ] 933/964 96% [============================================================== ] 934/964 96% [============================================================== ] 935/964 96% [============================================================== ] 936/964 97% [============================================================== ] 937/964 97% [============================================================== ] 938/964 97% [============================================================== ] 939/964 97% [============================================================== ] 940/964 97% [============================================================== ] 941/964 97% [============================================================== ] 942/964 97% [============================================================== ] 943/964 97% [============================================================== ] 944/964 97% [============================================================== ] 945/964 98% [============================================================== ] 946/964 98% [============================================================== ] 947/964 98% [============================================================== ] 948/964 98% [=============================================================== ] 949/964 98% [=============================================================== ] 950/964 98% [=============================================================== ] 951/964 98% [=============================================================== ] 952/964 98% [=============================================================== ] 953/964 98% [=============================================================== ] 954/964 98% [=============================================================== ] 955/964 99% [=============================================================== ] 956/964 99% [=============================================================== ] 957/964 99% [=============================================================== ] 958/964 99% [=============================================================== ] 959/964 99% [=============================================================== ] 960/964 99% [=============================================================== ] 961/964 99% [=============================================================== ] 962/964 99% [=============================================================== ] 963/964 99% [================================================================] 964/964 100% operation complete, 964 objects in 25260 NAND pages. ln -snf /home/autobuild/autobuild/instance-12/output-1/host/s390x-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2022.05-rc1-14-gde77516a2b Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> aumix 2.9.1 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> gpm 1.20.7 Collecting legal info COPYING: OK (sha256: 1b2a567f289f66a143c56353e7b3d4fa5862514a5e3c5cfdf8b02ee5e5aaa953) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> skeleton Collecting legal info >>> skeleton-init-sysv 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 >>> glibc 2.35-96-g2c4fc8e5ca742c6a3a1933799495bb0b00a807f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 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-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) >>> linux-headers 5.17.7 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> babeld 1.9.2 Collecting legal info LICENCE: OK (sha256: b415c41292cedef6c97b243609e50552887c29343566c639f23282d31efd2afd) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> 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-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 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-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> pciutils 3.8.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dropbear 2022.82 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> evtest 1.34 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> hostapd 2.10 Collecting legal info README: OK (sha256: af01e1d1ee065a1054d20ebe8a78a016f1fb1133b73e6a9d50801b165bb280c7) >>> libnl 3.5.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libcdio 2.1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdnet 1.14 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> liblogging 1.0.6 Collecting legal info COPYING: OK (sha256: a5626f700d3ee92513673b5f43733af5b651d9e7a9157d4bd81ceb9c89ec04b0) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libosip2 5.3.0 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> jpeg Collecting legal info >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> mdadm 4.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> memtester 4.5.0 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> ndisc6 1.0.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> open62541 v1.2.4 Collecting legal info LICENSE: OK (sha256: fab3dd6bdab226f1c08630b1dd917e11fcb4ec5e1e020e2c16f83a0a13863e85) >>> host-pahole 73383b3a39afe86b22e098773e47b8546c48a649 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-libbpf 0.7.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> ramspeed 2.6.0 Collecting legal info LICENCE: OK (sha256: 2c308cffbab01762f8f6b11725725a227080746ef865f2756c9c9e1591dddaad) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> urandom-scripts Collecting legal info >>> vo-aacenc 0.1.3 Collecting legal info COPYING: OK (sha256: 8b3f1762349248d444ab9acbafe73941254e36e1064954da56bb9ddbd5873ddb) >>> xkeyboard-config 2.34 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.5 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8 Collecting legal info COPYING: OK (sha256: 2daec087a88e7c9b8082557cdeebad5bbb8155a4137472f0b22e269cd99d0c1e) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.9 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.1 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.19.3 Collecting legal info COPYING: OK (sha256: 489b630a75e3255485732eae3d50ff4d29d3feb66760bb3acb04f897e4d9e375) >>> host-xlib_libXdmcp 1.1.3 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.0 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-lzop 1.03 Collecting legal info COPYING: OK (sha256: 70439f6e2b47057a408d2390ed6663b9875f5a08066a06a060a357ef1df89a8c) >>> host-mtd 2.1.3 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: 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: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'