>>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /nvmedata/autobuild/instance-0/dl/yaffs2utils/0.2.9.tar.gz | tar --strip-components=1 -C /nvmedata/autobuild/instance-0/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-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-0/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-0/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/nvmedata/autobuild/instance-0/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:495, from mkyaffs2.c:28: In function 'strncpy', inlined from 'mkyaffs2_scan_dir' at mkyaffs2.c:595:3: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 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:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__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:2: 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:495, 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:34:10: warning: '__builtin___memcpy_chk' writing 16 bytes into a region of size 8 overflows the destination [-Wstringop-overflow=] 34 | return __builtin___memcpy_chk (__dest, __src, __len, __bos0 (__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:106:10: warning: '__builtin_strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 106 | return __builtin___strncpy_chk (__dest, __src, __len, __bos (__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-0/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /nvmedata/autobuild/instance-0/output-1/host/bin PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-0/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-0/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-0/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/nvmedata/autobuild/instance-0/output-1/host/bin install make[1]: Entering directory '/nvmedata/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /nvmedata/autobuild/instance-0/output-1/host/bin make[1]: Leaving directory '/nvmedata/autobuild/instance-0/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-0/output-1/host/bin/mipsel-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/nvmedata/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-0/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-0/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-0/output-1/target/etc/shells; fi grep -qsE '^/usr/bin/screen$' /nvmedata/autobuild/instance-0/output-1/target/etc/shells || echo "/usr/bin/screen" >> /nvmedata/autobuild/instance-0/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-0/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-0/output-1/target/etc/shells if [ -x /nvmedata/autobuild/instance-0/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-0/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-0/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/include /nvmedata/autobuild/instance-0/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-0/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-0/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-0/output-1/target/usr/doc find /nvmedata/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-0/output-1/target/lib/ /nvmedata/autobuild/instance-0/output-1/target/usr/lib/ /nvmedata/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/man /nvmedata/autobuild/instance-0/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/info /nvmedata/autobuild/instance-0/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/doc /nvmedata/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-0/output-1/target/lib/debug /nvmedata/autobuild/instance-0/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-0/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-0/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-0/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-0/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-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.05-rc1-12-gb634d504cb"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-rc1\"" \ ) > /nvmedata/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-0/output-1/per-package /nvmedata/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /nvmedata/autobuild/instance-0/output-1/images rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-0/output-1/target/ /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-0/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "/nvmedata/autobuild/instance-0/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /nvmedata/autobuild/instance-0/output-1/host/bin/mkcramfs -L /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target /nvmedata/autobuild/instance-0/output-1/images/rootfs.cramfs\n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-0/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/cramfs/target table='/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' warning: estimate of required size (upper bound) is 844MB, but maximum image size is 272MB, we might die prematurely >>> Generating filesystem image rootfs.yaffs2 mkdir -p /nvmedata/autobuild/instance-0/output-1/images rm -rf /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-0/output-1/target/ /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-0/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/nvmedata/autobuild/instance-0/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /nvmedata/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /nvmedata/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/nvmedata/autobuild/instance-0/output-1/host/bin:/nvmedata/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-0/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/nvmedata/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/nvmedata/autobuild/instance-0/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-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1943 objects. stage 2: creating image '/nvmedata/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1943 0% [ ] 2/1943 0% [ ] 3/1943 0% [ ] 4/1943 0% [ ] 5/1943 0% [ ] 6/1943 0% [ ] 7/1943 0% [ ] 8/1943 0% [ ] 9/1943 0% [ ] 10/1943 0% [ ] 11/1943 0% [ ] 12/1943 0% [ ] 13/1943 0% [ ] 14/1943 0% [ ] 15/1943 0% [ ] 16/1943 0% [ ] 17/1943 0% [ ] 18/1943 0% [ ] 19/1943 0% [ ] 20/1943 1% [ ] 21/1943 1% [ ] 22/1943 1% [ ] 23/1943 1% [ ] 24/1943 1% [ ] 25/1943 1% [ ] 26/1943 1% [ ] 27/1943 1% [ ] 28/1943 1% [ ] 29/1943 1% [ ] 30/1943 1% [ ] 31/1943 1% [= ] 32/1943 1% [= ] 33/1943 1% [= ] 34/1943 1% [= ] 35/1943 1% [= ] 36/1943 1% [= ] 37/1943 1% [= ] 38/1943 1% [= ] 39/1943 2% [= ] 40/1943 2% [= ] 41/1943 2% [= ] 42/1943 2% [= ] 43/1943 2% [= ] 44/1943 2% [= ] 45/1943 2% [= ] 46/1943 2% [= ] 47/1943 2% [= ] 48/1943 2% [= ] 49/1943 2% [= ] 50/1943 2% [= ] 51/1943 2% [= ] 52/1943 2% [= ] 53/1943 2% [= ] 54/1943 2% [= ] 55/1943 2% [= ] 56/1943 2% [= ] 57/1943 2% [= ] 58/1943 2% [= ] 59/1943 3% [= ] 60/1943 3% [= ] 61/1943 3% [= ] 62/1943 3% [== ] 63/1943 3% [== ] 64/1943 3% [== ] 65/1943 3% [== ] 66/1943 3% [== ] 67/1943 3% [== ] 68/1943 3% [== ] 69/1943 3% [== ] 70/1943 3% [== ] 71/1943 3% [== ] 72/1943 3% [== ] 73/1943 3% [== ] 74/1943 3% [== ] 75/1943 3% [== ] 76/1943 3% [== ] 77/1943 3% [== ] 78/1943 4% [== ] 79/1943 4% [== ] 80/1943 4% [== ] 81/1943 4% [== ] 82/1943 4% [== ] 83/1943 4% [== ] 84/1943 4% [== ] 85/1943 4% [== ] 86/1943 4% [== ] 87/1943 4% [== ] 88/1943 4% [== ] 89/1943 4% [== ] 90/1943 4% [== ] 91/1943 4% [== ] 92/1943 4% [== ] 93/1943 4% [== ] 94/1943 4% [=== ] 95/1943 4% [=== ] 96/1943 4% [=== ] 97/1943 4% [=== ] 98/1943 5% [=== ] 99/1943 5% [=== ] 100/1943 5% [=== ] 101/1943 5% [=== ] 102/1943 5% [=== ] 103/1943 5% [=== ] 104/1943 5% [=== ] 105/1943 5% [=== ] 106/1943 5% [=== ] 107/1943 5% [=== ] 108/1943 5% [=== ] 109/1943 5% [=== ] 110/1943 5% [=== ] 111/1943 5% [=== ] 112/1943 5% [=== ] 113/1943 5% [=== ] 114/1943 5% [=== ] 115/1943 5% [=== ] 116/1943 5% [=== ] 117/1943 6% [=== ] 118/1943 6% [=== ] 119/1943 6% [=== ] 120/1943 6% [=== ] 121/1943 6% [=== ] 122/1943 6% [=== ] 123/1943 6% [=== ] 124/1943 6% [=== ] 125/1943 6% [==== ] 126/1943 6% [==== ] 127/1943 6% [==== ] 128/1943 6% [==== ] 129/1943 6% [==== ] 130/1943 6% [==== ] 131/1943 6% [==== ] 132/1943 6% [==== ] 133/1943 6% [==== ] 134/1943 6% [==== ] 135/1943 6% [==== ] 136/1943 6% [==== ] 137/1943 7% [==== ] 138/1943 7% [==== ] 139/1943 7% [==== ] 140/1943 7% [==== ] 141/1943 7% [==== ] 142/1943 7% [==== ] 143/1943 7% [==== ] 144/1943 7% [==== ] 145/1943 7% [==== ] 146/1943 7% [==== ] 147/1943 7% [==== ] 148/1943 7% [==== ] 149/1943 7% [==== ] 150/1943 7% [==== ] 151/1943 7% [==== ] 152/1943 7% [==== ] 153/1943 7% [==== ] 154/1943 7% [==== ] 155/1943 7% [==== ] 156/1943 8% [===== ] 157/1943 8% [===== ] 158/1943 8% [===== ] 159/1943 8% [===== ] 160/1943 8% [===== ] 161/1943 8% [===== ] 162/1943 8% [===== ] 163/1943 8% [===== ] 164/1943 8% [===== ] 165/1943 8% [===== ] 166/1943 8% [===== ] 167/1943 8% [===== ] 168/1943 8% [===== ] 169/1943 8% [===== ] 170/1943 8% [===== ] 171/1943 8% [===== ] 172/1943 8% [===== ] 173/1943 8% [===== ] 174/1943 8% [===== ] 175/1943 9% [===== ] 176/1943 9% [===== ] 177/1943 9% [===== ] 178/1943 9% [===== ] 179/1943 9% [===== ] 180/1943 9% [===== ] 181/1943 9% [===== ] 182/1943 9% [===== ] 183/1943 9% [===== ] 184/1943 9% [===== ] 185/1943 9% [===== ] 186/1943 9% [===== ] 187/1943 9% [===== ] 188/1943 9% [====== ] 189/1943 9% [====== ] 190/1943 9% [====== ] 191/1943 9% [====== ] 192/1943 9% [====== ] 193/1943 9% [====== ] 194/1943 9% [====== ] 195/1943 10% [====== ] 196/1943 10% [====== ] 197/1943 10% [====== ] 198/1943 10% [====== ] 199/1943 10% [====== ] 200/1943 10% [====== ] 201/1943 10% [====== ] 202/1943 10% [====== ] 203/1943 10% [====== ] 204/1943 10% [====== ] 205/1943 10% [====== ] 206/1943 10% [====== ] 207/1943 10% [====== ] 208/1943 10% [====== ] 209/1943 10% [====== ] 210/1943 10% [====== ] 211/1943 10% [====== ] 212/1943 10% [====== ] 213/1943 10% [====== ] 214/1943 11% [====== ] 215/1943 11% [====== ] 216/1943 11% [====== ] 217/1943 11% [====== ] 218/1943 11% [====== ] 219/1943 11% [======= ] 220/1943 11% [======= ] 221/1943 11% [======= ] 222/1943 11% [======= ] 223/1943 11% [======= ] 224/1943 11% [======= ] 225/1943 11% [======= ] 226/1943 11% [======= ] 227/1943 11% [======= ] 228/1943 11% [======= ] 229/1943 11% [======= ] 230/1943 11% [======= ] 231/1943 11% [======= ] 232/1943 11% [======= ] 233/1943 11% [======= ] 234/1943 12% [======= ] 235/1943 12% [======= ] 236/1943 12% [======= ] 237/1943 12% [======= ] 238/1943 12% [======= ] 239/1943 12% [======= ] 240/1943 12% [======= ] 241/1943 12% [======= ] 242/1943 12% [======= ] 243/1943 12% [======= ] 244/1943 12% [======= ] 245/1943 12% [======= ] 246/1943 12% [======= ] 247/1943 12% [======= ] 248/1943 12% [======= ] 249/1943 12% [======= ] 250/1943 12% [======== ] 251/1943 12% [======== ] 252/1943 12% [======== ] 253/1943 13% [======== ] 254/1943 13% [======== ] 255/1943 13% [======== ] 256/1943 13% [======== ] 257/1943 13% [======== ] 258/1943 13% [======== ] 259/1943 13% [======== ] 260/1943 13% [======== ] 261/1943 13% [======== ] 262/1943 13% [======== ] 263/1943 13% [======== ] 264/1943 13% [======== ] 265/1943 13% [======== ] 266/1943 13% [======== ] 267/1943 13% [======== ] 268/1943 13% [======== ] 269/1943 13% [======== ] 270/1943 13% [======== ] 271/1943 13% [======== ] 272/1943 13% [======== ] 273/1943 14% [======== ] 274/1943 14% [======== ] 275/1943 14% [======== ] 276/1943 14% [======== ] 277/1943 14% [======== ] 278/1943 14% [======== ] 279/1943 14% [======== ] 280/1943 14% [======== ] 281/1943 14% [======== ] 282/1943 14% [========= ] 283/1943 14% [========= ] 284/1943 14% [========= ] 285/1943 14% [========= ] 286/1943 14% [========= ] 287/1943 14% [========= ] 288/1943 14% [========= ] 289/1943 14% [========= ] 290/1943 14% [========= ] 291/1943 14% [========= ] 292/1943 15% [========= ] 293/1943 15% [========= ] 294/1943 15% [========= ] 295/1943 15% [========= ] 296/1943 15% [========= ] 297/1943 15% [========= ] 298/1943 15% [========= ] 299/1943 15% [========= ] 300/1943 15% [========= ] 301/1943 15% [========= ] 302/1943 15% [========= ] 303/1943 15% [========= ] 304/1943 15% [========= ] 305/1943 15% [========= ] 306/1943 15% [========= ] 307/1943 15% [========= ] 308/1943 15% [========= ] 309/1943 15% [========= ] 310/1943 15% [========= ] 311/1943 16% [========= ] 312/1943 16% [========= ] 313/1943 16% [========== ] 314/1943 16% [========== ] 315/1943 16% [========== ] 316/1943 16% [========== ] 317/1943 16% [========== ] 318/1943 16% [========== ] 319/1943 16% [========== ] 320/1943 16% [========== ] 321/1943 16% [========== ] 322/1943 16% [========== ] 323/1943 16% [========== ] 324/1943 16% [========== ] 325/1943 16% [========== ] 326/1943 16% [========== ] 327/1943 16% [========== ] 328/1943 16% [========== ] 329/1943 16% [========== ] 330/1943 16% [========== ] 331/1943 17% [========== ] 332/1943 17% [========== ] 333/1943 17% [========== ] 334/1943 17% [========== ] 335/1943 17% [========== ] 336/1943 17% [========== ] 337/1943 17% [========== ] 338/1943 17% [========== ] 339/1943 17% [========== ] 340/1943 17% [========== ] 341/1943 17% [========== ] 342/1943 17% [========== ] 343/1943 17% [========== ] 344/1943 17% [=========== ] 345/1943 17% [=========== ] 346/1943 17% [=========== ] 347/1943 17% [=========== ] 348/1943 17% [=========== ] 349/1943 17% [=========== ] 350/1943 18% [=========== ] 351/1943 18% [=========== ] 352/1943 18% [=========== ] 353/1943 18% [=========== ] 354/1943 18% [=========== ] 355/1943 18% [=========== ] 356/1943 18% [=========== ] 357/1943 18% [=========== ] 358/1943 18% [=========== ] 359/1943 18% [=========== ] 360/1943 18% [=========== ] 361/1943 18% [=========== ] 362/1943 18% [=========== ] 363/1943 18% [=========== ] 364/1943 18% [=========== ] 365/1943 18% [=========== ] 366/1943 18% [=========== ] 367/1943 18% [=========== ] 368/1943 18% [=========== ] 369/1943 18% [=========== ] 370/1943 19% [=========== ] 371/1943 19% [=========== ] 372/1943 19% [=========== ] 373/1943 19% [=========== ] 374/1943 19% [=========== ] 375/1943 19% [=========== ] 376/1943 19% [============ ] 377/1943 19% [============ ] 378/1943 19% [============ ] 379/1943 19% [============ ] 380/1943 19% [============ ] 381/1943 19% [============ ] 382/1943 19% [============ ] 383/1943 19% [============ ] 384/1943 19% [============ ] 385/1943 19% [============ ] 386/1943 19% [============ ] 387/1943 19% [============ ] 388/1943 19% [============ ] 389/1943 20% [============ ] 390/1943 20% [============ ] 391/1943 20% [============ ] 392/1943 20% [============ ] 393/1943 20% [============ ] 394/1943 20% [============ ] 395/1943 20% [============ ] 396/1943 20% [============ ] 397/1943 20% [============ ] 398/1943 20% [============ ] 399/1943 20% [============ ] 400/1943 20% [============ ] 401/1943 20% [============ ] 402/1943 20% [============ ] 403/1943 20% [============ ] 404/1943 20% [============ ] 405/1943 20% [============ ] 406/1943 20% [============ ] 407/1943 20% [============= ] 408/1943 20% [============= ] 409/1943 21% [============= ] 410/1943 21% [============= ] 411/1943 21% [============= ] 412/1943 21% [============= ] 413/1943 21% [============= ] 414/1943 21% [============= ] 415/1943 21% [============= ] 416/1943 21% [============= ] 417/1943 21% [============= ] 418/1943 21% [============= ] 419/1943 21% [============= ] 420/1943 21% [============= ] 421/1943 21% [============= ] 422/1943 21% [============= ] 423/1943 21% [============= ] 424/1943 21% [============= ] 425/1943 21% [============= ] 426/1943 21% [============= ] 427/1943 21% [============= ] 428/1943 22% [============= ] 429/1943 22% [============= ] 430/1943 22% [============= ] 431/1943 22% [============= ] 432/1943 22% [============= ] 433/1943 22% [============= ] 434/1943 22% [============= ] 435/1943 22% [============= ] 436/1943 22% [============= ] 437/1943 22% [============= ] 438/1943 22% [============== ] 439/1943 22% [============== ] 440/1943 22% [============== ] 441/1943 22% [============== ] 442/1943 22% [============== ] 443/1943 22% [============== ] 444/1943 22% [============== ] 445/1943 22% [============== ] 446/1943 22% [============== ] 447/1943 23% [============== ] 448/1943 23% [============== ] 449/1943 23% [============== ] 450/1943 23% [============== ] 451/1943 23% [============== ] 452/1943 23% [============== ] 453/1943 23% [============== ] 454/1943 23% [============== ] 455/1943 23% [============== ] 456/1943 23% [============== ] 457/1943 23% [============== ] 458/1943 23% [============== ] 459/1943 23% [============== ] 460/1943 23% [============== ] 461/1943 23% [============== ] 462/1943 23% [============== ] 463/1943 23% [============== ] 464/1943 23% [============== ] 465/1943 23% [============== ] 466/1943 23% [============== ] 467/1943 24% [============== ] 468/1943 24% [============== ] 469/1943 24% [============== ] 470/1943 24% [=============== ] 471/1943 24% [=============== ] 472/1943 24% [=============== ] 473/1943 24% [=============== ] 474/1943 24% [=============== ] 475/1943 24% [=============== ] 476/1943 24% [=============== ] 477/1943 24% [=============== ] 478/1943 24% [=============== ] 479/1943 24% [=============== ] 480/1943 24% [=============== ] 481/1943 24% [=============== ] 482/1943 24% [=============== ] 483/1943 24% [=============== ] 484/1943 24% [=============== ] 485/1943 24% [=============== ] 486/1943 25% [=============== ] 487/1943 25% [=============== ] 488/1943 25% [=============== ] 489/1943 25% [=============== ] 490/1943 25% [=============== ] 491/1943 25% [=============== ] 492/1943 25% [=============== ] 493/1943 25% [=============== ] 494/1943 25% [=============== ] 495/1943 25% [=============== ] 496/1943 25% [=============== ] 497/1943 25% [=============== ] 498/1943 25% [=============== ] 499/1943 25% [=============== ] 500/1943 25% [=============== ] 501/1943 25% [================ ] 502/1943 25% [================ ] 503/1943 25% [================ ] 504/1943 25% [================ ] 505/1943 25% [================ ] 506/1943 26% [================ ] 507/1943 26% [================ ] 508/1943 26% [================ ] 509/1943 26% [================ ] 510/1943 26% [================ ] 511/1943 26% [================ ] 512/1943 26% [================ ] 513/1943 26% [================ ] 514/1943 26% [================ ] 515/1943 26% [================ ] 516/1943 26% [================ ] 517/1943 26% [================ ] 518/1943 26% [================ ] 519/1943 26% [================ ] 520/1943 26% [================ ] 521/1943 26% [================ ] 522/1943 26% [================ ] 523/1943 26% [================ ] 524/1943 26% [================ ] 525/1943 27% [================ ] 526/1943 27% [================ ] 527/1943 27% [================ ] 528/1943 27% [================ ] 529/1943 27% [================ ] 530/1943 27% [================ ] 531/1943 27% [================ ] 532/1943 27% [================= ] 533/1943 27% [================= ] 534/1943 27% [================= ] 535/1943 27% [================= ] 536/1943 27% [================= ] 537/1943 27% [================= ] 538/1943 27% [================= ] 539/1943 27% [================= ] 540/1943 27% [================= ] 541/1943 27% [================= ] 542/1943 27% [================= ] 543/1943 27% [================= ] 544/1943 27% [================= ] 545/1943 28% [================= ] 546/1943 28% [================= ] 547/1943 28% [================= ] 548/1943 28% [================= ] 549/1943 28% [================= ] 550/1943 28% [================= ] 551/1943 28% [================= ] 552/1943 28% [================= ] 553/1943 28% [================= ] 554/1943 28% [================= ] 555/1943 28% [================= ] 556/1943 28% [================= ] 557/1943 28% [================= ] 558/1943 28% [================= ] 559/1943 28% [================= ] 560/1943 28% [================= ] 561/1943 28% [================= ] 562/1943 28% [================= ] 563/1943 28% [================= ] 564/1943 29% [================== ] 565/1943 29% [================== ] 566/1943 29% [================== ] 567/1943 29% [================== ] 568/1943 29% [================== ] 569/1943 29% [================== ] 570/1943 29% [================== ] 571/1943 29% [================== ] 572/1943 29% [================== ] 573/1943 29% [================== ] 574/1943 29% [================== ] 575/1943 29% [================== ] 576/1943 29% [================== ] 577/1943 29% [================== ] 578/1943 29% [================== ] 579/1943 29% [================== ] 580/1943 29% [================== ] 581/1943 29% [================== ] 582/1943 29% [================== ] 583/1943 30% [================== ] 584/1943 30% [================== ] 585/1943 30% [================== ] 586/1943 30% [================== ] 587/1943 30% [================== ] 588/1943 30% [================== ] 589/1943 30% [================== ] 590/1943 30% [================== ] 591/1943 30% [================== ] 592/1943 30% [================== ] 593/1943 30% [================== ] 594/1943 30% [================== ] 595/1943 30% [=================== ] 596/1943 30% [=================== ] 597/1943 30% [=================== ] 598/1943 30% [=================== ] 599/1943 30% [=================== ] 600/1943 30% [=================== ] 601/1943 30% [=================== ] 602/1943 30% [=================== ] 603/1943 31% [=================== ] 604/1943 31% [=================== ] 605/1943 31% [=================== ] 606/1943 31% [=================== ] 607/1943 31% [=================== ] 608/1943 31% [=================== ] 609/1943 31% [=================== ] 610/1943 31% [=================== ] 611/1943 31% [=================== ] 612/1943 31% [=================== ] 613/1943 31% [=================== ] 614/1943 31% [=================== ] 615/1943 31% [=================== ] 616/1943 31% [=================== ] 617/1943 31% [=================== ] 618/1943 31% [=================== ] 619/1943 31% [=================== ] 620/1943 31% [=================== ] 621/1943 31% [=================== ] 622/1943 32% [=================== ] 623/1943 32% [=================== ] 624/1943 32% [=================== ] 625/1943 32% [=================== ] 626/1943 32% [==================== ] 627/1943 32% [==================== ] 628/1943 32% [==================== ] 629/1943 32% [==================== ] 630/1943 32% [==================== ] 631/1943 32% [==================== ] 632/1943 32% [==================== ] 633/1943 32% [==================== ] 634/1943 32% [==================== ] 635/1943 32% [==================== ] 636/1943 32% [==================== ] 637/1943 32% [==================== ] 638/1943 32% [==================== ] 639/1943 32% [==================== ] 640/1943 32% [==================== ] 641/1943 32% [==================== ] 642/1943 33% [==================== ] 643/1943 33% [==================== ] 644/1943 33% [==================== ] 645/1943 33% [==================== ] 646/1943 33% [==================== ] 647/1943 33% [==================== ] 648/1943 33% [==================== ] 649/1943 33% [==================== ] 650/1943 33% [==================== ] 651/1943 33% [==================== ] 652/1943 33% [==================== ] 653/1943 33% [==================== ] 654/1943 33% [==================== ] 655/1943 33% [==================== ] 656/1943 33% [==================== ] 657/1943 33% [==================== ] 658/1943 33% [===================== ] 659/1943 33% [===================== ] 660/1943 33% [===================== ] 661/1943 34% [===================== ] 662/1943 34% [===================== ] 663/1943 34% [===================== ] 664/1943 34% [===================== ] 665/1943 34% [===================== ] 666/1943 34% [===================== ] 667/1943 34% [===================== ] 668/1943 34% [===================== ] 669/1943 34% [===================== ] 670/1943 34% [===================== ] 671/1943 34% [===================== ] 672/1943 34% [===================== ] 673/1943 34% [===================== ] 674/1943 34% [===================== ] 675/1943 34% [===================== ] 676/1943 34% [===================== ] 677/1943 34% [===================== ] 678/1943 34% [===================== ] 679/1943 34% [===================== ] 680/1943 34% [===================== ] 681/1943 35% [===================== ] 682/1943 35% [===================== ] 683/1943 35% [===================== ] 684/1943 35% [===================== ] 685/1943 35% [===================== ] 686/1943 35% [===================== ] 687/1943 35% [===================== ] 688/1943 35% [===================== ] 689/1943 35% [====================== ] 690/1943 35% [====================== ] 691/1943 35% [====================== ] 692/1943 35% [====================== ] 693/1943 35% [====================== ] 694/1943 35% [====================== ] 695/1943 35% [====================== ] 696/1943 35% [====================== ] 697/1943 35% [====================== ] 698/1943 35% [====================== ] 699/1943 35% [====================== ] 700/1943 36% [====================== ] 701/1943 36% [====================== ] 702/1943 36% [====================== ] 703/1943 36% [====================== ] 704/1943 36% [====================== ] 705/1943 36% [====================== ] 706/1943 36% [====================== ] 707/1943 36% [====================== ] 708/1943 36% [====================== ] 709/1943 36% [====================== ] 710/1943 36% [====================== ] 711/1943 36% [====================== ] 712/1943 36% [====================== ] 713/1943 36% [====================== ] 714/1943 36% [====================== ] 715/1943 36% [====================== ] 716/1943 36% [====================== ] 717/1943 36% [====================== ] 718/1943 36% [====================== ] 719/1943 37% [====================== ] 720/1943 37% [======================= ] 721/1943 37% [======================= ] 722/1943 37% [======================= ] 723/1943 37% [======================= ] 724/1943 37% [======================= ] 725/1943 37% [======================= ] 726/1943 37% [======================= ] 727/1943 37% [======================= ] 728/1943 37% [======================= ] 729/1943 37% [======================= ] 730/1943 37% [======================= ] 731/1943 37% [======================= ] 732/1943 37% [======================= ] 733/1943 37% [======================= ] 734/1943 37% [======================= ] 735/1943 37% [======================= ] 736/1943 37% [======================= ] 737/1943 37% [======================= ] 738/1943 37% [======================= ] 739/1943 38% [======================= ] 740/1943 38% [======================= ] 741/1943 38% [======================= ] 742/1943 38% [======================= ] 743/1943 38% [======================= ] 744/1943 38% [======================= ] 745/1943 38% [======================= ] 746/1943 38% [======================= ] 747/1943 38% [======================= ] 748/1943 38% [======================= ] 749/1943 38% [======================= ] 750/1943 38% [======================= ] 751/1943 38% [======================= ] 752/1943 38% [======================== ] 753/1943 38% [======================== ] 754/1943 38% [======================== ] 755/1943 38% [======================== ] 756/1943 38% [======================== ] 757/1943 38% [======================== ] 758/1943 39% [======================== ] 759/1943 39% [======================== ] 760/1943 39% [======================== ] 761/1943 39% [======================== ] 762/1943 39% [======================== ] 763/1943 39% [======================== ] 764/1943 39% [======================== ] 765/1943 39% [======================== ] 766/1943 39% [======================== ] 767/1943 39% [======================== ] 768/1943 39% [======================== ] 769/1943 39% [======================== ] 770/1943 39% [======================== ] 771/1943 39% [======================== ] 772/1943 39% [======================== ] 773/1943 39% [======================== ] 774/1943 39% [======================== ] 775/1943 39% [======================== ] 776/1943 39% [======================== ] 777/1943 39% [======================== ] 778/1943 40% [======================== ] 779/1943 40% [======================== ] 780/1943 40% [======================== ] 781/1943 40% [======================== ] 782/1943 40% [======================== ] 783/1943 40% [========================= ] 784/1943 40% [========================= ] 785/1943 40% [========================= ] 786/1943 40% [========================= ] 787/1943 40% [========================= ] 788/1943 40% [========================= ] 789/1943 40% [========================= ] 790/1943 40% [========================= ] 791/1943 40% [========================= ] 792/1943 40% [========================= ] 793/1943 40% [========================= ] 794/1943 40% [========================= ] 795/1943 40% [========================= ] 796/1943 40% [========================= ] 797/1943 41% [========================= ] 798/1943 41% [========================= ] 799/1943 41% [========================= ] 800/1943 41% [========================= ] 801/1943 41% [========================= ] 802/1943 41% [========================= ] 803/1943 41% [========================= ] 804/1943 41% [========================= ] 805/1943 41% [========================= ] 806/1943 41% [========================= ] 807/1943 41% [========================= ] 808/1943 41% [========================= ] 809/1943 41% [========================= ] 810/1943 41% [========================= ] 811/1943 41% [========================= ] 812/1943 41% [========================= ] 813/1943 41% [========================= ] 814/1943 41% [========================== ] 815/1943 41% [========================== ] 816/1943 41% [========================== ] 817/1943 42% [========================== ] 818/1943 42% [========================== ] 819/1943 42% [========================== ] 820/1943 42% [========================== ] 821/1943 42% [========================== ] 822/1943 42% [========================== ] 823/1943 42% [========================== ] 824/1943 42% [========================== ] 825/1943 42% [========================== ] 826/1943 42% [========================== ] 827/1943 42% [========================== ] 828/1943 42% [========================== ] 829/1943 42% [========================== ] 830/1943 42% [========================== ] 831/1943 42% [========================== ] 832/1943 42% [========================== ] 833/1943 42% [========================== ] 834/1943 42% [========================== ] 835/1943 42% [========================== ] 836/1943 43% [========================== ] 837/1943 43% [========================== ] 838/1943 43% [========================== ] 839/1943 43% [========================== ] 840/1943 43% [========================== ] 841/1943 43% [========================== ] 842/1943 43% [========================== ] 843/1943 43% [========================== ] 844/1943 43% [========================== ] 845/1943 43% [========================== ] 846/1943 43% [=========================== ] 847/1943 43% [=========================== ] 848/1943 43% [=========================== ] 849/1943 43% [=========================== ] 850/1943 43% [=========================== ] 851/1943 43% [=========================== ] 852/1943 43% [=========================== ] 853/1943 43% [=========================== ] 854/1943 43% [=========================== ] 855/1943 44% [=========================== ] 856/1943 44% [=========================== ] 857/1943 44% [=========================== ] 858/1943 44% [=========================== ] 859/1943 44% [=========================== ] 860/1943 44% [=========================== ] 861/1943 44% [=========================== ] 862/1943 44% [=========================== ] 863/1943 44% [=========================== ] 864/1943 44% [=========================== ] 865/1943 44% [=========================== ] 866/1943 44% [=========================== ] 867/1943 44% [=========================== ] 868/1943 44% [=========================== ] 869/1943 44% [=========================== ] 870/1943 44% [=========================== ] 871/1943 44% [=========================== ] 872/1943 44% [=========================== ] 873/1943 44% [=========================== ] 874/1943 44% [=========================== ] 875/1943 45% [=========================== ] 876/1943 45% [=========================== ] 877/1943 45% [============================ ] 878/1943 45% [============================ ] 879/1943 45% [============================ ] 880/1943 45% [============================ ] 881/1943 45% [============================ ] 882/1943 45% [============================ ] 883/1943 45% [============================ ] 884/1943 45% [============================ ] 885/1943 45% [============================ ] 886/1943 45% [============================ ] 887/1943 45% [============================ ] 888/1943 45% [============================ ] 889/1943 45% [============================ ] 890/1943 45% [============================ ] 891/1943 45% [============================ ] 892/1943 45% [============================ ] 893/1943 45% [============================ ] 894/1943 46% [============================ ] 895/1943 46% [============================ ] 896/1943 46% [============================ ] 897/1943 46% [============================ ] 898/1943 46% [============================ ] 899/1943 46% [============================ ] 900/1943 46% [============================ ] 901/1943 46% [============================ ] 902/1943 46% [============================ ] 903/1943 46% [============================ ] 904/1943 46% [============================ ] 905/1943 46% [============================ ] 906/1943 46% [============================ ] 907/1943 46% [============================ ] 908/1943 46% [============================= ] 909/1943 46% [============================= ] 910/1943 46% [============================= ] 911/1943 46% [============================= ] 912/1943 46% [============================= ] 913/1943 46% [============================= ] 914/1943 47% [============================= ] 915/1943 47% [============================= ] 916/1943 47% [============================= ] 917/1943 47% [============================= ] 918/1943 47% [============================= ] 919/1943 47% [============================= ] 920/1943 47% [============================= ] 921/1943 47% [============================= ] 922/1943 47% [============================= ] 923/1943 47% [============================= ] 924/1943 47% [============================= ] 925/1943 47% [============================= ] 926/1943 47% [============================= ] 927/1943 47% [============================= ] 928/1943 47% [============================= ] 929/1943 47% [============================= ] 930/1943 47% [============================= ] 931/1943 47% [============================= ] 932/1943 47% [============================= ] 933/1943 48% [============================= ] 934/1943 48% [============================= ] 935/1943 48% [============================= ] 936/1943 48% [============================= ] 937/1943 48% [============================= ] 938/1943 48% [============================= ] 939/1943 48% [============================= ] 940/1943 48% [============================== ] 941/1943 48% [============================== ] 942/1943 48% [============================== ] 943/1943 48% [============================== ] 944/1943 48% [============================== ] 945/1943 48% [============================== ] 946/1943 48% [============================== ] 947/1943 48% [============================== ] 948/1943 48% [============================== ] 949/1943 48% [============================== ] 950/1943 48% [============================== ] 951/1943 48% [============================== ] 952/1943 48% [============================== ] 953/1943 49% [============================== ] 954/1943 49% [============================== ] 955/1943 49% [============================== ] 956/1943 49% [============================== ] 957/1943 49% [============================== ] 958/1943 49% [============================== ] 959/1943 49% [============================== ] 960/1943 49% [============================== ] 961/1943 49% [============================== ] 962/1943 49% [============================== ] 963/1943 49% [============================== ] 964/1943 49% [============================== ] 965/1943 49% [============================== ] 966/1943 49% [============================== ] 967/1943 49% [============================== ] 968/1943 49% [============================== ] 969/1943 49% [============================== ] 970/1943 49% [============================== ] 971/1943 49% [=============================== ] 972/1943 50% [=============================== ] 973/1943 50% [=============================== ] 974/1943 50% [=============================== ] 975/1943 50% [=============================== ] 976/1943 50% [=============================== ] 977/1943 50% [=============================== ] 978/1943 50% [=============================== ] 979/1943 50% [=============================== ] 980/1943 50% [=============================== ] 981/1943 50% [=============================== ] 982/1943 50% [=============================== ] 983/1943 50% [=============================== ] 984/1943 50% [=============================== ] 985/1943 50% [=============================== ] 986/1943 50% [=============================== ] 987/1943 50% [=============================== ] 988/1943 50% [=============================== ] 989/1943 50% [=============================== ] 990/1943 50% [=============================== ] 991/1943 51% [=============================== ] 992/1943 51% [=============================== ] 993/1943 51% [=============================== ] 994/1943 51% [=============================== ] 995/1943 51% [=============================== ] 996/1943 51% [=============================== ] 997/1943 51% [=============================== ] 998/1943 51% [=============================== ] 999/1943 51% [=============================== ] 1000/1943 51% [=============================== ] 1001/1943 51% [=============================== ] 1002/1943 51% [================================ ] 1003/1943 51% [================================ ] 1004/1943 51% [================================ ] 1005/1943 51% [================================ ] 1006/1943 51% [================================ ] 1007/1943 51% [================================ ] 1008/1943 51% [================================ ] 1009/1943 51% [================================ ] 1010/1943 51% [================================ ] 1011/1943 52% [================================ ] 1012/1943 52% [================================ ] 1013/1943 52% [================================ ] 1014/1943 52% [================================ ] 1015/1943 52% [================================ ] 1016/1943 52% [================================ ] 1017/1943 52% [================================ ] 1018/1943 52% [================================ ] 1019/1943 52% [================================ ] 1020/1943 52% [================================ ] 1021/1943 52% [================================ ] 1022/1943 52% [================================ ] 1023/1943 52% [================================ ] 1024/1943 52% [================================ ] 1025/1943 52% [================================ ] 1026/1943 52% [================================ ] 1027/1943 52% [================================ ] 1028/1943 52% [================================ ] 1029/1943 52% [================================ ] 1030/1943 53% [================================ ] 1031/1943 53% [================================ ] 1032/1943 53% [================================ ] 1033/1943 53% [================================ ] 1034/1943 53% [================================= ] 1035/1943 53% [================================= ] 1036/1943 53% [================================= ] 1037/1943 53% [================================= ] 1038/1943 53% [================================= ] 1039/1943 53% [================================= ] 1040/1943 53% [================================= ] 1041/1943 53% [================================= ] 1042/1943 53% [================================= ] 1043/1943 53% [================================= ] 1044/1943 53% [================================= ] 1045/1943 53% [================================= ] 1046/1943 53% [================================= ] 1047/1943 53% [================================= ] 1048/1943 53% [================================= ] 1049/1943 53% [================================= ] 1050/1943 54% [================================= ] 1051/1943 54% [================================= ] 1052/1943 54% [================================= ] 1053/1943 54% [================================= ] 1054/1943 54% [================================= ] 1055/1943 54% [================================= ] 1056/1943 54% [================================= ] 1057/1943 54% [================================= ] 1058/1943 54% [================================= ] 1059/1943 54% [================================= ] 1060/1943 54% [================================= ] 1061/1943 54% [================================= ] 1062/1943 54% [================================= ] 1063/1943 54% [================================= ] 1064/1943 54% [================================= ] 1065/1943 54% [================================== ] 1066/1943 54% [================================== ] 1067/1943 54% [================================== ] 1068/1943 54% [================================== ] 1069/1943 55% [================================== ] 1070/1943 55% [================================== ] 1071/1943 55% [================================== ] 1072/1943 55% [================================== ] 1073/1943 55% [================================== ] 1074/1943 55% [================================== ] 1075/1943 55% [================================== ] 1076/1943 55% [================================== ] 1077/1943 55% [================================== ] 1078/1943 55% [================================== ] 1079/1943 55% [================================== ] 1080/1943 55% [================================== ] 1081/1943 55% [================================== ] 1082/1943 55% [================================== ] 1083/1943 55% [================================== ] 1084/1943 55% [================================== ] 1085/1943 55% [================================== ] 1086/1943 55% [================================== ] 1087/1943 55% [================================== ] 1088/1943 55% [================================== ] 1089/1943 56% [================================== ] 1090/1943 56% [================================== ] 1091/1943 56% [================================== ] 1092/1943 56% [================================== ] 1093/1943 56% [================================== ] 1094/1943 56% [================================== ] 1095/1943 56% [================================== ] 1096/1943 56% [=================================== ] 1097/1943 56% [=================================== ] 1098/1943 56% [=================================== ] 1099/1943 56% [=================================== ] 1100/1943 56% [=================================== ] 1101/1943 56% [=================================== ] 1102/1943 56% [=================================== ] 1103/1943 56% [=================================== ] 1104/1943 56% [=================================== ] 1105/1943 56% [=================================== ] 1106/1943 56% [=================================== ] 1107/1943 56% [=================================== ] 1108/1943 57% [=================================== ] 1109/1943 57% [=================================== ] 1110/1943 57% [=================================== ] 1111/1943 57% [=================================== ] 1112/1943 57% [=================================== ] 1113/1943 57% [=================================== ] 1114/1943 57% [=================================== ] 1115/1943 57% [=================================== ] 1116/1943 57% [=================================== ] 1117/1943 57% [=================================== ] 1118/1943 57% [=================================== ] 1119/1943 57% [=================================== ] 1120/1943 57% [=================================== ] 1121/1943 57% [=================================== ] 1122/1943 57% [=================================== ] 1123/1943 57% [=================================== ] 1124/1943 57% [=================================== ] 1125/1943 57% [=================================== ] 1126/1943 57% [=================================== ] 1127/1943 58% [=================================== ] 1128/1943 58% [==================================== ] 1129/1943 58% [==================================== ] 1130/1943 58% [==================================== ] 1131/1943 58% [==================================== ] 1132/1943 58% [==================================== ] 1133/1943 58% [==================================== ] 1134/1943 58% [==================================== ] 1135/1943 58% [==================================== ] 1136/1943 58% [==================================== ] 1137/1943 58% [==================================== ] 1138/1943 58% [==================================== ] 1139/1943 58% [==================================== ] 1140/1943 58% [==================================== ] 1141/1943 58% [==================================== ] 1142/1943 58% [==================================== ] 1143/1943 58% [==================================== ] 1144/1943 58% [==================================== ] 1145/1943 58% [==================================== ] 1146/1943 58% [==================================== ] 1147/1943 59% [==================================== ] 1148/1943 59% [==================================== ] 1149/1943 59% [==================================== ] 1150/1943 59% [==================================== ] 1151/1943 59% [==================================== ] 1152/1943 59% [==================================== ] 1153/1943 59% [==================================== ] 1154/1943 59% [==================================== ] 1155/1943 59% [==================================== ] 1156/1943 59% [==================================== ] 1157/1943 59% [==================================== ] 1158/1943 59% [==================================== ] 1159/1943 59% [===================================== ] 1160/1943 59% [===================================== ] 1161/1943 59% [===================================== ] 1162/1943 59% [===================================== ] 1163/1943 59% [===================================== ] 1164/1943 59% [===================================== ] 1165/1943 59% [===================================== ] 1166/1943 60% [===================================== ] 1167/1943 60% [===================================== ] 1168/1943 60% [===================================== ] 1169/1943 60% [===================================== ] 1170/1943 60% [===================================== ] 1171/1943 60% [===================================== ] 1172/1943 60% [===================================== ] 1173/1943 60% [===================================== ] 1174/1943 60% [===================================== ] 1175/1943 60% [===================================== ] 1176/1943 60% [===================================== ] 1177/1943 60% [===================================== ] 1178/1943 60% [===================================== ] 1179/1943 60% [===================================== ] 1180/1943 60% [===================================== ] 1181/1943 60% [===================================== ] 1182/1943 60% [===================================== ] 1183/1943 60% [===================================== ] 1184/1943 60% [===================================== ] 1185/1943 60% [===================================== ] 1186/1943 61% [===================================== ] 1187/1943 61% [===================================== ] 1188/1943 61% [===================================== ] 1189/1943 61% [===================================== ] 1190/1943 61% [====================================== ] 1191/1943 61% [====================================== ] 1192/1943 61% [====================================== ] 1193/1943 61% [====================================== ] 1194/1943 61% [====================================== ] 1195/1943 61% [====================================== ] 1196/1943 61% [====================================== ] 1197/1943 61% [====================================== ] 1198/1943 61% [====================================== ] 1199/1943 61% [====================================== ] 1200/1943 61% [====================================== ] 1201/1943 61% [====================================== ] 1202/1943 61% [====================================== ] 1203/1943 61% [====================================== ] 1204/1943 61% [====================================== ] 1205/1943 62% [====================================== ] 1206/1943 62% [====================================== ] 1207/1943 62% [====================================== ] 1208/1943 62% [====================================== ] 1209/1943 62% [====================================== ] 1210/1943 62% [====================================== ] 1211/1943 62% [====================================== ] 1212/1943 62% [====================================== ] 1213/1943 62% [====================================== ] 1214/1943 62% [====================================== ] 1215/1943 62% [====================================== ] 1216/1943 62% [====================================== ] 1217/1943 62% [====================================== ] 1218/1943 62% [====================================== ] 1219/1943 62% [====================================== ] 1220/1943 62% [====================================== ] 1221/1943 62% [====================================== ] 1222/1943 62% [======================================= ] 1223/1943 62% [======================================= ] 1224/1943 62% [======================================= ] 1225/1943 63% [======================================= ] 1226/1943 63% [======================================= ] 1227/1943 63% [======================================= ] 1228/1943 63% [======================================= ] 1229/1943 63% [======================================= ] 1230/1943 63% [======================================= ] 1231/1943 63% [======================================= ] 1232/1943 63% [======================================= ] 1233/1943 63% [======================================= ] 1234/1943 63% [======================================= ] 1235/1943 63% [======================================= ] 1236/1943 63% [======================================= ] 1237/1943 63% [======================================= ] 1238/1943 63% [======================================= ] 1239/1943 63% [======================================= ] 1240/1943 63% [======================================= ] 1241/1943 63% [======================================= ] 1242/1943 63% [======================================= ] 1243/1943 63% [======================================= ] 1244/1943 64% [======================================= ] 1245/1943 64% [======================================= ] 1246/1943 64% [======================================= ] 1247/1943 64% [======================================= ] 1248/1943 64% [======================================= ] 1249/1943 64% [======================================= ] 1250/1943 64% [======================================= ] 1251/1943 64% [======================================= ] 1252/1943 64% [======================================= ] 1253/1943 64% [======================================== ] 1254/1943 64% [======================================== ] 1255/1943 64% [======================================== ] 1256/1943 64% [======================================== ] 1257/1943 64% [======================================== ] 1258/1943 64% [======================================== ] 1259/1943 64% [======================================== ] 1260/1943 64% [======================================== ] 1261/1943 64% [======================================== ] 1262/1943 64% [======================================== ] 1263/1943 65% [======================================== ] 1264/1943 65% [======================================== ] 1265/1943 65% [======================================== ] 1266/1943 65% [======================================== ] 1267/1943 65% [======================================== ] 1268/1943 65% [======================================== ] 1269/1943 65% [======================================== ] 1270/1943 65% [======================================== ] 1271/1943 65% [======================================== ] 1272/1943 65% [======================================== ] 1273/1943 65% [======================================== ] 1274/1943 65% [======================================== ] 1275/1943 65% [======================================== ] 1276/1943 65% [======================================== ] 1277/1943 65% [======================================== ] 1278/1943 65% [======================================== ] 1279/1943 65% [======================================== ] 1280/1943 65% [======================================== ] 1281/1943 65% [======================================== ] 1282/1943 65% [======================================== ] 1283/1943 66% [======================================== ] 1284/1943 66% [========================================= ] 1285/1943 66% [========================================= ] 1286/1943 66% [========================================= ] 1287/1943 66% [========================================= ] 1288/1943 66% [========================================= ] 1289/1943 66% [========================================= ] 1290/1943 66% [========================================= ] 1291/1943 66% [========================================= ] 1292/1943 66% [========================================= ] 1293/1943 66% [========================================= ] 1294/1943 66% [========================================= ] 1295/1943 66% [========================================= ] 1296/1943 66% [========================================= ] 1297/1943 66% [========================================= ] 1298/1943 66% [========================================= ] 1299/1943 66% [========================================= ] 1300/1943 66% [========================================= ] 1301/1943 66% [========================================= ] 1302/1943 67% [========================================= ] 1303/1943 67% [========================================= ] 1304/1943 67% [========================================= ] 1305/1943 67% [========================================= ] 1306/1943 67% [========================================= ] 1307/1943 67% [========================================= ] 1308/1943 67% [========================================= ] 1309/1943 67% [========================================= ] 1310/1943 67% [========================================= ] 1311/1943 67% [========================================= ] 1312/1943 67% [========================================= ] 1313/1943 67% [========================================= ] 1314/1943 67% [========================================= ] 1315/1943 67% [========================================= ] 1316/1943 67% [========================================== ] 1317/1943 67% [========================================== ] 1318/1943 67% [========================================== ] 1319/1943 67% [========================================== ] 1320/1943 67% [========================================== ] 1321/1943 67% [========================================== ] 1322/1943 68% [========================================== ] 1323/1943 68% [========================================== ] 1324/1943 68% [========================================== ] 1325/1943 68% [========================================== ] 1326/1943 68% [========================================== ] 1327/1943 68% [========================================== ] 1328/1943 68% [========================================== ] 1329/1943 68% [========================================== ] 1330/1943 68% [========================================== ] 1331/1943 68% [========================================== ] 1332/1943 68% [========================================== ] 1333/1943 68% [========================================== ] 1334/1943 68% [========================================== ] 1335/1943 68% [========================================== ] 1336/1943 68% [========================================== ] 1337/1943 68% [========================================== ] 1338/1943 68% [========================================== ] 1339/1943 68% [========================================== ] 1340/1943 68% [========================================== ] 1341/1943 69% [========================================== ] 1342/1943 69% [========================================== ] 1343/1943 69% [========================================== ] 1344/1943 69% [========================================== ] 1345/1943 69% [========================================== ] 1346/1943 69% [========================================== ] 1347/1943 69% [=========================================== ] 1348/1943 69% [=========================================== ] 1349/1943 69% [=========================================== ] 1350/1943 69% [=========================================== ] 1351/1943 69% [=========================================== ] 1352/1943 69% [=========================================== ] 1353/1943 69% [=========================================== ] 1354/1943 69% [=========================================== ] 1355/1943 69% [=========================================== ] 1356/1943 69% [=========================================== ] 1357/1943 69% [=========================================== ] 1358/1943 69% [=========================================== ] 1359/1943 69% [=========================================== ] 1360/1943 69% [=========================================== ] 1361/1943 70% [=========================================== ] 1362/1943 70% [=========================================== ] 1363/1943 70% [=========================================== ] 1364/1943 70% [=========================================== ] 1365/1943 70% [=========================================== ] 1366/1943 70% [=========================================== ] 1367/1943 70% [=========================================== ] 1368/1943 70% [=========================================== ] 1369/1943 70% [=========================================== ] 1370/1943 70% [=========================================== ] 1371/1943 70% [=========================================== ] 1372/1943 70% [=========================================== ] 1373/1943 70% [=========================================== ] 1374/1943 70% [=========================================== ] 1375/1943 70% [=========================================== ] 1376/1943 70% [=========================================== ] 1377/1943 70% [=========================================== ] 1378/1943 70% [============================================ ] 1379/1943 70% [============================================ ] 1380/1943 71% [============================================ ] 1381/1943 71% [============================================ ] 1382/1943 71% [============================================ ] 1383/1943 71% [============================================ ] 1384/1943 71% [============================================ ] 1385/1943 71% [============================================ ] 1386/1943 71% [============================================ ] 1387/1943 71% [============================================ ] 1388/1943 71% [============================================ ] 1389/1943 71% [============================================ ] 1390/1943 71% [============================================ ] 1391/1943 71% [============================================ ] 1392/1943 71% [============================================ ] 1393/1943 71% [============================================ ] 1394/1943 71% [============================================ ] 1395/1943 71% [============================================ ] 1396/1943 71% [============================================ ] 1397/1943 71% [============================================ ] 1398/1943 71% [============================================ ] 1399/1943 72% [============================================ ] 1400/1943 72% [============================================ ] 1401/1943 72% [============================================ ] 1402/1943 72% [============================================ ] 1403/1943 72% [============================================ ] 1404/1943 72% [============================================ ] 1405/1943 72% [============================================ ] 1406/1943 72% [============================================ ] 1407/1943 72% [============================================ ] 1408/1943 72% [============================================ ] 1409/1943 72% [============================================ ] 1410/1943 72% [============================================= ] 1411/1943 72% [============================================= ] 1412/1943 72% [============================================= ] 1413/1943 72% [============================================= ] 1414/1943 72% [============================================= ] 1415/1943 72% [============================================= ] 1416/1943 72% [============================================= ] 1417/1943 72% [============================================= ] 1418/1943 72% [============================================= ] 1419/1943 73% [============================================= ] 1420/1943 73% [============================================= ] 1421/1943 73% [============================================= ] 1422/1943 73% [============================================= ] 1423/1943 73% [============================================= ] 1424/1943 73% [============================================= ] 1425/1943 73% [============================================= ] 1426/1943 73% [============================================= ] 1427/1943 73% [============================================= ] 1428/1943 73% [============================================= ] 1429/1943 73% [============================================= ] 1430/1943 73% [============================================= ] 1431/1943 73% [============================================= ] 1432/1943 73% [============================================= ] 1433/1943 73% [============================================= ] 1434/1943 73% [============================================= ] 1435/1943 73% [============================================= ] 1436/1943 73% [============================================= ] 1437/1943 73% [============================================= ] 1438/1943 74% [============================================= ] 1439/1943 74% [============================================= ] 1440/1943 74% [============================================= ] 1441/1943 74% [============================================== ] 1442/1943 74% [============================================== ] 1443/1943 74% [============================================== ] 1444/1943 74% [============================================== ] 1445/1943 74% [============================================== ] 1446/1943 74% [============================================== ] 1447/1943 74% [============================================== ] 1448/1943 74% [============================================== ] 1449/1943 74% [============================================== ] 1450/1943 74% [============================================== ] 1451/1943 74% [============================================== ] 1452/1943 74% [============================================== ] 1453/1943 74% [============================================== ] 1454/1943 74% [============================================== ] 1455/1943 74% [============================================== ] 1456/1943 74% [============================================== ] 1457/1943 74% [============================================== ] 1458/1943 75% [============================================== ] 1459/1943 75% [============================================== ] 1460/1943 75% [============================================== ] 1461/1943 75% [============================================== ] 1462/1943 75% [============================================== ] 1463/1943 75% [============================================== ] 1464/1943 75% [============================================== ] 1465/1943 75% [============================================== ] 1466/1943 75% [============================================== ] 1467/1943 75% [============================================== ] 1468/1943 75% [============================================== ] 1469/1943 75% [============================================== ] 1470/1943 75% [============================================== ] 1471/1943 75% [============================================== ] 1472/1943 75% [=============================================== ] 1473/1943 75% [=============================================== ] 1474/1943 75% [=============================================== ] 1475/1943 75% [=============================================== ] 1476/1943 75% [=============================================== ] 1477/1943 76% [=============================================== ] 1478/1943 76% [=============================================== ] 1479/1943 76% [=============================================== ] 1480/1943 76% [=============================================== ] 1481/1943 76% [=============================================== ] 1482/1943 76% [=============================================== ] 1483/1943 76% [=============================================== ] 1484/1943 76% [=============================================== ] 1485/1943 76% [=============================================== ] 1486/1943 76% [=============================================== ] 1487/1943 76% [=============================================== ] 1488/1943 76% [=============================================== ] 1489/1943 76% [=============================================== ] 1490/1943 76% [=============================================== ] 1491/1943 76% [=============================================== ] 1492/1943 76% [=============================================== ] 1493/1943 76% [=============================================== ] 1494/1943 76% [=============================================== ] 1495/1943 76% [=============================================== ] 1496/1943 76% [=============================================== ] 1497/1943 77% [=============================================== ] 1498/1943 77% [=============================================== ] 1499/1943 77% [=============================================== ] 1500/1943 77% [=============================================== ] 1501/1943 77% [=============================================== ] 1502/1943 77% [=============================================== ] 1503/1943 77% [=============================================== ] 1504/1943 77% [================================================ ] 1505/1943 77% [================================================ ] 1506/1943 77% [================================================ ] 1507/1943 77% [================================================ ] 1508/1943 77% [================================================ ] 1509/1943 77% [================================================ ] 1510/1943 77% [================================================ ] 1511/1943 77% [================================================ ] 1512/1943 77% [================================================ ] 1513/1943 77% [================================================ ] 1514/1943 77% [================================================ ] 1515/1943 77% [================================================ ] 1516/1943 78% [================================================ ] 1517/1943 78% [================================================ ] 1518/1943 78% [================================================ ] 1519/1943 78% [================================================ ] 1520/1943 78% [================================================ ] 1521/1943 78% [================================================ ] 1522/1943 78% [================================================ ] 1523/1943 78% [================================================ ] 1524/1943 78% [================================================ ] 1525/1943 78% [================================================ ] 1526/1943 78% [================================================ ] 1527/1943 78% [================================================ ] 1528/1943 78% [================================================ ] 1529/1943 78% [================================================ ] 1530/1943 78% [================================================ ] 1531/1943 78% [================================================ ] 1532/1943 78% [================================================ ] 1533/1943 78% [================================================ ] 1534/1943 78% [================================================ ] 1535/1943 79% [================================================= ] 1536/1943 79% [================================================= ] 1537/1943 79% [================================================= ] 1538/1943 79% [================================================= ] 1539/1943 79% [================================================= ] 1540/1943 79% [================================================= ] 1541/1943 79% [================================================= ] 1542/1943 79% [================================================= ] 1543/1943 79% [================================================= ] 1544/1943 79% [================================================= ] 1545/1943 79% [================================================= ] 1546/1943 79% [================================================= ] 1547/1943 79% [================================================= ] 1548/1943 79% [================================================= ] 1549/1943 79% [================================================= ] 1550/1943 79% [================================================= ] 1551/1943 79% [================================================= ] 1552/1943 79% [================================================= ] 1553/1943 79% [================================================= ] 1554/1943 79% [================================================= ] 1555/1943 80% [================================================= ] 1556/1943 80% [================================================= ] 1557/1943 80% [================================================= ] 1558/1943 80% [================================================= ] 1559/1943 80% [================================================= ] 1560/1943 80% [================================================= ] 1561/1943 80% [================================================= ] 1562/1943 80% [================================================= ] 1563/1943 80% [================================================= ] 1564/1943 80% [================================================= ] 1565/1943 80% [================================================= ] 1566/1943 80% [================================================== ] 1567/1943 80% [================================================== ] 1568/1943 80% [================================================== ] 1569/1943 80% [================================================== ] 1570/1943 80% [================================================== ] 1571/1943 80% [================================================== ] 1572/1943 80% [================================================== ] 1573/1943 80% [================================================== ] 1574/1943 81% [================================================== ] 1575/1943 81% [================================================== ] 1576/1943 81% [================================================== ] 1577/1943 81% [================================================== ] 1578/1943 81% [================================================== ] 1579/1943 81% [================================================== ] 1580/1943 81% [================================================== ] 1581/1943 81% [================================================== ] 1582/1943 81% [================================================== ] 1583/1943 81% [================================================== ] 1584/1943 81% [================================================== ] 1585/1943 81% [================================================== ] 1586/1943 81% [================================================== ] 1587/1943 81% [================================================== ] 1588/1943 81% [================================================== ] 1589/1943 81% [================================================== ] 1590/1943 81% [================================================== ] 1591/1943 81% [================================================== ] 1592/1943 81% [================================================== ] 1593/1943 81% [================================================== ] 1594/1943 82% [================================================== ] 1595/1943 82% [================================================== ] 1596/1943 82% [================================================== ] 1597/1943 82% [================================================== ] 1598/1943 82% [=================================================== ] 1599/1943 82% [=================================================== ] 1600/1943 82% [=================================================== ] 1601/1943 82% [=================================================== ] 1602/1943 82% [=================================================== ] 1603/1943 82% [=================================================== ] 1604/1943 82% [=================================================== ] 1605/1943 82% [=================================================== ] 1606/1943 82% [=================================================== ] 1607/1943 82% [=================================================== ] 1608/1943 82% [=================================================== ] 1609/1943 82% [=================================================== ] 1610/1943 82% [=================================================== ] 1611/1943 82% [=================================================== ] 1612/1943 82% [=================================================== ] 1613/1943 83% [=================================================== ] 1614/1943 83% [=================================================== ] 1615/1943 83% [=================================================== ] 1616/1943 83% [=================================================== ] 1617/1943 83% [=================================================== ] 1618/1943 83% [=================================================== ] 1619/1943 83% [=================================================== ] 1620/1943 83% [=================================================== ] 1621/1943 83% [=================================================== ] 1622/1943 83% [=================================================== ] 1623/1943 83% [=================================================== ] 1624/1943 83% [=================================================== ] 1625/1943 83% [=================================================== ] 1626/1943 83% [=================================================== ] 1627/1943 83% [=================================================== ] 1628/1943 83% [=================================================== ] 1629/1943 83% [==================================================== ] 1630/1943 83% [==================================================== ] 1631/1943 83% [==================================================== ] 1632/1943 83% [==================================================== ] 1633/1943 84% [==================================================== ] 1634/1943 84% [==================================================== ] 1635/1943 84% [==================================================== ] 1636/1943 84% [==================================================== ] 1637/1943 84% [==================================================== ] 1638/1943 84% [==================================================== ] 1639/1943 84% [==================================================== ] 1640/1943 84% [==================================================== ] 1641/1943 84% [==================================================== ] 1642/1943 84% [==================================================== ] 1643/1943 84% [==================================================== ] 1644/1943 84% [==================================================== ] 1645/1943 84% [==================================================== ] 1646/1943 84% [==================================================== ] 1647/1943 84% [==================================================== ] 1648/1943 84% [==================================================== ] 1649/1943 84% [==================================================== ] 1650/1943 84% [==================================================== ] 1651/1943 84% [==================================================== ] 1652/1943 85% [==================================================== ] 1653/1943 85% [==================================================== ] 1654/1943 85% [==================================================== ] 1655/1943 85% [==================================================== ] 1656/1943 85% [==================================================== ] 1657/1943 85% [==================================================== ] 1658/1943 85% [==================================================== ] 1659/1943 85% [==================================================== ] 1660/1943 85% [===================================================== ] 1661/1943 85% [===================================================== ] 1662/1943 85% [===================================================== ] 1663/1943 85% [===================================================== ] 1664/1943 85% [===================================================== ] 1665/1943 85% [===================================================== ] 1666/1943 85% [===================================================== ] 1667/1943 85% [===================================================== ] 1668/1943 85% [===================================================== ] 1669/1943 85% [===================================================== ] 1670/1943 85% [===================================================== ] 1671/1943 86% [===================================================== ] 1672/1943 86% [===================================================== ] 1673/1943 86% [===================================================== ] 1674/1943 86% [===================================================== ] 1675/1943 86% [===================================================== ] 1676/1943 86% [===================================================== ] 1677/1943 86% [===================================================== ] 1678/1943 86% [===================================================== ] 1679/1943 86% [===================================================== ] 1680/1943 86% [===================================================== ] 1681/1943 86% [===================================================== ] 1682/1943 86% [===================================================== ] 1683/1943 86% [===================================================== ] 1684/1943 86% [===================================================== ] 1685/1943 86% [===================================================== ] 1686/1943 86% [===================================================== ] 1687/1943 86% [===================================================== ] 1688/1943 86% [===================================================== ] 1689/1943 86% [===================================================== ] 1690/1943 86% [===================================================== ] 1691/1943 87% [===================================================== ] 1692/1943 87% [====================================================== ] 1693/1943 87% [====================================================== ] 1694/1943 87% [====================================================== ] 1695/1943 87% [====================================================== ] 1696/1943 87% [====================================================== ] 1697/1943 87% [====================================================== ] 1698/1943 87% [====================================================== ] 1699/1943 87% [====================================================== ] 1700/1943 87% [====================================================== ] 1701/1943 87% [====================================================== ] 1702/1943 87% [====================================================== ] 1703/1943 87% [====================================================== ] 1704/1943 87% [====================================================== ] 1705/1943 87% [====================================================== ] 1706/1943 87% [====================================================== ] 1707/1943 87% [====================================================== ] 1708/1943 87% [====================================================== ] 1709/1943 87% [====================================================== ] 1710/1943 88% [====================================================== ] 1711/1943 88% [====================================================== ] 1712/1943 88% [====================================================== ] 1713/1943 88% [====================================================== ] 1714/1943 88% [====================================================== ] 1715/1943 88% [====================================================== ] 1716/1943 88% [====================================================== ] 1717/1943 88% [====================================================== ] 1718/1943 88% [====================================================== ] 1719/1943 88% [====================================================== ] 1720/1943 88% [====================================================== ] 1721/1943 88% [====================================================== ] 1722/1943 88% [====================================================== ] 1723/1943 88% [======================================================= ] 1724/1943 88% [======================================================= ] 1725/1943 88% [======================================================= ] 1726/1943 88% [======================================================= ] 1727/1943 88% [======================================================= ] 1728/1943 88% [======================================================= ] 1729/1943 88% [======================================================= ] 1730/1943 89% [======================================================= ] 1731/1943 89% [======================================================= ] 1732/1943 89% [======================================================= ] 1733/1943 89% [======================================================= ] 1734/1943 89% [======================================================= ] 1735/1943 89% [======================================================= ] 1736/1943 89% [======================================================= ] 1737/1943 89% [======================================================= ] 1738/1943 89% [======================================================= ] 1739/1943 89% [======================================================= ] 1740/1943 89% [======================================================= ] 1741/1943 89% [======================================================= ] 1742/1943 89% [======================================================= ] 1743/1943 89% [======================================================= ] 1744/1943 89% [======================================================= ] 1745/1943 89% [======================================================= ] 1746/1943 89% [======================================================= ] 1747/1943 89% [======================================================= ] 1748/1943 89% [======================================================= ] 1749/1943 90% [======================================================= ] 1750/1943 90% [======================================================= ] 1751/1943 90% [======================================================= ] 1752/1943 90% [======================================================= ] 1753/1943 90% [======================================================= ] 1754/1943 90% [======================================================== ] 1755/1943 90% [======================================================== ] 1756/1943 90% [======================================================== ] 1757/1943 90% [======================================================== ] 1758/1943 90% [======================================================== ] 1759/1943 90% [======================================================== ] 1760/1943 90% [======================================================== ] 1761/1943 90% [======================================================== ] 1762/1943 90% [======================================================== ] 1763/1943 90% [======================================================== ] 1764/1943 90% [======================================================== ] 1765/1943 90% [======================================================== ] 1766/1943 90% [======================================================== ] 1767/1943 90% [======================================================== ] 1768/1943 90% [======================================================== ] 1769/1943 91% [======================================================== ] 1770/1943 91% [======================================================== ] 1771/1943 91% [======================================================== ] 1772/1943 91% [======================================================== ] 1773/1943 91% [======================================================== ] 1774/1943 91% [======================================================== ] 1775/1943 91% [======================================================== ] 1776/1943 91% [======================================================== ] 1777/1943 91% [======================================================== ] 1778/1943 91% [======================================================== ] 1779/1943 91% [======================================================== ] 1780/1943 91% [======================================================== ] 1781/1943 91% [======================================================== ] 1782/1943 91% [======================================================== ] 1783/1943 91% [======================================================== ] 1784/1943 91% [======================================================== ] 1785/1943 91% [======================================================== ] 1786/1943 91% [========================================================= ] 1787/1943 91% [========================================================= ] 1788/1943 92% [========================================================= ] 1789/1943 92% [========================================================= ] 1790/1943 92% [========================================================= ] 1791/1943 92% [========================================================= ] 1792/1943 92% [========================================================= ] 1793/1943 92% [========================================================= ] 1794/1943 92% [========================================================= ] 1795/1943 92% [========================================================= ] 1796/1943 92% [========================================================= ] 1797/1943 92% [========================================================= ] 1798/1943 92% [========================================================= ] 1799/1943 92% [========================================================= ] 1800/1943 92% [========================================================= ] 1801/1943 92% [========================================================= ] 1802/1943 92% [========================================================= ] 1803/1943 92% [========================================================= ] 1804/1943 92% [========================================================= ] 1805/1943 92% [========================================================= ] 1806/1943 92% [========================================================= ] 1807/1943 93% [========================================================= ] 1808/1943 93% [========================================================= ] 1809/1943 93% [========================================================= ] 1810/1943 93% [========================================================= ] 1811/1943 93% [========================================================= ] 1812/1943 93% [========================================================= ] 1813/1943 93% [========================================================= ] 1814/1943 93% [========================================================= ] 1815/1943 93% [========================================================= ] 1816/1943 93% [========================================================= ] 1817/1943 93% [========================================================== ] 1818/1943 93% [========================================================== ] 1819/1943 93% [========================================================== ] 1820/1943 93% [========================================================== ] 1821/1943 93% [========================================================== ] 1822/1943 93% [========================================================== ] 1823/1943 93% [========================================================== ] 1824/1943 93% [========================================================== ] 1825/1943 93% [========================================================== ] 1826/1943 93% [========================================================== ] 1827/1943 94% [========================================================== ] 1828/1943 94% [========================================================== ] 1829/1943 94% [========================================================== ] 1830/1943 94% [========================================================== ] 1831/1943 94% [========================================================== ] 1832/1943 94% [========================================================== ] 1833/1943 94% [========================================================== ] 1834/1943 94% [========================================================== ] 1835/1943 94% [========================================================== ] 1836/1943 94% [========================================================== ] 1837/1943 94% [========================================================== ] 1838/1943 94% [========================================================== ] 1839/1943 94% [========================================================== ] 1840/1943 94% [========================================================== ] 1841/1943 94% [========================================================== ] 1842/1943 94% [========================================================== ] 1843/1943 94% [========================================================== ] 1844/1943 94% [========================================================== ] 1845/1943 94% [========================================================== ] 1846/1943 95% [========================================================== ] 1847/1943 95% [========================================================== ] 1848/1943 95% [=========================================================== ] 1849/1943 95% [=========================================================== ] 1850/1943 95% [=========================================================== ] 1851/1943 95% [=========================================================== ] 1852/1943 95% [=========================================================== ] 1853/1943 95% [=========================================================== ] 1854/1943 95% [=========================================================== ] 1855/1943 95% [=========================================================== ] 1856/1943 95% [=========================================================== ] 1857/1943 95% [=========================================================== ] 1858/1943 95% [=========================================================== ] 1859/1943 95% [=========================================================== ] 1860/1943 95% [=========================================================== ] 1861/1943 95% [=========================================================== ] 1862/1943 95% [=========================================================== ] 1863/1943 95% [=========================================================== ] 1864/1943 95% [=========================================================== ] 1865/1943 95% [=========================================================== ] 1866/1943 96% [=========================================================== ] 1867/1943 96% [=========================================================== ] 1868/1943 96% [=========================================================== ] 1869/1943 96% [=========================================================== ] 1870/1943 96% [=========================================================== ] 1871/1943 96% [=========================================================== ] 1872/1943 96% [=========================================================== ] 1873/1943 96% [=========================================================== ] 1874/1943 96% [=========================================================== ] 1875/1943 96% [=========================================================== ] 1876/1943 96% [=========================================================== ] 1877/1943 96% [=========================================================== ] 1878/1943 96% [=========================================================== ] 1879/1943 96% [=========================================================== ] 1880/1943 96% [============================================================ ] 1881/1943 96% [============================================================ ] 1882/1943 96% [============================================================ ] 1883/1943 96% [============================================================ ] 1884/1943 96% [============================================================ ] 1885/1943 97% [============================================================ ] 1886/1943 97% [============================================================ ] 1887/1943 97% [============================================================ ] 1888/1943 97% [============================================================ ] 1889/1943 97% [============================================================ ] 1890/1943 97% [============================================================ ] 1891/1943 97% [============================================================ ] 1892/1943 97% [============================================================ ] 1893/1943 97% [============================================================ ] 1894/1943 97% [============================================================ ] 1895/1943 97% [============================================================ ] 1896/1943 97% [============================================================ ] 1897/1943 97% [============================================================ ] 1898/1943 97% [============================================================ ] 1899/1943 97% [============================================================ ] 1900/1943 97% [============================================================ ] 1901/1943 97% [============================================================ ] 1902/1943 97% [============================================================ ] 1903/1943 97% [============================================================ ] 1904/1943 97% [============================================================ ] 1905/1943 98% [============================================================ ] 1906/1943 98% [============================================================ ] 1907/1943 98% [============================================================ ] 1908/1943 98% [============================================================ ] 1909/1943 98% [============================================================ ] 1910/1943 98% [============================================================ ] 1911/1943 98% [============================================================= ] 1912/1943 98% [============================================================= ] 1913/1943 98% [============================================================= ] 1914/1943 98% [============================================================= ] 1915/1943 98% [============================================================= ] 1916/1943 98% [============================================================= ] 1917/1943 98% [============================================================= ] 1918/1943 98% [============================================================= ] 1919/1943 98% [============================================================= ] 1920/1943 98% [============================================================= ] 1921/1943 98% [============================================================= ] 1922/1943 98% [============================================================= ] 1923/1943 98% [============================================================= ] 1924/1943 99% [============================================================= ] 1925/1943 99% [============================================================= ] 1926/1943 99% [============================================================= ] 1927/1943 99% [============================================================= ] 1928/1943 99% [============================================================= ] 1929/1943 99% [============================================================= ] 1930/1943 99% [============================================================= ] 1931/1943 99% [============================================================= ] 1932/1943 99% [============================================================= ] 1933/1943 99% [============================================================= ] 1934/1943 99% [============================================================= ] 1935/1943 99% [============================================================= ] 1936/1943 99% [============================================================= ] 1937/1943 99% [============================================================= ] 1938/1943 99% [============================================================= ] 1939/1943 99% [============================================================= ] 1940/1943 99% [============================================================= ] 1941/1943 99% [============================================================= ] 1942/1943 99% [==============================================================] 1943/1943 100% operation complete, 1943 objects in 37276 NAND pages. ln -snf /nvmedata/autobuild/instance-0/output-1/host/mipsel-buildroot-linux-uclibc/sysroot /nvmedata/autobuild/instance-0/output-1/staging make: Leaving directory '/nvmedata/autobuild/instance-0/buildroot' make: Entering directory '/nvmedata/autobuild/instance-0/buildroot' >>> Buildroot 2022.05-rc1-12-gb634d504cb Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> 4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.0 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-skeleton Collecting legal info >>> 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.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.40 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.10.115 Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> aespipe 2.4f Collecting legal info >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> ascii-invaders 1.0.1 Collecting legal info LICENSE: OK (sha512: 1e455684996d7733b2f1ccd4606d034694d16ceff6ede6125d7f1537d20dabe05976cca4cef5cbf6c31352cbd62a515fd8e34a2ffb54dae1181c1116b24c6cf7) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> beecrypt 4.2.1 Collecting legal info COPYING.LIB: OK (sha256: 512d2d21b6b3384ba64781abb0208a1b87740bc31e2df48e2b206ddb7e4d5779) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libtirpc 1.3.2 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> cgic 2.07 Collecting legal info license.txt: OK (sha256: 6a7de92593d64dbf7630d8f66f97e04a899769bef1e055f2434bc06b87b9de62) >>> cpuload 0.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> darkhttpd 1.13 Collecting legal info darkhttpd.c: OK (sha256: 44e784df460954c7760e2eeae69aecb12a3d23ca1c0a4f6047c3c6452b2e2f49) >>> ding-libs 0.6.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LESSER: OK (sha256: 6c57f43c939054fd4b831f271a14c97a488c38f98cdda5e887c5d396e3b3bc58) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> earlyoom 1.6.2 Collecting legal info LICENSE: OK (sha256: e730b3ec729de46d987ae73f30ed337e4cbe832f09205330acfa71848c6e0087) >>> enet 1.3.17 Collecting legal info LICENSE: OK (sha256: 77f94e3be39938801163844b8bf9a4f12badcc0da136e9886e7da14a816d74d3) >>> host-environment-setup Collecting legal info >>> host-exfatprogs 1.1.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> freeradius-client 1.1.7 Collecting legal info COPYRIGHT: OK (sha256: e579878de7971b2224ae2263bbc61f6c465fe40e884a9068d5fa9d17fbfd2ebe) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> git 2.31.2 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> libcurl 7.83.1 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> ijs 0.35 Collecting legal info README: OK (sha256: f723390b7ee019eccf07763dcb5744acf8bb43034bc3ba3d6f1c94440e365b4f) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> jo 1.6 Collecting legal info COPYING: OK (sha256: 41d8b23dc6e76731f4920b9ce42d0d4a248d243a510319e2441d174a115f35cf) >>> jpeg-turbo 2.1.3 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> host-cmake 3.18.6 Collecting legal info Copyright.txt: OK (sha256: 131b9ff756b64a25b7461c3c1382e70b16c70a5b4833a1577897fa3ea6d88f8d) >>> jquery 3.5.1 Collecting legal info >>> libassuan 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> libgpg-error 1.42 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdnet 1.14 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libftdi 0.20 Collecting legal info LICENSE: OK (sha256: 6bd354f4b9beca001b1b5395be48cef1d749a3ed27dddb8114bf09eb0ab2d88c) COPYING.LIB: OK (sha256: c340cbee4974bb96019e782f2279df016c92fb1e7f5299347e779d9acedbb991) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libllcp 05dfa8003433a7070bfd8ae02efdb0203bbf34aa Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libminiupnpc 2.1.20201016 Collecting legal info LICENSE: OK (sha256: 0b476c395af6dd21eeb54c40a21d22e1c11a751fbd2dd17a41ce26e370be88d5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmodbus 3.1.7 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnetfilter_cttimeout 1.0.0 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libsoc 0.8.2 Collecting legal info LICENCE: OK (sha256: 782dafc98788c358fb20e530c8fde3186cdb60f5e18fe6d348fe84ee9f65ddb0) >>> libtelnet 0.23 Collecting legal info COPYING: OK (sha256: b1faf309467bc1d0aab9b42d6e86a614e78f8fe3580e289966b5b9f9a8f94d99) >>> libupnp 1.14.12 Collecting legal info COPYING: OK (sha256: c8b99423cad48bb44e2cf52a496361404290865eac259a82da6d1e4331ececb3) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> logsurfer 1.8 Collecting legal info >>> host-meson-tools 0a02e2d34413f4bf9b15946352bc8c8ee13a5843 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> mobile-broadband-provider-info 20190618 Collecting legal info COPYING: OK (sha256: 3d510b215a33087b9ceb9592da21575ea1f9f98bd4d983a38e65fe851a552174) >>> host-libxslt 1.1.35 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> musl-fts 1.2.7 Collecting legal info COPYING: OK (sha256: 55af87e4017668f54467a3380e7ebbac5e672d8c763bfe95e6fc882a6fdc4046) >>> neon 0.32.2 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> host-nodejs 16.15.0 Collecting legal info LICENSE: OK (sha256: 6211cc77f9ceaf365db12faf050775b3a1e6da7a1eff3577ba006c4918103c33) >>> host-icu 70-1 Collecting legal info LICENSE: OK (sha256: 861671f8c712aa046f8f5ac89239e6c33821636516c5d0cc8c4e1973085f27a6) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-expat 2.4.7 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> numactl 2.0.14 Collecting legal info README.md: OK (sha256: e2b738b1303c088421b09933a78c1326fe43692e2c05a7c510a2eb7e7a8eb575) >>> odhcploc 20111021 Collecting legal info COPYING: OK (sha256: 092a5b7be2a7ff088be7ec99adf68629509911b66f304b8ea0c835cdc138d544) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> host-meson 0.62.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-orc 0.4.32 Collecting legal info COPYING: OK (sha256: 4f5dabb1b44bb6fc5cd53820b1f103147ad61b395a57903991325bd1b85d97bf) >>> paho-mqtt-c 1.3.10 Collecting legal info epl-v20: OK (sha256: 0becf16567beb77fa252b7664631dd177c8f9a1889e48995b45379c7130e5303) edl-v10: OK (sha256: 83bbba033dc985487e321b6dfde111772affb73460be48726299fed3da684b1c) LICENSE: OK (sha256: bc0f3f447097eb82a29ad6c2f4929572bb548b6bd4c9e38fde1bf131a771b7a0) >>> host-pahole 73383b3a39afe86b22e098773e47b8546c48a649 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-xz 5.2.5 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 0.7.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> phytool 2 Collecting legal info LICENSE: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> pinentry 1.1.1 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> host-pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-qemu 7.0.0 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.70.4 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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) >>> host-pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> redir 3.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> rpcbind 1.2.6 Collecting legal info COPYING: OK (sha256: 2b9477d2f4ab277b29702958f0058546edc120aae4b5fb8b8d1a9652104e1ba3) >>> 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) >>> screen 4.9.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sofia-sip 1.13.6-4152840260 Collecting legal info COPYING: OK (sha256: e1c0890440efe31b6cd2ee2abf895eb917c787799f079133f5809414d90d5d60) COPYRIGHTS: OK (sha256: b402ae58cf355b33be8fa023f704a039e3d41ecaccd2bbcda43ca31d703e4556) >>> spi-tools 1.0.1 Collecting legal info LICENSE: OK (sha256: a01259a1b522cf0de95824f9860613b453153eebac468e96196d5d7dba84786c) >>> ssdp-responder 1.8 Collecting legal info LICENSE: OK (sha256: e17dc0bc91bf499d8cca5e016c22c6d2a4770e3cc1a43756a7973375a83ddb90) >>> sslh 1.22c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> usb_modeswitch 2.6.1 Collecting legal info COPYING: OK (sha256: 6195429209313925c0eba6c0da4ee7a6cb4277b99e35c886913f80f91ec20b94) >>> host-zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-libcap 2.64 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-10.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-10.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: linux-headers-5.10.115: cannot save license (LINUX_HEADERS_LICENSE_FILES not defined) WARNING: aespipe-2.4f: cannot save license (AESPIPE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: logsurfer-1.8: cannot save license (LOGSURFER_LICENSE_FILES not defined) Legal info produced in /nvmedata/autobuild/instance-0/output-1/legal-info make: Leaving directory '/nvmedata/autobuild/instance-0/buildroot'