Resolving storage.googleapis.com (storage.googleapis.com)... 142.250.69.240, 142.250.72.16, 142.250.72.48, ... Connecting to storage.googleapis.com (storage.googleapis.com)|142.250.69.240|:443... connected. HTTP request sent, awaiting response... 200 OK Length: 39689 (39K) [application/octet-stream] Saving to: '/nvmedata/autobuild/instance-7/output-1/build/.0.2.9.tar.gz.CfGd58/output' 0K .......... .......... .......... ........ 100% 9.93M=0.004s 2022-07-05 17:01:35 (9.93 MB/s) - '/nvmedata/autobuild/instance-7/output-1/build/.0.2.9.tar.gz.CfGd58/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /nvmedata/autobuild/instance-7/dl/yaffs2utils/0.2.9.tar.gz | /nvmedata/autobuild/instance-7/output-1/host/bin/tar --strip-components=1 -C /nvmedata/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="/nvmedata/autobuild/instance-7/output-1/host/bin:/nvmedata/autobuild/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/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="/nvmedata/autobuild/instance-7/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-7/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/nvmedata/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 file included from /usr/include/string.h:535, from mkyaffs2.c:28: In function 'strncpy', inlined from 'mkyaffs2_write_obj' at mkyaffs2.c:696:2, inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'mkyaffs2_scan_dir' at mkyaffs2.c:595:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ 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 unyaffs2.c: In function 'unyaffs2_obj_chattr': unyaffs2.c:711:9: warning: ignoring return value of 'lchown' declared with attribute 'warn_unused_result' [-Wunused-result] 711 | lchown(fpath, obj->uid, obj->gid); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ In file included from /usr/include/string.h:535, from unyaffs2.c:26: In function 'memcpy', inlined from 'unyaffs2_extract_hardlink' at unyaffs2.c:1151:2, inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:29:10: warning: '__builtin___memcpy_chk' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 29 | return __builtin___memcpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 30 | __glibc_objsize0 (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~~ In function 'strncpy', inlined from 'unyaffs2_oh2obj' at unyaffs2.c:632:2, 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: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:95:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 95 | return __builtin___strncpy_chk (__dest, __src, __len, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 96 | __glibc_objsize (__dest)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ 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 '/nvmedata/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /nvmedata/autobuild/instance-7/output-1/host/bin PATH="/nvmedata/autobuild/instance-7/output-1/host/bin:/nvmedata/autobuild/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/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="/nvmedata/autobuild/instance-7/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-7/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/nvmedata/autobuild/instance-7/output-1/host/bin install make[1]: Entering directory '/nvmedata/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /nvmedata/autobuild/instance-7/output-1/host/bin make[1]: Leaving directory '/nvmedata/autobuild/instance-7/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-7/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-7/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-7/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-7/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%405fp%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@%/nvmedata/autobuild/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-7/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-7/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-7/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-7/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%405fp%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-7/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-7/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-7/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-7/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-7/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-7/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-7/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-7/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-7/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-7/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-7/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-7/output-1/target/etc/shells; fi grep -qsE '^/bin/mksh$' /nvmedata/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/mksh" >> /nvmedata/autobuild/instance-7/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-7/output-1/target/etc echo "buildroot" > /nvmedata/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' /nvmedata/autobuild/instance-7/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-7/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-7/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-7/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-7/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-7/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-7/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-7/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-7/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-7/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-7/output-1/target/usr/include /nvmedata/autobuild/instance-7/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-7/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-7/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-7/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-7/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-7/output-1/target/usr/doc find /nvmedata/autobuild/instance-7/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-7/output-1/target/lib/ /nvmedata/autobuild/instance-7/output-1/target/usr/lib/ /nvmedata/autobuild/instance-7/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-7/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-7/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-7/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-7/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-7/output-1/target/usr/man /nvmedata/autobuild/instance-7/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-7/output-1/target/usr/info /nvmedata/autobuild/instance-7/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-7/output-1/target/usr/doc /nvmedata/autobuild/instance-7/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-7/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-7/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-7/output-1/target/lib/debug /nvmedata/autobuild/instance-7/output-1/target/usr/lib/debug find /nvmedata/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 /nvmedata/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 /nvmedata/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 /nvmedata/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 /nvmedata/autobuild/instance-7/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-333-gdedc1b71d9"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /nvmedata/autobuild/instance-7/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-7/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-7/output-1/per-package /nvmedata/autobuild/instance-7/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-7/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs printf ' ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /nvmedata/autobuild/instance-7/output-1/images rm -rf /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs mkdir -p /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-7/output-1/target/ /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot PATH="/nvmedata/autobuild/instance-7/output-1/host/bin:/nvmedata/autobuild/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-7/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "/nvmedata/autobuild/instance-7/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "find /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot echo "find /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot printf ' /nvmedata/autobuild/instance-7/output-1/host/bin/mkfs.axfs -s -a /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target /nvmedata/autobuild/instance-7/output-1/images/rootfs.axfs\n' >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot PATH="/nvmedata/autobuild/instance-7/output-1/host/bin:/nvmedata/autobuild/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-7/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/axfs/target table='/nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1376 number of 4KB nodes: 19211 Total image size: 57533532 >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-7/output-1/images rm -rf /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-7/output-1/target/ /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-7/output-1/host/bin:/nvmedata/autobuild/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-7/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-7/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-7/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-7/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-7/output-1/host/bin:/nvmedata/autobuild/instance-7/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-7/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/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 '/nvmedata/autobuild/instance-7/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1376 objects. stage 2: creating image '/nvmedata/autobuild/instance-7/output-1/images/rootfs.yaffs2' [ ] 1/1376 0% [ ] 2/1376 0% [ ] 3/1376 0% [ ] 4/1376 0% [ ] 5/1376 0% [ ] 6/1376 0% [ ] 7/1376 0% [ ] 8/1376 0% [ ] 9/1376 0% [ ] 10/1376 0% [ ] 11/1376 0% [ ] 12/1376 0% [ ] 13/1376 0% [ ] 14/1376 1% [ ] 15/1376 1% [ ] 16/1376 1% [ ] 17/1376 1% [ ] 18/1376 1% [ ] 19/1376 1% [ ] 20/1376 1% [ ] 21/1376 1% [ ] 22/1376 1% [= ] 23/1376 1% [= ] 24/1376 1% [= ] 25/1376 1% [= ] 26/1376 1% [= ] 27/1376 1% [= ] 28/1376 2% [= ] 29/1376 2% [= ] 30/1376 2% [= ] 31/1376 2% [= ] 32/1376 2% [= ] 33/1376 2% [= ] 34/1376 2% [= ] 35/1376 2% [= ] 36/1376 2% [= ] 37/1376 2% [= ] 38/1376 2% [= ] 39/1376 2% [= ] 40/1376 2% [= ] 41/1376 2% [= ] 42/1376 3% [= ] 43/1376 3% [= ] 44/1376 3% [== ] 45/1376 3% [== ] 46/1376 3% [== ] 47/1376 3% [== ] 48/1376 3% [== ] 49/1376 3% [== ] 50/1376 3% [== ] 51/1376 3% [== ] 52/1376 3% [== ] 53/1376 3% [== ] 54/1376 3% [== ] 55/1376 3% [== ] 56/1376 4% [== ] 57/1376 4% [== ] 58/1376 4% [== ] 59/1376 4% [== ] 60/1376 4% [== ] 61/1376 4% [== ] 62/1376 4% [== ] 63/1376 4% [== ] 64/1376 4% [== ] 65/1376 4% [== ] 66/1376 4% [=== ] 67/1376 4% [=== ] 68/1376 4% [=== ] 69/1376 5% [=== ] 70/1376 5% [=== ] 71/1376 5% [=== ] 72/1376 5% [=== ] 73/1376 5% [=== ] 74/1376 5% [=== ] 75/1376 5% [=== ] 76/1376 5% [=== ] 77/1376 5% [=== ] 78/1376 5% [=== ] 79/1376 5% [=== ] 80/1376 5% [=== ] 81/1376 5% [=== ] 82/1376 5% [=== ] 83/1376 6% [=== ] 84/1376 6% [=== ] 85/1376 6% [=== ] 86/1376 6% [=== ] 87/1376 6% [=== ] 88/1376 6% [==== ] 89/1376 6% [==== ] 90/1376 6% [==== ] 91/1376 6% [==== ] 92/1376 6% [==== ] 93/1376 6% [==== ] 94/1376 6% [==== ] 95/1376 6% [==== ] 96/1376 6% [==== ] 97/1376 7% [==== ] 98/1376 7% [==== ] 99/1376 7% [==== ] 100/1376 7% [==== ] 101/1376 7% [==== ] 102/1376 7% [==== ] 103/1376 7% [==== ] 104/1376 7% [==== ] 105/1376 7% [==== ] 106/1376 7% [==== ] 107/1376 7% [==== ] 108/1376 7% [==== ] 109/1376 7% [==== ] 110/1376 7% [===== ] 111/1376 8% [===== ] 112/1376 8% [===== ] 113/1376 8% [===== ] 114/1376 8% [===== ] 115/1376 8% [===== ] 116/1376 8% [===== ] 117/1376 8% [===== ] 118/1376 8% [===== ] 119/1376 8% [===== ] 120/1376 8% [===== ] 121/1376 8% [===== ] 122/1376 8% [===== ] 123/1376 8% [===== ] 124/1376 9% [===== ] 125/1376 9% [===== ] 126/1376 9% [===== ] 127/1376 9% [===== ] 128/1376 9% [===== ] 129/1376 9% [===== ] 130/1376 9% [===== ] 131/1376 9% [===== ] 132/1376 9% [===== ] 133/1376 9% [====== ] 134/1376 9% [====== ] 135/1376 9% [====== ] 136/1376 9% [====== ] 137/1376 9% [====== ] 138/1376 10% [====== ] 139/1376 10% [====== ] 140/1376 10% [====== ] 141/1376 10% [====== ] 142/1376 10% [====== ] 143/1376 10% [====== ] 144/1376 10% [====== ] 145/1376 10% [====== ] 146/1376 10% [====== ] 147/1376 10% [====== ] 148/1376 10% [====== ] 149/1376 10% [====== ] 150/1376 10% [====== ] 151/1376 10% [====== ] 152/1376 11% [====== ] 153/1376 11% [====== ] 154/1376 11% [====== ] 155/1376 11% [======= ] 156/1376 11% [======= ] 157/1376 11% [======= ] 158/1376 11% [======= ] 159/1376 11% [======= ] 160/1376 11% [======= ] 161/1376 11% [======= ] 162/1376 11% [======= ] 163/1376 11% [======= ] 164/1376 11% [======= ] 165/1376 11% [======= ] 166/1376 12% [======= ] 167/1376 12% [======= ] 168/1376 12% [======= ] 169/1376 12% [======= ] 170/1376 12% [======= ] 171/1376 12% [======= ] 172/1376 12% [======= ] 173/1376 12% [======= ] 174/1376 12% [======= ] 175/1376 12% [======= ] 176/1376 12% [======= ] 177/1376 12% [======== ] 178/1376 12% [======== ] 179/1376 13% [======== ] 180/1376 13% [======== ] 181/1376 13% [======== ] 182/1376 13% [======== ] 183/1376 13% [======== ] 184/1376 13% [======== ] 185/1376 13% [======== ] 186/1376 13% [======== ] 187/1376 13% [======== ] 188/1376 13% [======== ] 189/1376 13% [======== ] 190/1376 13% [======== ] 191/1376 13% [======== ] 192/1376 13% [======== ] 193/1376 14% [======== ] 194/1376 14% [======== ] 195/1376 14% [======== ] 196/1376 14% [======== ] 197/1376 14% [======== ] 198/1376 14% [======== ] 199/1376 14% [========= ] 200/1376 14% [========= ] 201/1376 14% [========= ] 202/1376 14% [========= ] 203/1376 14% [========= ] 204/1376 14% [========= ] 205/1376 14% [========= ] 206/1376 14% [========= ] 207/1376 15% [========= ] 208/1376 15% [========= ] 209/1376 15% [========= ] 210/1376 15% [========= ] 211/1376 15% [========= ] 212/1376 15% [========= ] 213/1376 15% [========= ] 214/1376 15% [========= ] 215/1376 15% [========= ] 216/1376 15% [========= ] 217/1376 15% [========= ] 218/1376 15% [========= ] 219/1376 15% [========= ] 220/1376 15% [========= ] 221/1376 16% [========== ] 222/1376 16% [========== ] 223/1376 16% [========== ] 224/1376 16% [========== ] 225/1376 16% [========== ] 226/1376 16% [========== ] 227/1376 16% [========== ] 228/1376 16% [========== ] 229/1376 16% [========== ] 230/1376 16% [========== ] 231/1376 16% [========== ] 232/1376 16% [========== ] 233/1376 16% [========== ] 234/1376 17% [========== ] 235/1376 17% [========== ] 236/1376 17% [========== ] 237/1376 17% [========== ] 238/1376 17% [========== ] 239/1376 17% [========== ] 240/1376 17% [========== ] 241/1376 17% [========== ] 242/1376 17% [========== ] 243/1376 17% [========== ] 244/1376 17% [=========== ] 245/1376 17% [=========== ] 246/1376 17% [=========== ] 247/1376 17% [=========== ] 248/1376 18% [=========== ] 249/1376 18% [=========== ] 250/1376 18% [=========== ] 251/1376 18% [=========== ] 252/1376 18% [=========== ] 253/1376 18% [=========== ] 254/1376 18% [=========== ] 255/1376 18% [=========== ] 256/1376 18% [=========== ] 257/1376 18% [=========== ] 258/1376 18% [=========== ] 259/1376 18% [=========== ] 260/1376 18% [=========== ] 261/1376 18% [=========== ] 262/1376 19% [=========== ] 263/1376 19% [=========== ] 264/1376 19% [=========== ] 265/1376 19% [=========== ] 266/1376 19% [============ ] 267/1376 19% [============ ] 268/1376 19% [============ ] 269/1376 19% [============ ] 270/1376 19% [============ ] 271/1376 19% [============ ] 272/1376 19% [============ ] 273/1376 19% [============ ] 274/1376 19% [============ ] 275/1376 19% [============ ] 276/1376 20% [============ ] 277/1376 20% [============ ] 278/1376 20% [============ ] 279/1376 20% [============ ] 280/1376 20% [============ ] 281/1376 20% [============ ] 282/1376 20% [============ ] 283/1376 20% [============ ] 284/1376 20% [============ ] 285/1376 20% [============ ] 286/1376 20% [============ ] 287/1376 20% [============ ] 288/1376 20% [============= ] 289/1376 21% [============= ] 290/1376 21% [============= ] 291/1376 21% [============= ] 292/1376 21% [============= ] 293/1376 21% [============= ] 294/1376 21% [============= ] 295/1376 21% [============= ] 296/1376 21% [============= ] 297/1376 21% [============= ] 298/1376 21% [============= ] 299/1376 21% [============= ] 300/1376 21% [============= ] 301/1376 21% [============= ] 302/1376 21% [============= ] 303/1376 22% [============= ] 304/1376 22% [============= ] 305/1376 22% [============= ] 306/1376 22% [============= ] 307/1376 22% [============= ] 308/1376 22% [============= ] 309/1376 22% [============= ] 310/1376 22% [============== ] 311/1376 22% [============== ] 312/1376 22% [============== ] 313/1376 22% [============== ] 314/1376 22% [============== ] 315/1376 22% [============== ] 316/1376 22% [============== ] 317/1376 23% [============== ] 318/1376 23% [============== ] 319/1376 23% [============== ] 320/1376 23% [============== ] 321/1376 23% [============== ] 322/1376 23% [============== ] 323/1376 23% [============== ] 324/1376 23% [============== ] 325/1376 23% [============== ] 326/1376 23% [============== ] 327/1376 23% [============== ] 328/1376 23% [============== ] 329/1376 23% [============== ] 330/1376 23% [============== ] 331/1376 24% [============== ] 332/1376 24% [=============== ] 333/1376 24% [=============== ] 334/1376 24% [=============== ] 335/1376 24% [=============== ] 336/1376 24% [=============== ] 337/1376 24% [=============== ] 338/1376 24% [=============== ] 339/1376 24% [=============== ] 340/1376 24% [=============== ] 341/1376 24% [=============== ] 342/1376 24% [=============== ] 343/1376 24% [=============== ] 344/1376 25% [=============== ] 345/1376 25% [=============== ] 346/1376 25% [=============== ] 347/1376 25% [=============== ] 348/1376 25% [=============== ] 349/1376 25% [=============== ] 350/1376 25% [=============== ] 351/1376 25% [=============== ] 352/1376 25% [=============== ] 353/1376 25% [=============== ] 354/1376 25% [=============== ] 355/1376 25% [================ ] 356/1376 25% [================ ] 357/1376 25% [================ ] 358/1376 26% [================ ] 359/1376 26% [================ ] 360/1376 26% [================ ] 361/1376 26% [================ ] 362/1376 26% [================ ] 363/1376 26% [================ ] 364/1376 26% [================ ] 365/1376 26% [================ ] 366/1376 26% [================ ] 367/1376 26% [================ ] 368/1376 26% [================ ] 369/1376 26% [================ ] 370/1376 26% [================ ] 371/1376 26% [================ ] 372/1376 27% [================ ] 373/1376 27% [================ ] 374/1376 27% [================ ] 375/1376 27% [================ ] 376/1376 27% [================ ] 377/1376 27% [================= ] 378/1376 27% [================= ] 379/1376 27% [================= ] 380/1376 27% [================= ] 381/1376 27% [================= ] 382/1376 27% [================= ] 383/1376 27% [================= ] 384/1376 27% [================= ] 385/1376 27% [================= ] 386/1376 28% [================= ] 387/1376 28% [================= ] 388/1376 28% [================= ] 389/1376 28% [================= ] 390/1376 28% [================= ] 391/1376 28% [================= ] 392/1376 28% [================= ] 393/1376 28% [================= ] 394/1376 28% [================= ] 395/1376 28% [================= ] 396/1376 28% [================= ] 397/1376 28% [================= ] 398/1376 28% [================= ] 399/1376 28% [================== ] 400/1376 29% [================== ] 401/1376 29% [================== ] 402/1376 29% [================== ] 403/1376 29% [================== ] 404/1376 29% [================== ] 405/1376 29% [================== ] 406/1376 29% [================== ] 407/1376 29% [================== ] 408/1376 29% [================== ] 409/1376 29% [================== ] 410/1376 29% [================== ] 411/1376 29% [================== ] 412/1376 29% [================== ] 413/1376 30% [================== ] 414/1376 30% [================== ] 415/1376 30% [================== ] 416/1376 30% [================== ] 417/1376 30% [================== ] 418/1376 30% [================== ] 419/1376 30% [================== ] 420/1376 30% [================== ] 421/1376 30% [=================== ] 422/1376 30% [=================== ] 423/1376 30% [=================== ] 424/1376 30% [=================== ] 425/1376 30% [=================== ] 426/1376 30% [=================== ] 427/1376 31% [=================== ] 428/1376 31% [=================== ] 429/1376 31% [=================== ] 430/1376 31% [=================== ] 431/1376 31% [=================== ] 432/1376 31% [=================== ] 433/1376 31% [=================== ] 434/1376 31% [=================== ] 435/1376 31% [=================== ] 436/1376 31% [=================== ] 437/1376 31% [=================== ] 438/1376 31% [=================== ] 439/1376 31% [=================== ] 440/1376 31% [=================== ] 441/1376 32% [=================== ] 442/1376 32% [=================== ] 443/1376 32% [==================== ] 444/1376 32% [==================== ] 445/1376 32% [==================== ] 446/1376 32% [==================== ] 447/1376 32% [==================== ] 448/1376 32% [==================== ] 449/1376 32% [==================== ] 450/1376 32% [==================== ] 451/1376 32% [==================== ] 452/1376 32% [==================== ] 453/1376 32% [==================== ] 454/1376 32% [==================== ] 455/1376 33% [==================== ] 456/1376 33% [==================== ] 457/1376 33% [==================== ] 458/1376 33% [==================== ] 459/1376 33% [==================== ] 460/1376 33% [==================== ] 461/1376 33% [==================== ] 462/1376 33% [==================== ] 463/1376 33% [==================== ] 464/1376 33% [==================== ] 465/1376 33% [==================== ] 466/1376 33% [===================== ] 467/1376 33% [===================== ] 468/1376 34% [===================== ] 469/1376 34% [===================== ] 470/1376 34% [===================== ] 471/1376 34% [===================== ] 472/1376 34% [===================== ] 473/1376 34% [===================== ] 474/1376 34% [===================== ] 475/1376 34% [===================== ] 476/1376 34% [===================== ] 477/1376 34% [===================== ] 478/1376 34% [===================== ] 479/1376 34% [===================== ] 480/1376 34% [===================== ] 481/1376 34% [===================== ] 482/1376 35% [===================== ] 483/1376 35% [===================== ] 484/1376 35% [===================== ] 485/1376 35% [===================== ] 486/1376 35% [===================== ] 487/1376 35% [===================== ] 488/1376 35% [====================== ] 489/1376 35% [====================== ] 490/1376 35% [====================== ] 491/1376 35% [====================== ] 492/1376 35% [====================== ] 493/1376 35% [====================== ] 494/1376 35% [====================== ] 495/1376 35% [====================== ] 496/1376 36% [====================== ] 497/1376 36% [====================== ] 498/1376 36% [====================== ] 499/1376 36% [====================== ] 500/1376 36% [====================== ] 501/1376 36% [====================== ] 502/1376 36% [====================== ] 503/1376 36% [====================== ] 504/1376 36% [====================== ] 505/1376 36% [====================== ] 506/1376 36% [====================== ] 507/1376 36% [====================== ] 508/1376 36% [====================== ] 509/1376 36% [====================== ] 510/1376 37% [======================= ] 511/1376 37% [======================= ] 512/1376 37% [======================= ] 513/1376 37% [======================= ] 514/1376 37% [======================= ] 515/1376 37% [======================= ] 516/1376 37% [======================= ] 517/1376 37% [======================= ] 518/1376 37% [======================= ] 519/1376 37% [======================= ] 520/1376 37% [======================= ] 521/1376 37% [======================= ] 522/1376 37% [======================= ] 523/1376 38% [======================= ] 524/1376 38% [======================= ] 525/1376 38% [======================= ] 526/1376 38% [======================= ] 527/1376 38% [======================= ] 528/1376 38% [======================= ] 529/1376 38% [======================= ] 530/1376 38% [======================= ] 531/1376 38% [======================= ] 532/1376 38% [======================== ] 533/1376 38% [======================== ] 534/1376 38% [======================== ] 535/1376 38% [======================== ] 536/1376 38% [======================== ] 537/1376 39% [======================== ] 538/1376 39% [======================== ] 539/1376 39% [======================== ] 540/1376 39% [======================== ] 541/1376 39% [======================== ] 542/1376 39% [======================== ] 543/1376 39% [======================== ] 544/1376 39% [======================== ] 545/1376 39% [======================== ] 546/1376 39% [======================== ] 547/1376 39% [======================== ] 548/1376 39% [======================== ] 549/1376 39% [======================== ] 550/1376 39% [======================== ] 551/1376 40% [======================== ] 552/1376 40% [======================== ] 553/1376 40% [======================== ] 554/1376 40% [========================= ] 555/1376 40% [========================= ] 556/1376 40% [========================= ] 557/1376 40% [========================= ] 558/1376 40% [========================= ] 559/1376 40% [========================= ] 560/1376 40% [========================= ] 561/1376 40% [========================= ] 562/1376 40% [========================= ] 563/1376 40% [========================= ] 564/1376 40% [========================= ] 565/1376 41% [========================= ] 566/1376 41% [========================= ] 567/1376 41% [========================= ] 568/1376 41% [========================= ] 569/1376 41% [========================= ] 570/1376 41% [========================= ] 571/1376 41% [========================= ] 572/1376 41% [========================= ] 573/1376 41% [========================= ] 574/1376 41% [========================= ] 575/1376 41% [========================= ] 576/1376 41% [========================= ] 577/1376 41% [========================== ] 578/1376 42% [========================== ] 579/1376 42% [========================== ] 580/1376 42% [========================== ] 581/1376 42% [========================== ] 582/1376 42% [========================== ] 583/1376 42% [========================== ] 584/1376 42% [========================== ] 585/1376 42% [========================== ] 586/1376 42% [========================== ] 587/1376 42% [========================== ] 588/1376 42% [========================== ] 589/1376 42% [========================== ] 590/1376 42% [========================== ] 591/1376 42% [========================== ] 592/1376 43% [========================== ] 593/1376 43% [========================== ] 594/1376 43% [========================== ] 595/1376 43% [========================== ] 596/1376 43% [========================== ] 597/1376 43% [========================== ] 598/1376 43% [========================== ] 599/1376 43% [=========================== ] 600/1376 43% [=========================== ] 601/1376 43% [=========================== ] 602/1376 43% [=========================== ] 603/1376 43% [=========================== ] 604/1376 43% [=========================== ] 605/1376 43% [=========================== ] 606/1376 44% [=========================== ] 607/1376 44% [=========================== ] 608/1376 44% [=========================== ] 609/1376 44% [=========================== ] 610/1376 44% [=========================== ] 611/1376 44% [=========================== ] 612/1376 44% [=========================== ] 613/1376 44% [=========================== ] 614/1376 44% [=========================== ] 615/1376 44% [=========================== ] 616/1376 44% [=========================== ] 617/1376 44% [=========================== ] 618/1376 44% [=========================== ] 619/1376 44% [=========================== ] 620/1376 45% [=========================== ] 621/1376 45% [============================ ] 622/1376 45% [============================ ] 623/1376 45% [============================ ] 624/1376 45% [============================ ] 625/1376 45% [============================ ] 626/1376 45% [============================ ] 627/1376 45% [============================ ] 628/1376 45% [============================ ] 629/1376 45% [============================ ] 630/1376 45% [============================ ] 631/1376 45% [============================ ] 632/1376 45% [============================ ] 633/1376 46% [============================ ] 634/1376 46% [============================ ] 635/1376 46% [============================ ] 636/1376 46% [============================ ] 637/1376 46% [============================ ] 638/1376 46% [============================ ] 639/1376 46% [============================ ] 640/1376 46% [============================ ] 641/1376 46% [============================ ] 642/1376 46% [============================ ] 643/1376 46% [============================= ] 644/1376 46% [============================= ] 645/1376 46% [============================= ] 646/1376 46% [============================= ] 647/1376 47% [============================= ] 648/1376 47% [============================= ] 649/1376 47% [============================= ] 650/1376 47% [============================= ] 651/1376 47% [============================= ] 652/1376 47% [============================= ] 653/1376 47% [============================= ] 654/1376 47% [============================= ] 655/1376 47% [============================= ] 656/1376 47% [============================= ] 657/1376 47% [============================= ] 658/1376 47% [============================= ] 659/1376 47% [============================= ] 660/1376 47% [============================= ] 661/1376 48% [============================= ] 662/1376 48% [============================= ] 663/1376 48% [============================= ] 664/1376 48% [============================= ] 665/1376 48% [============================== ] 666/1376 48% [============================== ] 667/1376 48% [============================== ] 668/1376 48% [============================== ] 669/1376 48% [============================== ] 670/1376 48% [============================== ] 671/1376 48% [============================== ] 672/1376 48% [============================== ] 673/1376 48% [============================== ] 674/1376 48% [============================== ] 675/1376 49% [============================== ] 676/1376 49% [============================== ] 677/1376 49% [============================== ] 678/1376 49% [============================== ] 679/1376 49% [============================== ] 680/1376 49% [============================== ] 681/1376 49% [============================== ] 682/1376 49% [============================== ] 683/1376 49% [============================== ] 684/1376 49% [============================== ] 685/1376 49% [============================== ] 686/1376 49% [============================== ] 687/1376 49% [=============================== ] 688/1376 50% [=============================== ] 689/1376 50% [=============================== ] 690/1376 50% [=============================== ] 691/1376 50% [=============================== ] 692/1376 50% [=============================== ] 693/1376 50% [=============================== ] 694/1376 50% [=============================== ] 695/1376 50% [=============================== ] 696/1376 50% [=============================== ] 697/1376 50% [=============================== ] 698/1376 50% [=============================== ] 699/1376 50% [=============================== ] 700/1376 50% [=============================== ] 701/1376 50% [=============================== ] 702/1376 51% [=============================== ] 703/1376 51% [=============================== ] 704/1376 51% [=============================== ] 705/1376 51% [=============================== ] 706/1376 51% [=============================== ] 707/1376 51% [=============================== ] 708/1376 51% [=============================== ] 709/1376 51% [=============================== ] 710/1376 51% [================================ ] 711/1376 51% [================================ ] 712/1376 51% [================================ ] 713/1376 51% [================================ ] 714/1376 51% [================================ ] 715/1376 51% [================================ ] 716/1376 52% [================================ ] 717/1376 52% [================================ ] 718/1376 52% [================================ ] 719/1376 52% [================================ ] 720/1376 52% [================================ ] 721/1376 52% [================================ ] 722/1376 52% [================================ ] 723/1376 52% [================================ ] 724/1376 52% [================================ ] 725/1376 52% [================================ ] 726/1376 52% [================================ ] 727/1376 52% [================================ ] 728/1376 52% [================================ ] 729/1376 52% [================================ ] 730/1376 53% [================================ ] 731/1376 53% [================================ ] 732/1376 53% [================================= ] 733/1376 53% [================================= ] 734/1376 53% [================================= ] 735/1376 53% [================================= ] 736/1376 53% [================================= ] 737/1376 53% [================================= ] 738/1376 53% [================================= ] 739/1376 53% [================================= ] 740/1376 53% [================================= ] 741/1376 53% [================================= ] 742/1376 53% [================================= ] 743/1376 53% [================================= ] 744/1376 54% [================================= ] 745/1376 54% [================================= ] 746/1376 54% [================================= ] 747/1376 54% [================================= ] 748/1376 54% [================================= ] 749/1376 54% [================================= ] 750/1376 54% [================================= ] 751/1376 54% [================================= ] 752/1376 54% [================================= ] 753/1376 54% [================================= ] 754/1376 54% [================================== ] 755/1376 54% [================================== ] 756/1376 54% [================================== ] 757/1376 55% [================================== ] 758/1376 55% [================================== ] 759/1376 55% [================================== ] 760/1376 55% [================================== ] 761/1376 55% [================================== ] 762/1376 55% [================================== ] 763/1376 55% [================================== ] 764/1376 55% [================================== ] 765/1376 55% [================================== ] 766/1376 55% [================================== ] 767/1376 55% [================================== ] 768/1376 55% [================================== ] 769/1376 55% [================================== ] 770/1376 55% [================================== ] 771/1376 56% [================================== ] 772/1376 56% [================================== ] 773/1376 56% [================================== ] 774/1376 56% [================================== ] 775/1376 56% [================================== ] 776/1376 56% [=================================== ] 777/1376 56% [=================================== ] 778/1376 56% [=================================== ] 779/1376 56% [=================================== ] 780/1376 56% [=================================== ] 781/1376 56% [=================================== ] 782/1376 56% [=================================== ] 783/1376 56% [=================================== ] 784/1376 56% [=================================== ] 785/1376 57% [=================================== ] 786/1376 57% [=================================== ] 787/1376 57% [=================================== ] 788/1376 57% [=================================== ] 789/1376 57% [=================================== ] 790/1376 57% [=================================== ] 791/1376 57% [=================================== ] 792/1376 57% [=================================== ] 793/1376 57% [=================================== ] 794/1376 57% [=================================== ] 795/1376 57% [=================================== ] 796/1376 57% [=================================== ] 797/1376 57% [=================================== ] 798/1376 57% [==================================== ] 799/1376 58% [==================================== ] 800/1376 58% [==================================== ] 801/1376 58% [==================================== ] 802/1376 58% [==================================== ] 803/1376 58% [==================================== ] 804/1376 58% [==================================== ] 805/1376 58% [==================================== ] 806/1376 58% [==================================== ] 807/1376 58% [==================================== ] 808/1376 58% [==================================== ] 809/1376 58% [==================================== ] 810/1376 58% [==================================== ] 811/1376 58% [==================================== ] 812/1376 59% [==================================== ] 813/1376 59% [==================================== ] 814/1376 59% [==================================== ] 815/1376 59% [==================================== ] 816/1376 59% [==================================== ] 817/1376 59% [==================================== ] 818/1376 59% [==================================== ] 819/1376 59% [==================================== ] 820/1376 59% [==================================== ] 821/1376 59% [===================================== ] 822/1376 59% [===================================== ] 823/1376 59% [===================================== ] 824/1376 59% [===================================== ] 825/1376 59% [===================================== ] 826/1376 60% [===================================== ] 827/1376 60% [===================================== ] 828/1376 60% [===================================== ] 829/1376 60% [===================================== ] 830/1376 60% [===================================== ] 831/1376 60% [===================================== ] 832/1376 60% [===================================== ] 833/1376 60% [===================================== ] 834/1376 60% [===================================== ] 835/1376 60% [===================================== ] 836/1376 60% [===================================== ] 837/1376 60% [===================================== ] 838/1376 60% [===================================== ] 839/1376 60% [===================================== ] 840/1376 61% [===================================== ] 841/1376 61% [===================================== ] 842/1376 61% [===================================== ] 843/1376 61% [====================================== ] 844/1376 61% [====================================== ] 845/1376 61% [====================================== ] 846/1376 61% [====================================== ] 847/1376 61% [====================================== ] 848/1376 61% [====================================== ] 849/1376 61% [====================================== ] 850/1376 61% [====================================== ] 851/1376 61% [====================================== ] 852/1376 61% [====================================== ] 853/1376 61% [====================================== ] 854/1376 62% [====================================== ] 855/1376 62% [====================================== ] 856/1376 62% [====================================== ] 857/1376 62% [====================================== ] 858/1376 62% [====================================== ] 859/1376 62% [====================================== ] 860/1376 62% [====================================== ] 861/1376 62% [====================================== ] 862/1376 62% [====================================== ] 863/1376 62% [====================================== ] 864/1376 62% [====================================== ] 865/1376 62% [======================================= ] 866/1376 62% [======================================= ] 867/1376 63% [======================================= ] 868/1376 63% [======================================= ] 869/1376 63% [======================================= ] 870/1376 63% [======================================= ] 871/1376 63% [======================================= ] 872/1376 63% [======================================= ] 873/1376 63% [======================================= ] 874/1376 63% [======================================= ] 875/1376 63% [======================================= ] 876/1376 63% [======================================= ] 877/1376 63% [======================================= ] 878/1376 63% [======================================= ] 879/1376 63% [======================================= ] 880/1376 63% [======================================= ] 881/1376 64% [======================================= ] 882/1376 64% [======================================= ] 883/1376 64% [======================================= ] 884/1376 64% [======================================= ] 885/1376 64% [======================================= ] 886/1376 64% [======================================= ] 887/1376 64% [======================================== ] 888/1376 64% [======================================== ] 889/1376 64% [======================================== ] 890/1376 64% [======================================== ] 891/1376 64% [======================================== ] 892/1376 64% [======================================== ] 893/1376 64% [======================================== ] 894/1376 64% [======================================== ] 895/1376 65% [======================================== ] 896/1376 65% [======================================== ] 897/1376 65% [======================================== ] 898/1376 65% [======================================== ] 899/1376 65% [======================================== ] 900/1376 65% [======================================== ] 901/1376 65% [======================================== ] 902/1376 65% [======================================== ] 903/1376 65% [======================================== ] 904/1376 65% [======================================== ] 905/1376 65% [======================================== ] 906/1376 65% [======================================== ] 907/1376 65% [======================================== ] 908/1376 65% [======================================== ] 909/1376 66% [========================================= ] 910/1376 66% [========================================= ] 911/1376 66% [========================================= ] 912/1376 66% [========================================= ] 913/1376 66% [========================================= ] 914/1376 66% [========================================= ] 915/1376 66% [========================================= ] 916/1376 66% [========================================= ] 917/1376 66% [========================================= ] 918/1376 66% [========================================= ] 919/1376 66% [========================================= ] 920/1376 66% [========================================= ] 921/1376 66% [========================================= ] 922/1376 67% [========================================= ] 923/1376 67% [========================================= ] 924/1376 67% [========================================= ] 925/1376 67% [========================================= ] 926/1376 67% [========================================= ] 927/1376 67% [========================================= ] 928/1376 67% [========================================= ] 929/1376 67% [========================================= ] 930/1376 67% [========================================= ] 931/1376 67% [========================================= ] 932/1376 67% [========================================== ] 933/1376 67% [========================================== ] 934/1376 67% [========================================== ] 935/1376 67% [========================================== ] 936/1376 68% [========================================== ] 937/1376 68% [========================================== ] 938/1376 68% [========================================== ] 939/1376 68% [========================================== ] 940/1376 68% [========================================== ] 941/1376 68% [========================================== ] 942/1376 68% [========================================== ] 943/1376 68% [========================================== ] 944/1376 68% [========================================== ] 945/1376 68% [========================================== ] 946/1376 68% [========================================== ] 947/1376 68% [========================================== ] 948/1376 68% [========================================== ] 949/1376 68% [========================================== ] 950/1376 69% [========================================== ] 951/1376 69% [========================================== ] 952/1376 69% [========================================== ] 953/1376 69% [========================================== ] 954/1376 69% [=========================================== ] 955/1376 69% [=========================================== ] 956/1376 69% [=========================================== ] 957/1376 69% [=========================================== ] 958/1376 69% [=========================================== ] 959/1376 69% [=========================================== ] 960/1376 69% [=========================================== ] 961/1376 69% [=========================================== ] 962/1376 69% [=========================================== ] 963/1376 69% [=========================================== ] 964/1376 70% [=========================================== ] 965/1376 70% [=========================================== ] 966/1376 70% [=========================================== ] 967/1376 70% [=========================================== ] 968/1376 70% [=========================================== ] 969/1376 70% [=========================================== ] 970/1376 70% [=========================================== ] 971/1376 70% [=========================================== ] 972/1376 70% [=========================================== ] 973/1376 70% [=========================================== ] 974/1376 70% [=========================================== ] 975/1376 70% [=========================================== ] 976/1376 70% [============================================ ] 977/1376 71% [============================================ ] 978/1376 71% [============================================ ] 979/1376 71% [============================================ ] 980/1376 71% [============================================ ] 981/1376 71% [============================================ ] 982/1376 71% [============================================ ] 983/1376 71% [============================================ ] 984/1376 71% [============================================ ] 985/1376 71% [============================================ ] 986/1376 71% [============================================ ] 987/1376 71% [============================================ ] 988/1376 71% [============================================ ] 989/1376 71% [============================================ ] 990/1376 71% [============================================ ] 991/1376 72% [============================================ ] 992/1376 72% [============================================ ] 993/1376 72% [============================================ ] 994/1376 72% [============================================ ] 995/1376 72% [============================================ ] 996/1376 72% [============================================ ] 997/1376 72% [============================================ ] 998/1376 72% [============================================= ] 999/1376 72% [============================================= ] 1000/1376 72% [============================================= ] 1001/1376 72% [============================================= ] 1002/1376 72% [============================================= ] 1003/1376 72% [============================================= ] 1004/1376 72% [============================================= ] 1005/1376 73% [============================================= ] 1006/1376 73% [============================================= ] 1007/1376 73% [============================================= ] 1008/1376 73% [============================================= ] 1009/1376 73% [============================================= ] 1010/1376 73% [============================================= ] 1011/1376 73% [============================================= ] 1012/1376 73% [============================================= ] 1013/1376 73% [============================================= ] 1014/1376 73% [============================================= ] 1015/1376 73% [============================================= ] 1016/1376 73% [============================================= ] 1017/1376 73% [============================================= ] 1018/1376 73% [============================================= ] 1019/1376 74% [============================================= ] 1020/1376 74% [============================================== ] 1021/1376 74% [============================================== ] 1022/1376 74% [============================================== ] 1023/1376 74% [============================================== ] 1024/1376 74% [============================================== ] 1025/1376 74% [============================================== ] 1026/1376 74% [============================================== ] 1027/1376 74% [============================================== ] 1028/1376 74% [============================================== ] 1029/1376 74% [============================================== ] 1030/1376 74% [============================================== ] 1031/1376 74% [============================================== ] 1032/1376 75% [============================================== ] 1033/1376 75% [============================================== ] 1034/1376 75% [============================================== ] 1035/1376 75% [============================================== ] 1036/1376 75% [============================================== ] 1037/1376 75% [============================================== ] 1038/1376 75% [============================================== ] 1039/1376 75% [============================================== ] 1040/1376 75% [============================================== ] 1041/1376 75% [============================================== ] 1042/1376 75% [============================================== ] 1043/1376 75% [=============================================== ] 1044/1376 75% [=============================================== ] 1045/1376 75% [=============================================== ] 1046/1376 76% [=============================================== ] 1047/1376 76% [=============================================== ] 1048/1376 76% [=============================================== ] 1049/1376 76% [=============================================== ] 1050/1376 76% [=============================================== ] 1051/1376 76% [=============================================== ] 1052/1376 76% [=============================================== ] 1053/1376 76% [=============================================== ] 1054/1376 76% [=============================================== ] 1055/1376 76% [=============================================== ] 1056/1376 76% [=============================================== ] 1057/1376 76% [=============================================== ] 1058/1376 76% [=============================================== ] 1059/1376 76% [=============================================== ] 1060/1376 77% [=============================================== ] 1061/1376 77% [=============================================== ] 1062/1376 77% [=============================================== ] 1063/1376 77% [=============================================== ] 1064/1376 77% [=============================================== ] 1065/1376 77% [================================================ ] 1066/1376 77% [================================================ ] 1067/1376 77% [================================================ ] 1068/1376 77% [================================================ ] 1069/1376 77% [================================================ ] 1070/1376 77% [================================================ ] 1071/1376 77% [================================================ ] 1072/1376 77% [================================================ ] 1073/1376 77% [================================================ ] 1074/1376 78% [================================================ ] 1075/1376 78% [================================================ ] 1076/1376 78% [================================================ ] 1077/1376 78% [================================================ ] 1078/1376 78% [================================================ ] 1079/1376 78% [================================================ ] 1080/1376 78% [================================================ ] 1081/1376 78% [================================================ ] 1082/1376 78% [================================================ ] 1083/1376 78% [================================================ ] 1084/1376 78% [================================================ ] 1085/1376 78% [================================================ ] 1086/1376 78% [================================================ ] 1087/1376 78% [================================================= ] 1088/1376 79% [================================================= ] 1089/1376 79% [================================================= ] 1090/1376 79% [================================================= ] 1091/1376 79% [================================================= ] 1092/1376 79% [================================================= ] 1093/1376 79% [================================================= ] 1094/1376 79% [================================================= ] 1095/1376 79% [================================================= ] 1096/1376 79% [================================================= ] 1097/1376 79% [================================================= ] 1098/1376 79% [================================================= ] 1099/1376 79% [================================================= ] 1100/1376 79% [================================================= ] 1101/1376 80% [================================================= ] 1102/1376 80% [================================================= ] 1103/1376 80% [================================================= ] 1104/1376 80% [================================================= ] 1105/1376 80% [================================================= ] 1106/1376 80% [================================================= ] 1107/1376 80% [================================================= ] 1108/1376 80% [================================================= ] 1109/1376 80% [================================================== ] 1110/1376 80% [================================================== ] 1111/1376 80% [================================================== ] 1112/1376 80% [================================================== ] 1113/1376 80% [================================================== ] 1114/1376 80% [================================================== ] 1115/1376 81% [================================================== ] 1116/1376 81% [================================================== ] 1117/1376 81% [================================================== ] 1118/1376 81% [================================================== ] 1119/1376 81% [================================================== ] 1120/1376 81% [================================================== ] 1121/1376 81% [================================================== ] 1122/1376 81% [================================================== ] 1123/1376 81% [================================================== ] 1124/1376 81% [================================================== ] 1125/1376 81% [================================================== ] 1126/1376 81% [================================================== ] 1127/1376 81% [================================================== ] 1128/1376 81% [================================================== ] 1129/1376 82% [================================================== ] 1130/1376 82% [================================================== ] 1131/1376 82% [=================================================== ] 1132/1376 82% [=================================================== ] 1133/1376 82% [=================================================== ] 1134/1376 82% [=================================================== ] 1135/1376 82% [=================================================== ] 1136/1376 82% [=================================================== ] 1137/1376 82% [=================================================== ] 1138/1376 82% [=================================================== ] 1139/1376 82% [=================================================== ] 1140/1376 82% [=================================================== ] 1141/1376 82% [=================================================== ] 1142/1376 82% [=================================================== ] 1143/1376 83% [=================================================== ] 1144/1376 83% [=================================================== ] 1145/1376 83% [=================================================== ] 1146/1376 83% [=================================================== ] 1147/1376 83% [=================================================== ] 1148/1376 83% [=================================================== ] 1149/1376 83% [=================================================== ] 1150/1376 83% [=================================================== ] 1151/1376 83% [=================================================== ] 1152/1376 83% [=================================================== ] 1153/1376 83% [=================================================== ] 1154/1376 83% [==================================================== ] 1155/1376 83% [==================================================== ] 1156/1376 84% [==================================================== ] 1157/1376 84% [==================================================== ] 1158/1376 84% [==================================================== ] 1159/1376 84% [==================================================== ] 1160/1376 84% [==================================================== ] 1161/1376 84% [==================================================== ] 1162/1376 84% [==================================================== ] 1163/1376 84% [==================================================== ] 1164/1376 84% [==================================================== ] 1165/1376 84% [==================================================== ] 1166/1376 84% [==================================================== ] 1167/1376 84% [==================================================== ] 1168/1376 84% [==================================================== ] 1169/1376 84% [==================================================== ] 1170/1376 85% [==================================================== ] 1171/1376 85% [==================================================== ] 1172/1376 85% [==================================================== ] 1173/1376 85% [==================================================== ] 1174/1376 85% [==================================================== ] 1175/1376 85% [==================================================== ] 1176/1376 85% [===================================================== ] 1177/1376 85% [===================================================== ] 1178/1376 85% [===================================================== ] 1179/1376 85% [===================================================== ] 1180/1376 85% [===================================================== ] 1181/1376 85% [===================================================== ] 1182/1376 85% [===================================================== ] 1183/1376 85% [===================================================== ] 1184/1376 86% [===================================================== ] 1185/1376 86% [===================================================== ] 1186/1376 86% [===================================================== ] 1187/1376 86% [===================================================== ] 1188/1376 86% [===================================================== ] 1189/1376 86% [===================================================== ] 1190/1376 86% [===================================================== ] 1191/1376 86% [===================================================== ] 1192/1376 86% [===================================================== ] 1193/1376 86% [===================================================== ] 1194/1376 86% [===================================================== ] 1195/1376 86% [===================================================== ] 1196/1376 86% [===================================================== ] 1197/1376 86% [===================================================== ] 1198/1376 87% [====================================================== ] 1199/1376 87% [====================================================== ] 1200/1376 87% [====================================================== ] 1201/1376 87% [====================================================== ] 1202/1376 87% [====================================================== ] 1203/1376 87% [====================================================== ] 1204/1376 87% [====================================================== ] 1205/1376 87% [====================================================== ] 1206/1376 87% [====================================================== ] 1207/1376 87% [====================================================== ] 1208/1376 87% [====================================================== ] 1209/1376 87% [====================================================== ] 1210/1376 87% [====================================================== ] 1211/1376 88% [====================================================== ] 1212/1376 88% [====================================================== ] 1213/1376 88% [====================================================== ] 1214/1376 88% [====================================================== ] 1215/1376 88% [====================================================== ] 1216/1376 88% [====================================================== ] 1217/1376 88% [====================================================== ] 1218/1376 88% [====================================================== ] 1219/1376 88% [====================================================== ] 1220/1376 88% [======================================================= ] 1221/1376 88% [======================================================= ] 1222/1376 88% [======================================================= ] 1223/1376 88% [======================================================= ] 1224/1376 88% [======================================================= ] 1225/1376 89% [======================================================= ] 1226/1376 89% [======================================================= ] 1227/1376 89% [======================================================= ] 1228/1376 89% [======================================================= ] 1229/1376 89% [======================================================= ] 1230/1376 89% [======================================================= ] 1231/1376 89% [======================================================= ] 1232/1376 89% [======================================================= ] 1233/1376 89% [======================================================= ] 1234/1376 89% [======================================================= ] 1235/1376 89% [======================================================= ] 1236/1376 89% [======================================================= ] 1237/1376 89% [======================================================= ] 1238/1376 89% [======================================================= ] 1239/1376 90% [======================================================= ] 1240/1376 90% [======================================================= ] 1241/1376 90% [======================================================= ] 1242/1376 90% [======================================================== ] 1243/1376 90% [======================================================== ] 1244/1376 90% [======================================================== ] 1245/1376 90% [======================================================== ] 1246/1376 90% [======================================================== ] 1247/1376 90% [======================================================== ] 1248/1376 90% [======================================================== ] 1249/1376 90% [======================================================== ] 1250/1376 90% [======================================================== ] 1251/1376 90% [======================================================== ] 1252/1376 90% [======================================================== ] 1253/1376 91% [======================================================== ] 1254/1376 91% [======================================================== ] 1255/1376 91% [======================================================== ] 1256/1376 91% [======================================================== ] 1257/1376 91% [======================================================== ] 1258/1376 91% [======================================================== ] 1259/1376 91% [======================================================== ] 1260/1376 91% [======================================================== ] 1261/1376 91% [======================================================== ] 1262/1376 91% [======================================================== ] 1263/1376 91% [======================================================== ] 1264/1376 91% [======================================================== ] 1265/1376 91% [========================================================= ] 1266/1376 92% [========================================================= ] 1267/1376 92% [========================================================= ] 1268/1376 92% [========================================================= ] 1269/1376 92% [========================================================= ] 1270/1376 92% [========================================================= ] 1271/1376 92% [========================================================= ] 1272/1376 92% [========================================================= ] 1273/1376 92% [========================================================= ] 1274/1376 92% [========================================================= ] 1275/1376 92% [========================================================= ] 1276/1376 92% [========================================================= ] 1277/1376 92% [========================================================= ] 1278/1376 92% [========================================================= ] 1279/1376 92% [========================================================= ] 1280/1376 93% [========================================================= ] 1281/1376 93% [========================================================= ] 1282/1376 93% [========================================================= ] 1283/1376 93% [========================================================= ] 1284/1376 93% [========================================================= ] 1285/1376 93% [========================================================= ] 1286/1376 93% [========================================================= ] 1287/1376 93% [========================================================== ] 1288/1376 93% [========================================================== ] 1289/1376 93% [========================================================== ] 1290/1376 93% [========================================================== ] 1291/1376 93% [========================================================== ] 1292/1376 93% [========================================================== ] 1293/1376 93% [========================================================== ] 1294/1376 94% [========================================================== ] 1295/1376 94% [========================================================== ] 1296/1376 94% [========================================================== ] 1297/1376 94% [========================================================== ] 1298/1376 94% [========================================================== ] 1299/1376 94% [========================================================== ] 1300/1376 94% [========================================================== ] 1301/1376 94% [========================================================== ] 1302/1376 94% [========================================================== ] 1303/1376 94% [========================================================== ] 1304/1376 94% [========================================================== ] 1305/1376 94% [========================================================== ] 1306/1376 94% [========================================================== ] 1307/1376 94% [========================================================== ] 1308/1376 95% [========================================================== ] 1309/1376 95% [=========================================================== ] 1310/1376 95% [=========================================================== ] 1311/1376 95% [=========================================================== ] 1312/1376 95% [=========================================================== ] 1313/1376 95% [=========================================================== ] 1314/1376 95% [=========================================================== ] 1315/1376 95% [=========================================================== ] 1316/1376 95% [=========================================================== ] 1317/1376 95% [=========================================================== ] 1318/1376 95% [=========================================================== ] 1319/1376 95% [=========================================================== ] 1320/1376 95% [=========================================================== ] 1321/1376 96% [=========================================================== ] 1322/1376 96% [=========================================================== ] 1323/1376 96% [=========================================================== ] 1324/1376 96% [=========================================================== ] 1325/1376 96% [=========================================================== ] 1326/1376 96% [=========================================================== ] 1327/1376 96% [=========================================================== ] 1328/1376 96% [=========================================================== ] 1329/1376 96% [=========================================================== ] 1330/1376 96% [=========================================================== ] 1331/1376 96% [============================================================ ] 1332/1376 96% [============================================================ ] 1333/1376 96% [============================================================ ] 1334/1376 96% [============================================================ ] 1335/1376 97% [============================================================ ] 1336/1376 97% [============================================================ ] 1337/1376 97% [============================================================ ] 1338/1376 97% [============================================================ ] 1339/1376 97% [============================================================ ] 1340/1376 97% [============================================================ ] 1341/1376 97% [============================================================ ] 1342/1376 97% [============================================================ ] 1343/1376 97% [============================================================ ] 1344/1376 97% [============================================================ ] 1345/1376 97% [============================================================ ] 1346/1376 97% [============================================================ ] 1347/1376 97% [============================================================ ] 1348/1376 97% [============================================================ ] 1349/1376 98% [============================================================ ] 1350/1376 98% [============================================================ ] 1351/1376 98% [============================================================ ] 1352/1376 98% [============================================================ ] 1353/1376 98% [============================================================= ] 1354/1376 98% [============================================================= ] 1355/1376 98% [============================================================= ] 1356/1376 98% [============================================================= ] 1357/1376 98% [============================================================= ] 1358/1376 98% [============================================================= ] 1359/1376 98% [============================================================= ] 1360/1376 98% [============================================================= ] 1361/1376 98% [============================================================= ] 1362/1376 98% [============================================================= ] 1363/1376 99% [============================================================= ] 1364/1376 99% [============================================================= ] 1365/1376 99% [============================================================= ] 1366/1376 99% [============================================================= ] 1367/1376 99% [============================================================= ] 1368/1376 99% [============================================================= ] 1369/1376 99% [============================================================= ] 1370/1376 99% [============================================================= ] 1371/1376 99% [============================================================= ] 1372/1376 99% [============================================================= ] 1373/1376 99% [============================================================= ] 1374/1376 99% [============================================================= ] 1375/1376 99% [==============================================================] 1376/1376 100% operation complete, 1376 objects in 38184 NAND pages. ln -snf /nvmedata/autobuild/instance-7/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-7/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-7/buildroot' make: Entering directory '/nvmedata/autobuild/instance-7/buildroot' >>> Buildroot 2022.05-333-gdedc1b71d9 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 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-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-ccache 3.7.12 Collecting legal info LICENSE.adoc: OK (sha256: 4f63223bcdee822d55a6768cc8399ffe06401d7a03cfe79e1dc305f50dc22c59) GPL-3.0.txt: OK (sha256: ec6b1a326ff93b2cc21df88a697ae470ff6927a55b8929e7e491b315e1563361) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> 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-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-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> 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-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 62.6.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-openssl Collecting legal info >>> host-libopenssl 1.1.1p Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> 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) >>> brotli 1.0.9 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> 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 >>> 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) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> cjson 1.7.15 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.7 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> drbd-utils 9.19.0 Collecting legal info COPYING: OK (sha256: 1ca3e8f71b7de618968e7ea9fe47822d9e704dc476aef8544033abedec355225) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> host-fwup 1.9.0 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwdata 0.358 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> ifupdown-scripts Collecting legal info >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> initscripts Collecting legal info >>> iodine 0.7.0 Collecting legal info README: OK (sha256: f41a252b2218759aa351270b7ad9791bdd323836b940e35c0614837a5d24dcb7) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> json-javascript 3d7767b6b1f3da363c625ff54e63bbf20e9e83ac Collecting legal info json2.js: OK (sha256: 925947d3d711c4441a9db20f51215fbf5c119d2a3b51cadb2c9031907d8014b5) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libcodec2 1.0.1 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libmbus 0.8.0 Collecting legal info COPYING: OK (sha256: ea171a4ae443eca7186f564db2c3cc8b84c1ac343f227f92cd52ec6a948f4a74) >>> libopenssl 1.1.1p Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-libp11 0.4.11 Collecting legal info COPYING: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> openssl Collecting legal info >>> lsuio 0.2.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbpfan 2.3.0 Collecting legal info COPYING: OK (sha256: 589ed823e9a84c56feb95ac58e7cf384626b9cbf4fda2a907bc36e103de1bad2) >>> memstat 1.0 Collecting legal info debian/copyright: OK (sha256: 5e5db2a2fab637bbbc5d2400141fcb9f1b4b55540d025c2dc54378dc497cb524) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> 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) >>> mtr 0.94 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> nettle 3.8 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-nodejs 16.15.0 Collecting legal info LICENSE: OK (sha256: 6211cc77f9ceaf365db12faf050775b3a1e6da7a1eff3577ba006c4918103c33) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> nvidia-modprobe 450.57 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> tiff 4.4.0 Collecting legal info COPYRIGHT: OK (sha256: fbd6fed7938541d2c809c0826225fc85e551fdbfa8732b10f0c87e0847acafd7) >>> jpeg Collecting legal info >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> p910nd 0.97 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> proftpd 1.3.6e Collecting legal info COPYING: OK (sha256: 391a473d755c29b5326fb726326ff3c37e42512f53a8f5789fc310232150bf80) >>> host-qemu 7.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-rust-bin 1.60.0 Collecting legal info LICENSE-APACHE: OK (sha256: 62c7a1e35f56406896d7aa7ca52d0cc0d272ac022b5d2796e7d6905db8a3636a) LICENSE-MIT: OK (sha256: 23f18e03dc49df91622fe2a76176497404e46ced8a715d9d2b67a7446571cca3) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-sam-ba 3.5 Collecting legal info LICENSE.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl_image 5d792dde2f764daf15dc48521774a3354330db69 Collecting legal info COPYING: OK (sha256: 653649692218d56e5807bdc5b72f51aa6067bc44d30b757e18c03b32bcaf98da) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> spi-tools 1.0.1 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> tini 0.19.0 Collecting legal info LICENSE: OK (sha256: e5f46bca81266bdd511cf08018d66866870531794569c04f9b45f50dd23c28b0) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> ux500-firmware 1.1.3-6 Collecting legal info license.txt: OK (sha256: b5bbc3fb3ff2f8e165b3bf60b25702d8970b3d7fe88b1c883f20615d550a7cb2) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> host-xorriso 1.5.4.pl02 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYRIGHT: OK (sha256: 72e99e72cd68f226415e5d898f3b38e24ae7991ed038ed72d789fff5b060f028) >>> 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-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-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: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-7/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-7/buildroot'