>>> zchunk 1.2.2 Fixing libtool files for la in $(find /home/buildroot/autobuild/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/home/buildroot/autobuild/instance-3/output-1:@BASE_DIR@:g" \ -e "s:/home/buildroot/autobuild/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/buildroot/autobuild/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/buildroot/autobuild/instance-3/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zchunk 1.2.2 Installing to target PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" DESTDIR=/home/buildroot/autobuild/instance-3/output-1/target PYTHONNOUSERSITE=y /home/buildroot/autobuild/instance-3/output-1/host/bin/ninja -C /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2//build install ninja: Entering directory `/home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2//build' [0/1] Installing files. Installing src/lib/libzck.so.1.2.2 to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib Installing src/zck to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing src/unzck to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing src/zck_gen_zdict to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing src/zck_read_header to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing src/zck_delta_size to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing src/zckdl to /home/buildroot/autobuild/instance-3/output-1/target/usr/bin Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/include/zck.h to /home/buildroot/autobuild/instance-3/output-1/target/usr/include Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/unzck.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_delta_size.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_gen_zdict.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zck_read_header.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/doc/zckdl.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man/man1 Installing /home/buildroot/autobuild/instance-3/output-1/build/zchunk-1.2.2/build/meson-private/zck.pc to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.2.2 to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/libzck.so >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g1'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-3/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%440%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/buildroot/autobuild/instance-3/output-1/host/bin/powerpc-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/powerpc-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%ppc%g" -e "s%@TARGET_CPU@%440%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g1'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g1'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/lua/5.1/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/luarocks mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-3/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.05-6175-ga0bf8777bf8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.08-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.08-git\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n quagga -1 quagga -1 * - - - Quagga priv drop user\n\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n /etc/quagga r 600 quagga quagga - - - - -\n /etc/quagga d 755 quagga quagga - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1532 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/1532 0% [ ] 2/1532 0% [ ] 3/1532 0% [ ] 4/1532 0% [ ] 5/1532 0% [ ] 6/1532 0% [ ] 7/1532 0% [ ] 8/1532 0% [ ] 9/1532 0% [ ] 10/1532 0% [ ] 11/1532 0% [ ] 12/1532 0% [ ] 13/1532 0% [ ] 14/1532 0% [ ] 15/1532 0% [ ] 16/1532 1% [ ] 17/1532 1% [ ] 18/1532 1% [ ] 19/1532 1% [ ] 20/1532 1% [ ] 21/1532 1% [ ] 22/1532 1% [ ] 23/1532 1% [ ] 24/1532 1% [= ] 25/1532 1% [= ] 26/1532 1% [= ] 27/1532 1% [= ] 28/1532 1% [= ] 29/1532 1% [= ] 30/1532 1% [= ] 31/1532 2% [= ] 32/1532 2% [= ] 33/1532 2% [= ] 34/1532 2% [= ] 35/1532 2% [= ] 36/1532 2% [= ] 37/1532 2% [= ] 38/1532 2% [= ] 39/1532 2% [= ] 40/1532 2% [= ] 41/1532 2% [= ] 42/1532 2% [= ] 43/1532 2% [= ] 44/1532 2% [= ] 45/1532 2% [= ] 46/1532 3% [= ] 47/1532 3% [= ] 48/1532 3% [= ] 49/1532 3% [== ] 50/1532 3% [== ] 51/1532 3% [== ] 52/1532 3% [== ] 53/1532 3% [== ] 54/1532 3% [== ] 55/1532 3% [== ] 56/1532 3% [== ] 57/1532 3% [== ] 58/1532 3% [== ] 59/1532 3% [== ] 60/1532 3% [== ] 61/1532 3% [== ] 62/1532 4% [== ] 63/1532 4% [== ] 64/1532 4% [== ] 65/1532 4% [== ] 66/1532 4% [== ] 67/1532 4% [== ] 68/1532 4% [== ] 69/1532 4% [== ] 70/1532 4% [== ] 71/1532 4% [== ] 72/1532 4% [== ] 73/1532 4% [== ] 74/1532 4% [=== ] 75/1532 4% [=== ] 76/1532 4% [=== ] 77/1532 5% [=== ] 78/1532 5% [=== ] 79/1532 5% [=== ] 80/1532 5% [=== ] 81/1532 5% [=== ] 82/1532 5% [=== ] 83/1532 5% [=== ] 84/1532 5% [=== ] 85/1532 5% [=== ] 86/1532 5% [=== ] 87/1532 5% [=== ] 88/1532 5% [=== ] 89/1532 5% [=== ] 90/1532 5% [=== ] 91/1532 5% [=== ] 92/1532 6% [=== ] 93/1532 6% [=== ] 94/1532 6% [=== ] 95/1532 6% [=== ] 96/1532 6% [=== ] 97/1532 6% [=== ] 98/1532 6% [==== ] 99/1532 6% [==== ] 100/1532 6% [==== ] 101/1532 6% [==== ] 102/1532 6% [==== ] 103/1532 6% [==== ] 104/1532 6% [==== ] 105/1532 6% [==== ] 106/1532 6% [==== ] 107/1532 6% [==== ] 108/1532 7% [==== ] 109/1532 7% [==== ] 110/1532 7% [==== ] 111/1532 7% [==== ] 112/1532 7% [==== ] 113/1532 7% [==== ] 114/1532 7% [==== ] 115/1532 7% [==== ] 116/1532 7% [==== ] 117/1532 7% [==== ] 118/1532 7% [==== ] 119/1532 7% [==== ] 120/1532 7% [==== ] 121/1532 7% [==== ] 122/1532 7% [==== ] 123/1532 8% [===== ] 124/1532 8% [===== ] 125/1532 8% [===== ] 126/1532 8% [===== ] 127/1532 8% [===== ] 128/1532 8% [===== ] 129/1532 8% [===== ] 130/1532 8% [===== ] 131/1532 8% [===== ] 132/1532 8% [===== ] 133/1532 8% [===== ] 134/1532 8% [===== ] 135/1532 8% [===== ] 136/1532 8% [===== ] 137/1532 8% [===== ] 138/1532 9% [===== ] 139/1532 9% [===== ] 140/1532 9% [===== ] 141/1532 9% [===== ] 142/1532 9% [===== ] 143/1532 9% [===== ] 144/1532 9% [===== ] 145/1532 9% [===== ] 146/1532 9% [===== ] 147/1532 9% [===== ] 148/1532 9% [====== ] 149/1532 9% [====== ] 150/1532 9% [====== ] 151/1532 9% [====== ] 152/1532 9% [====== ] 153/1532 9% [====== ] 154/1532 10% [====== ] 155/1532 10% [====== ] 156/1532 10% [====== ] 157/1532 10% [====== ] 158/1532 10% [====== ] 159/1532 10% [====== ] 160/1532 10% [====== ] 161/1532 10% [====== ] 162/1532 10% [====== ] 163/1532 10% [====== ] 164/1532 10% [====== ] 165/1532 10% [====== ] 166/1532 10% [====== ] 167/1532 10% [====== ] 168/1532 10% [====== ] 169/1532 11% [====== ] 170/1532 11% [====== ] 171/1532 11% [====== ] 172/1532 11% [======= ] 173/1532 11% [======= ] 174/1532 11% [======= ] 175/1532 11% [======= ] 176/1532 11% [======= ] 177/1532 11% [======= ] 178/1532 11% [======= ] 179/1532 11% [======= ] 180/1532 11% [======= ] 181/1532 11% [======= ] 182/1532 11% [======= ] 183/1532 11% [======= ] 184/1532 12% [======= ] 185/1532 12% [======= ] 186/1532 12% [======= ] 187/1532 12% [======= ] 188/1532 12% [======= ] 189/1532 12% [======= ] 190/1532 12% [======= ] 191/1532 12% [======= ] 192/1532 12% [======= ] 193/1532 12% [======= ] 194/1532 12% [======= ] 195/1532 12% [======= ] 196/1532 12% [======= ] 197/1532 12% [======== ] 198/1532 12% [======== ] 199/1532 12% [======== ] 200/1532 13% [======== ] 201/1532 13% [======== ] 202/1532 13% [======== ] 203/1532 13% [======== ] 204/1532 13% [======== ] 205/1532 13% [======== ] 206/1532 13% [======== ] 207/1532 13% [======== ] 208/1532 13% [======== ] 209/1532 13% [======== ] 210/1532 13% [======== ] 211/1532 13% [======== ] 212/1532 13% [======== ] 213/1532 13% [======== ] 214/1532 13% [======== ] 215/1532 14% [======== ] 216/1532 14% [======== ] 217/1532 14% [======== ] 218/1532 14% [======== ] 219/1532 14% [======== ] 220/1532 14% [======== ] 221/1532 14% [======== ] 222/1532 14% [========= ] 223/1532 14% [========= ] 224/1532 14% [========= ] 225/1532 14% [========= ] 226/1532 14% [========= ] 227/1532 14% [========= ] 228/1532 14% [========= ] 229/1532 14% [========= ] 230/1532 15% [========= ] 231/1532 15% [========= ] 232/1532 15% [========= ] 233/1532 15% [========= ] 234/1532 15% [========= ] 235/1532 15% [========= ] 236/1532 15% [========= ] 237/1532 15% [========= ] 238/1532 15% [========= ] 239/1532 15% [========= ] 240/1532 15% [========= ] 241/1532 15% [========= ] 242/1532 15% [========= ] 243/1532 15% [========= ] 244/1532 15% [========= ] 245/1532 15% [========= ] 246/1532 16% [========= ] 247/1532 16% [========== ] 248/1532 16% [========== ] 249/1532 16% [========== ] 250/1532 16% [========== ] 251/1532 16% [========== ] 252/1532 16% [========== ] 253/1532 16% [========== ] 254/1532 16% [========== ] 255/1532 16% [========== ] 256/1532 16% [========== ] 257/1532 16% [========== ] 258/1532 16% [========== ] 259/1532 16% [========== ] 260/1532 16% [========== ] 261/1532 17% [========== ] 262/1532 17% [========== ] 263/1532 17% [========== ] 264/1532 17% [========== ] 265/1532 17% [========== ] 266/1532 17% [========== ] 267/1532 17% [========== ] 268/1532 17% [========== ] 269/1532 17% [========== ] 270/1532 17% [========== ] 271/1532 17% [=========== ] 272/1532 17% [=========== ] 273/1532 17% [=========== ] 274/1532 17% [=========== ] 275/1532 17% [=========== ] 276/1532 18% [=========== ] 277/1532 18% [=========== ] 278/1532 18% [=========== ] 279/1532 18% [=========== ] 280/1532 18% [=========== ] 281/1532 18% [=========== ] 282/1532 18% [=========== ] 283/1532 18% [=========== ] 284/1532 18% [=========== ] 285/1532 18% [=========== ] 286/1532 18% [=========== ] 287/1532 18% [=========== ] 288/1532 18% [=========== ] 289/1532 18% [=========== ] 290/1532 18% [=========== ] 291/1532 18% [=========== ] 292/1532 19% [=========== ] 293/1532 19% [=========== ] 294/1532 19% [=========== ] 295/1532 19% [=========== ] 296/1532 19% [============ ] 297/1532 19% [============ ] 298/1532 19% [============ ] 299/1532 19% [============ ] 300/1532 19% [============ ] 301/1532 19% [============ ] 302/1532 19% [============ ] 303/1532 19% [============ ] 304/1532 19% [============ ] 305/1532 19% [============ ] 306/1532 19% [============ ] 307/1532 20% [============ ] 308/1532 20% [============ ] 309/1532 20% [============ ] 310/1532 20% [============ ] 311/1532 20% [============ ] 312/1532 20% [============ ] 313/1532 20% [============ ] 314/1532 20% [============ ] 315/1532 20% [============ ] 316/1532 20% [============ ] 317/1532 20% [============ ] 318/1532 20% [============ ] 319/1532 20% [============ ] 320/1532 20% [============ ] 321/1532 20% [============= ] 322/1532 21% [============= ] 323/1532 21% [============= ] 324/1532 21% [============= ] 325/1532 21% [============= ] 326/1532 21% [============= ] 327/1532 21% [============= ] 328/1532 21% [============= ] 329/1532 21% [============= ] 330/1532 21% [============= ] 331/1532 21% [============= ] 332/1532 21% [============= ] 333/1532 21% [============= ] 334/1532 21% [============= ] 335/1532 21% [============= ] 336/1532 21% [============= ] 337/1532 21% [============= ] 338/1532 22% [============= ] 339/1532 22% [============= ] 340/1532 22% [============= ] 341/1532 22% [============= ] 342/1532 22% [============= ] 343/1532 22% [============= ] 344/1532 22% [============= ] 345/1532 22% [============== ] 346/1532 22% [============== ] 347/1532 22% [============== ] 348/1532 22% [============== ] 349/1532 22% [============== ] 350/1532 22% [============== ] 351/1532 22% [============== ] 352/1532 22% [============== ] 353/1532 23% [============== ] 354/1532 23% [============== ] 355/1532 23% [============== ] 356/1532 23% [============== ] 357/1532 23% [============== ] 358/1532 23% [============== ] 359/1532 23% [============== ] 360/1532 23% [============== ] 361/1532 23% [============== ] 362/1532 23% [============== ] 363/1532 23% [============== ] 364/1532 23% [============== ] 365/1532 23% [============== ] 366/1532 23% [============== ] 367/1532 23% [============== ] 368/1532 24% [============== ] 369/1532 24% [============== ] 370/1532 24% [=============== ] 371/1532 24% [=============== ] 372/1532 24% [=============== ] 373/1532 24% [=============== ] 374/1532 24% [=============== ] 375/1532 24% [=============== ] 376/1532 24% [=============== ] 377/1532 24% [=============== ] 378/1532 24% [=============== ] 379/1532 24% [=============== ] 380/1532 24% [=============== ] 381/1532 24% [=============== ] 382/1532 24% [=============== ] 383/1532 25% [=============== ] 384/1532 25% [=============== ] 385/1532 25% [=============== ] 386/1532 25% [=============== ] 387/1532 25% [=============== ] 388/1532 25% [=============== ] 389/1532 25% [=============== ] 390/1532 25% [=============== ] 391/1532 25% [=============== ] 392/1532 25% [=============== ] 393/1532 25% [=============== ] 394/1532 25% [=============== ] 395/1532 25% [================ ] 396/1532 25% [================ ] 397/1532 25% [================ ] 398/1532 25% [================ ] 399/1532 26% [================ ] 400/1532 26% [================ ] 401/1532 26% [================ ] 402/1532 26% [================ ] 403/1532 26% [================ ] 404/1532 26% [================ ] 405/1532 26% [================ ] 406/1532 26% [================ ] 407/1532 26% [================ ] 408/1532 26% [================ ] 409/1532 26% [================ ] 410/1532 26% [================ ] 411/1532 26% [================ ] 412/1532 26% [================ ] 413/1532 26% [================ ] 414/1532 27% [================ ] 415/1532 27% [================ ] 416/1532 27% [================ ] 417/1532 27% [================ ] 418/1532 27% [================ ] 419/1532 27% [================ ] 420/1532 27% [================= ] 421/1532 27% [================= ] 422/1532 27% [================= ] 423/1532 27% [================= ] 424/1532 27% [================= ] 425/1532 27% [================= ] 426/1532 27% [================= ] 427/1532 27% [================= ] 428/1532 27% [================= ] 429/1532 28% [================= ] 430/1532 28% [================= ] 431/1532 28% [================= ] 432/1532 28% [================= ] 433/1532 28% [================= ] 434/1532 28% [================= ] 435/1532 28% [================= ] 436/1532 28% [================= ] 437/1532 28% [================= ] 438/1532 28% [================= ] 439/1532 28% [================= ] 440/1532 28% [================= ] 441/1532 28% [================= ] 442/1532 28% [================= ] 443/1532 28% [================= ] 444/1532 28% [================== ] 445/1532 29% [================== ] 446/1532 29% [================== ] 447/1532 29% [================== ] 448/1532 29% [================== ] 449/1532 29% [================== ] 450/1532 29% [================== ] 451/1532 29% [================== ] 452/1532 29% [================== ] 453/1532 29% [================== ] 454/1532 29% [================== ] 455/1532 29% [================== ] 456/1532 29% [================== ] 457/1532 29% [================== ] 458/1532 29% [================== ] 459/1532 29% [================== ] 460/1532 30% [================== ] 461/1532 30% [================== ] 462/1532 30% [================== ] 463/1532 30% [================== ] 464/1532 30% [================== ] 465/1532 30% [================== ] 466/1532 30% [================== ] 467/1532 30% [================== ] 468/1532 30% [================== ] 469/1532 30% [=================== ] 470/1532 30% [=================== ] 471/1532 30% [=================== ] 472/1532 30% [=================== ] 473/1532 30% [=================== ] 474/1532 30% [=================== ] 475/1532 31% [=================== ] 476/1532 31% [=================== ] 477/1532 31% [=================== ] 478/1532 31% [=================== ] 479/1532 31% [=================== ] 480/1532 31% [=================== ] 481/1532 31% [=================== ] 482/1532 31% [=================== ] 483/1532 31% [=================== ] 484/1532 31% [=================== ] 485/1532 31% [=================== ] 486/1532 31% [=================== ] 487/1532 31% [=================== ] 488/1532 31% [=================== ] 489/1532 31% [=================== ] 490/1532 31% [=================== ] 491/1532 32% [=================== ] 492/1532 32% [=================== ] 493/1532 32% [=================== ] 494/1532 32% [==================== ] 495/1532 32% [==================== ] 496/1532 32% [==================== ] 497/1532 32% [==================== ] 498/1532 32% [==================== ] 499/1532 32% [==================== ] 500/1532 32% [==================== ] 501/1532 32% [==================== ] 502/1532 32% [==================== ] 503/1532 32% [==================== ] 504/1532 32% [==================== ] 505/1532 32% [==================== ] 506/1532 33% [==================== ] 507/1532 33% [==================== ] 508/1532 33% [==================== ] 509/1532 33% [==================== ] 510/1532 33% [==================== ] 511/1532 33% [==================== ] 512/1532 33% [==================== ] 513/1532 33% [==================== ] 514/1532 33% [==================== ] 515/1532 33% [==================== ] 516/1532 33% [==================== ] 517/1532 33% [==================== ] 518/1532 33% [===================== ] 519/1532 33% [===================== ] 520/1532 33% [===================== ] 521/1532 34% [===================== ] 522/1532 34% [===================== ] 523/1532 34% [===================== ] 524/1532 34% [===================== ] 525/1532 34% [===================== ] 526/1532 34% [===================== ] 527/1532 34% [===================== ] 528/1532 34% [===================== ] 529/1532 34% [===================== ] 530/1532 34% [===================== ] 531/1532 34% [===================== ] 532/1532 34% [===================== ] 533/1532 34% [===================== ] 534/1532 34% [===================== ] 535/1532 34% [===================== ] 536/1532 34% [===================== ] 537/1532 35% [===================== ] 538/1532 35% [===================== ] 539/1532 35% [===================== ] 540/1532 35% [===================== ] 541/1532 35% [===================== ] 542/1532 35% [===================== ] 543/1532 35% [====================== ] 544/1532 35% [====================== ] 545/1532 35% [====================== ] 546/1532 35% [====================== ] 547/1532 35% [====================== ] 548/1532 35% [====================== ] 549/1532 35% [====================== ] 550/1532 35% [====================== ] 551/1532 35% [====================== ] 552/1532 36% [====================== ] 553/1532 36% [====================== ] 554/1532 36% [====================== ] 555/1532 36% [====================== ] 556/1532 36% [====================== ] 557/1532 36% [====================== ] 558/1532 36% [====================== ] 559/1532 36% [====================== ] 560/1532 36% [====================== ] 561/1532 36% [====================== ] 562/1532 36% [====================== ] 563/1532 36% [====================== ] 564/1532 36% [====================== ] 565/1532 36% [====================== ] 566/1532 36% [====================== ] 567/1532 37% [====================== ] 568/1532 37% [======================= ] 569/1532 37% [======================= ] 570/1532 37% [======================= ] 571/1532 37% [======================= ] 572/1532 37% [======================= ] 573/1532 37% [======================= ] 574/1532 37% [======================= ] 575/1532 37% [======================= ] 576/1532 37% [======================= ] 577/1532 37% [======================= ] 578/1532 37% [======================= ] 579/1532 37% [======================= ] 580/1532 37% [======================= ] 581/1532 37% [======================= ] 582/1532 37% [======================= ] 583/1532 38% [======================= ] 584/1532 38% [======================= ] 585/1532 38% [======================= ] 586/1532 38% [======================= ] 587/1532 38% [======================= ] 588/1532 38% [======================= ] 589/1532 38% [======================= ] 590/1532 38% [======================= ] 591/1532 38% [======================= ] 592/1532 38% [======================= ] 593/1532 38% [======================== ] 594/1532 38% [======================== ] 595/1532 38% [======================== ] 596/1532 38% [======================== ] 597/1532 38% [======================== ] 598/1532 39% [======================== ] 599/1532 39% [======================== ] 600/1532 39% [======================== ] 601/1532 39% [======================== ] 602/1532 39% [======================== ] 603/1532 39% [======================== ] 604/1532 39% [======================== ] 605/1532 39% [======================== ] 606/1532 39% [======================== ] 607/1532 39% [======================== ] 608/1532 39% [======================== ] 609/1532 39% [======================== ] 610/1532 39% [======================== ] 611/1532 39% [======================== ] 612/1532 39% [======================== ] 613/1532 40% [======================== ] 614/1532 40% [======================== ] 615/1532 40% [======================== ] 616/1532 40% [======================== ] 617/1532 40% [========================= ] 618/1532 40% [========================= ] 619/1532 40% [========================= ] 620/1532 40% [========================= ] 621/1532 40% [========================= ] 622/1532 40% [========================= ] 623/1532 40% [========================= ] 624/1532 40% [========================= ] 625/1532 40% [========================= ] 626/1532 40% [========================= ] 627/1532 40% [========================= ] 628/1532 40% [========================= ] 629/1532 41% [========================= ] 630/1532 41% [========================= ] 631/1532 41% [========================= ] 632/1532 41% [========================= ] 633/1532 41% [========================= ] 634/1532 41% [========================= ] 635/1532 41% [========================= ] 636/1532 41% [========================= ] 637/1532 41% [========================= ] 638/1532 41% [========================= ] 639/1532 41% [========================= ] 640/1532 41% [========================= ] 641/1532 41% [========================= ] 642/1532 41% [========================== ] 643/1532 41% [========================== ] 644/1532 42% [========================== ] 645/1532 42% [========================== ] 646/1532 42% [========================== ] 647/1532 42% [========================== ] 648/1532 42% [========================== ] 649/1532 42% [========================== ] 650/1532 42% [========================== ] 651/1532 42% [========================== ] 652/1532 42% [========================== ] 653/1532 42% [========================== ] 654/1532 42% [========================== ] 655/1532 42% [========================== ] 656/1532 42% [========================== ] 657/1532 42% [========================== ] 658/1532 42% [========================== ] 659/1532 43% [========================== ] 660/1532 43% [========================== ] 661/1532 43% [========================== ] 662/1532 43% [========================== ] 663/1532 43% [========================== ] 664/1532 43% [========================== ] 665/1532 43% [========================== ] 666/1532 43% [========================== ] 667/1532 43% [=========================== ] 668/1532 43% [=========================== ] 669/1532 43% [=========================== ] 670/1532 43% [=========================== ] 671/1532 43% [=========================== ] 672/1532 43% [=========================== ] 673/1532 43% [=========================== ] 674/1532 43% [=========================== ] 675/1532 44% [=========================== ] 676/1532 44% [=========================== ] 677/1532 44% [=========================== ] 678/1532 44% [=========================== ] 679/1532 44% [=========================== ] 680/1532 44% [=========================== ] 681/1532 44% [=========================== ] 682/1532 44% [=========================== ] 683/1532 44% [=========================== ] 684/1532 44% [=========================== ] 685/1532 44% [=========================== ] 686/1532 44% [=========================== ] 687/1532 44% [=========================== ] 688/1532 44% [=========================== ] 689/1532 44% [=========================== ] 690/1532 45% [=========================== ] 691/1532 45% [============================ ] 692/1532 45% [============================ ] 693/1532 45% [============================ ] 694/1532 45% [============================ ] 695/1532 45% [============================ ] 696/1532 45% [============================ ] 697/1532 45% [============================ ] 698/1532 45% [============================ ] 699/1532 45% [============================ ] 700/1532 45% [============================ ] 701/1532 45% [============================ ] 702/1532 45% [============================ ] 703/1532 45% [============================ ] 704/1532 45% [============================ ] 705/1532 46% [============================ ] 706/1532 46% [============================ ] 707/1532 46% [============================ ] 708/1532 46% [============================ ] 709/1532 46% [============================ ] 710/1532 46% [============================ ] 711/1532 46% [============================ ] 712/1532 46% [============================ ] 713/1532 46% [============================ ] 714/1532 46% [============================ ] 715/1532 46% [============================ ] 716/1532 46% [============================= ] 717/1532 46% [============================= ] 718/1532 46% [============================= ] 719/1532 46% [============================= ] 720/1532 46% [============================= ] 721/1532 47% [============================= ] 722/1532 47% [============================= ] 723/1532 47% [============================= ] 724/1532 47% [============================= ] 725/1532 47% [============================= ] 726/1532 47% [============================= ] 727/1532 47% [============================= ] 728/1532 47% [============================= ] 729/1532 47% [============================= ] 730/1532 47% [============================= ] 731/1532 47% [============================= ] 732/1532 47% [============================= ] 733/1532 47% [============================= ] 734/1532 47% [============================= ] 735/1532 47% [============================= ] 736/1532 48% [============================= ] 737/1532 48% [============================= ] 738/1532 48% [============================= ] 739/1532 48% [============================= ] 740/1532 48% [============================= ] 741/1532 48% [============================== ] 742/1532 48% [============================== ] 743/1532 48% [============================== ] 744/1532 48% [============================== ] 745/1532 48% [============================== ] 746/1532 48% [============================== ] 747/1532 48% [============================== ] 748/1532 48% [============================== ] 749/1532 48% [============================== ] 750/1532 48% [============================== ] 751/1532 49% [============================== ] 752/1532 49% [============================== ] 753/1532 49% [============================== ] 754/1532 49% [============================== ] 755/1532 49% [============================== ] 756/1532 49% [============================== ] 757/1532 49% [============================== ] 758/1532 49% [============================== ] 759/1532 49% [============================== ] 760/1532 49% [============================== ] 761/1532 49% [============================== ] 762/1532 49% [============================== ] 763/1532 49% [============================== ] 764/1532 49% [============================== ] 765/1532 49% [=============================== ] 766/1532 50% [=============================== ] 767/1532 50% [=============================== ] 768/1532 50% [=============================== ] 769/1532 50% [=============================== ] 770/1532 50% [=============================== ] 771/1532 50% [=============================== ] 772/1532 50% [=============================== ] 773/1532 50% [=============================== ] 774/1532 50% [=============================== ] 775/1532 50% [=============================== ] 776/1532 50% [=============================== ] 777/1532 50% [=============================== ] 778/1532 50% [=============================== ] 779/1532 50% [=============================== ] 780/1532 50% [=============================== ] 781/1532 50% [=============================== ] 782/1532 51% [=============================== ] 783/1532 51% [=============================== ] 784/1532 51% [=============================== ] 785/1532 51% [=============================== ] 786/1532 51% [=============================== ] 787/1532 51% [=============================== ] 788/1532 51% [=============================== ] 789/1532 51% [=============================== ] 790/1532 51% [================================ ] 791/1532 51% [================================ ] 792/1532 51% [================================ ] 793/1532 51% [================================ ] 794/1532 51% [================================ ] 795/1532 51% [================================ ] 796/1532 51% [================================ ] 797/1532 52% [================================ ] 798/1532 52% [================================ ] 799/1532 52% [================================ ] 800/1532 52% [================================ ] 801/1532 52% [================================ ] 802/1532 52% [================================ ] 803/1532 52% [================================ ] 804/1532 52% [================================ ] 805/1532 52% [================================ ] 806/1532 52% [================================ ] 807/1532 52% [================================ ] 808/1532 52% [================================ ] 809/1532 52% [================================ ] 810/1532 52% [================================ ] 811/1532 52% [================================ ] 812/1532 53% [================================ ] 813/1532 53% [================================ ] 814/1532 53% [================================ ] 815/1532 53% [================================= ] 816/1532 53% [================================= ] 817/1532 53% [================================= ] 818/1532 53% [================================= ] 819/1532 53% [================================= ] 820/1532 53% [================================= ] 821/1532 53% [================================= ] 822/1532 53% [================================= ] 823/1532 53% [================================= ] 824/1532 53% [================================= ] 825/1532 53% [================================= ] 826/1532 53% [================================= ] 827/1532 53% [================================= ] 828/1532 54% [================================= ] 829/1532 54% [================================= ] 830/1532 54% [================================= ] 831/1532 54% [================================= ] 832/1532 54% [================================= ] 833/1532 54% [================================= ] 834/1532 54% [================================= ] 835/1532 54% [================================= ] 836/1532 54% [================================= ] 837/1532 54% [================================= ] 838/1532 54% [================================= ] 839/1532 54% [================================= ] 840/1532 54% [================================== ] 841/1532 54% [================================== ] 842/1532 54% [================================== ] 843/1532 55% [================================== ] 844/1532 55% [================================== ] 845/1532 55% [================================== ] 846/1532 55% [================================== ] 847/1532 55% [================================== ] 848/1532 55% [================================== ] 849/1532 55% [================================== ] 850/1532 55% [================================== ] 851/1532 55% [================================== ] 852/1532 55% [================================== ] 853/1532 55% [================================== ] 854/1532 55% [================================== ] 855/1532 55% [================================== ] 856/1532 55% [================================== ] 857/1532 55% [================================== ] 858/1532 56% [================================== ] 859/1532 56% [================================== ] 860/1532 56% [================================== ] 861/1532 56% [================================== ] 862/1532 56% [================================== ] 863/1532 56% [================================== ] 864/1532 56% [=================================== ] 865/1532 56% [=================================== ] 866/1532 56% [=================================== ] 867/1532 56% [=================================== ] 868/1532 56% [=================================== ] 869/1532 56% [=================================== ] 870/1532 56% [=================================== ] 871/1532 56% [=================================== ] 872/1532 56% [=================================== ] 873/1532 56% [=================================== ] 874/1532 57% [=================================== ] 875/1532 57% [=================================== ] 876/1532 57% [=================================== ] 877/1532 57% [=================================== ] 878/1532 57% [=================================== ] 879/1532 57% [=================================== ] 880/1532 57% [=================================== ] 881/1532 57% [=================================== ] 882/1532 57% [=================================== ] 883/1532 57% [=================================== ] 884/1532 57% [=================================== ] 885/1532 57% [=================================== ] 886/1532 57% [=================================== ] 887/1532 57% [=================================== ] 888/1532 57% [=================================== ] 889/1532 58% [==================================== ] 890/1532 58% [==================================== ] 891/1532 58% [==================================== ] 892/1532 58% [==================================== ] 893/1532 58% [==================================== ] 894/1532 58% [==================================== ] 895/1532 58% [==================================== ] 896/1532 58% [==================================== ] 897/1532 58% [==================================== ] 898/1532 58% [==================================== ] 899/1532 58% [==================================== ] 900/1532 58% [==================================== ] 901/1532 58% [==================================== ] 902/1532 58% [==================================== ] 903/1532 58% [==================================== ] 904/1532 59% [==================================== ] 905/1532 59% [==================================== ] 906/1532 59% [==================================== ] 907/1532 59% [==================================== ] 908/1532 59% [==================================== ] 909/1532 59% [==================================== ] 910/1532 59% [==================================== ] 911/1532 59% [==================================== ] 912/1532 59% [==================================== ] 913/1532 59% [==================================== ] 914/1532 59% [===================================== ] 915/1532 59% [===================================== ] 916/1532 59% [===================================== ] 917/1532 59% [===================================== ] 918/1532 59% [===================================== ] 919/1532 59% [===================================== ] 920/1532 60% [===================================== ] 921/1532 60% [===================================== ] 922/1532 60% [===================================== ] 923/1532 60% [===================================== ] 924/1532 60% [===================================== ] 925/1532 60% [===================================== ] 926/1532 60% [===================================== ] 927/1532 60% [===================================== ] 928/1532 60% [===================================== ] 929/1532 60% [===================================== ] 930/1532 60% [===================================== ] 931/1532 60% [===================================== ] 932/1532 60% [===================================== ] 933/1532 60% [===================================== ] 934/1532 60% [===================================== ] 935/1532 61% [===================================== ] 936/1532 61% [===================================== ] 937/1532 61% [===================================== ] 938/1532 61% [====================================== ] 939/1532 61% [====================================== ] 940/1532 61% [====================================== ] 941/1532 61% [====================================== ] 942/1532 61% [====================================== ] 943/1532 61% [====================================== ] 944/1532 61% [====================================== ] 945/1532 61% [====================================== ] 946/1532 61% [====================================== ] 947/1532 61% [====================================== ] 948/1532 61% [====================================== ] 949/1532 61% [====================================== ] 950/1532 62% [====================================== ] 951/1532 62% [====================================== ] 952/1532 62% [====================================== ] 953/1532 62% [====================================== ] 954/1532 62% [====================================== ] 955/1532 62% [====================================== ] 956/1532 62% [====================================== ] 957/1532 62% [====================================== ] 958/1532 62% [====================================== ] 959/1532 62% [====================================== ] 960/1532 62% [====================================== ] 961/1532 62% [====================================== ] 962/1532 62% [====================================== ] 963/1532 62% [======================================= ] 964/1532 62% [======================================= ] 965/1532 62% [======================================= ] 966/1532 63% [======================================= ] 967/1532 63% [======================================= ] 968/1532 63% [======================================= ] 969/1532 63% [======================================= ] 970/1532 63% [======================================= ] 971/1532 63% [======================================= ] 972/1532 63% [======================================= ] 973/1532 63% [======================================= ] 974/1532 63% [======================================= ] 975/1532 63% [======================================= ] 976/1532 63% [======================================= ] 977/1532 63% [======================================= ] 978/1532 63% [======================================= ] 979/1532 63% [======================================= ] 980/1532 63% [======================================= ] 981/1532 64% [======================================= ] 982/1532 64% [======================================= ] 983/1532 64% [======================================= ] 984/1532 64% [======================================= ] 985/1532 64% [======================================= ] 986/1532 64% [======================================= ] 987/1532 64% [======================================= ] 988/1532 64% [======================================== ] 989/1532 64% [======================================== ] 990/1532 64% [======================================== ] 991/1532 64% [======================================== ] 992/1532 64% [======================================== ] 993/1532 64% [======================================== ] 994/1532 64% [======================================== ] 995/1532 64% [======================================== ] 996/1532 65% [======================================== ] 997/1532 65% [======================================== ] 998/1532 65% [======================================== ] 999/1532 65% [======================================== ] 1000/1532 65% [======================================== ] 1001/1532 65% [======================================== ] 1002/1532 65% [======================================== ] 1003/1532 65% [======================================== ] 1004/1532 65% [======================================== ] 1005/1532 65% [======================================== ] 1006/1532 65% [======================================== ] 1007/1532 65% [======================================== ] 1008/1532 65% [======================================== ] 1009/1532 65% [======================================== ] 1010/1532 65% [======================================== ] 1011/1532 65% [======================================== ] 1012/1532 66% [======================================== ] 1013/1532 66% [========================================= ] 1014/1532 66% [========================================= ] 1015/1532 66% [========================================= ] 1016/1532 66% [========================================= ] 1017/1532 66% [========================================= ] 1018/1532 66% [========================================= ] 1019/1532 66% [========================================= ] 1020/1532 66% [========================================= ] 1021/1532 66% [========================================= ] 1022/1532 66% [========================================= ] 1023/1532 66% [========================================= ] 1024/1532 66% [========================================= ] 1025/1532 66% [========================================= ] 1026/1532 66% [========================================= ] 1027/1532 67% [========================================= ] 1028/1532 67% [========================================= ] 1029/1532 67% [========================================= ] 1030/1532 67% [========================================= ] 1031/1532 67% [========================================= ] 1032/1532 67% [========================================= ] 1033/1532 67% [========================================= ] 1034/1532 67% [========================================= ] 1035/1532 67% [========================================= ] 1036/1532 67% [========================================= ] 1037/1532 67% [========================================== ] 1038/1532 67% [========================================== ] 1039/1532 67% [========================================== ] 1040/1532 67% [========================================== ] 1041/1532 67% [========================================== ] 1042/1532 68% [========================================== ] 1043/1532 68% [========================================== ] 1044/1532 68% [========================================== ] 1045/1532 68% [========================================== ] 1046/1532 68% [========================================== ] 1047/1532 68% [========================================== ] 1048/1532 68% [========================================== ] 1049/1532 68% [========================================== ] 1050/1532 68% [========================================== ] 1051/1532 68% [========================================== ] 1052/1532 68% [========================================== ] 1053/1532 68% [========================================== ] 1054/1532 68% [========================================== ] 1055/1532 68% [========================================== ] 1056/1532 68% [========================================== ] 1057/1532 68% [========================================== ] 1058/1532 69% [========================================== ] 1059/1532 69% [========================================== ] 1060/1532 69% [========================================== ] 1061/1532 69% [========================================== ] 1062/1532 69% [=========================================== ] 1063/1532 69% [=========================================== ] 1064/1532 69% [=========================================== ] 1065/1532 69% [=========================================== ] 1066/1532 69% [=========================================== ] 1067/1532 69% [=========================================== ] 1068/1532 69% [=========================================== ] 1069/1532 69% [=========================================== ] 1070/1532 69% [=========================================== ] 1071/1532 69% [=========================================== ] 1072/1532 69% [=========================================== ] 1073/1532 70% [=========================================== ] 1074/1532 70% [=========================================== ] 1075/1532 70% [=========================================== ] 1076/1532 70% [=========================================== ] 1077/1532 70% [=========================================== ] 1078/1532 70% [=========================================== ] 1079/1532 70% [=========================================== ] 1080/1532 70% [=========================================== ] 1081/1532 70% [=========================================== ] 1082/1532 70% [=========================================== ] 1083/1532 70% [=========================================== ] 1084/1532 70% [=========================================== ] 1085/1532 70% [=========================================== ] 1086/1532 70% [=========================================== ] 1087/1532 70% [============================================ ] 1088/1532 71% [============================================ ] 1089/1532 71% [============================================ ] 1090/1532 71% [============================================ ] 1091/1532 71% [============================================ ] 1092/1532 71% [============================================ ] 1093/1532 71% [============================================ ] 1094/1532 71% [============================================ ] 1095/1532 71% [============================================ ] 1096/1532 71% [============================================ ] 1097/1532 71% [============================================ ] 1098/1532 71% [============================================ ] 1099/1532 71% [============================================ ] 1100/1532 71% [============================================ ] 1101/1532 71% [============================================ ] 1102/1532 71% [============================================ ] 1103/1532 71% [============================================ ] 1104/1532 72% [============================================ ] 1105/1532 72% [============================================ ] 1106/1532 72% [============================================ ] 1107/1532 72% [============================================ ] 1108/1532 72% [============================================ ] 1109/1532 72% [============================================ ] 1110/1532 72% [============================================ ] 1111/1532 72% [============================================= ] 1112/1532 72% [============================================= ] 1113/1532 72% [============================================= ] 1114/1532 72% [============================================= ] 1115/1532 72% [============================================= ] 1116/1532 72% [============================================= ] 1117/1532 72% [============================================= ] 1118/1532 72% [============================================= ] 1119/1532 73% [============================================= ] 1120/1532 73% [============================================= ] 1121/1532 73% [============================================= ] 1122/1532 73% [============================================= ] 1123/1532 73% [============================================= ] 1124/1532 73% [============================================= ] 1125/1532 73% [============================================= ] 1126/1532 73% [============================================= ] 1127/1532 73% [============================================= ] 1128/1532 73% [============================================= ] 1129/1532 73% [============================================= ] 1130/1532 73% [============================================= ] 1131/1532 73% [============================================= ] 1132/1532 73% [============================================= ] 1133/1532 73% [============================================= ] 1134/1532 74% [============================================= ] 1135/1532 74% [============================================= ] 1136/1532 74% [============================================== ] 1137/1532 74% [============================================== ] 1138/1532 74% [============================================== ] 1139/1532 74% [============================================== ] 1140/1532 74% [============================================== ] 1141/1532 74% [============================================== ] 1142/1532 74% [============================================== ] 1143/1532 74% [============================================== ] 1144/1532 74% [============================================== ] 1145/1532 74% [============================================== ] 1146/1532 74% [============================================== ] 1147/1532 74% [============================================== ] 1148/1532 74% [============================================== ] 1149/1532 75% [============================================== ] 1150/1532 75% [============================================== ] 1151/1532 75% [============================================== ] 1152/1532 75% [============================================== ] 1153/1532 75% [============================================== ] 1154/1532 75% [============================================== ] 1155/1532 75% [============================================== ] 1156/1532 75% [============================================== ] 1157/1532 75% [============================================== ] 1158/1532 75% [============================================== ] 1159/1532 75% [============================================== ] 1160/1532 75% [============================================== ] 1161/1532 75% [=============================================== ] 1162/1532 75% [=============================================== ] 1163/1532 75% [=============================================== ] 1164/1532 75% [=============================================== ] 1165/1532 76% [=============================================== ] 1166/1532 76% [=============================================== ] 1167/1532 76% [=============================================== ] 1168/1532 76% [=============================================== ] 1169/1532 76% [=============================================== ] 1170/1532 76% [=============================================== ] 1171/1532 76% [=============================================== ] 1172/1532 76% [=============================================== ] 1173/1532 76% [=============================================== ] 1174/1532 76% [=============================================== ] 1175/1532 76% [=============================================== ] 1176/1532 76% [=============================================== ] 1177/1532 76% [=============================================== ] 1178/1532 76% [=============================================== ] 1179/1532 76% [=============================================== ] 1180/1532 77% [=============================================== ] 1181/1532 77% [=============================================== ] 1182/1532 77% [=============================================== ] 1183/1532 77% [=============================================== ] 1184/1532 77% [=============================================== ] 1185/1532 77% [=============================================== ] 1186/1532 77% [================================================ ] 1187/1532 77% [================================================ ] 1188/1532 77% [================================================ ] 1189/1532 77% [================================================ ] 1190/1532 77% [================================================ ] 1191/1532 77% [================================================ ] 1192/1532 77% [================================================ ] 1193/1532 77% [================================================ ] 1194/1532 77% [================================================ ] 1195/1532 78% [================================================ ] 1196/1532 78% [================================================ ] 1197/1532 78% [================================================ ] 1198/1532 78% [================================================ ] 1199/1532 78% [================================================ ] 1200/1532 78% [================================================ ] 1201/1532 78% [================================================ ] 1202/1532 78% [================================================ ] 1203/1532 78% [================================================ ] 1204/1532 78% [================================================ ] 1205/1532 78% [================================================ ] 1206/1532 78% [================================================ ] 1207/1532 78% [================================================ ] 1208/1532 78% [================================================ ] 1209/1532 78% [================================================ ] 1210/1532 78% [================================================= ] 1211/1532 79% [================================================= ] 1212/1532 79% [================================================= ] 1213/1532 79% [================================================= ] 1214/1532 79% [================================================= ] 1215/1532 79% [================================================= ] 1216/1532 79% [================================================= ] 1217/1532 79% [================================================= ] 1218/1532 79% [================================================= ] 1219/1532 79% [================================================= ] 1220/1532 79% [================================================= ] 1221/1532 79% [================================================= ] 1222/1532 79% [================================================= ] 1223/1532 79% [================================================= ] 1224/1532 79% [================================================= ] 1225/1532 79% [================================================= ] 1226/1532 80% [================================================= ] 1227/1532 80% [================================================= ] 1228/1532 80% [================================================= ] 1229/1532 80% [================================================= ] 1230/1532 80% [================================================= ] 1231/1532 80% [================================================= ] 1232/1532 80% [================================================= ] 1233/1532 80% [================================================= ] 1234/1532 80% [================================================= ] 1235/1532 80% [================================================== ] 1236/1532 80% [================================================== ] 1237/1532 80% [================================================== ] 1238/1532 80% [================================================== ] 1239/1532 80% [================================================== ] 1240/1532 80% [================================================== ] 1241/1532 81% [================================================== ] 1242/1532 81% [================================================== ] 1243/1532 81% [================================================== ] 1244/1532 81% [================================================== ] 1245/1532 81% [================================================== ] 1246/1532 81% [================================================== ] 1247/1532 81% [================================================== ] 1248/1532 81% [================================================== ] 1249/1532 81% [================================================== ] 1250/1532 81% [================================================== ] 1251/1532 81% [================================================== ] 1252/1532 81% [================================================== ] 1253/1532 81% [================================================== ] 1254/1532 81% [================================================== ] 1255/1532 81% [================================================== ] 1256/1532 81% [================================================== ] 1257/1532 82% [================================================== ] 1258/1532 82% [================================================== ] 1259/1532 82% [================================================== ] 1260/1532 82% [=================================================== ] 1261/1532 82% [=================================================== ] 1262/1532 82% [=================================================== ] 1263/1532 82% [=================================================== ] 1264/1532 82% [=================================================== ] 1265/1532 82% [=================================================== ] 1266/1532 82% [=================================================== ] 1267/1532 82% [=================================================== ] 1268/1532 82% [=================================================== ] 1269/1532 82% [=================================================== ] 1270/1532 82% [=================================================== ] 1271/1532 82% [=================================================== ] 1272/1532 83% [=================================================== ] 1273/1532 83% [=================================================== ] 1274/1532 83% [=================================================== ] 1275/1532 83% [=================================================== ] 1276/1532 83% [=================================================== ] 1277/1532 83% [=================================================== ] 1278/1532 83% [=================================================== ] 1279/1532 83% [=================================================== ] 1280/1532 83% [=================================================== ] 1281/1532 83% [=================================================== ] 1282/1532 83% [=================================================== ] 1283/1532 83% [=================================================== ] 1284/1532 83% [==================================================== ] 1285/1532 83% [==================================================== ] 1286/1532 83% [==================================================== ] 1287/1532 84% [==================================================== ] 1288/1532 84% [==================================================== ] 1289/1532 84% [==================================================== ] 1290/1532 84% [==================================================== ] 1291/1532 84% [==================================================== ] 1292/1532 84% [==================================================== ] 1293/1532 84% [==================================================== ] 1294/1532 84% [==================================================== ] 1295/1532 84% [==================================================== ] 1296/1532 84% [==================================================== ] 1297/1532 84% [==================================================== ] 1298/1532 84% [==================================================== ] 1299/1532 84% [==================================================== ] 1300/1532 84% [==================================================== ] 1301/1532 84% [==================================================== ] 1302/1532 84% [==================================================== ] 1303/1532 85% [==================================================== ] 1304/1532 85% [==================================================== ] 1305/1532 85% [==================================================== ] 1306/1532 85% [==================================================== ] 1307/1532 85% [==================================================== ] 1308/1532 85% [==================================================== ] 1309/1532 85% [===================================================== ] 1310/1532 85% [===================================================== ] 1311/1532 85% [===================================================== ] 1312/1532 85% [===================================================== ] 1313/1532 85% [===================================================== ] 1314/1532 85% [===================================================== ] 1315/1532 85% [===================================================== ] 1316/1532 85% [===================================================== ] 1317/1532 85% [===================================================== ] 1318/1532 86% [===================================================== ] 1319/1532 86% [===================================================== ] 1320/1532 86% [===================================================== ] 1321/1532 86% [===================================================== ] 1322/1532 86% [===================================================== ] 1323/1532 86% [===================================================== ] 1324/1532 86% [===================================================== ] 1325/1532 86% [===================================================== ] 1326/1532 86% [===================================================== ] 1327/1532 86% [===================================================== ] 1328/1532 86% [===================================================== ] 1329/1532 86% [===================================================== ] 1330/1532 86% [===================================================== ] 1331/1532 86% [===================================================== ] 1332/1532 86% [===================================================== ] 1333/1532 87% [===================================================== ] 1334/1532 87% [====================================================== ] 1335/1532 87% [====================================================== ] 1336/1532 87% [====================================================== ] 1337/1532 87% [====================================================== ] 1338/1532 87% [====================================================== ] 1339/1532 87% [====================================================== ] 1340/1532 87% [====================================================== ] 1341/1532 87% [====================================================== ] 1342/1532 87% [====================================================== ] 1343/1532 87% [====================================================== ] 1344/1532 87% [====================================================== ] 1345/1532 87% [====================================================== ] 1346/1532 87% [====================================================== ] 1347/1532 87% [====================================================== ] 1348/1532 87% [====================================================== ] 1349/1532 88% [====================================================== ] 1350/1532 88% [====================================================== ] 1351/1532 88% [====================================================== ] 1352/1532 88% [====================================================== ] 1353/1532 88% [====================================================== ] 1354/1532 88% [====================================================== ] 1355/1532 88% [====================================================== ] 1356/1532 88% [====================================================== ] 1357/1532 88% [====================================================== ] 1358/1532 88% [====================================================== ] 1359/1532 88% [======================================================= ] 1360/1532 88% [======================================================= ] 1361/1532 88% [======================================================= ] 1362/1532 88% [======================================================= ] 1363/1532 88% [======================================================= ] 1364/1532 89% [======================================================= ] 1365/1532 89% [======================================================= ] 1366/1532 89% [======================================================= ] 1367/1532 89% [======================================================= ] 1368/1532 89% [======================================================= ] 1369/1532 89% [======================================================= ] 1370/1532 89% [======================================================= ] 1371/1532 89% [======================================================= ] 1372/1532 89% [======================================================= ] 1373/1532 89% [======================================================= ] 1374/1532 89% [======================================================= ] 1375/1532 89% [======================================================= ] 1376/1532 89% [======================================================= ] 1377/1532 89% [======================================================= ] 1378/1532 89% [======================================================= ] 1379/1532 90% [======================================================= ] 1380/1532 90% [======================================================= ] 1381/1532 90% [======================================================= ] 1382/1532 90% [======================================================= ] 1383/1532 90% [======================================================== ] 1384/1532 90% [======================================================== ] 1385/1532 90% [======================================================== ] 1386/1532 90% [======================================================== ] 1387/1532 90% [======================================================== ] 1388/1532 90% [======================================================== ] 1389/1532 90% [======================================================== ] 1390/1532 90% [======================================================== ] 1391/1532 90% [======================================================== ] 1392/1532 90% [======================================================== ] 1393/1532 90% [======================================================== ] 1394/1532 90% [======================================================== ] 1395/1532 91% [======================================================== ] 1396/1532 91% [======================================================== ] 1397/1532 91% [======================================================== ] 1398/1532 91% [======================================================== ] 1399/1532 91% [======================================================== ] 1400/1532 91% [======================================================== ] 1401/1532 91% [======================================================== ] 1402/1532 91% [======================================================== ] 1403/1532 91% [======================================================== ] 1404/1532 91% [======================================================== ] 1405/1532 91% [======================================================== ] 1406/1532 91% [======================================================== ] 1407/1532 91% [======================================================== ] 1408/1532 91% [========================================================= ] 1409/1532 91% [========================================================= ] 1410/1532 92% [========================================================= ] 1411/1532 92% [========================================================= ] 1412/1532 92% [========================================================= ] 1413/1532 92% [========================================================= ] 1414/1532 92% [========================================================= ] 1415/1532 92% [========================================================= ] 1416/1532 92% [========================================================= ] 1417/1532 92% [========================================================= ] 1418/1532 92% [========================================================= ] 1419/1532 92% [========================================================= ] 1420/1532 92% [========================================================= ] 1421/1532 92% [========================================================= ] 1422/1532 92% [========================================================= ] 1423/1532 92% [========================================================= ] 1424/1532 92% [========================================================= ] 1425/1532 93% [========================================================= ] 1426/1532 93% [========================================================= ] 1427/1532 93% [========================================================= ] 1428/1532 93% [========================================================= ] 1429/1532 93% [========================================================= ] 1430/1532 93% [========================================================= ] 1431/1532 93% [========================================================= ] 1432/1532 93% [========================================================= ] 1433/1532 93% [========================================================== ] 1434/1532 93% [========================================================== ] 1435/1532 93% [========================================================== ] 1436/1532 93% [========================================================== ] 1437/1532 93% [========================================================== ] 1438/1532 93% [========================================================== ] 1439/1532 93% [========================================================== ] 1440/1532 93% [========================================================== ] 1441/1532 94% [========================================================== ] 1442/1532 94% [========================================================== ] 1443/1532 94% [========================================================== ] 1444/1532 94% [========================================================== ] 1445/1532 94% [========================================================== ] 1446/1532 94% [========================================================== ] 1447/1532 94% [========================================================== ] 1448/1532 94% [========================================================== ] 1449/1532 94% [========================================================== ] 1450/1532 94% [========================================================== ] 1451/1532 94% [========================================================== ] 1452/1532 94% [========================================================== ] 1453/1532 94% [========================================================== ] 1454/1532 94% [========================================================== ] 1455/1532 94% [========================================================== ] 1456/1532 95% [========================================================== ] 1457/1532 95% [=========================================================== ] 1458/1532 95% [=========================================================== ] 1459/1532 95% [=========================================================== ] 1460/1532 95% [=========================================================== ] 1461/1532 95% [=========================================================== ] 1462/1532 95% [=========================================================== ] 1463/1532 95% [=========================================================== ] 1464/1532 95% [=========================================================== ] 1465/1532 95% [=========================================================== ] 1466/1532 95% [=========================================================== ] 1467/1532 95% [=========================================================== ] 1468/1532 95% [=========================================================== ] 1469/1532 95% [=========================================================== ] 1470/1532 95% [=========================================================== ] 1471/1532 96% [=========================================================== ] 1472/1532 96% [=========================================================== ] 1473/1532 96% [=========================================================== ] 1474/1532 96% [=========================================================== ] 1475/1532 96% [=========================================================== ] 1476/1532 96% [=========================================================== ] 1477/1532 96% [=========================================================== ] 1478/1532 96% [=========================================================== ] 1479/1532 96% [=========================================================== ] 1480/1532 96% [=========================================================== ] 1481/1532 96% [=========================================================== ] 1482/1532 96% [============================================================ ] 1483/1532 96% [============================================================ ] 1484/1532 96% [============================================================ ] 1485/1532 96% [============================================================ ] 1486/1532 96% [============================================================ ] 1487/1532 97% [============================================================ ] 1488/1532 97% [============================================================ ] 1489/1532 97% [============================================================ ] 1490/1532 97% [============================================================ ] 1491/1532 97% [============================================================ ] 1492/1532 97% [============================================================ ] 1493/1532 97% [============================================================ ] 1494/1532 97% [============================================================ ] 1495/1532 97% [============================================================ ] 1496/1532 97% [============================================================ ] 1497/1532 97% [============================================================ ] 1498/1532 97% [============================================================ ] 1499/1532 97% [============================================================ ] 1500/1532 97% [============================================================ ] 1501/1532 97% [============================================================ ] 1502/1532 98% [============================================================ ] 1503/1532 98% [============================================================ ] 1504/1532 98% [============================================================ ] 1505/1532 98% [============================================================ ] 1506/1532 98% [============================================================ ] 1507/1532 98% [============================================================= ] 1508/1532 98% [============================================================= ] 1509/1532 98% [============================================================= ] 1510/1532 98% [============================================================= ] 1511/1532 98% [============================================================= ] 1512/1532 98% [============================================================= ] 1513/1532 98% [============================================================= ] 1514/1532 98% [============================================================= ] 1515/1532 98% [============================================================= ] 1516/1532 98% [============================================================= ] 1517/1532 99% [============================================================= ] 1518/1532 99% [============================================================= ] 1519/1532 99% [============================================================= ] 1520/1532 99% [============================================================= ] 1521/1532 99% [============================================================= ] 1522/1532 99% [============================================================= ] 1523/1532 99% [============================================================= ] 1524/1532 99% [============================================================= ] 1525/1532 99% [============================================================= ] 1526/1532 99% [============================================================= ] 1527/1532 99% [============================================================= ] 1528/1532 99% [============================================================= ] 1529/1532 99% [============================================================= ] 1530/1532 99% [============================================================= ] 1531/1532 99% [==============================================================] 1532/1532 100% operation complete, 1532 objects in 118173 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/powerpc-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2021.05-6175-ga0bf8777bf8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> angular-websocket 2.0.0 Collecting legal info LICENSE: OK (sha256: 3013a57f2c8df37775804b8be5b107665a2ca209607bb92c618bcc084feb00a7) >>> 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.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.41 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 10.3.0 Collecting legal info >>> linux-headers 5.17.13 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> angularjs 1.8.2 Collecting legal info angular.js: OK (sha256: 237656fae6e39d02cd71cbcfbf91b7964eba5796aafca1bfcfff3b054ce3fed6) >>> argp-standalone 1.4.1 Collecting legal info README.md: OK (sha256: b5db0353a5b1902fc8a2e055d8899dd0c189ce73a31e67af9a0ffc24711b63f0) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> c-ares 1.18.1 Collecting legal info LICENSE.md: OK (sha256: db4eb63fe09daebdf57d3f79b091bb5ee5070c0d761040e83264e648d307af4c) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> cukinia 0.6.0 Collecting legal info LICENSE: OK (sha256: b40930bbcf80744c86c46a12bc9da056641d722716c378f5659b9e555ef833e1) LICENSE.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cunit 2.1-3 Collecting legal info COPYING: OK (sha256: 5d9d73d41a57dd2f34487ef3978a2c13cdb97294baeeb81fcd274796399eb15f) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-erofs-utils 1.4 Collecting legal info COPYING: OK (sha256: feee3b3157dcdf78d4f50edefbd5dd7adf8b6d52c11bfaaa746a85a373256713) >>> host-lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> execline 2.8.0.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fan-ctrl 1.3 Collecting legal info ERROR: No hash found for fan-ctrl.c >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> fluid-soundfont 3.1 Collecting legal info COPYING: OK (sha256: 8ef830b65c97a976b86e34bb5fde08d99dfb1db13c4149b5b20bc837ac6c4568) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> geoip 1.6.12 Collecting legal info COPYING: OK (sha256: 36b6d3fa47916943fd5fec313c584784946047ec1337a78b440e5992cb595f89) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> haserl 0.9.36 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> htop 3.2.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-imx-mkimage rel_imx_5.4.70_2.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> inih 53 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> host-meson 0.62.2 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 62.1.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.4 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.8 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> initscripts Collecting legal info >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jquery-mobile 1.4.3 Collecting legal info >>> jquery 3.5.1 Collecting legal info >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libart 2.3.21 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libbytesize 2.6 Collecting legal info LICENSE: OK (sha256: 97bdc721d875501b6243a456333fdfdb1ab64d31c4da2554de845caf4674b946) >>> mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> libcurl 7.83.1 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1o Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> rtmpdump c5f04a58fc2aeea6296ca7c44ee4734c18401aa3 Collecting legal info librtmp/COPYING: OK (sha256: 03fe7ca91cc28e99b4003d5b3bd4ce3b084d4c475fdf9975cf0e7fdf4dc739cd) >>> libee 0.4.1 Collecting legal info COPYING: OK (sha256: 275fecbf835387e042ba96884f0f05356a485a6ea8449b2c5295cc11652ad439) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> libldns 1.8.1 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmodbus 3.1.7 Collecting legal info COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.25 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libreplaygain r475 Collecting legal info src/gain_analysis.c: OK (sha256: 511e7b63ce6530b93932d19da3471a6672586339bc131b2699ad4e9b0ee6c9bb) >>> libsndfile 1.0.31 Collecting legal info COPYING: OK (sha256: ad01ea5cd2755f6048383c8d54c88459cd6fcb17757c5c8892f8c5ea060f6140) >>> libtasn1 4.18.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtpl 1.6.1 Collecting legal info LICENSE: OK (sha256: 8554ddb5779f1ad2f3ea6db1d0df622e63fca11f44bfc3c8b3c207ea0482c746) >>> libxcrypt 4.4.28 Collecting legal info LICENSING: OK (sha256: f9b48b0bc67a92b752780710aa774cf08b62ec2ebaa3f4aebd00069fba6effd2) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.9.14 Collecting legal info COPYING: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linux-syscall-support e1e7b0ad8ee99a875b272c8e33e308472e897660 Collecting legal info LICENSE: OK (sha256: c180f12840c00224cceed7139192018d2c7e6061db4ce4310b8626f7ad10bf26) >>> lldpd 1.0.9 Collecting legal info LICENSE: OK (sha256: 0e96a5aea65f16e2239231ce4ab90497f8bc3bb8fe6abe9299aade4726ff7c8d) >>> netsnmp 5.9 Collecting legal info COPYING: OK (sha256: ed869ea395a1f125819a56676385ab0557a21507764bf56f2943302011381e59) >>> lrandom 20180729-1 Collecting legal info >>> host-luarocks 3.9.0 Collecting legal info COPYING: OK (sha256: 542ad0ee9b8ba582437ca7b4d0959c9b9432f25d2067f144d017188a7a84dd2f) >>> host-luainterpreter Collecting legal info >>> host-lua 5.1.5 Collecting legal info COPYRIGHT: OK (sha256: ee5e3e82af1e1b543c4f216e399d7c8cfee797711913f349e385101c4ae60a79) >>> luainterpreter Collecting legal info >>> luajit f2b37f51f69ba7e9f8defd05e5aca648121f0fe6 Collecting legal info COPYRIGHT: OK (sha256: 52fc5b15ac968ed81aabb4c1e23ab3bce50f57a5764e9cdca86b463a11072921) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lua-iconv 7-1 Collecting legal info lua-iconv-7/COPYING: OK (sha256: 30227b9571827f3dfcdeb3830594fc415459d64ad7271e9954178d3ef58a9bd4) >>> lua-lunix 20170920-1 Collecting legal info lunix-rel-20170920/LICENSE: OK (sha256: 9b74be104d59caa45bf3321ebe771f9cc7874209261a93f1cf971ceca44fbe03) >>> lua-messagepack 0.5.2-1 Collecting legal info lua-MessagePack-0.5.2/COPYRIGHT: OK (sha256: 709fd93a7dd6f8e941e7f0cb9e3eeba1f4de375302f1b19e14bb51aff23c5970) >>> lua-zlib 1.2-0 Collecting legal info >>> host-mender-artifact 3.6.1 Collecting legal info LICENSE: OK (sha256: b4acfcfa2a0ba1a8c82ec3965fbcee886cff8394ca4214e0ddac0a36beb1e05a) LIC_FILES_CHKSUM.sha256: OK (sha256: ac23df36801aea6a28685b60a742f68f99d357e0d9973d5c36aa2e72599d8e2a) vendor/github.com/minio/sha256-simd/LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) vendor/github.com/mendersoftware/progressbar/LICENSE: OK (sha256: 8f5d89b47d7a05a199b77b7e0f362dad391d451ebda4ef48ba11c50c071564c7) vendor/github.com/pkg/errors/LICENSE: OK (sha256: 8d427fd87bc9579ea368fde3d49f9ca22eac857f91a9dec7e3004bdfab7dee86) vendor/github.com/pmezard/go-difflib/LICENSE: OK (sha256: 2eb550be6801c1ea434feba53bf6d12e7c71c90253e0a9de4a4f46cf88b56477) vendor/golang.org/x/sys/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/golang.org/x/crypto/LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) vendor/github.com/remyoudompheng/go-liblzma/LICENSE: OK (sha256: a284e538f3e5649ae6a8f32da2bbd18e9daabf2c1ebbfb99ed92e797b159be1a) vendor/github.com/klauspost/compress/LICENSE: OK (sha256: 16f848582e4b276a7392cd34496b7a33d6f65c0e190c163ff3a056a7c61219ce) vendor/github.com/russross/blackfriday/v2/LICENSE.txt: OK (sha256: 75e1ca97a84a9da6051dee0114333388216f2c4a5a028296b882ff3d57274735) vendor/github.com/davecgh/go-spew/LICENSE: OK (sha256: 1b93a317849ee09d3d7e4f1d20c2b78ddb230b4becb12d7c224c927b9d470251) vendor/github.com/stretchr/testify/LICENSE: OK (sha256: f8e536c1c7b695810427095dc85f5f80d44ff7c10535e8a9486cf393e2599189) vendor/github.com/urfave/cli/LICENSE: OK (sha256: da277af11b85227490377fbcac6afccc68be560c4fff36ac05ca62de55345fd7) vendor/github.com/sirupsen/logrus/LICENSE: OK (sha256: 51a0c9ec7f8b7634181b8d4c03e5b5d204ac21d6e72f46c313973424664b2e6b) vendor/github.com/klauspost/pgzip/LICENSE: OK (sha256: 6d2de1cde19c4d2bd8bcd9aaa1d581f4cfa3db9cf71896140330eaa2f2687685) vendor/github.com/cpuguy83/go-md2man/v2/LICENSE.md: OK (sha256: a55959c4e3e8917bfa857359bb641115336276a6cc97408fd8197e079fb18470) vendor/github.com/shurcooL/sanitized_anchor_name/LICENSE: OK (sha256: c8024e31c1de453fea90f22a221968835cc7af9d520274a2576c9ec9976055b0) vendor/gopkg.in/yaml.v3/LICENSE: OK (sha256: d18f6323b71b0b768bb5e9616e36da390fbd39369a81807cca352de4e4e6aa0b) vendor/github.com/mattn/go-isatty/LICENSE: OK (sha256: 08eab1118c80885fa1fa6a6dd7303f65a379fcb3733e063d20d1bbc2c76e6fa1) >>> host-go 1.18.3 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> 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) >>> mfoc 0.10.7 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> msmtp 1.8.14 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mtdev 1.1.6 Collecting legal info COPYING: OK (sha256: 795bfe74daae59a97d3a0c8ec0ba0f08c243adf94a3aa7981a4136fce31d55b4) >>> ncftp 3.2.6 Collecting legal info doc/LICENSE.txt: OK (sha256: 4fe2f063d25d79c49712a272ebb68e050c703eed9c66c80108427edfe3285580) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> netplug 1.2.9.2 Collecting legal info COPYING: OK (sha256: 08ce3ddda499d6befdc80161c7cc82e90da05c31eb1047dae41ef531d5170e9b) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> openresolv 3.12.0 Collecting legal info LICENSE: OK (sha256: 384740bf5e19e7628d20f4dcc22925062fdc6020e9a6f074e567d4d797be57a0) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> popt 1.18 Collecting legal info COPYING: OK (sha256: 518d4f2a05064cb9a8ec0ea02e86408af4feed6916f78ef42171465db8b383c5) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> quagga 1.2.4 Collecting legal info COPYING: OK (sha256: b39c1bad4e51e2a3389cd25fc4addebe41a3ae7c11100795683f9330de1536e5) >>> host-gawk 5.1.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rapidxml 1.13 Collecting legal info license.txt: OK (sha256: 794bf3b2ecf5cf0c740ac6c524d66ce6284c4b1de1f983d21a242b8abbeb9720) >>> rsh-redone 85 Collecting legal info rsh.c: OK (sha256: 92c3a6a0efe5347c282081c6f67aebfec0f33b880c9efb87eb5232dcdd748369) >>> rtptools 1.22 Collecting legal info LICENSE: OK (sha256: f864592065e232c0b444ae9682a7a1a2c6aafe96712999f794bec24d4441a6a9) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-linux-utils 2.5.1.5 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6-networking 2.4.1.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> s6 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> seatd 0.7.0 Collecting legal info LICENSE: OK (sha256: 282a494803d666616bd726e0279636b5f6a31387ae19a707459074050f2600d3) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> tcpdump 4.99.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> triggerhappy 0.5.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> utf8proc 2.7.0 Collecting legal info LICENSE.md: OK (sha256: 3b510150d34f248a221bb88e1d811238d6c6c18b51231822c42974c39bb07256) >>> wqy-zenhei 0.9.45 Collecting legal info COPYING: OK (sha256: 871c2a85e6bbf7bec65043820b706a265ed95d4e58c577fbb2c9f60c39c26ca7) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> zchunk 1.2.2 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-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: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-mobile-1.4.3: cannot save license (JQUERY_MOBILE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) WARNING: lrandom-20180729-1: cannot save license (LRANDOM_LICENSE_FILES not defined) WARNING: lua-zlib-1.2-0: cannot save license (LUA_ZLIB_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'