/home/buildroot/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc -D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O0 -g0 -o zerofree zerofree.c -lext2fs make[1]: Leaving directory '/home/buildroot/autobuild/instance-2/output-1/build/zerofree-1.1.1' >>> zerofree 1.1.1 Installing to target /usr/bin/install -D -m 0755 /home/buildroot/autobuild/instance-2/output-1/build/zerofree-1.1.1/zerofree /home/buildroot/autobuild/instance-2/output-1/target/usr/bin/zerofree >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-2/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%phecda%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%aarch64%g" -e "s%@TARGET_CPU@%phecda%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O0', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O0', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-2/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-2/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-2/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-2/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-2/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-2/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells; fi # Remove any existing certificates under /etc/ssl/certs rm -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ssl/certs/* # Create symlinks to certificates under /etc/ssl/certs # and generate the bundle cd /home/buildroot/autobuild/instance-2/output-1/target ; for i in `find usr/share/ca-certificates -name "*.crt" | LC_COLLATE=C sort` ; do ln -sf ../../../$i etc/ssl/certs/`basename ${i} .crt`.pem ; cat $i ; done >/home/buildroot/autobuild/instance-2/output-1/build/ca-certificates.crt # Create symlinks to the certificates by their hash values /home/buildroot/autobuild/instance-2/output-1/host/bin/c_rehash /home/buildroot/autobuild/instance-2/output-1/target/etc/ssl/certs Doing /home/buildroot/autobuild/instance-2/output-1/target/etc/ssl/certs # Install the certificates bundle /usr/bin/install -D -m 644 /home/buildroot/autobuild/instance-2/output-1/build/ca-certificates.crt /home/buildroot/autobuild/instance-2/output-1/target/etc/ssl/certs/ca-certificates.crt mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/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-2/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-2/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-2/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-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2024.05.3"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2024.05.3"; \ echo "PRETTY_NAME=\"Buildroot 2024.05.3\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package \ /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/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-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 1733 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1733 0% [ ] 2/1733 0% [ ] 3/1733 0% [ ] 4/1733 0% [ ] 5/1733 0% [ ] 6/1733 0% [ ] 7/1733 0% [ ] 8/1733 0% [ ] 9/1733 0% [ ] 10/1733 0% [ ] 11/1733 0% [ ] 12/1733 0% [ ] 13/1733 0% [ ] 14/1733 0% [ ] 15/1733 0% [ ] 16/1733 0% [ ] 17/1733 0% [ ] 18/1733 1% [ ] 19/1733 1% [ ] 20/1733 1% [ ] 21/1733 1% [ ] 22/1733 1% [ ] 23/1733 1% [ ] 24/1733 1% [ ] 25/1733 1% [ ] 26/1733 1% [ ] 27/1733 1% [= ] 28/1733 1% [= ] 29/1733 1% [= ] 30/1733 1% [= ] 31/1733 1% [= ] 32/1733 1% [= ] 33/1733 1% [= ] 34/1733 1% [= ] 35/1733 2% [= ] 36/1733 2% [= ] 37/1733 2% [= ] 38/1733 2% [= ] 39/1733 2% [= ] 40/1733 2% [= ] 41/1733 2% [= ] 42/1733 2% [= ] 43/1733 2% [= ] 44/1733 2% [= ] 45/1733 2% [= ] 46/1733 2% [= ] 47/1733 2% [= ] 48/1733 2% [= ] 49/1733 2% [= ] 50/1733 2% [= ] 51/1733 2% [= ] 52/1733 3% [= ] 53/1733 3% [= ] 54/1733 3% [= ] 55/1733 3% [== ] 56/1733 3% [== ] 57/1733 3% [== ] 58/1733 3% [== ] 59/1733 3% [== ] 60/1733 3% [== ] 61/1733 3% [== ] 62/1733 3% [== ] 63/1733 3% [== ] 64/1733 3% [== ] 65/1733 3% [== ] 66/1733 3% [== ] 67/1733 3% [== ] 68/1733 3% [== ] 69/1733 3% [== ] 70/1733 4% [== ] 71/1733 4% [== ] 72/1733 4% [== ] 73/1733 4% [== ] 74/1733 4% [== ] 75/1733 4% [== ] 76/1733 4% [== ] 77/1733 4% [== ] 78/1733 4% [== ] 79/1733 4% [== ] 80/1733 4% [== ] 81/1733 4% [== ] 82/1733 4% [== ] 83/1733 4% [=== ] 84/1733 4% [=== ] 85/1733 4% [=== ] 86/1733 4% [=== ] 87/1733 5% [=== ] 88/1733 5% [=== ] 89/1733 5% [=== ] 90/1733 5% [=== ] 91/1733 5% [=== ] 92/1733 5% [=== ] 93/1733 5% [=== ] 94/1733 5% [=== ] 95/1733 5% [=== ] 96/1733 5% [=== ] 97/1733 5% [=== ] 98/1733 5% [=== ] 99/1733 5% [=== ] 100/1733 5% [=== ] 101/1733 5% [=== ] 102/1733 5% [=== ] 103/1733 5% [=== ] 104/1733 6% [=== ] 105/1733 6% [=== ] 106/1733 6% [=== ] 107/1733 6% [=== ] 108/1733 6% [=== ] 109/1733 6% [=== ] 110/1733 6% [=== ] 111/1733 6% [==== ] 112/1733 6% [==== ] 113/1733 6% [==== ] 114/1733 6% [==== ] 115/1733 6% [==== ] 116/1733 6% [==== ] 117/1733 6% [==== ] 118/1733 6% [==== ] 119/1733 6% [==== ] 120/1733 6% [==== ] 121/1733 6% [==== ] 122/1733 7% [==== ] 123/1733 7% [==== ] 124/1733 7% [==== ] 125/1733 7% [==== ] 126/1733 7% [==== ] 127/1733 7% [==== ] 128/1733 7% [==== ] 129/1733 7% [==== ] 130/1733 7% [==== ] 131/1733 7% [==== ] 132/1733 7% [==== ] 133/1733 7% [==== ] 134/1733 7% [==== ] 135/1733 7% [==== ] 136/1733 7% [==== ] 137/1733 7% [==== ] 138/1733 7% [==== ] 139/1733 8% [===== ] 140/1733 8% [===== ] 141/1733 8% [===== ] 142/1733 8% [===== ] 143/1733 8% [===== ] 144/1733 8% [===== ] 145/1733 8% [===== ] 146/1733 8% [===== ] 147/1733 8% [===== ] 148/1733 8% [===== ] 149/1733 8% [===== ] 150/1733 8% [===== ] 151/1733 8% [===== ] 152/1733 8% [===== ] 153/1733 8% [===== ] 154/1733 8% [===== ] 155/1733 8% [===== ] 156/1733 9% [===== ] 157/1733 9% [===== ] 158/1733 9% [===== ] 159/1733 9% [===== ] 160/1733 9% [===== ] 161/1733 9% [===== ] 162/1733 9% [===== ] 163/1733 9% [===== ] 164/1733 9% [===== ] 165/1733 9% [===== ] 166/1733 9% [===== ] 167/1733 9% [====== ] 168/1733 9% [====== ] 169/1733 9% [====== ] 170/1733 9% [====== ] 171/1733 9% [====== ] 172/1733 9% [====== ] 173/1733 9% [====== ] 174/1733 10% [====== ] 175/1733 10% [====== ] 176/1733 10% [====== ] 177/1733 10% [====== ] 178/1733 10% [====== ] 179/1733 10% [====== ] 180/1733 10% [====== ] 181/1733 10% [====== ] 182/1733 10% [====== ] 183/1733 10% [====== ] 184/1733 10% [====== ] 185/1733 10% [====== ] 186/1733 10% [====== ] 187/1733 10% [====== ] 188/1733 10% [====== ] 189/1733 10% [====== ] 190/1733 10% [====== ] 191/1733 11% [====== ] 192/1733 11% [====== ] 193/1733 11% [====== ] 194/1733 11% [====== ] 195/1733 11% [======= ] 196/1733 11% [======= ] 197/1733 11% [======= ] 198/1733 11% [======= ] 199/1733 11% [======= ] 200/1733 11% [======= ] 201/1733 11% [======= ] 202/1733 11% [======= ] 203/1733 11% [======= ] 204/1733 11% [======= ] 205/1733 11% [======= ] 206/1733 11% [======= ] 207/1733 11% [======= ] 208/1733 12% [======= ] 209/1733 12% [======= ] 210/1733 12% [======= ] 211/1733 12% [======= ] 212/1733 12% [======= ] 213/1733 12% [======= ] 214/1733 12% [======= ] 215/1733 12% [======= ] 216/1733 12% [======= ] 217/1733 12% [======= ] 218/1733 12% [======= ] 219/1733 12% [======= ] 220/1733 12% [======= ] 221/1733 12% [======= ] 222/1733 12% [======= ] 223/1733 12% [======== ] 224/1733 12% [======== ] 225/1733 12% [======== ] 226/1733 13% [======== ] 227/1733 13% [======== ] 228/1733 13% [======== ] 229/1733 13% [======== ] 230/1733 13% [======== ] 231/1733 13% [======== ] 232/1733 13% [======== ] 233/1733 13% [======== ] 234/1733 13% [======== ] 235/1733 13% [======== ] 236/1733 13% [======== ] 237/1733 13% [======== ] 238/1733 13% [======== ] 239/1733 13% [======== ] 240/1733 13% [======== ] 241/1733 13% [======== ] 242/1733 13% [======== ] 243/1733 14% [======== ] 244/1733 14% [======== ] 245/1733 14% [======== ] 246/1733 14% [======== ] 247/1733 14% [======== ] 248/1733 14% [======== ] 249/1733 14% [======== ] 250/1733 14% [======== ] 251/1733 14% [========= ] 252/1733 14% [========= ] 253/1733 14% [========= ] 254/1733 14% [========= ] 255/1733 14% [========= ] 256/1733 14% [========= ] 257/1733 14% [========= ] 258/1733 14% [========= ] 259/1733 14% [========= ] 260/1733 15% [========= ] 261/1733 15% [========= ] 262/1733 15% [========= ] 263/1733 15% [========= ] 264/1733 15% [========= ] 265/1733 15% [========= ] 266/1733 15% [========= ] 267/1733 15% [========= ] 268/1733 15% [========= ] 269/1733 15% [========= ] 270/1733 15% [========= ] 271/1733 15% [========= ] 272/1733 15% [========= ] 273/1733 15% [========= ] 274/1733 15% [========= ] 275/1733 15% [========= ] 276/1733 15% [========= ] 277/1733 15% [========= ] 278/1733 16% [========= ] 279/1733 16% [========== ] 280/1733 16% [========== ] 281/1733 16% [========== ] 282/1733 16% [========== ] 283/1733 16% [========== ] 284/1733 16% [========== ] 285/1733 16% [========== ] 286/1733 16% [========== ] 287/1733 16% [========== ] 288/1733 16% [========== ] 289/1733 16% [========== ] 290/1733 16% [========== ] 291/1733 16% [========== ] 292/1733 16% [========== ] 293/1733 16% [========== ] 294/1733 16% [========== ] 295/1733 17% [========== ] 296/1733 17% [========== ] 297/1733 17% [========== ] 298/1733 17% [========== ] 299/1733 17% [========== ] 300/1733 17% [========== ] 301/1733 17% [========== ] 302/1733 17% [========== ] 303/1733 17% [========== ] 304/1733 17% [========== ] 305/1733 17% [========== ] 306/1733 17% [========== ] 307/1733 17% [=========== ] 308/1733 17% [=========== ] 309/1733 17% [=========== ] 310/1733 17% [=========== ] 311/1733 17% [=========== ] 312/1733 18% [=========== ] 313/1733 18% [=========== ] 314/1733 18% [=========== ] 315/1733 18% [=========== ] 316/1733 18% [=========== ] 317/1733 18% [=========== ] 318/1733 18% [=========== ] 319/1733 18% [=========== ] 320/1733 18% [=========== ] 321/1733 18% [=========== ] 322/1733 18% [=========== ] 323/1733 18% [=========== ] 324/1733 18% [=========== ] 325/1733 18% [=========== ] 326/1733 18% [=========== ] 327/1733 18% [=========== ] 328/1733 18% [=========== ] 329/1733 18% [=========== ] 330/1733 19% [=========== ] 331/1733 19% [=========== ] 332/1733 19% [=========== ] 333/1733 19% [=========== ] 334/1733 19% [=========== ] 335/1733 19% [============ ] 336/1733 19% [============ ] 337/1733 19% [============ ] 338/1733 19% [============ ] 339/1733 19% [============ ] 340/1733 19% [============ ] 341/1733 19% [============ ] 342/1733 19% [============ ] 343/1733 19% [============ ] 344/1733 19% [============ ] 345/1733 19% [============ ] 346/1733 19% [============ ] 347/1733 20% [============ ] 348/1733 20% [============ ] 349/1733 20% [============ ] 350/1733 20% [============ ] 351/1733 20% [============ ] 352/1733 20% [============ ] 353/1733 20% [============ ] 354/1733 20% [============ ] 355/1733 20% [============ ] 356/1733 20% [============ ] 357/1733 20% [============ ] 358/1733 20% [============ ] 359/1733 20% [============ ] 360/1733 20% [============ ] 361/1733 20% [============ ] 362/1733 20% [============ ] 363/1733 20% [============= ] 364/1733 21% [============= ] 365/1733 21% [============= ] 366/1733 21% [============= ] 367/1733 21% [============= ] 368/1733 21% [============= ] 369/1733 21% [============= ] 370/1733 21% [============= ] 371/1733 21% [============= ] 372/1733 21% [============= ] 373/1733 21% [============= ] 374/1733 21% [============= ] 375/1733 21% [============= ] 376/1733 21% [============= ] 377/1733 21% [============= ] 378/1733 21% [============= ] 379/1733 21% [============= ] 380/1733 21% [============= ] 381/1733 21% [============= ] 382/1733 22% [============= ] 383/1733 22% [============= ] 384/1733 22% [============= ] 385/1733 22% [============= ] 386/1733 22% [============= ] 387/1733 22% [============= ] 388/1733 22% [============= ] 389/1733 22% [============= ] 390/1733 22% [============= ] 391/1733 22% [============== ] 392/1733 22% [============== ] 393/1733 22% [============== ] 394/1733 22% [============== ] 395/1733 22% [============== ] 396/1733 22% [============== ] 397/1733 22% [============== ] 398/1733 22% [============== ] 399/1733 23% [============== ] 400/1733 23% [============== ] 401/1733 23% [============== ] 402/1733 23% [============== ] 403/1733 23% [============== ] 404/1733 23% [============== ] 405/1733 23% [============== ] 406/1733 23% [============== ] 407/1733 23% [============== ] 408/1733 23% [============== ] 409/1733 23% [============== ] 410/1733 23% [============== ] 411/1733 23% [============== ] 412/1733 23% [============== ] 413/1733 23% [============== ] 414/1733 23% [============== ] 415/1733 23% [============== ] 416/1733 24% [============== ] 417/1733 24% [============== ] 418/1733 24% [============== ] 419/1733 24% [=============== ] 420/1733 24% [=============== ] 421/1733 24% [=============== ] 422/1733 24% [=============== ] 423/1733 24% [=============== ] 424/1733 24% [=============== ] 425/1733 24% [=============== ] 426/1733 24% [=============== ] 427/1733 24% [=============== ] 428/1733 24% [=============== ] 429/1733 24% [=============== ] 430/1733 24% [=============== ] 431/1733 24% [=============== ] 432/1733 24% [=============== ] 433/1733 24% [=============== ] 434/1733 25% [=============== ] 435/1733 25% [=============== ] 436/1733 25% [=============== ] 437/1733 25% [=============== ] 438/1733 25% [=============== ] 439/1733 25% [=============== ] 440/1733 25% [=============== ] 441/1733 25% [=============== ] 442/1733 25% [=============== ] 443/1733 25% [=============== ] 444/1733 25% [=============== ] 445/1733 25% [=============== ] 446/1733 25% [=============== ] 447/1733 25% [================ ] 448/1733 25% [================ ] 449/1733 25% [================ ] 450/1733 25% [================ ] 451/1733 26% [================ ] 452/1733 26% [================ ] 453/1733 26% [================ ] 454/1733 26% [================ ] 455/1733 26% [================ ] 456/1733 26% [================ ] 457/1733 26% [================ ] 458/1733 26% [================ ] 459/1733 26% [================ ] 460/1733 26% [================ ] 461/1733 26% [================ ] 462/1733 26% [================ ] 463/1733 26% [================ ] 464/1733 26% [================ ] 465/1733 26% [================ ] 466/1733 26% [================ ] 467/1733 26% [================ ] 468/1733 27% [================ ] 469/1733 27% [================ ] 470/1733 27% [================ ] 471/1733 27% [================ ] 472/1733 27% [================ ] 473/1733 27% [================ ] 474/1733 27% [================ ] 475/1733 27% [================= ] 476/1733 27% [================= ] 477/1733 27% [================= ] 478/1733 27% [================= ] 479/1733 27% [================= ] 480/1733 27% [================= ] 481/1733 27% [================= ] 482/1733 27% [================= ] 483/1733 27% [================= ] 484/1733 27% [================= ] 485/1733 27% [================= ] 486/1733 28% [================= ] 487/1733 28% [================= ] 488/1733 28% [================= ] 489/1733 28% [================= ] 490/1733 28% [================= ] 491/1733 28% [================= ] 492/1733 28% [================= ] 493/1733 28% [================= ] 494/1733 28% [================= ] 495/1733 28% [================= ] 496/1733 28% [================= ] 497/1733 28% [================= ] 498/1733 28% [================= ] 499/1733 28% [================= ] 500/1733 28% [================= ] 501/1733 28% [================= ] 502/1733 28% [================= ] 503/1733 29% [================== ] 504/1733 29% [================== ] 505/1733 29% [================== ] 506/1733 29% [================== ] 507/1733 29% [================== ] 508/1733 29% [================== ] 509/1733 29% [================== ] 510/1733 29% [================== ] 511/1733 29% [================== ] 512/1733 29% [================== ] 513/1733 29% [================== ] 514/1733 29% [================== ] 515/1733 29% [================== ] 516/1733 29% [================== ] 517/1733 29% [================== ] 518/1733 29% [================== ] 519/1733 29% [================== ] 520/1733 30% [================== ] 521/1733 30% [================== ] 522/1733 30% [================== ] 523/1733 30% [================== ] 524/1733 30% [================== ] 525/1733 30% [================== ] 526/1733 30% [================== ] 527/1733 30% [================== ] 528/1733 30% [================== ] 529/1733 30% [================== ] 530/1733 30% [================== ] 531/1733 30% [=================== ] 532/1733 30% [=================== ] 533/1733 30% [=================== ] 534/1733 30% [=================== ] 535/1733 30% [=================== ] 536/1733 30% [=================== ] 537/1733 30% [=================== ] 538/1733 31% [=================== ] 539/1733 31% [=================== ] 540/1733 31% [=================== ] 541/1733 31% [=================== ] 542/1733 31% [=================== ] 543/1733 31% [=================== ] 544/1733 31% [=================== ] 545/1733 31% [=================== ] 546/1733 31% [=================== ] 547/1733 31% [=================== ] 548/1733 31% [=================== ] 549/1733 31% [=================== ] 550/1733 31% [=================== ] 551/1733 31% [=================== ] 552/1733 31% [=================== ] 553/1733 31% [=================== ] 554/1733 31% [=================== ] 555/1733 32% [=================== ] 556/1733 32% [=================== ] 557/1733 32% [=================== ] 558/1733 32% [=================== ] 559/1733 32% [==================== ] 560/1733 32% [==================== ] 561/1733 32% [==================== ] 562/1733 32% [==================== ] 563/1733 32% [==================== ] 564/1733 32% [==================== ] 565/1733 32% [==================== ] 566/1733 32% [==================== ] 567/1733 32% [==================== ] 568/1733 32% [==================== ] 569/1733 32% [==================== ] 570/1733 32% [==================== ] 571/1733 32% [==================== ] 572/1733 33% [==================== ] 573/1733 33% [==================== ] 574/1733 33% [==================== ] 575/1733 33% [==================== ] 576/1733 33% [==================== ] 577/1733 33% [==================== ] 578/1733 33% [==================== ] 579/1733 33% [==================== ] 580/1733 33% [==================== ] 581/1733 33% [==================== ] 582/1733 33% [==================== ] 583/1733 33% [==================== ] 584/1733 33% [==================== ] 585/1733 33% [==================== ] 586/1733 33% [===================== ] 587/1733 33% [===================== ] 588/1733 33% [===================== ] 589/1733 33% [===================== ] 590/1733 34% [===================== ] 591/1733 34% [===================== ] 592/1733 34% [===================== ] 593/1733 34% [===================== ] 594/1733 34% [===================== ] 595/1733 34% [===================== ] 596/1733 34% [===================== ] 597/1733 34% [===================== ] 598/1733 34% [===================== ] 599/1733 34% [===================== ] 600/1733 34% [===================== ] 601/1733 34% [===================== ] 602/1733 34% [===================== ] 603/1733 34% [===================== ] 604/1733 34% [===================== ] 605/1733 34% [===================== ] 606/1733 34% [===================== ] 607/1733 35% [===================== ] 608/1733 35% [===================== ] 609/1733 35% [===================== ] 610/1733 35% [===================== ] 611/1733 35% [===================== ] 612/1733 35% [===================== ] 613/1733 35% [===================== ] 614/1733 35% [====================== ] 615/1733 35% [====================== ] 616/1733 35% [====================== ] 617/1733 35% [====================== ] 618/1733 35% [====================== ] 619/1733 35% [====================== ] 620/1733 35% [====================== ] 621/1733 35% [====================== ] 622/1733 35% [====================== ] 623/1733 35% [====================== ] 624/1733 36% [====================== ] 625/1733 36% [====================== ] 626/1733 36% [====================== ] 627/1733 36% [====================== ] 628/1733 36% [====================== ] 629/1733 36% [====================== ] 630/1733 36% [====================== ] 631/1733 36% [====================== ] 632/1733 36% [====================== ] 633/1733 36% [====================== ] 634/1733 36% [====================== ] 635/1733 36% [====================== ] 636/1733 36% [====================== ] 637/1733 36% [====================== ] 638/1733 36% [====================== ] 639/1733 36% [====================== ] 640/1733 36% [====================== ] 641/1733 36% [====================== ] 642/1733 37% [======================= ] 643/1733 37% [======================= ] 644/1733 37% [======================= ] 645/1733 37% [======================= ] 646/1733 37% [======================= ] 647/1733 37% [======================= ] 648/1733 37% [======================= ] 649/1733 37% [======================= ] 650/1733 37% [======================= ] 651/1733 37% [======================= ] 652/1733 37% [======================= ] 653/1733 37% [======================= ] 654/1733 37% [======================= ] 655/1733 37% [======================= ] 656/1733 37% [======================= ] 657/1733 37% [======================= ] 658/1733 37% [======================= ] 659/1733 38% [======================= ] 660/1733 38% [======================= ] 661/1733 38% [======================= ] 662/1733 38% [======================= ] 663/1733 38% [======================= ] 664/1733 38% [======================= ] 665/1733 38% [======================= ] 666/1733 38% [======================= ] 667/1733 38% [======================= ] 668/1733 38% [======================= ] 669/1733 38% [======================= ] 670/1733 38% [======================== ] 671/1733 38% [======================== ] 672/1733 38% [======================== ] 673/1733 38% [======================== ] 674/1733 38% [======================== ] 675/1733 38% [======================== ] 676/1733 39% [======================== ] 677/1733 39% [======================== ] 678/1733 39% [======================== ] 679/1733 39% [======================== ] 680/1733 39% [======================== ] 681/1733 39% [======================== ] 682/1733 39% [======================== ] 683/1733 39% [======================== ] 684/1733 39% [======================== ] 685/1733 39% [======================== ] 686/1733 39% [======================== ] 687/1733 39% [======================== ] 688/1733 39% [======================== ] 689/1733 39% [======================== ] 690/1733 39% [======================== ] 691/1733 39% [======================== ] 692/1733 39% [======================== ] 693/1733 39% [======================== ] 694/1733 40% [======================== ] 695/1733 40% [======================== ] 696/1733 40% [======================== ] 697/1733 40% [======================== ] 698/1733 40% [========================= ] 699/1733 40% [========================= ] 700/1733 40% [========================= ] 701/1733 40% [========================= ] 702/1733 40% [========================= ] 703/1733 40% [========================= ] 704/1733 40% [========================= ] 705/1733 40% [========================= ] 706/1733 40% [========================= ] 707/1733 40% [========================= ] 708/1733 40% [========================= ] 709/1733 40% [========================= ] 710/1733 40% [========================= ] 711/1733 41% [========================= ] 712/1733 41% [========================= ] 713/1733 41% [========================= ] 714/1733 41% [========================= ] 715/1733 41% [========================= ] 716/1733 41% [========================= ] 717/1733 41% [========================= ] 718/1733 41% [========================= ] 719/1733 41% [========================= ] 720/1733 41% [========================= ] 721/1733 41% [========================= ] 722/1733 41% [========================= ] 723/1733 41% [========================= ] 724/1733 41% [========================= ] 725/1733 41% [========================= ] 726/1733 41% [========================== ] 727/1733 41% [========================== ] 728/1733 42% [========================== ] 729/1733 42% [========================== ] 730/1733 42% [========================== ] 731/1733 42% [========================== ] 732/1733 42% [========================== ] 733/1733 42% [========================== ] 734/1733 42% [========================== ] 735/1733 42% [========================== ] 736/1733 42% [========================== ] 737/1733 42% [========================== ] 738/1733 42% [========================== ] 739/1733 42% [========================== ] 740/1733 42% [========================== ] 741/1733 42% [========================== ] 742/1733 42% [========================== ] 743/1733 42% [========================== ] 744/1733 42% [========================== ] 745/1733 42% [========================== ] 746/1733 43% [========================== ] 747/1733 43% [========================== ] 748/1733 43% [========================== ] 749/1733 43% [========================== ] 750/1733 43% [========================== ] 751/1733 43% [========================== ] 752/1733 43% [========================== ] 753/1733 43% [========================== ] 754/1733 43% [=========================== ] 755/1733 43% [=========================== ] 756/1733 43% [=========================== ] 757/1733 43% [=========================== ] 758/1733 43% [=========================== ] 759/1733 43% [=========================== ] 760/1733 43% [=========================== ] 761/1733 43% [=========================== ] 762/1733 43% [=========================== ] 763/1733 44% [=========================== ] 764/1733 44% [=========================== ] 765/1733 44% [=========================== ] 766/1733 44% [=========================== ] 767/1733 44% [=========================== ] 768/1733 44% [=========================== ] 769/1733 44% [=========================== ] 770/1733 44% [=========================== ] 771/1733 44% [=========================== ] 772/1733 44% [=========================== ] 773/1733 44% [=========================== ] 774/1733 44% [=========================== ] 775/1733 44% [=========================== ] 776/1733 44% [=========================== ] 777/1733 44% [=========================== ] 778/1733 44% [=========================== ] 779/1733 44% [=========================== ] 780/1733 45% [=========================== ] 781/1733 45% [=========================== ] 782/1733 45% [============================ ] 783/1733 45% [============================ ] 784/1733 45% [============================ ] 785/1733 45% [============================ ] 786/1733 45% [============================ ] 787/1733 45% [============================ ] 788/1733 45% [============================ ] 789/1733 45% [============================ ] 790/1733 45% [============================ ] 791/1733 45% [============================ ] 792/1733 45% [============================ ] 793/1733 45% [============================ ] 794/1733 45% [============================ ] 795/1733 45% [============================ ] 796/1733 45% [============================ ] 797/1733 45% [============================ ] 798/1733 46% [============================ ] 799/1733 46% [============================ ] 800/1733 46% [============================ ] 801/1733 46% [============================ ] 802/1733 46% [============================ ] 803/1733 46% [============================ ] 804/1733 46% [============================ ] 805/1733 46% [============================ ] 806/1733 46% [============================ ] 807/1733 46% [============================ ] 808/1733 46% [============================ ] 809/1733 46% [============================ ] 810/1733 46% [============================= ] 811/1733 46% [============================= ] 812/1733 46% [============================= ] 813/1733 46% [============================= ] 814/1733 46% [============================= ] 815/1733 47% [============================= ] 816/1733 47% [============================= ] 817/1733 47% [============================= ] 818/1733 47% [============================= ] 819/1733 47% [============================= ] 820/1733 47% [============================= ] 821/1733 47% [============================= ] 822/1733 47% [============================= ] 823/1733 47% [============================= ] 824/1733 47% [============================= ] 825/1733 47% [============================= ] 826/1733 47% [============================= ] 827/1733 47% [============================= ] 828/1733 47% [============================= ] 829/1733 47% [============================= ] 830/1733 47% [============================= ] 831/1733 47% [============================= ] 832/1733 48% [============================= ] 833/1733 48% [============================= ] 834/1733 48% [============================= ] 835/1733 48% [============================= ] 836/1733 48% [============================= ] 837/1733 48% [============================= ] 838/1733 48% [============================== ] 839/1733 48% [============================== ] 840/1733 48% [============================== ] 841/1733 48% [============================== ] 842/1733 48% [============================== ] 843/1733 48% [============================== ] 844/1733 48% [============================== ] 845/1733 48% [============================== ] 846/1733 48% [============================== ] 847/1733 48% [============================== ] 848/1733 48% [============================== ] 849/1733 48% [============================== ] 850/1733 49% [============================== ] 851/1733 49% [============================== ] 852/1733 49% [============================== ] 853/1733 49% [============================== ] 854/1733 49% [============================== ] 855/1733 49% [============================== ] 856/1733 49% [============================== ] 857/1733 49% [============================== ] 858/1733 49% [============================== ] 859/1733 49% [============================== ] 860/1733 49% [============================== ] 861/1733 49% [============================== ] 862/1733 49% [============================== ] 863/1733 49% [============================== ] 864/1733 49% [============================== ] 865/1733 49% [============================== ] 866/1733 49% [=============================== ] 867/1733 50% [=============================== ] 868/1733 50% [=============================== ] 869/1733 50% [=============================== ] 870/1733 50% [=============================== ] 871/1733 50% [=============================== ] 872/1733 50% [=============================== ] 873/1733 50% [=============================== ] 874/1733 50% [=============================== ] 875/1733 50% [=============================== ] 876/1733 50% [=============================== ] 877/1733 50% [=============================== ] 878/1733 50% [=============================== ] 879/1733 50% [=============================== ] 880/1733 50% [=============================== ] 881/1733 50% [=============================== ] 882/1733 50% [=============================== ] 883/1733 50% [=============================== ] 884/1733 51% [=============================== ] 885/1733 51% [=============================== ] 886/1733 51% [=============================== ] 887/1733 51% [=============================== ] 888/1733 51% [=============================== ] 889/1733 51% [=============================== ] 890/1733 51% [=============================== ] 891/1733 51% [=============================== ] 892/1733 51% [=============================== ] 893/1733 51% [=============================== ] 894/1733 51% [================================ ] 895/1733 51% [================================ ] 896/1733 51% [================================ ] 897/1733 51% [================================ ] 898/1733 51% [================================ ] 899/1733 51% [================================ ] 900/1733 51% [================================ ] 901/1733 51% [================================ ] 902/1733 52% [================================ ] 903/1733 52% [================================ ] 904/1733 52% [================================ ] 905/1733 52% [================================ ] 906/1733 52% [================================ ] 907/1733 52% [================================ ] 908/1733 52% [================================ ] 909/1733 52% [================================ ] 910/1733 52% [================================ ] 911/1733 52% [================================ ] 912/1733 52% [================================ ] 913/1733 52% [================================ ] 914/1733 52% [================================ ] 915/1733 52% [================================ ] 916/1733 52% [================================ ] 917/1733 52% [================================ ] 918/1733 52% [================================ ] 919/1733 53% [================================ ] 920/1733 53% [================================ ] 921/1733 53% [================================ ] 922/1733 53% [================================= ] 923/1733 53% [================================= ] 924/1733 53% [================================= ] 925/1733 53% [================================= ] 926/1733 53% [================================= ] 927/1733 53% [================================= ] 928/1733 53% [================================= ] 929/1733 53% [================================= ] 930/1733 53% [================================= ] 931/1733 53% [================================= ] 932/1733 53% [================================= ] 933/1733 53% [================================= ] 934/1733 53% [================================= ] 935/1733 53% [================================= ] 936/1733 54% [================================= ] 937/1733 54% [================================= ] 938/1733 54% [================================= ] 939/1733 54% [================================= ] 940/1733 54% [================================= ] 941/1733 54% [================================= ] 942/1733 54% [================================= ] 943/1733 54% [================================= ] 944/1733 54% [================================= ] 945/1733 54% [================================= ] 946/1733 54% [================================= ] 947/1733 54% [================================= ] 948/1733 54% [================================= ] 949/1733 54% [================================= ] 950/1733 54% [================================== ] 951/1733 54% [================================== ] 952/1733 54% [================================== ] 953/1733 54% [================================== ] 954/1733 55% [================================== ] 955/1733 55% [================================== ] 956/1733 55% [================================== ] 957/1733 55% [================================== ] 958/1733 55% [================================== ] 959/1733 55% [================================== ] 960/1733 55% [================================== ] 961/1733 55% [================================== ] 962/1733 55% [================================== ] 963/1733 55% [================================== ] 964/1733 55% [================================== ] 965/1733 55% [================================== ] 966/1733 55% [================================== ] 967/1733 55% [================================== ] 968/1733 55% [================================== ] 969/1733 55% [================================== ] 970/1733 55% [================================== ] 971/1733 56% [================================== ] 972/1733 56% [================================== ] 973/1733 56% [================================== ] 974/1733 56% [================================== ] 975/1733 56% [================================== ] 976/1733 56% [================================== ] 977/1733 56% [================================== ] 978/1733 56% [=================================== ] 979/1733 56% [=================================== ] 980/1733 56% [=================================== ] 981/1733 56% [=================================== ] 982/1733 56% [=================================== ] 983/1733 56% [=================================== ] 984/1733 56% [=================================== ] 985/1733 56% [=================================== ] 986/1733 56% [=================================== ] 987/1733 56% [=================================== ] 988/1733 57% [=================================== ] 989/1733 57% [=================================== ] 990/1733 57% [=================================== ] 991/1733 57% [=================================== ] 992/1733 57% [=================================== ] 993/1733 57% [=================================== ] 994/1733 57% [=================================== ] 995/1733 57% [=================================== ] 996/1733 57% [=================================== ] 997/1733 57% [=================================== ] 998/1733 57% [=================================== ] 999/1733 57% [=================================== ] 1000/1733 57% [=================================== ] 1001/1733 57% [=================================== ] 1002/1733 57% [=================================== ] 1003/1733 57% [=================================== ] 1004/1733 57% [=================================== ] 1005/1733 57% [=================================== ] 1006/1733 58% [==================================== ] 1007/1733 58% [==================================== ] 1008/1733 58% [==================================== ] 1009/1733 58% [==================================== ] 1010/1733 58% [==================================== ] 1011/1733 58% [==================================== ] 1012/1733 58% [==================================== ] 1013/1733 58% [==================================== ] 1014/1733 58% [==================================== ] 1015/1733 58% [==================================== ] 1016/1733 58% [==================================== ] 1017/1733 58% [==================================== ] 1018/1733 58% [==================================== ] 1019/1733 58% [==================================== ] 1020/1733 58% [==================================== ] 1021/1733 58% [==================================== ] 1022/1733 58% [==================================== ] 1023/1733 59% [==================================== ] 1024/1733 59% [==================================== ] 1025/1733 59% [==================================== ] 1026/1733 59% [==================================== ] 1027/1733 59% [==================================== ] 1028/1733 59% [==================================== ] 1029/1733 59% [==================================== ] 1030/1733 59% [==================================== ] 1031/1733 59% [==================================== ] 1032/1733 59% [==================================== ] 1033/1733 59% [==================================== ] 1034/1733 59% [===================================== ] 1035/1733 59% [===================================== ] 1036/1733 59% [===================================== ] 1037/1733 59% [===================================== ] 1038/1733 59% [===================================== ] 1039/1733 59% [===================================== ] 1040/1733 60% [===================================== ] 1041/1733 60% [===================================== ] 1042/1733 60% [===================================== ] 1043/1733 60% [===================================== ] 1044/1733 60% [===================================== ] 1045/1733 60% [===================================== ] 1046/1733 60% [===================================== ] 1047/1733 60% [===================================== ] 1048/1733 60% [===================================== ] 1049/1733 60% [===================================== ] 1050/1733 60% [===================================== ] 1051/1733 60% [===================================== ] 1052/1733 60% [===================================== ] 1053/1733 60% [===================================== ] 1054/1733 60% [===================================== ] 1055/1733 60% [===================================== ] 1056/1733 60% [===================================== ] 1057/1733 60% [===================================== ] 1058/1733 61% [===================================== ] 1059/1733 61% [===================================== ] 1060/1733 61% [===================================== ] 1061/1733 61% [===================================== ] 1062/1733 61% [====================================== ] 1063/1733 61% [====================================== ] 1064/1733 61% [====================================== ] 1065/1733 61% [====================================== ] 1066/1733 61% [====================================== ] 1067/1733 61% [====================================== ] 1068/1733 61% [====================================== ] 1069/1733 61% [====================================== ] 1070/1733 61% [====================================== ] 1071/1733 61% [====================================== ] 1072/1733 61% [====================================== ] 1073/1733 61% [====================================== ] 1074/1733 61% [====================================== ] 1075/1733 62% [====================================== ] 1076/1733 62% [====================================== ] 1077/1733 62% [====================================== ] 1078/1733 62% [====================================== ] 1079/1733 62% [====================================== ] 1080/1733 62% [====================================== ] 1081/1733 62% [====================================== ] 1082/1733 62% [====================================== ] 1083/1733 62% [====================================== ] 1084/1733 62% [====================================== ] 1085/1733 62% [====================================== ] 1086/1733 62% [====================================== ] 1087/1733 62% [====================================== ] 1088/1733 62% [====================================== ] 1089/1733 62% [====================================== ] 1090/1733 62% [======================================= ] 1091/1733 62% [======================================= ] 1092/1733 63% [======================================= ] 1093/1733 63% [======================================= ] 1094/1733 63% [======================================= ] 1095/1733 63% [======================================= ] 1096/1733 63% [======================================= ] 1097/1733 63% [======================================= ] 1098/1733 63% [======================================= ] 1099/1733 63% [======================================= ] 1100/1733 63% [======================================= ] 1101/1733 63% [======================================= ] 1102/1733 63% [======================================= ] 1103/1733 63% [======================================= ] 1104/1733 63% [======================================= ] 1105/1733 63% [======================================= ] 1106/1733 63% [======================================= ] 1107/1733 63% [======================================= ] 1108/1733 63% [======================================= ] 1109/1733 63% [======================================= ] 1110/1733 64% [======================================= ] 1111/1733 64% [======================================= ] 1112/1733 64% [======================================= ] 1113/1733 64% [======================================= ] 1114/1733 64% [======================================= ] 1115/1733 64% [======================================= ] 1116/1733 64% [======================================= ] 1117/1733 64% [======================================= ] 1118/1733 64% [======================================== ] 1119/1733 64% [======================================== ] 1120/1733 64% [======================================== ] 1121/1733 64% [======================================== ] 1122/1733 64% [======================================== ] 1123/1733 64% [======================================== ] 1124/1733 64% [======================================== ] 1125/1733 64% [======================================== ] 1126/1733 64% [======================================== ] 1127/1733 65% [======================================== ] 1128/1733 65% [======================================== ] 1129/1733 65% [======================================== ] 1130/1733 65% [======================================== ] 1131/1733 65% [======================================== ] 1132/1733 65% [======================================== ] 1133/1733 65% [======================================== ] 1134/1733 65% [======================================== ] 1135/1733 65% [======================================== ] 1136/1733 65% [======================================== ] 1137/1733 65% [======================================== ] 1138/1733 65% [======================================== ] 1139/1733 65% [======================================== ] 1140/1733 65% [======================================== ] 1141/1733 65% [======================================== ] 1142/1733 65% [======================================== ] 1143/1733 65% [======================================== ] 1144/1733 66% [======================================== ] 1145/1733 66% [======================================== ] 1146/1733 66% [========================================= ] 1147/1733 66% [========================================= ] 1148/1733 66% [========================================= ] 1149/1733 66% [========================================= ] 1150/1733 66% [========================================= ] 1151/1733 66% [========================================= ] 1152/1733 66% [========================================= ] 1153/1733 66% [========================================= ] 1154/1733 66% [========================================= ] 1155/1733 66% [========================================= ] 1156/1733 66% [========================================= ] 1157/1733 66% [========================================= ] 1158/1733 66% [========================================= ] 1159/1733 66% [========================================= ] 1160/1733 66% [========================================= ] 1161/1733 66% [========================================= ] 1162/1733 67% [========================================= ] 1163/1733 67% [========================================= ] 1164/1733 67% [========================================= ] 1165/1733 67% [========================================= ] 1166/1733 67% [========================================= ] 1167/1733 67% [========================================= ] 1168/1733 67% [========================================= ] 1169/1733 67% [========================================= ] 1170/1733 67% [========================================= ] 1171/1733 67% [========================================= ] 1172/1733 67% [========================================= ] 1173/1733 67% [========================================== ] 1174/1733 67% [========================================== ] 1175/1733 67% [========================================== ] 1176/1733 67% [========================================== ] 1177/1733 67% [========================================== ] 1178/1733 67% [========================================== ] 1179/1733 68% [========================================== ] 1180/1733 68% [========================================== ] 1181/1733 68% [========================================== ] 1182/1733 68% [========================================== ] 1183/1733 68% [========================================== ] 1184/1733 68% [========================================== ] 1185/1733 68% [========================================== ] 1186/1733 68% [========================================== ] 1187/1733 68% [========================================== ] 1188/1733 68% [========================================== ] 1189/1733 68% [========================================== ] 1190/1733 68% [========================================== ] 1191/1733 68% [========================================== ] 1192/1733 68% [========================================== ] 1193/1733 68% [========================================== ] 1194/1733 68% [========================================== ] 1195/1733 68% [========================================== ] 1196/1733 69% [========================================== ] 1197/1733 69% [========================================== ] 1198/1733 69% [========================================== ] 1199/1733 69% [========================================== ] 1200/1733 69% [========================================== ] 1201/1733 69% [=========================================== ] 1202/1733 69% [=========================================== ] 1203/1733 69% [=========================================== ] 1204/1733 69% [=========================================== ] 1205/1733 69% [=========================================== ] 1206/1733 69% [=========================================== ] 1207/1733 69% [=========================================== ] 1208/1733 69% [=========================================== ] 1209/1733 69% [=========================================== ] 1210/1733 69% [=========================================== ] 1211/1733 69% [=========================================== ] 1212/1733 69% [=========================================== ] 1213/1733 69% [=========================================== ] 1214/1733 70% [=========================================== ] 1215/1733 70% [=========================================== ] 1216/1733 70% [=========================================== ] 1217/1733 70% [=========================================== ] 1218/1733 70% [=========================================== ] 1219/1733 70% [=========================================== ] 1220/1733 70% [=========================================== ] 1221/1733 70% [=========================================== ] 1222/1733 70% [=========================================== ] 1223/1733 70% [=========================================== ] 1224/1733 70% [=========================================== ] 1225/1733 70% [=========================================== ] 1226/1733 70% [=========================================== ] 1227/1733 70% [=========================================== ] 1228/1733 70% [=========================================== ] 1229/1733 70% [============================================ ] 1230/1733 70% [============================================ ] 1231/1733 71% [============================================ ] 1232/1733 71% [============================================ ] 1233/1733 71% [============================================ ] 1234/1733 71% [============================================ ] 1235/1733 71% [============================================ ] 1236/1733 71% [============================================ ] 1237/1733 71% [============================================ ] 1238/1733 71% [============================================ ] 1239/1733 71% [============================================ ] 1240/1733 71% [============================================ ] 1241/1733 71% [============================================ ] 1242/1733 71% [============================================ ] 1243/1733 71% [============================================ ] 1244/1733 71% [============================================ ] 1245/1733 71% [============================================ ] 1246/1733 71% [============================================ ] 1247/1733 71% [============================================ ] 1248/1733 72% [============================================ ] 1249/1733 72% [============================================ ] 1250/1733 72% [============================================ ] 1251/1733 72% [============================================ ] 1252/1733 72% [============================================ ] 1253/1733 72% [============================================ ] 1254/1733 72% [============================================ ] 1255/1733 72% [============================================ ] 1256/1733 72% [============================================ ] 1257/1733 72% [============================================= ] 1258/1733 72% [============================================= ] 1259/1733 72% [============================================= ] 1260/1733 72% [============================================= ] 1261/1733 72% [============================================= ] 1262/1733 72% [============================================= ] 1263/1733 72% [============================================= ] 1264/1733 72% [============================================= ] 1265/1733 72% [============================================= ] 1266/1733 73% [============================================= ] 1267/1733 73% [============================================= ] 1268/1733 73% [============================================= ] 1269/1733 73% [============================================= ] 1270/1733 73% [============================================= ] 1271/1733 73% [============================================= ] 1272/1733 73% [============================================= ] 1273/1733 73% [============================================= ] 1274/1733 73% [============================================= ] 1275/1733 73% [============================================= ] 1276/1733 73% [============================================= ] 1277/1733 73% [============================================= ] 1278/1733 73% [============================================= ] 1279/1733 73% [============================================= ] 1280/1733 73% [============================================= ] 1281/1733 73% [============================================= ] 1282/1733 73% [============================================= ] 1283/1733 74% [============================================= ] 1284/1733 74% [============================================= ] 1285/1733 74% [============================================== ] 1286/1733 74% [============================================== ] 1287/1733 74% [============================================== ] 1288/1733 74% [============================================== ] 1289/1733 74% [============================================== ] 1290/1733 74% [============================================== ] 1291/1733 74% [============================================== ] 1292/1733 74% [============================================== ] 1293/1733 74% [============================================== ] 1294/1733 74% [============================================== ] 1295/1733 74% [============================================== ] 1296/1733 74% [============================================== ] 1297/1733 74% [============================================== ] 1298/1733 74% [============================================== ] 1299/1733 74% [============================================== ] 1300/1733 75% [============================================== ] 1301/1733 75% [============================================== ] 1302/1733 75% [============================================== ] 1303/1733 75% [============================================== ] 1304/1733 75% [============================================== ] 1305/1733 75% [============================================== ] 1306/1733 75% [============================================== ] 1307/1733 75% [============================================== ] 1308/1733 75% [============================================== ] 1309/1733 75% [============================================== ] 1310/1733 75% [============================================== ] 1311/1733 75% [============================================== ] 1312/1733 75% [============================================== ] 1313/1733 75% [=============================================== ] 1314/1733 75% [=============================================== ] 1315/1733 75% [=============================================== ] 1316/1733 75% [=============================================== ] 1317/1733 75% [=============================================== ] 1318/1733 76% [=============================================== ] 1319/1733 76% [=============================================== ] 1320/1733 76% [=============================================== ] 1321/1733 76% [=============================================== ] 1322/1733 76% [=============================================== ] 1323/1733 76% [=============================================== ] 1324/1733 76% [=============================================== ] 1325/1733 76% [=============================================== ] 1326/1733 76% [=============================================== ] 1327/1733 76% [=============================================== ] 1328/1733 76% [=============================================== ] 1329/1733 76% [=============================================== ] 1330/1733 76% [=============================================== ] 1331/1733 76% [=============================================== ] 1332/1733 76% [=============================================== ] 1333/1733 76% [=============================================== ] 1334/1733 76% [=============================================== ] 1335/1733 77% [=============================================== ] 1336/1733 77% [=============================================== ] 1337/1733 77% [=============================================== ] 1338/1733 77% [=============================================== ] 1339/1733 77% [=============================================== ] 1340/1733 77% [=============================================== ] 1341/1733 77% [================================================ ] 1342/1733 77% [================================================ ] 1343/1733 77% [================================================ ] 1344/1733 77% [================================================ ] 1345/1733 77% [================================================ ] 1346/1733 77% [================================================ ] 1347/1733 77% [================================================ ] 1348/1733 77% [================================================ ] 1349/1733 77% [================================================ ] 1350/1733 77% [================================================ ] 1351/1733 77% [================================================ ] 1352/1733 78% [================================================ ] 1353/1733 78% [================================================ ] 1354/1733 78% [================================================ ] 1355/1733 78% [================================================ ] 1356/1733 78% [================================================ ] 1357/1733 78% [================================================ ] 1358/1733 78% [================================================ ] 1359/1733 78% [================================================ ] 1360/1733 78% [================================================ ] 1361/1733 78% [================================================ ] 1362/1733 78% [================================================ ] 1363/1733 78% [================================================ ] 1364/1733 78% [================================================ ] 1365/1733 78% [================================================ ] 1366/1733 78% [================================================ ] 1367/1733 78% [================================================ ] 1368/1733 78% [================================================ ] 1369/1733 78% [================================================= ] 1370/1733 79% [================================================= ] 1371/1733 79% [================================================= ] 1372/1733 79% [================================================= ] 1373/1733 79% [================================================= ] 1374/1733 79% [================================================= ] 1375/1733 79% [================================================= ] 1376/1733 79% [================================================= ] 1377/1733 79% [================================================= ] 1378/1733 79% [================================================= ] 1379/1733 79% [================================================= ] 1380/1733 79% [================================================= ] 1381/1733 79% [================================================= ] 1382/1733 79% [================================================= ] 1383/1733 79% [================================================= ] 1384/1733 79% [================================================= ] 1385/1733 79% [================================================= ] 1386/1733 79% [================================================= ] 1387/1733 80% [================================================= ] 1388/1733 80% [================================================= ] 1389/1733 80% [================================================= ] 1390/1733 80% [================================================= ] 1391/1733 80% [================================================= ] 1392/1733 80% [================================================= ] 1393/1733 80% [================================================= ] 1394/1733 80% [================================================= ] 1395/1733 80% [================================================= ] 1396/1733 80% [================================================= ] 1397/1733 80% [================================================== ] 1398/1733 80% [================================================== ] 1399/1733 80% [================================================== ] 1400/1733 80% [================================================== ] 1401/1733 80% [================================================== ] 1402/1733 80% [================================================== ] 1403/1733 80% [================================================== ] 1404/1733 81% [================================================== ] 1405/1733 81% [================================================== ] 1406/1733 81% [================================================== ] 1407/1733 81% [================================================== ] 1408/1733 81% [================================================== ] 1409/1733 81% [================================================== ] 1410/1733 81% [================================================== ] 1411/1733 81% [================================================== ] 1412/1733 81% [================================================== ] 1413/1733 81% [================================================== ] 1414/1733 81% [================================================== ] 1415/1733 81% [================================================== ] 1416/1733 81% [================================================== ] 1417/1733 81% [================================================== ] 1418/1733 81% [================================================== ] 1419/1733 81% [================================================== ] 1420/1733 81% [================================================== ] 1421/1733 81% [================================================== ] 1422/1733 82% [================================================== ] 1423/1733 82% [================================================== ] 1424/1733 82% [================================================== ] 1425/1733 82% [=================================================== ] 1426/1733 82% [=================================================== ] 1427/1733 82% [=================================================== ] 1428/1733 82% [=================================================== ] 1429/1733 82% [=================================================== ] 1430/1733 82% [=================================================== ] 1431/1733 82% [=================================================== ] 1432/1733 82% [=================================================== ] 1433/1733 82% [=================================================== ] 1434/1733 82% [=================================================== ] 1435/1733 82% [=================================================== ] 1436/1733 82% [=================================================== ] 1437/1733 82% [=================================================== ] 1438/1733 82% [=================================================== ] 1439/1733 83% [=================================================== ] 1440/1733 83% [=================================================== ] 1441/1733 83% [=================================================== ] 1442/1733 83% [=================================================== ] 1443/1733 83% [=================================================== ] 1444/1733 83% [=================================================== ] 1445/1733 83% [=================================================== ] 1446/1733 83% [=================================================== ] 1447/1733 83% [=================================================== ] 1448/1733 83% [=================================================== ] 1449/1733 83% [=================================================== ] 1450/1733 83% [=================================================== ] 1451/1733 83% [=================================================== ] 1452/1733 83% [=================================================== ] 1453/1733 83% [==================================================== ] 1454/1733 83% [==================================================== ] 1455/1733 83% [==================================================== ] 1456/1733 84% [==================================================== ] 1457/1733 84% [==================================================== ] 1458/1733 84% [==================================================== ] 1459/1733 84% [==================================================== ] 1460/1733 84% [==================================================== ] 1461/1733 84% [==================================================== ] 1462/1733 84% [==================================================== ] 1463/1733 84% [==================================================== ] 1464/1733 84% [==================================================== ] 1465/1733 84% [==================================================== ] 1466/1733 84% [==================================================== ] 1467/1733 84% [==================================================== ] 1468/1733 84% [==================================================== ] 1469/1733 84% [==================================================== ] 1470/1733 84% [==================================================== ] 1471/1733 84% [==================================================== ] 1472/1733 84% [==================================================== ] 1473/1733 84% [==================================================== ] 1474/1733 85% [==================================================== ] 1475/1733 85% [==================================================== ] 1476/1733 85% [==================================================== ] 1477/1733 85% [==================================================== ] 1478/1733 85% [==================================================== ] 1479/1733 85% [==================================================== ] 1480/1733 85% [==================================================== ] 1481/1733 85% [===================================================== ] 1482/1733 85% [===================================================== ] 1483/1733 85% [===================================================== ] 1484/1733 85% [===================================================== ] 1485/1733 85% [===================================================== ] 1486/1733 85% [===================================================== ] 1487/1733 85% [===================================================== ] 1488/1733 85% [===================================================== ] 1489/1733 85% [===================================================== ] 1490/1733 85% [===================================================== ] 1491/1733 86% [===================================================== ] 1492/1733 86% [===================================================== ] 1493/1733 86% [===================================================== ] 1494/1733 86% [===================================================== ] 1495/1733 86% [===================================================== ] 1496/1733 86% [===================================================== ] 1497/1733 86% [===================================================== ] 1498/1733 86% [===================================================== ] 1499/1733 86% [===================================================== ] 1500/1733 86% [===================================================== ] 1501/1733 86% [===================================================== ] 1502/1733 86% [===================================================== ] 1503/1733 86% [===================================================== ] 1504/1733 86% [===================================================== ] 1505/1733 86% [===================================================== ] 1506/1733 86% [===================================================== ] 1507/1733 86% [===================================================== ] 1508/1733 87% [===================================================== ] 1509/1733 87% [====================================================== ] 1510/1733 87% [====================================================== ] 1511/1733 87% [====================================================== ] 1512/1733 87% [====================================================== ] 1513/1733 87% [====================================================== ] 1514/1733 87% [====================================================== ] 1515/1733 87% [====================================================== ] 1516/1733 87% [====================================================== ] 1517/1733 87% [====================================================== ] 1518/1733 87% [====================================================== ] 1519/1733 87% [====================================================== ] 1520/1733 87% [====================================================== ] 1521/1733 87% [====================================================== ] 1522/1733 87% [====================================================== ] 1523/1733 87% [====================================================== ] 1524/1733 87% [====================================================== ] 1525/1733 87% [====================================================== ] 1526/1733 88% [====================================================== ] 1527/1733 88% [====================================================== ] 1528/1733 88% [====================================================== ] 1529/1733 88% [====================================================== ] 1530/1733 88% [====================================================== ] 1531/1733 88% [====================================================== ] 1532/1733 88% [====================================================== ] 1533/1733 88% [====================================================== ] 1534/1733 88% [====================================================== ] 1535/1733 88% [====================================================== ] 1536/1733 88% [====================================================== ] 1537/1733 88% [======================================================= ] 1538/1733 88% [======================================================= ] 1539/1733 88% [======================================================= ] 1540/1733 88% [======================================================= ] 1541/1733 88% [======================================================= ] 1542/1733 88% [======================================================= ] 1543/1733 89% [======================================================= ] 1544/1733 89% [======================================================= ] 1545/1733 89% [======================================================= ] 1546/1733 89% [======================================================= ] 1547/1733 89% [======================================================= ] 1548/1733 89% [======================================================= ] 1549/1733 89% [======================================================= ] 1550/1733 89% [======================================================= ] 1551/1733 89% [======================================================= ] 1552/1733 89% [======================================================= ] 1553/1733 89% [======================================================= ] 1554/1733 89% [======================================================= ] 1555/1733 89% [======================================================= ] 1556/1733 89% [======================================================= ] 1557/1733 89% [======================================================= ] 1558/1733 89% [======================================================= ] 1559/1733 89% [======================================================= ] 1560/1733 90% [======================================================= ] 1561/1733 90% [======================================================= ] 1562/1733 90% [======================================================= ] 1563/1733 90% [======================================================= ] 1564/1733 90% [======================================================= ] 1565/1733 90% [======================================================== ] 1566/1733 90% [======================================================== ] 1567/1733 90% [======================================================== ] 1568/1733 90% [======================================================== ] 1569/1733 90% [======================================================== ] 1570/1733 90% [======================================================== ] 1571/1733 90% [======================================================== ] 1572/1733 90% [======================================================== ] 1573/1733 90% [======================================================== ] 1574/1733 90% [======================================================== ] 1575/1733 90% [======================================================== ] 1576/1733 90% [======================================================== ] 1577/1733 90% [======================================================== ] 1578/1733 91% [======================================================== ] 1579/1733 91% [======================================================== ] 1580/1733 91% [======================================================== ] 1581/1733 91% [======================================================== ] 1582/1733 91% [======================================================== ] 1583/1733 91% [======================================================== ] 1584/1733 91% [======================================================== ] 1585/1733 91% [======================================================== ] 1586/1733 91% [======================================================== ] 1587/1733 91% [======================================================== ] 1588/1733 91% [======================================================== ] 1589/1733 91% [======================================================== ] 1590/1733 91% [======================================================== ] 1591/1733 91% [======================================================== ] 1592/1733 91% [======================================================== ] 1593/1733 91% [========================================================= ] 1594/1733 91% [========================================================= ] 1595/1733 92% [========================================================= ] 1596/1733 92% [========================================================= ] 1597/1733 92% [========================================================= ] 1598/1733 92% [========================================================= ] 1599/1733 92% [========================================================= ] 1600/1733 92% [========================================================= ] 1601/1733 92% [========================================================= ] 1602/1733 92% [========================================================= ] 1603/1733 92% [========================================================= ] 1604/1733 92% [========================================================= ] 1605/1733 92% [========================================================= ] 1606/1733 92% [========================================================= ] 1607/1733 92% [========================================================= ] 1608/1733 92% [========================================================= ] 1609/1733 92% [========================================================= ] 1610/1733 92% [========================================================= ] 1611/1733 92% [========================================================= ] 1612/1733 93% [========================================================= ] 1613/1733 93% [========================================================= ] 1614/1733 93% [========================================================= ] 1615/1733 93% [========================================================= ] 1616/1733 93% [========================================================= ] 1617/1733 93% [========================================================= ] 1618/1733 93% [========================================================= ] 1619/1733 93% [========================================================= ] 1620/1733 93% [========================================================= ] 1621/1733 93% [========================================================== ] 1622/1733 93% [========================================================== ] 1623/1733 93% [========================================================== ] 1624/1733 93% [========================================================== ] 1625/1733 93% [========================================================== ] 1626/1733 93% [========================================================== ] 1627/1733 93% [========================================================== ] 1628/1733 93% [========================================================== ] 1629/1733 93% [========================================================== ] 1630/1733 94% [========================================================== ] 1631/1733 94% [========================================================== ] 1632/1733 94% [========================================================== ] 1633/1733 94% [========================================================== ] 1634/1733 94% [========================================================== ] 1635/1733 94% [========================================================== ] 1636/1733 94% [========================================================== ] 1637/1733 94% [========================================================== ] 1638/1733 94% [========================================================== ] 1639/1733 94% [========================================================== ] 1640/1733 94% [========================================================== ] 1641/1733 94% [========================================================== ] 1642/1733 94% [========================================================== ] 1643/1733 94% [========================================================== ] 1644/1733 94% [========================================================== ] 1645/1733 94% [========================================================== ] 1646/1733 94% [========================================================== ] 1647/1733 95% [========================================================== ] 1648/1733 95% [========================================================== ] 1649/1733 95% [=========================================================== ] 1650/1733 95% [=========================================================== ] 1651/1733 95% [=========================================================== ] 1652/1733 95% [=========================================================== ] 1653/1733 95% [=========================================================== ] 1654/1733 95% [=========================================================== ] 1655/1733 95% [=========================================================== ] 1656/1733 95% [=========================================================== ] 1657/1733 95% [=========================================================== ] 1658/1733 95% [=========================================================== ] 1659/1733 95% [=========================================================== ] 1660/1733 95% [=========================================================== ] 1661/1733 95% [=========================================================== ] 1662/1733 95% [=========================================================== ] 1663/1733 95% [=========================================================== ] 1664/1733 96% [=========================================================== ] 1665/1733 96% [=========================================================== ] 1666/1733 96% [=========================================================== ] 1667/1733 96% [=========================================================== ] 1668/1733 96% [=========================================================== ] 1669/1733 96% [=========================================================== ] 1670/1733 96% [=========================================================== ] 1671/1733 96% [=========================================================== ] 1672/1733 96% [=========================================================== ] 1673/1733 96% [=========================================================== ] 1674/1733 96% [=========================================================== ] 1675/1733 96% [=========================================================== ] 1676/1733 96% [=========================================================== ] 1677/1733 96% [============================================================ ] 1678/1733 96% [============================================================ ] 1679/1733 96% [============================================================ ] 1680/1733 96% [============================================================ ] 1681/1733 96% [============================================================ ] 1682/1733 97% [============================================================ ] 1683/1733 97% [============================================================ ] 1684/1733 97% [============================================================ ] 1685/1733 97% [============================================================ ] 1686/1733 97% [============================================================ ] 1687/1733 97% [============================================================ ] 1688/1733 97% [============================================================ ] 1689/1733 97% [============================================================ ] 1690/1733 97% [============================================================ ] 1691/1733 97% [============================================================ ] 1692/1733 97% [============================================================ ] 1693/1733 97% [============================================================ ] 1694/1733 97% [============================================================ ] 1695/1733 97% [============================================================ ] 1696/1733 97% [============================================================ ] 1697/1733 97% [============================================================ ] 1698/1733 97% [============================================================ ] 1699/1733 98% [============================================================ ] 1700/1733 98% [============================================================ ] 1701/1733 98% [============================================================ ] 1702/1733 98% [============================================================ ] 1703/1733 98% [============================================================ ] 1704/1733 98% [============================================================ ] 1705/1733 98% [============================================================= ] 1706/1733 98% [============================================================= ] 1707/1733 98% [============================================================= ] 1708/1733 98% [============================================================= ] 1709/1733 98% [============================================================= ] 1710/1733 98% [============================================================= ] 1711/1733 98% [============================================================= ] 1712/1733 98% [============================================================= ] 1713/1733 98% [============================================================= ] 1714/1733 98% [============================================================= ] 1715/1733 98% [============================================================= ] 1716/1733 99% [============================================================= ] 1717/1733 99% [============================================================= ] 1718/1733 99% [============================================================= ] 1719/1733 99% [============================================================= ] 1720/1733 99% [============================================================= ] 1721/1733 99% [============================================================= ] 1722/1733 99% [============================================================= ] 1723/1733 99% [============================================================= ] 1724/1733 99% [============================================================= ] 1725/1733 99% [============================================================= ] 1726/1733 99% [============================================================= ] 1727/1733 99% [============================================================= ] 1728/1733 99% [============================================================= ] 1729/1733 99% [============================================================= ] 1730/1733 99% [============================================================= ] 1731/1733 99% [============================================================= ] 1732/1733 99% [==============================================================] 1733/1733 100% operation complete, 1733 objects in 70384 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2024.05.3 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 13.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.35 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gmp 6.3.0 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.3.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.48 Collecting legal info COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> host-gcc-initial 13.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> linux-headers 6.8.12 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.2 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> host-autoconf 2.72 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) >>> util-linux 2.39.3 Collecting legal info README.licensing: OK (sha256: 13f0ea46d12d798c095a6ad39d7ddc988e2e4d274c6494115f6b463f7bc4f702) 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) >>> libcap-ng 0.8.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> libzlib 1.3.1 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> openssl Collecting legal info >>> libopenssl 3.3.1 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> ntp 4.2.8p18 Collecting legal info COPYRIGHT: OK (sha256: 45b6e5a0a5f0ac4afdd9e23caa2241779e4da463e4dba32a41b4dbd61577b2a3) >>> libevent 2.1.12 Collecting legal info LICENSE: OK (sha256: ff02effc9b331edcdac387d198691bfa3e575e7d244ad10cb826aa51ef085670) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> ca-certificates 20230311 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-python3 3.11.8 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.6.2 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> cairo 1.17.4 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> freetype 2.13.2 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.43 Collecting legal info LICENSE: OK (sha256: 7317e078e2d3b5d7ba5a6159e650945153262b44b76f6700f8e9edb261c5143e) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> sdl2 2.30.3 Collecting legal info LICENSE.txt: OK (sha256: 9b9e1764f06701bcf7ce21e942c682d5921ba0900c6fca760321b1c8837a9662) >>> sdl2_mixer 2.6.3 Collecting legal info LICENSE.txt: OK (sha256: 1852c8549e3d154687197d46abababd3e8faae035f19991b2ca850fa3a43ad57) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> sdl2_net 2.2.0 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> 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) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> ebtables 2.0.11 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> fastd 22 Collecting legal info COPYRIGHT: OK (sha256: adf08b42f1b890b89e998360a864cb4f8441a0a57c9e95e2ce1bfdfc24c49976) >>> host-meson 1.3.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.28.3 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 24.0 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-setuptools 69.2.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> libsodium 1.0.18 Collecting legal info LICENSE: OK (sha256: dea1855c9809f3faf22aa4a1fba20ec8af5a5587f23115012e5b98279cedc4af) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> fftw-double 3.3.10 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> host-flutter-sdk-bin 3.19.5 Collecting legal info LICENSE: OK (sha256: a598db94b6290ffbe10b5ecf911057b6a943351c727fdda9e5f2891d68700a20) >>> font-awesome 4.7.0 Collecting legal info >>> fxload 2008_10_13 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> htpdate 1.3.7 Collecting legal info LICENSE: OK (sha256: 7989949df09a0489434723c571541604cd3f2e0418c6a6aa9179bfaf8ec807cc) >>> inih 58 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> host-kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdeflate 1.20 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libffi 3.4.6 Collecting legal info LICENSE: OK (sha256: 67894089811f93fca47a76f85e017da6f8582d4ba0905963c6e0f1ad6df7a195) >>> liblockfile 1.17 Collecting legal info COPYRIGHT: OK (sha256: 3d080ab931103a823e6b9b788ccbc3e9d44797bd54546f3feebfd305f90de46a) licenses/GPL-2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) licenses/LGPL-2: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> libmd 1.1.0 Collecting legal info COPYING: OK (sha256: 4365ef6255ad553fce69dd4bc0e093472c5d0e41b8ea493a545cc926ce171aa6) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libubox 75a3b870cace1171faf57bd55e5a9a2f1564f757 Collecting legal info >>> libutempter 1.2.1 Collecting legal info COPYING: OK (sha256: ce64d5f7b49ea6d80fdb6d4cdee6839d1a94274f7493dc797c3b55b65ec8e9ed) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libwebsock 3c1615eeadb0b582b63851073bfe3e5132f31ebc Collecting legal info COPYING.lesser: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> lmdb 0.9.31 Collecting legal info libraries/liblmdb/LICENSE: OK (sha256: 310fe25c858a9515fc8c8d7d1f24a67c9496f84a91e0a0e41ea9975b1371e569) >>> mpdecimal 2.5.1 Collecting legal info LICENSE.txt: OK (sha256: b07528d8b1dbf1e2d2741052996f0876e23342ce2d30d0effa39c5457716c25a) >>> openlayers 9.1.0 Collecting legal info LICENSE.md: OK (sha256: 6c4347b83a8c9feef18d57b18e3b6c44cf901b3c344a4a1fbd837e421555ab8e) >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> host-pahole 1.25 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.6 Collecting legal info COPYING: OK (sha256: 29a1e305b2e34eefe5d4602d00cde1d528b71c5d9f2eec5106972cf6ddb6f73f) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libbpf 1.1.0 Collecting legal info LICENSE: OK (sha256: 847f4addbd56e2d5be20c4ea0845e972672fc07b755fadaae5f7abd35d71e349) LICENSE.BSD-2-Clause: OK (sha256: e1638b9a0c68ca90fad3df1d6b4e430804d2fbdc15e58d02cffddfae38953bbf) LICENSE.LGPL-2.1: OK (sha256: 0b9a4febcdee6de55872501d5c1a8f5d8b0d1650cd4d5351995ceb22e889f8ca) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rpi-firmware 83dafbc92c0e63f76ca2ecdd42462d56489d1c77 Collecting legal info boot/LICENCE.broadcom: OK (sha256: c7283ff51f863d93a275c66e3b4cb08021a5dd4d8c1e7acc47d872fbe52d3d6b) >>> host-runc 1.1.12 Collecting legal info LICENSE: OK (sha256: 552a739c3b25792263f731542238b92f6f8d07e9a488eae27e6c4690038a8243) >>> host-go 1.22.5 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage3 1.21.8 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage2 1.19.13 Collecting legal info LICENSE: OK (sha256: 2d36597f7117c38b006835ae7f537487207d8ec407aa9d9980794b2030cbc067) >>> host-go-bootstrap-stage1 1.4-bootstrap-20171003 Collecting legal info LICENSE: OK (sha256: dd26a7abddd02e2d0aba97805b31f248ef7835d9e10da289b22e3b8ab78b324d) >>> sound-theme-borealis 0.9a Collecting legal info >>> host-squashfs 4.6.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> swaybg 1.2.1 Collecting legal info LICENSE: OK (sha256: 95224d118a325daf31828afcca98cd958d53f0a7cdd856b50b1be8ac44832faf) >>> wayland 1.22.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-wayland 1.22.0 Collecting legal info COPYING: OK (sha256: 6eefcb023622a463168a5c20add95fd24a38c7482622a9254a23b99b7c153061) >>> host-libxml2 2.12.9 Collecting legal info Copyright: OK (sha256: 7fb0a66f3989f9bd5c7e5438a3de02cd4a7a47dde0aea2f7ea2ba2ff454ee6a4) >>> wayland-protocols 1.36 Collecting legal info COPYING: OK (sha256: f1a2b233e8a9a71c40f4aa885be08a0842ac85bb8588703c1dd7e6e6502e3124) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> trousers 0.3.15 Collecting legal info LICENSE: OK (sha256: 1ad596d12e7471549663c03e280b5b5d084a2e853fb86e4d766109818f9d7dae) >>> tstools 08f6be304040e7b84760ac3920bcff4a563b6cd2 Collecting legal info >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uhttpd 15346de8d3ba422002496526ee24c62a3601ab8c Collecting legal info uhttpd.h: OK (sha256: ce1803f83f776cc88661e303fede0e5ff52faf1d9f74508fadbecf7705b4c84d) >>> webp 1.3.2 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> wireless-regdb 2023.09.01 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> wtfutil 0.41.0 Collecting legal info LICENSE.md: OK (sha256: b59f3dbd83c6aa4e003b6eafa80bc53f0629e4d164e8b125c56869c2603dbc8f) >>> xkeyboard-config 2.38 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.7 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.42 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2023.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: 3e980a770506b448897638632974bbcbdf2da3b99191dd0a03d3770097a46738) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 9936421f7516f7a17ae560b6989636b493e55c01128b543c7e72441568c3cba4) COPYING-fixesproto: OK (sha256: fb361c7c4322e4919ae193c5a20055d5190c23aa50480fd0a41f4d439cae2bc6) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 46f599055002bbf3e6ce244bde8d9ebe5ec24ae7906836db186773a9791d0b75) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: da835951edc6e3b8d168d6afe7447c65d0b9a99937293cf3f288bba8244a9f86) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) COPYING-xwaylandproto: OK (sha256: 309bd89bc2b30c6e3d3eb78f5377fa576475499e0ba936a9c3cba50ba5d6375c) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.5.0 Collecting legal info COPYING: OK (sha256: 22616bf00b6db85ee3164775a95206894af987b85ff1a7703de55644bc722a39) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> yajl 2.1.0 Collecting legal info COPYING: OK (sha256: 054bf2c11686c5442850b1da58ad592e3d1d2a236a362e67279b957f8e662f5a) >>> zerofree 1.1.1 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-acl 2.3.2 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.2 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.34 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: libubox-75a3b870cace1171faf57bd55e5a9a2f1564f757: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: sound-theme-borealis-0.9a: cannot save license (SOUND_THEME_BOREALIS_LICENSE_FILES not defined) WARNING: tstools-08f6be304040e7b84760ac3920bcff4a563b6cd2: cannot save license (TSTOOLS_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'