0K .......... .......... .......... ........ 100% 9.83M=0.004s 2022-07-01 09:55:45 (9.83 MB/s) - '/home/autobuild/autobuild/instance-7/output-1/build/.0.2.9.tar.gz.Iozlue/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /home/autobuild/autobuild/instance-7/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/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-7/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-7/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-7/output-1/host/bin PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/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-7/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-7/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-7/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-7/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-7/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-7/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-7/output-1/host/bin/or1k-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%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-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-7/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-7/output-1/host/bin/or1k-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-7/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%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', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-7/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/mksh$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/mksh" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-7/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-7/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-7/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-7/output-1/target/etc/shells ln -sf mksh /home/autobuild/autobuild/instance-7/output-1/target/bin/sh /usr/bin/sed -i -e '/^root:/s,[^/]*$,mksh,' /home/autobuild/autobuild/instance-7/output-1/target/etc/passwd rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/include /home/autobuild/autobuild/instance-7/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-7/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-7/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-7/output-1/target/usr/doc find /home/autobuild/autobuild/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-7/output-1/target/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-7/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-7/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/man /home/autobuild/autobuild/instance-7/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/info /home/autobuild/autobuild/instance-7/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/doc /home/autobuild/autobuild/instance-7/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-7/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-7/output-1/target/lib/debug /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-7/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-7/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-7/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-7/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-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-302-g23e1e04d54"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/autobuild/autobuild/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-7/output-1/per-package /home/autobuild/autobuild/instance-7/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-7/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt printf ' /var/lib/nginx d 755 33 33 - - - - -\n\n' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.squashfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mksquashfs /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.squashfs -noappend -processors 1 -b 1024K -nopad -comp lzma\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/squashfs/target table='/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' Parallel mksquashfs: Using 1 processor Creating 4.0 filesystem on /home/autobuild/autobuild/instance-7/output-1/images/rootfs.squashfs, block size 1048576. [==============================================\ ] 500/675 74% [========================================================\ ] 600/675 88% [===============================================================\] 675/675 100% Exportable Squashfs 4.0 filesystem, lzma compressed, data block size 1048576 compressed data, compressed metadata, compressed fragments, compressed xattrs, compressed ids duplicates are removed Filesystem size 127959.19 Kbytes (124.96 Mbytes) 70.27% of uncompressed filesystem size (182106.82 Kbytes) Inode table size 6942 bytes (6.78 Kbytes) 26.20% of uncompressed inode table size (26492 bytes) Directory table size 6967 bytes (6.80 Kbytes) 46.54% of uncompressed directory table size (14969 bytes) Number of duplicate files found 14 Number of inodes 767 Number of files 527 Number of fragments 34 Number of symbolic links 165 Number of device nodes 0 Number of fifo nodes 0 Number of socket nodes 0 Number of directories 75 Number of ids (unique uids + gids) 2 Number of uids 2 root (0) http (33) Number of gids 2 root (0) http (33) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/images rm -rf /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-7/output-1/target/ /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-7/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-7/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-7/output-1/host/bin:/home/autobuild/autobuild/instance-7/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-7/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-7/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-7/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 767 objects. stage 2: creating image '/home/autobuild/autobuild/instance-7/output-1/images/rootfs.yaffs2' [ ] 1/767 0% [ ] 2/767 0% [ ] 3/767 0% [ ] 4/767 0% [ ] 5/767 0% [ ] 6/767 0% [ ] 7/767 0% [ ] 8/767 1% [ ] 9/767 1% [ ] 10/767 1% [ ] 11/767 1% [= ] 12/767 1% [= ] 13/767 1% [= ] 14/767 1% [= ] 15/767 1% [= ] 16/767 2% [= ] 17/767 2% [= ] 18/767 2% [= ] 19/767 2% [= ] 20/767 2% [= ] 21/767 2% [= ] 22/767 2% [= ] 23/767 2% [== ] 24/767 3% [== ] 25/767 3% [== ] 26/767 3% [== ] 27/767 3% [== ] 28/767 3% [== ] 29/767 3% [== ] 30/767 3% [== ] 31/767 4% [== ] 32/767 4% [== ] 33/767 4% [== ] 34/767 4% [== ] 35/767 4% [=== ] 36/767 4% [=== ] 37/767 4% [=== ] 38/767 4% [=== ] 39/767 5% [=== ] 40/767 5% [=== ] 41/767 5% [=== ] 42/767 5% [=== ] 43/767 5% [=== ] 44/767 5% [=== ] 45/767 5% [=== ] 46/767 5% [=== ] 47/767 6% [==== ] 48/767 6% [==== ] 49/767 6% [==== ] 50/767 6% [==== ] 51/767 6% [==== ] 52/767 6% [==== ] 53/767 6% [==== ] 54/767 7% [==== ] 55/767 7% [==== ] 56/767 7% [==== ] 57/767 7% [==== ] 58/767 7% [==== ] 59/767 7% [===== ] 60/767 7% [===== ] 61/767 7% [===== ] 62/767 8% [===== ] 63/767 8% [===== ] 64/767 8% [===== ] 65/767 8% [===== ] 66/767 8% [===== ] 67/767 8% [===== ] 68/767 8% [===== ] 69/767 8% [===== ] 70/767 9% [===== ] 71/767 9% [====== ] 72/767 9% [====== ] 73/767 9% [====== ] 74/767 9% [====== ] 75/767 9% [====== ] 76/767 9% [====== ] 77/767 10% [====== ] 78/767 10% [====== ] 79/767 10% [====== ] 80/767 10% [====== ] 81/767 10% [====== ] 82/767 10% [====== ] 83/767 10% [======= ] 84/767 10% [======= ] 85/767 11% [======= ] 86/767 11% [======= ] 87/767 11% [======= ] 88/767 11% [======= ] 89/767 11% [======= ] 90/767 11% [======= ] 91/767 11% [======= ] 92/767 11% [======= ] 93/767 12% [======= ] 94/767 12% [======= ] 95/767 12% [======== ] 96/767 12% [======== ] 97/767 12% [======== ] 98/767 12% [======== ] 99/767 12% [======== ] 100/767 13% [======== ] 101/767 13% [======== ] 102/767 13% [======== ] 103/767 13% [======== ] 104/767 13% [======== ] 105/767 13% [======== ] 106/767 13% [======== ] 107/767 13% [========= ] 108/767 14% [========= ] 109/767 14% [========= ] 110/767 14% [========= ] 111/767 14% [========= ] 112/767 14% [========= ] 113/767 14% [========= ] 114/767 14% [========= ] 115/767 14% [========= ] 116/767 15% [========= ] 117/767 15% [========= ] 118/767 15% [========= ] 119/767 15% [========== ] 120/767 15% [========== ] 121/767 15% [========== ] 122/767 15% [========== ] 123/767 16% [========== ] 124/767 16% [========== ] 125/767 16% [========== ] 126/767 16% [========== ] 127/767 16% [========== ] 128/767 16% [========== ] 129/767 16% [========== ] 130/767 16% [========== ] 131/767 17% [=========== ] 132/767 17% [=========== ] 133/767 17% [=========== ] 134/767 17% [=========== ] 135/767 17% [=========== ] 136/767 17% [=========== ] 137/767 17% [=========== ] 138/767 17% [=========== ] 139/767 18% [=========== ] 140/767 18% [=========== ] 141/767 18% [=========== ] 142/767 18% [=========== ] 143/767 18% [============ ] 144/767 18% [============ ] 145/767 18% [============ ] 146/767 19% [============ ] 147/767 19% [============ ] 148/767 19% [============ ] 149/767 19% [============ ] 150/767 19% [============ ] 151/767 19% [============ ] 152/767 19% [============ ] 153/767 19% [============ ] 154/767 20% [============ ] 155/767 20% [============= ] 156/767 20% [============= ] 157/767 20% [============= ] 158/767 20% [============= ] 159/767 20% [============= ] 160/767 20% [============= ] 161/767 20% [============= ] 162/767 21% [============= ] 163/767 21% [============= ] 164/767 21% [============= ] 165/767 21% [============= ] 166/767 21% [============= ] 167/767 21% [============== ] 168/767 21% [============== ] 169/767 22% [============== ] 170/767 22% [============== ] 171/767 22% [============== ] 172/767 22% [============== ] 173/767 22% [============== ] 174/767 22% [============== ] 175/767 22% [============== ] 176/767 22% [============== ] 177/767 23% [============== ] 178/767 23% [============== ] 179/767 23% [=============== ] 180/767 23% [=============== ] 181/767 23% [=============== ] 182/767 23% [=============== ] 183/767 23% [=============== ] 184/767 23% [=============== ] 185/767 24% [=============== ] 186/767 24% [=============== ] 187/767 24% [=============== ] 188/767 24% [=============== ] 189/767 24% [=============== ] 190/767 24% [=============== ] 191/767 24% [================ ] 192/767 25% [================ ] 193/767 25% [================ ] 194/767 25% [================ ] 195/767 25% [================ ] 196/767 25% [================ ] 197/767 25% [================ ] 198/767 25% [================ ] 199/767 25% [================ ] 200/767 26% [================ ] 201/767 26% [================ ] 202/767 26% [================ ] 203/767 26% [================= ] 204/767 26% [================= ] 205/767 26% [================= ] 206/767 26% [================= ] 207/767 26% [================= ] 208/767 27% [================= ] 209/767 27% [================= ] 210/767 27% [================= ] 211/767 27% [================= ] 212/767 27% [================= ] 213/767 27% [================= ] 214/767 27% [================= ] 215/767 28% [================== ] 216/767 28% [================== ] 217/767 28% [================== ] 218/767 28% [================== ] 219/767 28% [================== ] 220/767 28% [================== ] 221/767 28% [================== ] 222/767 28% [================== ] 223/767 29% [================== ] 224/767 29% [================== ] 225/767 29% [================== ] 226/767 29% [================== ] 227/767 29% [=================== ] 228/767 29% [=================== ] 229/767 29% [=================== ] 230/767 29% [=================== ] 231/767 30% [=================== ] 232/767 30% [=================== ] 233/767 30% [=================== ] 234/767 30% [=================== ] 235/767 30% [=================== ] 236/767 30% [=================== ] 237/767 30% [=================== ] 238/767 31% [=================== ] 239/767 31% [==================== ] 240/767 31% [==================== ] 241/767 31% [==================== ] 242/767 31% [==================== ] 243/767 31% [==================== ] 244/767 31% [==================== ] 245/767 31% [==================== ] 246/767 32% [==================== ] 247/767 32% [==================== ] 248/767 32% [==================== ] 249/767 32% [==================== ] 250/767 32% [==================== ] 251/767 32% [===================== ] 252/767 32% [===================== ] 253/767 32% [===================== ] 254/767 33% [===================== ] 255/767 33% [===================== ] 256/767 33% [===================== ] 257/767 33% [===================== ] 258/767 33% [===================== ] 259/767 33% [===================== ] 260/767 33% [===================== ] 261/767 34% [===================== ] 262/767 34% [===================== ] 263/767 34% [====================== ] 264/767 34% [====================== ] 265/767 34% [====================== ] 266/767 34% [====================== ] 267/767 34% [====================== ] 268/767 34% [====================== ] 269/767 35% [====================== ] 270/767 35% [====================== ] 271/767 35% [====================== ] 272/767 35% [====================== ] 273/767 35% [====================== ] 274/767 35% [====================== ] 275/767 35% [======================= ] 276/767 35% [======================= ] 277/767 36% [======================= ] 278/767 36% [======================= ] 279/767 36% [======================= ] 280/767 36% [======================= ] 281/767 36% [======================= ] 282/767 36% [======================= ] 283/767 36% [======================= ] 284/767 37% [======================= ] 285/767 37% [======================= ] 286/767 37% [======================= ] 287/767 37% [======================== ] 288/767 37% [======================== ] 289/767 37% [======================== ] 290/767 37% [======================== ] 291/767 37% [======================== ] 292/767 38% [======================== ] 293/767 38% [======================== ] 294/767 38% [======================== ] 295/767 38% [======================== ] 296/767 38% [======================== ] 297/767 38% [======================== ] 298/767 38% [======================== ] 299/767 38% [========================= ] 300/767 39% [========================= ] 301/767 39% [========================= ] 302/767 39% [========================= ] 303/767 39% [========================= ] 304/767 39% [========================= ] 305/767 39% [========================= ] 306/767 39% [========================= ] 307/767 40% [========================= ] 308/767 40% [========================= ] 309/767 40% [========================= ] 310/767 40% [========================= ] 311/767 40% [========================== ] 312/767 40% [========================== ] 313/767 40% [========================== ] 314/767 40% [========================== ] 315/767 41% [========================== ] 316/767 41% [========================== ] 317/767 41% [========================== ] 318/767 41% [========================== ] 319/767 41% [========================== ] 320/767 41% [========================== ] 321/767 41% [========================== ] 322/767 41% [========================== ] 323/767 42% [=========================== ] 324/767 42% [=========================== ] 325/767 42% [=========================== ] 326/767 42% [=========================== ] 327/767 42% [=========================== ] 328/767 42% [=========================== ] 329/767 42% [=========================== ] 330/767 43% [=========================== ] 331/767 43% [=========================== ] 332/767 43% [=========================== ] 333/767 43% [=========================== ] 334/767 43% [=========================== ] 335/767 43% [============================ ] 336/767 43% [============================ ] 337/767 43% [============================ ] 338/767 44% [============================ ] 339/767 44% [============================ ] 340/767 44% [============================ ] 341/767 44% [============================ ] 342/767 44% [============================ ] 343/767 44% [============================ ] 344/767 44% [============================ ] 345/767 44% [============================ ] 346/767 45% [============================ ] 347/767 45% [============================= ] 348/767 45% [============================= ] 349/767 45% [============================= ] 350/767 45% [============================= ] 351/767 45% [============================= ] 352/767 45% [============================= ] 353/767 46% [============================= ] 354/767 46% [============================= ] 355/767 46% [============================= ] 356/767 46% [============================= ] 357/767 46% [============================= ] 358/767 46% [============================= ] 359/767 46% [============================== ] 360/767 46% [============================== ] 361/767 47% [============================== ] 362/767 47% [============================== ] 363/767 47% [============================== ] 364/767 47% [============================== ] 365/767 47% [============================== ] 366/767 47% [============================== ] 367/767 47% [============================== ] 368/767 47% [============================== ] 369/767 48% [============================== ] 370/767 48% [============================== ] 371/767 48% [=============================== ] 372/767 48% [=============================== ] 373/767 48% [=============================== ] 374/767 48% [=============================== ] 375/767 48% [=============================== ] 376/767 49% [=============================== ] 377/767 49% [=============================== ] 378/767 49% [=============================== ] 379/767 49% [=============================== ] 380/767 49% [=============================== ] 381/767 49% [=============================== ] 382/767 49% [=============================== ] 383/767 49% [================================ ] 384/767 50% [================================ ] 385/767 50% [================================ ] 386/767 50% [================================ ] 387/767 50% [================================ ] 388/767 50% [================================ ] 389/767 50% [================================ ] 390/767 50% [================================ ] 391/767 50% [================================ ] 392/767 51% [================================ ] 393/767 51% [================================ ] 394/767 51% [================================ ] 395/767 51% [================================= ] 396/767 51% [================================= ] 397/767 51% [================================= ] 398/767 51% [================================= ] 399/767 52% [================================= ] 400/767 52% [================================= ] 401/767 52% [================================= ] 402/767 52% [================================= ] 403/767 52% [================================= ] 404/767 52% [================================= ] 405/767 52% [================================= ] 406/767 52% [================================= ] 407/767 53% [================================== ] 408/767 53% [================================== ] 409/767 53% [================================== ] 410/767 53% [================================== ] 411/767 53% [================================== ] 412/767 53% [================================== ] 413/767 53% [================================== ] 414/767 53% [================================== ] 415/767 54% [================================== ] 416/767 54% [================================== ] 417/767 54% [================================== ] 418/767 54% [================================== ] 419/767 54% [=================================== ] 420/767 54% [=================================== ] 421/767 54% [=================================== ] 422/767 55% [=================================== ] 423/767 55% [=================================== ] 424/767 55% [=================================== ] 425/767 55% [=================================== ] 426/767 55% [=================================== ] 427/767 55% [=================================== ] 428/767 55% [=================================== ] 429/767 55% [=================================== ] 430/767 56% [=================================== ] 431/767 56% [==================================== ] 432/767 56% [==================================== ] 433/767 56% [==================================== ] 434/767 56% [==================================== ] 435/767 56% [==================================== ] 436/767 56% [==================================== ] 437/767 56% [==================================== ] 438/767 57% [==================================== ] 439/767 57% [==================================== ] 440/767 57% [==================================== ] 441/767 57% [==================================== ] 442/767 57% [==================================== ] 443/767 57% [===================================== ] 444/767 57% [===================================== ] 445/767 58% [===================================== ] 446/767 58% [===================================== ] 447/767 58% [===================================== ] 448/767 58% [===================================== ] 449/767 58% [===================================== ] 450/767 58% [===================================== ] 451/767 58% [===================================== ] 452/767 58% [===================================== ] 453/767 59% [===================================== ] 454/767 59% [===================================== ] 455/767 59% [====================================== ] 456/767 59% [====================================== ] 457/767 59% [====================================== ] 458/767 59% [====================================== ] 459/767 59% [====================================== ] 460/767 59% [====================================== ] 461/767 60% [====================================== ] 462/767 60% [====================================== ] 463/767 60% [====================================== ] 464/767 60% [====================================== ] 465/767 60% [====================================== ] 466/767 60% [====================================== ] 467/767 60% [======================================= ] 468/767 61% [======================================= ] 469/767 61% [======================================= ] 470/767 61% [======================================= ] 471/767 61% [======================================= ] 472/767 61% [======================================= ] 473/767 61% [======================================= ] 474/767 61% [======================================= ] 475/767 61% [======================================= ] 476/767 62% [======================================= ] 477/767 62% [======================================= ] 478/767 62% [======================================= ] 479/767 62% [======================================== ] 480/767 62% [======================================== ] 481/767 62% [======================================== ] 482/767 62% [======================================== ] 483/767 62% [======================================== ] 484/767 63% [======================================== ] 485/767 63% [======================================== ] 486/767 63% [======================================== ] 487/767 63% [======================================== ] 488/767 63% [======================================== ] 489/767 63% [======================================== ] 490/767 63% [======================================== ] 491/767 64% [========================================= ] 492/767 64% [========================================= ] 493/767 64% [========================================= ] 494/767 64% [========================================= ] 495/767 64% [========================================= ] 496/767 64% [========================================= ] 497/767 64% [========================================= ] 498/767 64% [========================================= ] 499/767 65% [========================================= ] 500/767 65% [========================================= ] 501/767 65% [========================================= ] 502/767 65% [========================================= ] 503/767 65% [========================================== ] 504/767 65% [========================================== ] 505/767 65% [========================================== ] 506/767 65% [========================================== ] 507/767 66% [========================================== ] 508/767 66% [========================================== ] 509/767 66% [========================================== ] 510/767 66% [========================================== ] 511/767 66% [========================================== ] 512/767 66% [========================================== ] 513/767 66% [========================================== ] 514/767 67% [========================================== ] 515/767 67% [=========================================== ] 516/767 67% [=========================================== ] 517/767 67% [=========================================== ] 518/767 67% [=========================================== ] 519/767 67% [=========================================== ] 520/767 67% [=========================================== ] 521/767 67% [=========================================== ] 522/767 68% [=========================================== ] 523/767 68% [=========================================== ] 524/767 68% [=========================================== ] 525/767 68% [=========================================== ] 526/767 68% [=========================================== ] 527/767 68% [============================================ ] 528/767 68% [============================================ ] 529/767 68% [============================================ ] 530/767 69% [============================================ ] 531/767 69% [============================================ ] 532/767 69% [============================================ ] 533/767 69% [============================================ ] 534/767 69% [============================================ ] 535/767 69% [============================================ ] 536/767 69% [============================================ ] 537/767 70% [============================================ ] 538/767 70% [============================================ ] 539/767 70% [============================================= ] 540/767 70% [============================================= ] 541/767 70% [============================================= ] 542/767 70% [============================================= ] 543/767 70% [============================================= ] 544/767 70% [============================================= ] 545/767 71% [============================================= ] 546/767 71% [============================================= ] 547/767 71% [============================================= ] 548/767 71% [============================================= ] 549/767 71% [============================================= ] 550/767 71% [============================================= ] 551/767 71% [============================================== ] 552/767 71% [============================================== ] 553/767 72% [============================================== ] 554/767 72% [============================================== ] 555/767 72% [============================================== ] 556/767 72% [============================================== ] 557/767 72% [============================================== ] 558/767 72% [============================================== ] 559/767 72% [============================================== ] 560/767 73% [============================================== ] 561/767 73% [============================================== ] 562/767 73% [============================================== ] 563/767 73% [=============================================== ] 564/767 73% [=============================================== ] 565/767 73% [=============================================== ] 566/767 73% [=============================================== ] 567/767 73% [=============================================== ] 568/767 74% [=============================================== ] 569/767 74% [=============================================== ] 570/767 74% [=============================================== ] 571/767 74% [=============================================== ] 572/767 74% [=============================================== ] 573/767 74% [=============================================== ] 574/767 74% [=============================================== ] 575/767 74% [================================================ ] 576/767 75% [================================================ ] 577/767 75% [================================================ ] 578/767 75% [================================================ ] 579/767 75% [================================================ ] 580/767 75% [================================================ ] 581/767 75% [================================================ ] 582/767 75% [================================================ ] 583/767 76% [================================================ ] 584/767 76% [================================================ ] 585/767 76% [================================================ ] 586/767 76% [================================================ ] 587/767 76% [================================================= ] 588/767 76% [================================================= ] 589/767 76% [================================================= ] 590/767 76% [================================================= ] 591/767 77% [================================================= ] 592/767 77% [================================================= ] 593/767 77% [================================================= ] 594/767 77% [================================================= ] 595/767 77% [================================================= ] 596/767 77% [================================================= ] 597/767 77% [================================================= ] 598/767 77% [================================================= ] 599/767 78% [================================================== ] 600/767 78% [================================================== ] 601/767 78% [================================================== ] 602/767 78% [================================================== ] 603/767 78% [================================================== ] 604/767 78% [================================================== ] 605/767 78% [================================================== ] 606/767 79% [================================================== ] 607/767 79% [================================================== ] 608/767 79% [================================================== ] 609/767 79% [================================================== ] 610/767 79% [================================================== ] 611/767 79% [=================================================== ] 612/767 79% [=================================================== ] 613/767 79% [=================================================== ] 614/767 80% [=================================================== ] 615/767 80% [=================================================== ] 616/767 80% [=================================================== ] 617/767 80% [=================================================== ] 618/767 80% [=================================================== ] 619/767 80% [=================================================== ] 620/767 80% [=================================================== ] 621/767 80% [=================================================== ] 622/767 81% [=================================================== ] 623/767 81% [==================================================== ] 624/767 81% [==================================================== ] 625/767 81% [==================================================== ] 626/767 81% [==================================================== ] 627/767 81% [==================================================== ] 628/767 81% [==================================================== ] 629/767 82% [==================================================== ] 630/767 82% [==================================================== ] 631/767 82% [==================================================== ] 632/767 82% [==================================================== ] 633/767 82% [==================================================== ] 634/767 82% [==================================================== ] 635/767 82% [===================================================== ] 636/767 82% [===================================================== ] 637/767 83% [===================================================== ] 638/767 83% [===================================================== ] 639/767 83% [===================================================== ] 640/767 83% [===================================================== ] 641/767 83% [===================================================== ] 642/767 83% [===================================================== ] 643/767 83% [===================================================== ] 644/767 83% [===================================================== ] 645/767 84% [===================================================== ] 646/767 84% [===================================================== ] 647/767 84% [====================================================== ] 648/767 84% [====================================================== ] 649/767 84% [====================================================== ] 650/767 84% [====================================================== ] 651/767 84% [====================================================== ] 652/767 85% [====================================================== ] 653/767 85% [====================================================== ] 654/767 85% [====================================================== ] 655/767 85% [====================================================== ] 656/767 85% [====================================================== ] 657/767 85% [====================================================== ] 658/767 85% [====================================================== ] 659/767 85% [======================================================= ] 660/767 86% [======================================================= ] 661/767 86% [======================================================= ] 662/767 86% [======================================================= ] 663/767 86% [======================================================= ] 664/767 86% [======================================================= ] 665/767 86% [======================================================= ] 666/767 86% [======================================================= ] 667/767 86% [======================================================= ] 668/767 87% [======================================================= ] 669/767 87% [======================================================= ] 670/767 87% [======================================================= ] 671/767 87% [======================================================== ] 672/767 87% [======================================================== ] 673/767 87% [======================================================== ] 674/767 87% [======================================================== ] 675/767 88% [======================================================== ] 676/767 88% [======================================================== ] 677/767 88% [======================================================== ] 678/767 88% [======================================================== ] 679/767 88% [======================================================== ] 680/767 88% [======================================================== ] 681/767 88% [======================================================== ] 682/767 88% [======================================================== ] 683/767 89% [========================================================= ] 684/767 89% [========================================================= ] 685/767 89% [========================================================= ] 686/767 89% [========================================================= ] 687/767 89% [========================================================= ] 688/767 89% [========================================================= ] 689/767 89% [========================================================= ] 690/767 89% [========================================================= ] 691/767 90% [========================================================= ] 692/767 90% [========================================================= ] 693/767 90% [========================================================= ] 694/767 90% [========================================================= ] 695/767 90% [========================================================== ] 696/767 90% [========================================================== ] 697/767 90% [========================================================== ] 698/767 91% [========================================================== ] 699/767 91% [========================================================== ] 700/767 91% [========================================================== ] 701/767 91% [========================================================== ] 702/767 91% [========================================================== ] 703/767 91% [========================================================== ] 704/767 91% [========================================================== ] 705/767 91% [========================================================== ] 706/767 92% [========================================================== ] 707/767 92% [=========================================================== ] 708/767 92% [=========================================================== ] 709/767 92% [=========================================================== ] 710/767 92% [=========================================================== ] 711/767 92% [=========================================================== ] 712/767 92% [=========================================================== ] 713/767 92% [=========================================================== ] 714/767 93% [=========================================================== ] 715/767 93% [=========================================================== ] 716/767 93% [=========================================================== ] 717/767 93% [=========================================================== ] 718/767 93% [=========================================================== ] 719/767 93% [============================================================ ] 720/767 93% [============================================================ ] 721/767 94% [============================================================ ] 722/767 94% [============================================================ ] 723/767 94% [============================================================ ] 724/767 94% [============================================================ ] 725/767 94% [============================================================ ] 726/767 94% [============================================================ ] 727/767 94% [============================================================ ] 728/767 94% [============================================================ ] 729/767 95% [============================================================ ] 730/767 95% [============================================================ ] 731/767 95% [============================================================= ] 732/767 95% [============================================================= ] 733/767 95% [============================================================= ] 734/767 95% [============================================================= ] 735/767 95% [============================================================= ] 736/767 95% [============================================================= ] 737/767 96% [============================================================= ] 738/767 96% [============================================================= ] 739/767 96% [============================================================= ] 740/767 96% [============================================================= ] 741/767 96% [============================================================= ] 742/767 96% [============================================================= ] 743/767 96% [============================================================== ] 744/767 97% [============================================================== ] 745/767 97% [============================================================== ] 746/767 97% [============================================================== ] 747/767 97% [============================================================== ] 748/767 97% [============================================================== ] 749/767 97% [============================================================== ] 750/767 97% [============================================================== ] 751/767 97% [============================================================== ] 752/767 98% [============================================================== ] 753/767 98% [============================================================== ] 754/767 98% [============================================================== ] 755/767 98% [=============================================================== ] 756/767 98% [=============================================================== ] 757/767 98% [=============================================================== ] 758/767 98% [=============================================================== ] 759/767 98% [=============================================================== ] 760/767 99% [=============================================================== ] 761/767 99% [=============================================================== ] 762/767 99% [=============================================================== ] 763/767 99% [=============================================================== ] 764/767 99% [=============================================================== ] 765/767 99% [=============================================================== ] 766/767 99% [================================================================] 767/767 100% operation complete, 767 objects in 92089 NAND pages. ln -snf /home/autobuild/autobuild/instance-7/output-1/host/or1k-buildroot-linux-uclibc/sysroot /home/autobuild/autobuild/instance-7/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-7/buildroot' >>> Buildroot 2022.05-302-g23e1e04d54 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-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) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 10.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> arp-scan 1.9.7 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> brcm-patchram-plus 95b7b6916d661a4da3f9c0adf52d5e1f4f8ab042 Collecting legal info COPYING: OK (sha256: 26324f5c563b7e338c2876c8abe90c3681c1e9a6163fc59b494c94ad6493eda4) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> earlyoom 1.6.2 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> flashbench 2e30b1968a66147412f21002ea844122a0d5e2f0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ifplugd 0.28 Collecting legal info LICENSE: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> host-imx-mkimage rel_imx_5.4.70_2.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> irda-utils 0.9.18 Collecting legal info man/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libao 1.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> libcddb 1.3.2 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> libcurl 7.83.1 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libidn 1.38 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libilbc 829b08c7902ceb87a261279fabb36b6d523c6e07 Collecting legal info gips_iLBClicense.pdf: OK (sha256: b7f4cbb4a12cd11a3d1aeda9bd17c99f59b054de4b3ee53045531cd2fa74dd2a) >>> libite 2.5.2 Collecting legal info LICENSE: OK (sha256: 20db0601195f708d68ff7907907b3cd3b25808efa8332e064b11f00c839a5d2f) src/chomp.c: OK (sha256: c2882adb51555b836f35babc59f618d9ddceadcaa2d1dc80bbd4699614d2cd14) src/pidfile.c: OK (sha256: bff7fa7b74324f13a24d56ebb8b49bc9c63ea01836a1c8b5a6afcbbabed62918) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libshout 2.4.5 Collecting legal info COPYING: OK (sha256: 7a4436f9ec37603356791c87de3bc444989befd2682d29efb3d97604e04c1852) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libuev 2.4.0 Collecting legal info LICENSE: OK (sha256: 694a734d9c1b46ae203314ed1c744a1acebd4fe5fc964b761703772546f0d3ab) >>> libuwsc 3.3.5 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> libxkbcommon 1.4.0 Collecting legal info LICENSE: OK (sha256: 086caee279449369d41c1157911ec7696e707b93feba7280de757d3c470b2dfb) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 62.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.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> 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) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> host-mtools 4.0.38 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> nuttcp 6.1.2 Collecting legal info LICENSE: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pngquant 2.17.0 Collecting legal info COPYRIGHT: OK (sha256: e4f467f7abf860b4e620f5f60fdd88bc3a63a0fdb98a481fb002b5e511c9b826) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> pptp-linux 1.10.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-lxml 4.8.0 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-riscv-isa-sim 1.1.0 Collecting legal info LICENSE: OK (sha256: c65e436d18972c9c4bd192494fe4870bd2e158179474975b80a3559f27631632) >>> host-boost 1.79.0 Collecting legal info LICENSE_1_0.txt: OK (sha256: c9bff75738922193e67fa726fa225535870d2aa1059f91452c411736284ad566) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-init 1.0.6.3 Collecting legal info COPYING: OK (sha256: 4a5e44a69d649f0c37b29d7f6e5df1bb292b09898247be07f0c97814dac4b15d) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-portable-utils 2.2.3.2 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sysstat 12.4.2 Collecting legal info COPYING: OK (sha256: db296f2f7f35bca3a174efb0eb392b3b17bd94b341851429a3dff411b1c2fc73) >>> tcping 1.3.6 Collecting legal info LICENSE: OK (sha256: 4a35620e27ddb8de27898e4206c8f93633d877c1e128e98e95a035f760d94428) >>> tftpd b2b34cecc8cbc18ff6f1fc00bda6ae6e9011e6c7 Collecting legal info tftpd/tftpd.c: OK (sha256: 67754ebd8f265571d3226ac97e521b1bd6fd8a61363ecd4ab7806a6f90efab92) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> unbound 1.16.0 Collecting legal info LICENSE: OK (sha256: 8eb9a16cbfb8703090bbfa3a2028fd46bb351509a2f90dc1001e51fbe6fd45db) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> vorbis-tools 1.4.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> watchdogd 3.5 Collecting legal info LICENSE: OK (sha256: fd685e20931174308c45a26418a7ce34d66704c4e4b92ab1d8299deb255cd676) >>> xinetd 2.3.15 Collecting legal info COPYRIGHT: OK (sha256: 2f3dd19831b1837f7360f80a7700a130c04a59e387d4359299d6df712308bbed) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-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-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-makedevs Collecting legal info >>> host-squashfs 4.5 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-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) Legal info produced in /home/autobuild/autobuild/instance-7/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-7/buildroot'