mkdir -p /home/autobuild/autobuild/instance-5/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/autobuild/autobuild/instance-5/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-5/output-1/host/bin/aarch64_be-buildroot-linux-gnu-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@%cortex-a75.cortex-a55%g" -e "s%@TARGET_ENDIAN@%big%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/autobuild/autobuild/instance-5/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-5/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-5/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-5/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-5/output-1/host/bin/aarch64_be-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-5/output-1/host/bin/aarch64_be-buildroot-linux-gnu-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@%cortex-a75.cortex-a55%g" -e "s%@TARGET_ENDIAN@%big%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/autobuild/autobuild/instance-5/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-5/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-5/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-5/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-5/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-5/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells; fi grep -qsE '^/bin/mksh$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/mksh" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-5/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-5/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-5/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-5/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-5/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-5/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /home/autobuild/autobuild/instance-5/output-1/build/locales.nopurge for dir in /home/autobuild/autobuild/instance-5/output-1/target/usr/share/locale /home/autobuild/autobuild/instance-5/output-1/target/usr/share/X11/locale /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /home/autobuild/autobuild/instance-5/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /home/autobuild/autobuild/instance-5/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /home/autobuild/autobuild/instance-5/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /home/autobuild/autobuild/instance-5/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/include /home/autobuild/autobuild/instance-5/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-5/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-5/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-5/output-1/target/usr/doc find /home/autobuild/autobuild/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-5/output-1/target/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-5/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/man /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/info /home/autobuild/autobuild/instance-5/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/doc /home/autobuild/autobuild/instance-5/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-5/output-1/target/lib/debug /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-5/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/autobuild/autobuild/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.11-rc1-11-gdfe68fc8d5"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-rc1\"" \ ) > /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=1 \ PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-5/output-1/per-package \ /home/autobuild/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-5/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1083 objects. stage 2: creating image '/home/autobuild/autobuild/instance-5/output-1/images/rootfs.yaffs2' [ ] 1/1083 0% [ ] 2/1083 0% [ ] 3/1083 0% [ ] 4/1083 0% [ ] 5/1083 0% [ ] 6/1083 0% [ ] 7/1083 0% [ ] 8/1083 0% [ ] 9/1083 0% [ ] 10/1083 0% [ ] 11/1083 1% [ ] 12/1083 1% [ ] 13/1083 1% [ ] 14/1083 1% [ ] 15/1083 1% [ ] 16/1083 1% [ ] 17/1083 1% [= ] 18/1083 1% [= ] 19/1083 1% [= ] 20/1083 1% [= ] 21/1083 1% [= ] 22/1083 2% [= ] 23/1083 2% [= ] 24/1083 2% [= ] 25/1083 2% [= ] 26/1083 2% [= ] 27/1083 2% [= ] 28/1083 2% [= ] 29/1083 2% [= ] 30/1083 2% [= ] 31/1083 2% [= ] 32/1083 2% [= ] 33/1083 3% [= ] 34/1083 3% [== ] 35/1083 3% [== ] 36/1083 3% [== ] 37/1083 3% [== ] 38/1083 3% [== ] 39/1083 3% [== ] 40/1083 3% [== ] 41/1083 3% [== ] 42/1083 3% [== ] 43/1083 3% [== ] 44/1083 4% [== ] 45/1083 4% [== ] 46/1083 4% [== ] 47/1083 4% [== ] 48/1083 4% [== ] 49/1083 4% [== ] 50/1083 4% [== ] 51/1083 4% [== ] 52/1083 4% [=== ] 53/1083 4% [=== ] 54/1083 4% [=== ] 55/1083 5% [=== ] 56/1083 5% [=== ] 57/1083 5% [=== ] 58/1083 5% [=== ] 59/1083 5% [=== ] 60/1083 5% [=== ] 61/1083 5% [=== ] 62/1083 5% [=== ] 63/1083 5% [=== ] 64/1083 5% [=== ] 65/1083 6% [=== ] 66/1083 6% [=== ] 67/1083 6% [=== ] 68/1083 6% [=== ] 69/1083 6% [==== ] 70/1083 6% [==== ] 71/1083 6% [==== ] 72/1083 6% [==== ] 73/1083 6% [==== ] 74/1083 6% [==== ] 75/1083 6% [==== ] 76/1083 7% [==== ] 77/1083 7% [==== ] 78/1083 7% [==== ] 79/1083 7% [==== ] 80/1083 7% [==== ] 81/1083 7% [==== ] 82/1083 7% [==== ] 83/1083 7% [==== ] 84/1083 7% [==== ] 85/1083 7% [==== ] 86/1083 7% [==== ] 87/1083 8% [===== ] 88/1083 8% [===== ] 89/1083 8% [===== ] 90/1083 8% [===== ] 91/1083 8% [===== ] 92/1083 8% [===== ] 93/1083 8% [===== ] 94/1083 8% [===== ] 95/1083 8% [===== ] 96/1083 8% [===== ] 97/1083 8% [===== ] 98/1083 9% [===== ] 99/1083 9% [===== ] 100/1083 9% [===== ] 101/1083 9% [===== ] 102/1083 9% [===== ] 103/1083 9% [===== ] 104/1083 9% [====== ] 105/1083 9% [====== ] 106/1083 9% [====== ] 107/1083 9% [====== ] 108/1083 9% [====== ] 109/1083 10% [====== ] 110/1083 10% [====== ] 111/1083 10% [====== ] 112/1083 10% [====== ] 113/1083 10% [====== ] 114/1083 10% [====== ] 115/1083 10% [====== ] 116/1083 10% [====== ] 117/1083 10% [====== ] 118/1083 10% [====== ] 119/1083 10% [====== ] 120/1083 11% [====== ] 121/1083 11% [====== ] 122/1083 11% [======= ] 123/1083 11% [======= ] 124/1083 11% [======= ] 125/1083 11% [======= ] 126/1083 11% [======= ] 127/1083 11% [======= ] 128/1083 11% [======= ] 129/1083 11% [======= ] 130/1083 12% [======= ] 131/1083 12% [======= ] 132/1083 12% [======= ] 133/1083 12% [======= ] 134/1083 12% [======= ] 135/1083 12% [======= ] 136/1083 12% [======= ] 137/1083 12% [======= ] 138/1083 12% [======= ] 139/1083 12% [======== ] 140/1083 12% [======== ] 141/1083 13% [======== ] 142/1083 13% [======== ] 143/1083 13% [======== ] 144/1083 13% [======== ] 145/1083 13% [======== ] 146/1083 13% [======== ] 147/1083 13% [======== ] 148/1083 13% [======== ] 149/1083 13% [======== ] 150/1083 13% [======== ] 151/1083 13% [======== ] 152/1083 14% [======== ] 153/1083 14% [======== ] 154/1083 14% [======== ] 155/1083 14% [======== ] 156/1083 14% [======== ] 157/1083 14% [========= ] 158/1083 14% [========= ] 159/1083 14% [========= ] 160/1083 14% [========= ] 161/1083 14% [========= ] 162/1083 14% [========= ] 163/1083 15% [========= ] 164/1083 15% [========= ] 165/1083 15% [========= ] 166/1083 15% [========= ] 167/1083 15% [========= ] 168/1083 15% [========= ] 169/1083 15% [========= ] 170/1083 15% [========= ] 171/1083 15% [========= ] 172/1083 15% [========= ] 173/1083 15% [========= ] 174/1083 16% [========== ] 175/1083 16% [========== ] 176/1083 16% [========== ] 177/1083 16% [========== ] 178/1083 16% [========== ] 179/1083 16% [========== ] 180/1083 16% [========== ] 181/1083 16% [========== ] 182/1083 16% [========== ] 183/1083 16% [========== ] 184/1083 16% [========== ] 185/1083 17% [========== ] 186/1083 17% [========== ] 187/1083 17% [========== ] 188/1083 17% [========== ] 189/1083 17% [========== ] 190/1083 17% [========== ] 191/1083 17% [========== ] 192/1083 17% [=========== ] 193/1083 17% [=========== ] 194/1083 17% [=========== ] 195/1083 18% [=========== ] 196/1083 18% [=========== ] 197/1083 18% [=========== ] 198/1083 18% [=========== ] 199/1083 18% [=========== ] 200/1083 18% [=========== ] 201/1083 18% [=========== ] 202/1083 18% [=========== ] 203/1083 18% [=========== ] 204/1083 18% [=========== ] 205/1083 18% [=========== ] 206/1083 19% [=========== ] 207/1083 19% [=========== ] 208/1083 19% [=========== ] 209/1083 19% [============ ] 210/1083 19% [============ ] 211/1083 19% [============ ] 212/1083 19% [============ ] 213/1083 19% [============ ] 214/1083 19% [============ ] 215/1083 19% [============ ] 216/1083 19% [============ ] 217/1083 20% [============ ] 218/1083 20% [============ ] 219/1083 20% [============ ] 220/1083 20% [============ ] 221/1083 20% [============ ] 222/1083 20% [============ ] 223/1083 20% [============ ] 224/1083 20% [============ ] 225/1083 20% [============ ] 226/1083 20% [============ ] 227/1083 20% [============= ] 228/1083 21% [============= ] 229/1083 21% [============= ] 230/1083 21% [============= ] 231/1083 21% [============= ] 232/1083 21% [============= ] 233/1083 21% [============= ] 234/1083 21% [============= ] 235/1083 21% [============= ] 236/1083 21% [============= ] 237/1083 21% [============= ] 238/1083 21% [============= ] 239/1083 22% [============= ] 240/1083 22% [============= ] 241/1083 22% [============= ] 242/1083 22% [============= ] 243/1083 22% [============= ] 244/1083 22% [============== ] 245/1083 22% [============== ] 246/1083 22% [============== ] 247/1083 22% [============== ] 248/1083 22% [============== ] 249/1083 22% [============== ] 250/1083 23% [============== ] 251/1083 23% [============== ] 252/1083 23% [============== ] 253/1083 23% [============== ] 254/1083 23% [============== ] 255/1083 23% [============== ] 256/1083 23% [============== ] 257/1083 23% [============== ] 258/1083 23% [============== ] 259/1083 23% [============== ] 260/1083 24% [============== ] 261/1083 24% [============== ] 262/1083 24% [=============== ] 263/1083 24% [=============== ] 264/1083 24% [=============== ] 265/1083 24% [=============== ] 266/1083 24% [=============== ] 267/1083 24% [=============== ] 268/1083 24% [=============== ] 269/1083 24% [=============== ] 270/1083 24% [=============== ] 271/1083 25% [=============== ] 272/1083 25% [=============== ] 273/1083 25% [=============== ] 274/1083 25% [=============== ] 275/1083 25% [=============== ] 276/1083 25% [=============== ] 277/1083 25% [=============== ] 278/1083 25% [=============== ] 279/1083 25% [================ ] 280/1083 25% [================ ] 281/1083 25% [================ ] 282/1083 26% [================ ] 283/1083 26% [================ ] 284/1083 26% [================ ] 285/1083 26% [================ ] 286/1083 26% [================ ] 287/1083 26% [================ ] 288/1083 26% [================ ] 289/1083 26% [================ ] 290/1083 26% [================ ] 291/1083 26% [================ ] 292/1083 26% [================ ] 293/1083 27% [================ ] 294/1083 27% [================ ] 295/1083 27% [================ ] 296/1083 27% [================= ] 297/1083 27% [================= ] 298/1083 27% [================= ] 299/1083 27% [================= ] 300/1083 27% [================= ] 301/1083 27% [================= ] 302/1083 27% [================= ] 303/1083 27% [================= ] 304/1083 28% [================= ] 305/1083 28% [================= ] 306/1083 28% [================= ] 307/1083 28% [================= ] 308/1083 28% [================= ] 309/1083 28% [================= ] 310/1083 28% [================= ] 311/1083 28% [================= ] 312/1083 28% [================= ] 313/1083 28% [================= ] 314/1083 28% [================== ] 315/1083 29% [================== ] 316/1083 29% [================== ] 317/1083 29% [================== ] 318/1083 29% [================== ] 319/1083 29% [================== ] 320/1083 29% [================== ] 321/1083 29% [================== ] 322/1083 29% [================== ] 323/1083 29% [================== ] 324/1083 29% [================== ] 325/1083 30% [================== ] 326/1083 30% [================== ] 327/1083 30% [================== ] 328/1083 30% [================== ] 329/1083 30% [================== ] 330/1083 30% [================== ] 331/1083 30% [=================== ] 332/1083 30% [=================== ] 333/1083 30% [=================== ] 334/1083 30% [=================== ] 335/1083 30% [=================== ] 336/1083 31% [=================== ] 337/1083 31% [=================== ] 338/1083 31% [=================== ] 339/1083 31% [=================== ] 340/1083 31% [=================== ] 341/1083 31% [=================== ] 342/1083 31% [=================== ] 343/1083 31% [=================== ] 344/1083 31% [=================== ] 345/1083 31% [=================== ] 346/1083 31% [=================== ] 347/1083 32% [=================== ] 348/1083 32% [=================== ] 349/1083 32% [==================== ] 350/1083 32% [==================== ] 351/1083 32% [==================== ] 352/1083 32% [==================== ] 353/1083 32% [==================== ] 354/1083 32% [==================== ] 355/1083 32% [==================== ] 356/1083 32% [==================== ] 357/1083 32% [==================== ] 358/1083 33% [==================== ] 359/1083 33% [==================== ] 360/1083 33% [==================== ] 361/1083 33% [==================== ] 362/1083 33% [==================== ] 363/1083 33% [==================== ] 364/1083 33% [==================== ] 365/1083 33% [==================== ] 366/1083 33% [===================== ] 367/1083 33% [===================== ] 368/1083 33% [===================== ] 369/1083 34% [===================== ] 370/1083 34% [===================== ] 371/1083 34% [===================== ] 372/1083 34% [===================== ] 373/1083 34% [===================== ] 374/1083 34% [===================== ] 375/1083 34% [===================== ] 376/1083 34% [===================== ] 377/1083 34% [===================== ] 378/1083 34% [===================== ] 379/1083 34% [===================== ] 380/1083 35% [===================== ] 381/1083 35% [===================== ] 382/1083 35% [===================== ] 383/1083 35% [===================== ] 384/1083 35% [====================== ] 385/1083 35% [====================== ] 386/1083 35% [====================== ] 387/1083 35% [====================== ] 388/1083 35% [====================== ] 389/1083 35% [====================== ] 390/1083 36% [====================== ] 391/1083 36% [====================== ] 392/1083 36% [====================== ] 393/1083 36% [====================== ] 394/1083 36% [====================== ] 395/1083 36% [====================== ] 396/1083 36% [====================== ] 397/1083 36% [====================== ] 398/1083 36% [====================== ] 399/1083 36% [====================== ] 400/1083 36% [====================== ] 401/1083 37% [======================= ] 402/1083 37% [======================= ] 403/1083 37% [======================= ] 404/1083 37% [======================= ] 405/1083 37% [======================= ] 406/1083 37% [======================= ] 407/1083 37% [======================= ] 408/1083 37% [======================= ] 409/1083 37% [======================= ] 410/1083 37% [======================= ] 411/1083 37% [======================= ] 412/1083 38% [======================= ] 413/1083 38% [======================= ] 414/1083 38% [======================= ] 415/1083 38% [======================= ] 416/1083 38% [======================= ] 417/1083 38% [======================= ] 418/1083 38% [======================= ] 419/1083 38% [======================== ] 420/1083 38% [======================== ] 421/1083 38% [======================== ] 422/1083 38% [======================== ] 423/1083 39% [======================== ] 424/1083 39% [======================== ] 425/1083 39% [======================== ] 426/1083 39% [======================== ] 427/1083 39% [======================== ] 428/1083 39% [======================== ] 429/1083 39% [======================== ] 430/1083 39% [======================== ] 431/1083 39% [======================== ] 432/1083 39% [======================== ] 433/1083 39% [======================== ] 434/1083 40% [======================== ] 435/1083 40% [======================== ] 436/1083 40% [========================= ] 437/1083 40% [========================= ] 438/1083 40% [========================= ] 439/1083 40% [========================= ] 440/1083 40% [========================= ] 441/1083 40% [========================= ] 442/1083 40% [========================= ] 443/1083 40% [========================= ] 444/1083 40% [========================= ] 445/1083 41% [========================= ] 446/1083 41% [========================= ] 447/1083 41% [========================= ] 448/1083 41% [========================= ] 449/1083 41% [========================= ] 450/1083 41% [========================= ] 451/1083 41% [========================= ] 452/1083 41% [========================= ] 453/1083 41% [========================= ] 454/1083 41% [========================== ] 455/1083 42% [========================== ] 456/1083 42% [========================== ] 457/1083 42% [========================== ] 458/1083 42% [========================== ] 459/1083 42% [========================== ] 460/1083 42% [========================== ] 461/1083 42% [========================== ] 462/1083 42% [========================== ] 463/1083 42% [========================== ] 464/1083 42% [========================== ] 465/1083 42% [========================== ] 466/1083 43% [========================== ] 467/1083 43% [========================== ] 468/1083 43% [========================== ] 469/1083 43% [========================== ] 470/1083 43% [========================== ] 471/1083 43% [=========================== ] 472/1083 43% [=========================== ] 473/1083 43% [=========================== ] 474/1083 43% [=========================== ] 475/1083 43% [=========================== ] 476/1083 43% [=========================== ] 477/1083 44% [=========================== ] 478/1083 44% [=========================== ] 479/1083 44% [=========================== ] 480/1083 44% [=========================== ] 481/1083 44% [=========================== ] 482/1083 44% [=========================== ] 483/1083 44% [=========================== ] 484/1083 44% [=========================== ] 485/1083 44% [=========================== ] 486/1083 44% [=========================== ] 487/1083 44% [=========================== ] 488/1083 45% [=========================== ] 489/1083 45% [============================ ] 490/1083 45% [============================ ] 491/1083 45% [============================ ] 492/1083 45% [============================ ] 493/1083 45% [============================ ] 494/1083 45% [============================ ] 495/1083 45% [============================ ] 496/1083 45% [============================ ] 497/1083 45% [============================ ] 498/1083 45% [============================ ] 499/1083 46% [============================ ] 500/1083 46% [============================ ] 501/1083 46% [============================ ] 502/1083 46% [============================ ] 503/1083 46% [============================ ] 504/1083 46% [============================ ] 505/1083 46% [============================ ] 506/1083 46% [============================= ] 507/1083 46% [============================= ] 508/1083 46% [============================= ] 509/1083 46% [============================= ] 510/1083 47% [============================= ] 511/1083 47% [============================= ] 512/1083 47% [============================= ] 513/1083 47% [============================= ] 514/1083 47% [============================= ] 515/1083 47% [============================= ] 516/1083 47% [============================= ] 517/1083 47% [============================= ] 518/1083 47% [============================= ] 519/1083 47% [============================= ] 520/1083 48% [============================= ] 521/1083 48% [============================= ] 522/1083 48% [============================= ] 523/1083 48% [============================= ] 524/1083 48% [============================== ] 525/1083 48% [============================== ] 526/1083 48% [============================== ] 527/1083 48% [============================== ] 528/1083 48% [============================== ] 529/1083 48% [============================== ] 530/1083 48% [============================== ] 531/1083 49% [============================== ] 532/1083 49% [============================== ] 533/1083 49% [============================== ] 534/1083 49% [============================== ] 535/1083 49% [============================== ] 536/1083 49% [============================== ] 537/1083 49% [============================== ] 538/1083 49% [============================== ] 539/1083 49% [============================== ] 540/1083 49% [============================== ] 541/1083 49% [=============================== ] 542/1083 50% [=============================== ] 543/1083 50% [=============================== ] 544/1083 50% [=============================== ] 545/1083 50% [=============================== ] 546/1083 50% [=============================== ] 547/1083 50% [=============================== ] 548/1083 50% [=============================== ] 549/1083 50% [=============================== ] 550/1083 50% [=============================== ] 551/1083 50% [=============================== ] 552/1083 50% [=============================== ] 553/1083 51% [=============================== ] 554/1083 51% [=============================== ] 555/1083 51% [=============================== ] 556/1083 51% [=============================== ] 557/1083 51% [=============================== ] 558/1083 51% [================================ ] 559/1083 51% [================================ ] 560/1083 51% [================================ ] 561/1083 51% [================================ ] 562/1083 51% [================================ ] 563/1083 51% [================================ ] 564/1083 52% [================================ ] 565/1083 52% [================================ ] 566/1083 52% [================================ ] 567/1083 52% [================================ ] 568/1083 52% [================================ ] 569/1083 52% [================================ ] 570/1083 52% [================================ ] 571/1083 52% [================================ ] 572/1083 52% [================================ ] 573/1083 52% [================================ ] 574/1083 53% [================================ ] 575/1083 53% [================================ ] 576/1083 53% [================================= ] 577/1083 53% [================================= ] 578/1083 53% [================================= ] 579/1083 53% [================================= ] 580/1083 53% [================================= ] 581/1083 53% [================================= ] 582/1083 53% [================================= ] 583/1083 53% [================================= ] 584/1083 53% [================================= ] 585/1083 54% [================================= ] 586/1083 54% [================================= ] 587/1083 54% [================================= ] 588/1083 54% [================================= ] 589/1083 54% [================================= ] 590/1083 54% [================================= ] 591/1083 54% [================================= ] 592/1083 54% [================================= ] 593/1083 54% [================================== ] 594/1083 54% [================================== ] 595/1083 54% [================================== ] 596/1083 55% [================================== ] 597/1083 55% [================================== ] 598/1083 55% [================================== ] 599/1083 55% [================================== ] 600/1083 55% [================================== ] 601/1083 55% [================================== ] 602/1083 55% [================================== ] 603/1083 55% [================================== ] 604/1083 55% [================================== ] 605/1083 55% [================================== ] 606/1083 55% [================================== ] 607/1083 56% [================================== ] 608/1083 56% [================================== ] 609/1083 56% [================================== ] 610/1083 56% [================================== ] 611/1083 56% [=================================== ] 612/1083 56% [=================================== ] 613/1083 56% [=================================== ] 614/1083 56% [=================================== ] 615/1083 56% [=================================== ] 616/1083 56% [=================================== ] 617/1083 56% [=================================== ] 618/1083 57% [=================================== ] 619/1083 57% [=================================== ] 620/1083 57% [=================================== ] 621/1083 57% [=================================== ] 622/1083 57% [=================================== ] 623/1083 57% [=================================== ] 624/1083 57% [=================================== ] 625/1083 57% [=================================== ] 626/1083 57% [=================================== ] 627/1083 57% [=================================== ] 628/1083 57% [==================================== ] 629/1083 58% [==================================== ] 630/1083 58% [==================================== ] 631/1083 58% [==================================== ] 632/1083 58% [==================================== ] 633/1083 58% [==================================== ] 634/1083 58% [==================================== ] 635/1083 58% [==================================== ] 636/1083 58% [==================================== ] 637/1083 58% [==================================== ] 638/1083 58% [==================================== ] 639/1083 59% [==================================== ] 640/1083 59% [==================================== ] 641/1083 59% [==================================== ] 642/1083 59% [==================================== ] 643/1083 59% [==================================== ] 644/1083 59% [==================================== ] 645/1083 59% [==================================== ] 646/1083 59% [===================================== ] 647/1083 59% [===================================== ] 648/1083 59% [===================================== ] 649/1083 59% [===================================== ] 650/1083 60% [===================================== ] 651/1083 60% [===================================== ] 652/1083 60% [===================================== ] 653/1083 60% [===================================== ] 654/1083 60% [===================================== ] 655/1083 60% [===================================== ] 656/1083 60% [===================================== ] 657/1083 60% [===================================== ] 658/1083 60% [===================================== ] 659/1083 60% [===================================== ] 660/1083 60% [===================================== ] 661/1083 61% [===================================== ] 662/1083 61% [===================================== ] 663/1083 61% [====================================== ] 664/1083 61% [====================================== ] 665/1083 61% [====================================== ] 666/1083 61% [====================================== ] 667/1083 61% [====================================== ] 668/1083 61% [====================================== ] 669/1083 61% [====================================== ] 670/1083 61% [====================================== ] 671/1083 61% [====================================== ] 672/1083 62% [====================================== ] 673/1083 62% [====================================== ] 674/1083 62% [====================================== ] 675/1083 62% [====================================== ] 676/1083 62% [====================================== ] 677/1083 62% [====================================== ] 678/1083 62% [====================================== ] 679/1083 62% [====================================== ] 680/1083 62% [====================================== ] 681/1083 62% [======================================= ] 682/1083 62% [======================================= ] 683/1083 63% [======================================= ] 684/1083 63% [======================================= ] 685/1083 63% [======================================= ] 686/1083 63% [======================================= ] 687/1083 63% [======================================= ] 688/1083 63% [======================================= ] 689/1083 63% [======================================= ] 690/1083 63% [======================================= ] 691/1083 63% [======================================= ] 692/1083 63% [======================================= ] 693/1083 63% [======================================= ] 694/1083 64% [======================================= ] 695/1083 64% [======================================= ] 696/1083 64% [======================================= ] 697/1083 64% [======================================= ] 698/1083 64% [======================================== ] 699/1083 64% [======================================== ] 700/1083 64% [======================================== ] 701/1083 64% [======================================== ] 702/1083 64% [======================================== ] 703/1083 64% [======================================== ] 704/1083 65% [======================================== ] 705/1083 65% [======================================== ] 706/1083 65% [======================================== ] 707/1083 65% [======================================== ] 708/1083 65% [======================================== ] 709/1083 65% [======================================== ] 710/1083 65% [======================================== ] 711/1083 65% [======================================== ] 712/1083 65% [======================================== ] 713/1083 65% [======================================== ] 714/1083 65% [======================================== ] 715/1083 66% [======================================== ] 716/1083 66% [========================================= ] 717/1083 66% [========================================= ] 718/1083 66% [========================================= ] 719/1083 66% [========================================= ] 720/1083 66% [========================================= ] 721/1083 66% [========================================= ] 722/1083 66% [========================================= ] 723/1083 66% [========================================= ] 724/1083 66% [========================================= ] 725/1083 66% [========================================= ] 726/1083 67% [========================================= ] 727/1083 67% [========================================= ] 728/1083 67% [========================================= ] 729/1083 67% [========================================= ] 730/1083 67% [========================================= ] 731/1083 67% [========================================= ] 732/1083 67% [========================================= ] 733/1083 67% [========================================== ] 734/1083 67% [========================================== ] 735/1083 67% [========================================== ] 736/1083 67% [========================================== ] 737/1083 68% [========================================== ] 738/1083 68% [========================================== ] 739/1083 68% [========================================== ] 740/1083 68% [========================================== ] 741/1083 68% [========================================== ] 742/1083 68% [========================================== ] 743/1083 68% [========================================== ] 744/1083 68% [========================================== ] 745/1083 68% [========================================== ] 746/1083 68% [========================================== ] 747/1083 68% [========================================== ] 748/1083 69% [========================================== ] 749/1083 69% [========================================== ] 750/1083 69% [========================================== ] 751/1083 69% [=========================================== ] 752/1083 69% [=========================================== ] 753/1083 69% [=========================================== ] 754/1083 69% [=========================================== ] 755/1083 69% [=========================================== ] 756/1083 69% [=========================================== ] 757/1083 69% [=========================================== ] 758/1083 69% [=========================================== ] 759/1083 70% [=========================================== ] 760/1083 70% [=========================================== ] 761/1083 70% [=========================================== ] 762/1083 70% [=========================================== ] 763/1083 70% [=========================================== ] 764/1083 70% [=========================================== ] 765/1083 70% [=========================================== ] 766/1083 70% [=========================================== ] 767/1083 70% [=========================================== ] 768/1083 70% [============================================ ] 769/1083 71% [============================================ ] 770/1083 71% [============================================ ] 771/1083 71% [============================================ ] 772/1083 71% [============================================ ] 773/1083 71% [============================================ ] 774/1083 71% [============================================ ] 775/1083 71% [============================================ ] 776/1083 71% [============================================ ] 777/1083 71% [============================================ ] 778/1083 71% [============================================ ] 779/1083 71% [============================================ ] 780/1083 72% [============================================ ] 781/1083 72% [============================================ ] 782/1083 72% [============================================ ] 783/1083 72% [============================================ ] 784/1083 72% [============================================ ] 785/1083 72% [============================================ ] 786/1083 72% [============================================= ] 787/1083 72% [============================================= ] 788/1083 72% [============================================= ] 789/1083 72% [============================================= ] 790/1083 72% [============================================= ] 791/1083 73% [============================================= ] 792/1083 73% [============================================= ] 793/1083 73% [============================================= ] 794/1083 73% [============================================= ] 795/1083 73% [============================================= ] 796/1083 73% [============================================= ] 797/1083 73% [============================================= ] 798/1083 73% [============================================= ] 799/1083 73% [============================================= ] 800/1083 73% [============================================= ] 801/1083 73% [============================================= ] 802/1083 74% [============================================= ] 803/1083 74% [============================================== ] 804/1083 74% [============================================== ] 805/1083 74% [============================================== ] 806/1083 74% [============================================== ] 807/1083 74% [============================================== ] 808/1083 74% [============================================== ] 809/1083 74% [============================================== ] 810/1083 74% [============================================== ] 811/1083 74% [============================================== ] 812/1083 74% [============================================== ] 813/1083 75% [============================================== ] 814/1083 75% [============================================== ] 815/1083 75% [============================================== ] 816/1083 75% [============================================== ] 817/1083 75% [============================================== ] 818/1083 75% [============================================== ] 819/1083 75% [============================================== ] 820/1083 75% [=============================================== ] 821/1083 75% [=============================================== ] 822/1083 75% [=============================================== ] 823/1083 75% [=============================================== ] 824/1083 76% [=============================================== ] 825/1083 76% [=============================================== ] 826/1083 76% [=============================================== ] 827/1083 76% [=============================================== ] 828/1083 76% [=============================================== ] 829/1083 76% [=============================================== ] 830/1083 76% [=============================================== ] 831/1083 76% [=============================================== ] 832/1083 76% [=============================================== ] 833/1083 76% [=============================================== ] 834/1083 77% [=============================================== ] 835/1083 77% [=============================================== ] 836/1083 77% [=============================================== ] 837/1083 77% [=============================================== ] 838/1083 77% [================================================ ] 839/1083 77% [================================================ ] 840/1083 77% [================================================ ] 841/1083 77% [================================================ ] 842/1083 77% [================================================ ] 843/1083 77% [================================================ ] 844/1083 77% [================================================ ] 845/1083 78% [================================================ ] 846/1083 78% [================================================ ] 847/1083 78% [================================================ ] 848/1083 78% [================================================ ] 849/1083 78% [================================================ ] 850/1083 78% [================================================ ] 851/1083 78% [================================================ ] 852/1083 78% [================================================ ] 853/1083 78% [================================================ ] 854/1083 78% [================================================ ] 855/1083 78% [================================================= ] 856/1083 79% [================================================= ] 857/1083 79% [================================================= ] 858/1083 79% [================================================= ] 859/1083 79% [================================================= ] 860/1083 79% [================================================= ] 861/1083 79% [================================================= ] 862/1083 79% [================================================= ] 863/1083 79% [================================================= ] 864/1083 79% [================================================= ] 865/1083 79% [================================================= ] 866/1083 79% [================================================= ] 867/1083 80% [================================================= ] 868/1083 80% [================================================= ] 869/1083 80% [================================================= ] 870/1083 80% [================================================= ] 871/1083 80% [================================================= ] 872/1083 80% [================================================= ] 873/1083 80% [================================================== ] 874/1083 80% [================================================== ] 875/1083 80% [================================================== ] 876/1083 80% [================================================== ] 877/1083 80% [================================================== ] 878/1083 81% [================================================== ] 879/1083 81% [================================================== ] 880/1083 81% [================================================== ] 881/1083 81% [================================================== ] 882/1083 81% [================================================== ] 883/1083 81% [================================================== ] 884/1083 81% [================================================== ] 885/1083 81% [================================================== ] 886/1083 81% [================================================== ] 887/1083 81% [================================================== ] 888/1083 81% [================================================== ] 889/1083 82% [================================================== ] 890/1083 82% [=================================================== ] 891/1083 82% [=================================================== ] 892/1083 82% [=================================================== ] 893/1083 82% [=================================================== ] 894/1083 82% [=================================================== ] 895/1083 82% [=================================================== ] 896/1083 82% [=================================================== ] 897/1083 82% [=================================================== ] 898/1083 82% [=================================================== ] 899/1083 83% [=================================================== ] 900/1083 83% [=================================================== ] 901/1083 83% [=================================================== ] 902/1083 83% [=================================================== ] 903/1083 83% [=================================================== ] 904/1083 83% [=================================================== ] 905/1083 83% [=================================================== ] 906/1083 83% [=================================================== ] 907/1083 83% [=================================================== ] 908/1083 83% [==================================================== ] 909/1083 83% [==================================================== ] 910/1083 84% [==================================================== ] 911/1083 84% [==================================================== ] 912/1083 84% [==================================================== ] 913/1083 84% [==================================================== ] 914/1083 84% [==================================================== ] 915/1083 84% [==================================================== ] 916/1083 84% [==================================================== ] 917/1083 84% [==================================================== ] 918/1083 84% [==================================================== ] 919/1083 84% [==================================================== ] 920/1083 84% [==================================================== ] 921/1083 85% [==================================================== ] 922/1083 85% [==================================================== ] 923/1083 85% [==================================================== ] 924/1083 85% [==================================================== ] 925/1083 85% [===================================================== ] 926/1083 85% [===================================================== ] 927/1083 85% [===================================================== ] 928/1083 85% [===================================================== ] 929/1083 85% [===================================================== ] 930/1083 85% [===================================================== ] 931/1083 85% [===================================================== ] 932/1083 86% [===================================================== ] 933/1083 86% [===================================================== ] 934/1083 86% [===================================================== ] 935/1083 86% [===================================================== ] 936/1083 86% [===================================================== ] 937/1083 86% [===================================================== ] 938/1083 86% [===================================================== ] 939/1083 86% [===================================================== ] 940/1083 86% [===================================================== ] 941/1083 86% [===================================================== ] 942/1083 86% [===================================================== ] 943/1083 87% [====================================================== ] 944/1083 87% [====================================================== ] 945/1083 87% [====================================================== ] 946/1083 87% [====================================================== ] 947/1083 87% [====================================================== ] 948/1083 87% [====================================================== ] 949/1083 87% [====================================================== ] 950/1083 87% [====================================================== ] 951/1083 87% [====================================================== ] 952/1083 87% [====================================================== ] 953/1083 87% [====================================================== ] 954/1083 88% [====================================================== ] 955/1083 88% [====================================================== ] 956/1083 88% [====================================================== ] 957/1083 88% [====================================================== ] 958/1083 88% [====================================================== ] 959/1083 88% [====================================================== ] 960/1083 88% [======================================================= ] 961/1083 88% [======================================================= ] 962/1083 88% [======================================================= ] 963/1083 88% [======================================================= ] 964/1083 89% [======================================================= ] 965/1083 89% [======================================================= ] 966/1083 89% [======================================================= ] 967/1083 89% [======================================================= ] 968/1083 89% [======================================================= ] 969/1083 89% [======================================================= ] 970/1083 89% [======================================================= ] 971/1083 89% [======================================================= ] 972/1083 89% [======================================================= ] 973/1083 89% [======================================================= ] 974/1083 89% [======================================================= ] 975/1083 90% [======================================================= ] 976/1083 90% [======================================================= ] 977/1083 90% [======================================================= ] 978/1083 90% [======================================================== ] 979/1083 90% [======================================================== ] 980/1083 90% [======================================================== ] 981/1083 90% [======================================================== ] 982/1083 90% [======================================================== ] 983/1083 90% [======================================================== ] 984/1083 90% [======================================================== ] 985/1083 90% [======================================================== ] 986/1083 91% [======================================================== ] 987/1083 91% [======================================================== ] 988/1083 91% [======================================================== ] 989/1083 91% [======================================================== ] 990/1083 91% [======================================================== ] 991/1083 91% [======================================================== ] 992/1083 91% [======================================================== ] 993/1083 91% [======================================================== ] 994/1083 91% [======================================================== ] 995/1083 91% [========================================================= ] 996/1083 91% [========================================================= ] 997/1083 92% [========================================================= ] 998/1083 92% [========================================================= ] 999/1083 92% [========================================================= ] 1000/1083 92% [========================================================= ] 1001/1083 92% [========================================================= ] 1002/1083 92% [========================================================= ] 1003/1083 92% [========================================================= ] 1004/1083 92% [========================================================= ] 1005/1083 92% [========================================================= ] 1006/1083 92% [========================================================= ] 1007/1083 92% [========================================================= ] 1008/1083 93% [========================================================= ] 1009/1083 93% [========================================================= ] 1010/1083 93% [========================================================= ] 1011/1083 93% [========================================================= ] 1012/1083 93% [========================================================= ] 1013/1083 93% [========================================================== ] 1014/1083 93% [========================================================== ] 1015/1083 93% [========================================================== ] 1016/1083 93% [========================================================== ] 1017/1083 93% [========================================================== ] 1018/1083 93% [========================================================== ] 1019/1083 94% [========================================================== ] 1020/1083 94% [========================================================== ] 1021/1083 94% [========================================================== ] 1022/1083 94% [========================================================== ] 1023/1083 94% [========================================================== ] 1024/1083 94% [========================================================== ] 1025/1083 94% [========================================================== ] 1026/1083 94% [========================================================== ] 1027/1083 94% [========================================================== ] 1028/1083 94% [========================================================== ] 1029/1083 95% [========================================================== ] 1030/1083 95% [=========================================================== ] 1031/1083 95% [=========================================================== ] 1032/1083 95% [=========================================================== ] 1033/1083 95% [=========================================================== ] 1034/1083 95% [=========================================================== ] 1035/1083 95% [=========================================================== ] 1036/1083 95% [=========================================================== ] 1037/1083 95% [=========================================================== ] 1038/1083 95% [=========================================================== ] 1039/1083 95% [=========================================================== ] 1040/1083 96% [=========================================================== ] 1041/1083 96% [=========================================================== ] 1042/1083 96% [=========================================================== ] 1043/1083 96% [=========================================================== ] 1044/1083 96% [=========================================================== ] 1045/1083 96% [=========================================================== ] 1046/1083 96% [=========================================================== ] 1047/1083 96% [=========================================================== ] 1048/1083 96% [============================================================ ] 1049/1083 96% [============================================================ ] 1050/1083 96% [============================================================ ] 1051/1083 97% [============================================================ ] 1052/1083 97% [============================================================ ] 1053/1083 97% [============================================================ ] 1054/1083 97% [============================================================ ] 1055/1083 97% [============================================================ ] 1056/1083 97% [============================================================ ] 1057/1083 97% [============================================================ ] 1058/1083 97% [============================================================ ] 1059/1083 97% [============================================================ ] 1060/1083 97% [============================================================ ] 1061/1083 97% [============================================================ ] 1062/1083 98% [============================================================ ] 1063/1083 98% [============================================================ ] 1064/1083 98% [============================================================ ] 1065/1083 98% [============================================================= ] 1066/1083 98% [============================================================= ] 1067/1083 98% [============================================================= ] 1068/1083 98% [============================================================= ] 1069/1083 98% [============================================================= ] 1070/1083 98% [============================================================= ] 1071/1083 98% [============================================================= ] 1072/1083 98% [============================================================= ] 1073/1083 99% [============================================================= ] 1074/1083 99% [============================================================= ] 1075/1083 99% [============================================================= ] 1076/1083 99% [============================================================= ] 1077/1083 99% [============================================================= ] 1078/1083 99% [============================================================= ] 1079/1083 99% [============================================================= ] 1080/1083 99% [============================================================= ] 1081/1083 99% [============================================================= ] 1082/1083 99% [==============================================================] 1083/1083 100% operation complete, 1083 objects in 48112 NAND pages. ln -snf /home/autobuild/autobuild/instance-5/output-1/host/aarch64_be-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-5/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-5/buildroot' >>> Buildroot 2023.11-rc1-11-gdfe68fc8d5 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.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-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.6.1 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-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> armbian-firmware 5d685ad233b4dfd03a4d025fa0061f6b0f850cb3 Collecting legal info >>> avro-c 1.11.3 Collecting legal info LICENSE: OK (sha256: d62488d6ba17132e92c23c03c80bfedc848267f96ab36489fec860f76cf6819a) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> zlib Collecting legal info >>> libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> 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) >>> bitstream-vera 1.10 Collecting legal info COPYRIGHT.TXT: OK (sha256: 3361d054759a2fc686a2c058be82deaf9c2e6fe549be9004d7935a6c1736315d) >>> bitwise 0.50 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-bootgen xilinx_v2023.2 Collecting legal info LICENSE: OK (sha256: 4da5f5eff0592e5d275f1871faf9e9a4fc0f6346027bfb777fa59d0aa6a59aa3) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> ccrypt 1.11 Collecting legal info COPYING: OK (sha256: d48d3af3cf27b32106ee3418c7c892cae745ece26cd909e72aa59b08e3f9c93d) >>> host-checkpolicy 3.5 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-libselinux 3.5 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.5 Collecting legal info LICENSE: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-python-pip 22.3.1 Collecting legal info LICENSE.txt: OK (sha256: 634300a669d49aeae65b12c6c48c924c51a4cdf3d1ff086dc3456dc8bcaa2104) >>> host-python-setuptools 68.2.2 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> 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-python3 3.11.6 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.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 1.0.3 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 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-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> host-swig 4.1.1 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> daq 2.0.7 Collecting legal info COPYING: OK (sha256: 07f28289c09fd9eb5a6ff7bc710ff40363601b1bbc6f3637d8ed412150e90819) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> datatables 1.10.20 Collecting legal info license.txt: OK (sha256: c6a873f21550ed804f76013c36e14225704c1aa551fdb870e0c626eb91c19247) >>> dialog 1.3-20220117 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-dtc 1.7.0 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> dvdauthor 0.7.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-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) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-e2tools 0.0.16.4 Collecting legal info COPYING: OK (sha256: 0e79fd282723e1eb3f7381d41233a83ed20cf3e8c83aa53e6847bf7ffe781583) >>> host-environment-setup Collecting legal info >>> host-fatcat 1.1.1 Collecting legal info LICENSE: OK (sha256: 3ea03755e32cf7f5b12981de92a0fdad396448195fe0024990c9cbc388e9866c) >>> fcgiwrap 99c942c90063c73734e56bacaa65f947772d9186 Collecting legal info COPYING: OK (sha256: 1504c301f6d417f2626085337e5c3bb3dc0282265089396ab36bfe1942feef1c) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> flashrom 1.3.0 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> genpart 1.0.2 Collecting legal info >>> gensio 2.5.5 Collecting legal info COPYING.LIB: OK (sha256: dcac7d447dd81ab96d28dce00a07a6486e623f7ded94e2a2a8e83312405cdf89) COPYING: OK (sha256: 501f3108e6c03e5a0a5585ebaaa369171aead5319cd0a7a4dc1f66211c1f09f1) >>> openssl Collecting legal info >>> libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> tiff 4.6.0 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> jpeg Collecting legal info >>> jpeg-turbo 2.1.5 Collecting legal info LICENSE.md: OK (sha256: 60c756742db3ad1913304e8b13f0e86e22e51adb50cc0b3333c163f7e45ceec1) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> initscripts Collecting legal info >>> ipmitool 1_8_19 Collecting legal info COPYING: OK (sha256: b7e2382a8be43b5f6cb092f2d2bda163bf1a1938be9300f821a845cbcd535f56) >>> iptables 1.8.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> json-c 0.17 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libcdaudio 0.99.12p2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libcodec2 1.2.0 Collecting legal info COPYING: OK (sha256: 9ebb6f82b7380a62ac74c5f0322c88e6744dedf2ebe1f54d6f088282b39844bf) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libebur128 1.2.6 Collecting legal info COPYING: OK (sha256: d6b4754bb67bdd08b97d5d11b2d7434997a371585a78fe77007149df3af8d09c) >>> libestr 0.1.11 Collecting legal info COPYING: OK (sha256: 835b4793da5cbb8965fbd63905b55a4cb4310b7d1b882077d23066b08f901ff8) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgcrypt 1.10.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libldns 1.8.3 Collecting legal info LICENSE: OK (sha256: 9e0b1505c358d1a7c79555ee8bd1acbe2985dbc74dd81f3697cebf2161e922e6) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmicrohttpd 0.9.77 Collecting legal info COPYING: OK (sha256: 7399547209438c93f9b90297954698773d4846cea44cde5ca982c84c45952a3b) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> liboping 1.10.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> librsync 2.3.4 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.1 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> links 2.26 Collecting legal info COPYING: OK (sha256: 92deeb70791366630095d4e0714fe37d6e2bd5db0e6ef498ebb8de328f45b253) >>> linux-firmware 20231030 Collecting legal info LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.Marvell: OK (sha256: 2d6062d63b91eb750bf741498691604f75184b9fee97608ec537cd09bd6a42b4) LICENCE.atheros_firmware: OK (sha256: 802b7014b26c606cf6248ae8b0ab1ce6d2d1b0db236d38dd269e676cd70710f2) LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) LICENCE.qat_firmware: OK (sha256: 0bd9f7cae3cf72b12a63359a725ccbb76ddbd6831372695a9162144329800dd0) LICENCE.ralink-firmware.txt: OK (sha256: d7bec70668ddd4aae8fb4aa32870e54b49fcdb0b9b007aa9f54b53a1ac7461bd) LICENCE.ti-connectivity: OK (sha256: 106bef96470001e877fcf7ba0337fa6766a317650eb47fcaeb743eeebd62c4ff) LICENSE.qcom: OK (sha256: be904cd28cb292b80cdb6cf412ab0d9159d431671e987ad433c1f62e0988a9bc) WHENCE: OK (sha256: 697134859b663bc110d57275a7a7862bba21c4425266aac8c62bee18202aac20) qcom/NOTICE.txt: OK (sha256: fa43e1b9a13b341a07adca9dbe73d0f9072d7966fdfe811c01f0dd2872d7309a) >>> lsscsi 0.32 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.4.1 Collecting legal info COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> mdnsd 0.12 Collecting legal info LICENSE: OK (sha256: 2969546227b58ce1b431cc4c36c9a9b45d604e6b94fb8b787ea5d3696f3eee3b) >>> mksh 59c Collecting legal info mksh.1: OK (sha256: abf44a61ec777c98f8ae7e08e4fe25fe258e0c470215e2eeb22816f6bae72c80) >>> mosquitto 2.0.18 Collecting legal info LICENSE.txt: OK (sha256: d3c4ccace4e5d3cc89d34cf2a0bc85b8596bfc0a32b815d0d77f9b7c41b5350c) epl-v20: OK (sha256: 8c349f80764d0648e645f41ef23772a70c995a0924b5235f735f4a3d09df127c) edl-v10: OK (sha256: 86fc4a3f97cb769c04e8da557036c1066eb8bb22b2d0a5dd31464990fe84047c) >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-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) >>> murata-cyw-fw 8d87950bfad28c65926695b7357bd8995b60016a Collecting legal info LICENCE.cypress: OK (sha256: 3a892759b73e8b459f1a750954b316118b0061fd9d1868d11fa258c104ee7e0c) >>> ncdu 1.18 Collecting legal info COPYING: OK (sha256: 4590cb935ff8a50cee76ce12c2cb0411c0b06e84c267b478579785dcf328660d) >>> netstat-nat 1.4.10 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> ngrep 1.47 Collecting legal info LICENSE: OK (sha256: d46e593e048e0b9fc803561ed4c283f37a2d5447e4dcfa10cad29b394c2b8b9e) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> numactl 2.0.16 Collecting legal info LICENSE.GPL2: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> openobex 1.7.2 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pdbg 3.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> pdmenu 1.3.6 Collecting legal info doc/COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> slang 2.3.3 Collecting legal info COPYING: OK (sha256: ff05a90962e7773f8bdc47b2a9585130526039102759b524c1dffbd57cfe469b) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> pure-ftpd 1.0.51 Collecting legal info COPYING: OK (sha256: 88c813191c1a59213c641e322cf4562618ab0116ddd7c8341c419f8863b8b0a9) >>> pwgen 2.08 Collecting legal info debian/copyright: OK (sha256: 5d3e49e01ef782be5841d5d1f7fb64d290cd86459598a913818584a46a2f81a1) >>> host-python-lxml 4.9.3 Collecting legal info LICENSES.txt: OK (sha256: 41d49dd406aa0e1548a6d5f21a30d6bf638b3cd96eb7289dd348d83ed2e40392) doc/licenses/BSD.txt: OK (sha256: 69edb445c1335a8312d4c09271847e9956d84f0d9f724d125340cc3fad767b2a) doc/licenses/elementtree.txt: OK (sha256: 0497ae8138811ef4466ede653bab7a59feb3d3c14f9ed50fc33a00aeb5bec32e) src/lxml/isoschematron/resources/rng/iso-schematron.rng: OK (sha256: 56c5b13f28b78958890c36e3249c34c169041e42ebcfdce8080f3324ba2bf4de) >>> host-libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> qdecoder 12.1.0 Collecting legal info COPYING: OK (sha256: 41f34ba1ed6e5d8d3488992311f474cd3f614b82bada88ae53216946026cfae7) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> scrub 2.6.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) DISCLAIMER: OK (sha256: f76abbfb80cde1036cb553cdecb08bb846a48e33c91ef56c0f494172fd407f33) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> sdl_mixer d1725fcb7c4e987aeb7ecdc94cb8b6375b702170 Collecting legal info COPYING: OK (sha256: bc4c3bc32b311044d81c32b5e5402a6bc971a3b235850bb63445ec14bb6fe59e) >>> sdl_ttf 70b2940cc75e92aab02a67d2f827caf2836a2c74 Collecting legal info COPYING: OK (sha256: b609721d3d4ac67facaf86f068c8b311b6c5f6cef89b6d84268aa38b7867ab7b) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> host-meson 1.1.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-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> sscep 0.10.0 Collecting legal info COPYING: OK (sha256: e1328c292102a22c10e8dcfbfda33740f603767c73f8c5b5189c5513eb6b4dea) >>> statserial 1.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> thttpd 2.29 Collecting legal info thttpd.c: OK (sha256: be059e6b8219d5bb5480fa6a2864bbb34892f56951d03d08b356bc1fa8c81a01) >>> tinyssh 20220801 Collecting legal info LICENCE: OK (sha256: b5dc19477e29f4111e1c16cd89ec0782f5a07b1a30e3bdb7c155425b81b12c46) >>> tunctl 1.5 Collecting legal info tunctl.c: OK (sha256: bcd12b6749dbd86c051cc2ef9e838096741602d4db213cc866b1da6cfeda5f16) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> vmtouch 1.3.1 Collecting legal info LICENSE: OK (sha256: 13258709ed29c17394e0a3ba8c8b9360af35b85231db514f11a0ba385cecd08e) >>> wilc-firmware wilc_linux_16_1 Collecting legal info LICENSE.wilc_fw: OK (sha256: 71355eee947a312594dbdaac039827544f93d23949b65c356b7b0ce09e2600fb) >>> host-fakeroot 1.32.1 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: armbian-firmware-5d685ad233b4dfd03a4d025fa0061f6b0f850cb3: cannot save license (ARMBIAN_FIRMWARE_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-5/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'