>>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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" PKG_CONFIG="/home/autobuild/autobuild/instance-12/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-12/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-12/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-12/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/home/autobuild/autobuild/instance-12/output-1/build/host-yaffs2utils-0.2.9' gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_hweight.o yaffs2/yaffs_hweight.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_ecc.o yaffs2/yaffs_ecc.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags1.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o yaffs2/yaffs_packedtags2.o yaffs2/yaffs_packedtags2.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o safe_rw.o safe_rw.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o endian_convert.o endian_convert.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o progress_bar.o progress_bar.c gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o mkyaffs2.o mkyaffs2.c In function 'mkyaffs2_write_obj', inlined from 'mkyaffs2_write_objtree' at mkyaffs2.c:780:11: mkyaffs2.c:696:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 696 | strncpy(oh.name, obj->name, YAFFS_MAX_NAME_LENGTH); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ mkyaffs2.c: In function 'mkyaffs2_scan_dir': mkyaffs2.c:595:17: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 595 | strncpy(obj->name, dent->d_name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o mkyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o mkyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unyaffs2.o unyaffs2.c In function 'unyaffs2_oh2obj', inlined from 'unyaffs2_scan_chunk' at unyaffs2.c:811:3, inlined from 'unyaffs2_scan_img' at unyaffs2.c:874:4, inlined from 'unyaffs2_extract_image' at unyaffs2.c:1476:6: unyaffs2.c:632:9: warning: 'strncpy' output may be truncated copying 255 bytes from a string of length 255 [-Wstringop-truncation] 632 | strncpy(obj->name, oh->name, NAME_MAX); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ gcc -o unyaffs2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unyaffs2.o -lm gcc -I. -I./yaffs2 -O2 -Wall -Wshadow -Winline -Wpointer-arith -Wnested-externs -Wwrite-strings -Wstrict-prototypes -Wmissing-declarations -Wmissing-prototypes -Wredundant-decls -D_HAVE_MMAP -c -o unspare2.o unspare2.c gcc -o unspare2 yaffs2/yaffs_hweight.o yaffs2/yaffs_ecc.o yaffs2/yaffs_packedtags1.o yaffs2/yaffs_packedtags2.o safe_rw.o endian_convert.o progress_bar.o unspare2.o -lm make[1]: Leaving directory '/home/autobuild/autobuild/instance-12/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /home/autobuild/autobuild/instance-12/output-1/host/bin PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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" PKG_CONFIG="/home/autobuild/autobuild/instance-12/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/home/autobuild/autobuild/instance-12/output-1/host/lib/pkgconfig:/home/autobuild/autobuild/instance-12/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /home/autobuild/autobuild/instance-12/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/home/autobuild/autobuild/instance-12/output-1/host/bin install make[1]: Entering directory '/home/autobuild/autobuild/instance-12/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /home/autobuild/autobuild/instance-12/output-1/host/bin make[1]: Leaving directory '/home/autobuild/autobuild/instance-12/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-12/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/microblazeel-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/microblazeel-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-12/output-1/host/bin/microblazeel-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/microblazeel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-12/output-1/host/bin/microblazeel-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-12/output-1/host/bin/microblazeel-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/home/autobuild/autobuild/instance-12/output-1/host/bin/microblazeel-buildroot-linux-gnu-strip%g" -e "s%@TARGET_ARCH@%microblaze%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-O3', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/home/autobuild/autobuild/instance-12/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-12/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/autobuild/autobuild/instance-12/output-1/host%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-12/output-1/host/microblazeel-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-12/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-12/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-12/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-12/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-12/output-1/build/busybox-1.36.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-12/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-12/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-12/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-12/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-12/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-12/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-12/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-12/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-12/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-12/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/include /home/autobuild/autobuild/instance-12/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-12/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-12/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-12/output-1/target/usr/doc find /home/autobuild/autobuild/instance-12/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-12/output-1/target/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-12/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-12/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-12/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/man /home/autobuild/autobuild/instance-12/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/info /home/autobuild/autobuild/instance-12/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/doc /home/autobuild/autobuild/instance-12/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-12/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-12/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-12/output-1/target/lib/debug /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-12/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /home/autobuild/autobuild/instance-12/output-1/host/bin/microblazeel-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-12/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-12/output-1/host/bin/microblazeel-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/autobuild/instance-12/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-12/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-12/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-rc1-39-g02a6b77ed8"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2023.02-rc1\"" \ ) > /home/autobuild/autobuild/instance-12/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-12/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-12/output-1/per-package /home/autobuild/autobuild/instance-12/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-12/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs printf ' chrony -1 chrony -1 * /run/chrony - - Time daemon\n ftp -1 ftp -1 * /home/ftp - - Anonymous FTP User\n\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt printf ' # Set permissions on all applets with BB_SUID_REQUIRE and BB_SUID_MAYBE.\n# 12 Applets are pulled from applets.h using grep command :\n# grep -r -e "APPLET.*BB_SUID_REQUIRE\\|APPLET.*BB_SUID_MAYBE" # ./include/applets.h\n# These applets are added to the device table and the makedev file\n# ignores the files with type '\''F'\'' ( optional files).\n /usr/bin/wall F 4755 0 0 - - - - -\n /bin/ping F 4755 0 0 - - - - -\n /bin/ping6 F 4755 0 0 - - - - -\n /usr/bin/crontab F 4755 0 0 - - - - -\n /sbin/findfs F 4755 0 0 - - - - -\n /bin/login F 4755 0 0 - - - - -\n /bin/mount F 4755 0 0 - - - - -\n /usr/bin/passwd F 4755 0 0 - - - - -\n /bin/su F 4755 0 0 - - - - -\n /usr/bin/traceroute F 4755 0 0 - - - - -\n /usr/bin/traceroute6 F 4755 0 0 - - - - -\n /usr/bin/vlock F 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.axfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkfs.axfs -s -a /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.axfs\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/axfs/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' number of files: 1436 number of 4KB nodes: 12387 Total image size: 36724085 >>> Generating filesystem image rootfs.tar mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot printf ' (cd /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target; find -print0 | LC_ALL=C sort -z | tar --pax-option=exthdr.name=%%d/PaxHeaders/%%f,atime:=0,ctime:=0 -cf /home/autobuild/autobuild/instance-12/output-1/images/rootfs.tar --null --xattrs-include='\''*'\'' --no-recursion -T - --numeric-owner)\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/tar/target table='/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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" gzip -9 -c -n /home/autobuild/autobuild/instance-12/output-1/images/rootfs.tar > /home/autobuild/autobuild/instance-12/output-1/images/rootfs.tar.gz >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/images rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-12/output-1/target/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-12/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-12/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-12/output-1/host/bin:/home/autobuild/autobuild/instance-12/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-12/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-12/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/autobuild/instance-12/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-12/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][done] scanning complete, total 1436 objects. stage 2: creating image '/home/autobuild/autobuild/instance-12/output-1/images/rootfs.yaffs2' [ ] 1/1436 0% [ ] 2/1436 0% [ ] 3/1436 0% [ ] 4/1436 0% [ ] 5/1436 0% [ ] 6/1436 0% [ ] 7/1436 0% [ ] 8/1436 0% [ ] 9/1436 0% [ ] 10/1436 0% [ ] 11/1436 0% [ ] 12/1436 0% [ ] 13/1436 0% [ ] 14/1436 0% [ ] 15/1436 1% [ ] 16/1436 1% [ ] 17/1436 1% [ ] 18/1436 1% [ ] 19/1436 1% [ ] 20/1436 1% [ ] 21/1436 1% [ ] 22/1436 1% [ ] 23/1436 1% [= ] 24/1436 1% [= ] 25/1436 1% [= ] 26/1436 1% [= ] 27/1436 1% [= ] 28/1436 1% [= ] 29/1436 2% [= ] 30/1436 2% [= ] 31/1436 2% [= ] 32/1436 2% [= ] 33/1436 2% [= ] 34/1436 2% [= ] 35/1436 2% [= ] 36/1436 2% [= ] 37/1436 2% [= ] 38/1436 2% [= ] 39/1436 2% [= ] 40/1436 2% [= ] 41/1436 2% [= ] 42/1436 2% [= ] 43/1436 2% [= ] 44/1436 3% [= ] 45/1436 3% [= ] 46/1436 3% [== ] 47/1436 3% [== ] 48/1436 3% [== ] 49/1436 3% [== ] 50/1436 3% [== ] 51/1436 3% [== ] 52/1436 3% [== ] 53/1436 3% [== ] 54/1436 3% [== ] 55/1436 3% [== ] 56/1436 3% [== ] 57/1436 3% [== ] 58/1436 4% [== ] 59/1436 4% [== ] 60/1436 4% [== ] 61/1436 4% [== ] 62/1436 4% [== ] 63/1436 4% [== ] 64/1436 4% [== ] 65/1436 4% [== ] 66/1436 4% [== ] 67/1436 4% [== ] 68/1436 4% [== ] 69/1436 4% [=== ] 70/1436 4% [=== ] 71/1436 4% [=== ] 72/1436 5% [=== ] 73/1436 5% [=== ] 74/1436 5% [=== ] 75/1436 5% [=== ] 76/1436 5% [=== ] 77/1436 5% [=== ] 78/1436 5% [=== ] 79/1436 5% [=== ] 80/1436 5% [=== ] 81/1436 5% [=== ] 82/1436 5% [=== ] 83/1436 5% [=== ] 84/1436 5% [=== ] 85/1436 5% [=== ] 86/1436 5% [=== ] 87/1436 6% [=== ] 88/1436 6% [=== ] 89/1436 6% [=== ] 90/1436 6% [=== ] 91/1436 6% [=== ] 92/1436 6% [==== ] 93/1436 6% [==== ] 94/1436 6% [==== ] 95/1436 6% [==== ] 96/1436 6% [==== ] 97/1436 6% [==== ] 98/1436 6% [==== ] 99/1436 6% [==== ] 100/1436 6% [==== ] 101/1436 7% [==== ] 102/1436 7% [==== ] 103/1436 7% [==== ] 104/1436 7% [==== ] 105/1436 7% [==== ] 106/1436 7% [==== ] 107/1436 7% [==== ] 108/1436 7% [==== ] 109/1436 7% [==== ] 110/1436 7% [==== ] 111/1436 7% [==== ] 112/1436 7% [==== ] 113/1436 7% [==== ] 114/1436 7% [==== ] 115/1436 8% [===== ] 116/1436 8% [===== ] 117/1436 8% [===== ] 118/1436 8% [===== ] 119/1436 8% [===== ] 120/1436 8% [===== ] 121/1436 8% [===== ] 122/1436 8% [===== ] 123/1436 8% [===== ] 124/1436 8% [===== ] 125/1436 8% [===== ] 126/1436 8% [===== ] 127/1436 8% [===== ] 128/1436 8% [===== ] 129/1436 8% [===== ] 130/1436 9% [===== ] 131/1436 9% [===== ] 132/1436 9% [===== ] 133/1436 9% [===== ] 134/1436 9% [===== ] 135/1436 9% [===== ] 136/1436 9% [===== ] 137/1436 9% [===== ] 138/1436 9% [====== ] 139/1436 9% [====== ] 140/1436 9% [====== ] 141/1436 9% [====== ] 142/1436 9% [====== ] 143/1436 9% [====== ] 144/1436 10% [====== ] 145/1436 10% [====== ] 146/1436 10% [====== ] 147/1436 10% [====== ] 148/1436 10% [====== ] 149/1436 10% [====== ] 150/1436 10% [====== ] 151/1436 10% [====== ] 152/1436 10% [====== ] 153/1436 10% [====== ] 154/1436 10% [====== ] 155/1436 10% [====== ] 156/1436 10% [====== ] 157/1436 10% [====== ] 158/1436 11% [====== ] 159/1436 11% [====== ] 160/1436 11% [====== ] 161/1436 11% [====== ] 162/1436 11% [======= ] 163/1436 11% [======= ] 164/1436 11% [======= ] 165/1436 11% [======= ] 166/1436 11% [======= ] 167/1436 11% [======= ] 168/1436 11% [======= ] 169/1436 11% [======= ] 170/1436 11% [======= ] 171/1436 11% [======= ] 172/1436 11% [======= ] 173/1436 12% [======= ] 174/1436 12% [======= ] 175/1436 12% [======= ] 176/1436 12% [======= ] 177/1436 12% [======= ] 178/1436 12% [======= ] 179/1436 12% [======= ] 180/1436 12% [======= ] 181/1436 12% [======= ] 182/1436 12% [======= ] 183/1436 12% [======= ] 184/1436 12% [======= ] 185/1436 12% [======== ] 186/1436 12% [======== ] 187/1436 13% [======== ] 188/1436 13% [======== ] 189/1436 13% [======== ] 190/1436 13% [======== ] 191/1436 13% [======== ] 192/1436 13% [======== ] 193/1436 13% [======== ] 194/1436 13% [======== ] 195/1436 13% [======== ] 196/1436 13% [======== ] 197/1436 13% [======== ] 198/1436 13% [======== ] 199/1436 13% [======== ] 200/1436 13% [======== ] 201/1436 13% [======== ] 202/1436 14% [======== ] 203/1436 14% [======== ] 204/1436 14% [======== ] 205/1436 14% [======== ] 206/1436 14% [======== ] 207/1436 14% [======== ] 208/1436 14% [========= ] 209/1436 14% [========= ] 210/1436 14% [========= ] 211/1436 14% [========= ] 212/1436 14% [========= ] 213/1436 14% [========= ] 214/1436 14% [========= ] 215/1436 14% [========= ] 216/1436 15% [========= ] 217/1436 15% [========= ] 218/1436 15% [========= ] 219/1436 15% [========= ] 220/1436 15% [========= ] 221/1436 15% [========= ] 222/1436 15% [========= ] 223/1436 15% [========= ] 224/1436 15% [========= ] 225/1436 15% [========= ] 226/1436 15% [========= ] 227/1436 15% [========= ] 228/1436 15% [========= ] 229/1436 15% [========= ] 230/1436 16% [========= ] 231/1436 16% [========== ] 232/1436 16% [========== ] 233/1436 16% [========== ] 234/1436 16% [========== ] 235/1436 16% [========== ] 236/1436 16% [========== ] 237/1436 16% [========== ] 238/1436 16% [========== ] 239/1436 16% [========== ] 240/1436 16% [========== ] 241/1436 16% [========== ] 242/1436 16% [========== ] 243/1436 16% [========== ] 244/1436 16% [========== ] 245/1436 17% [========== ] 246/1436 17% [========== ] 247/1436 17% [========== ] 248/1436 17% [========== ] 249/1436 17% [========== ] 250/1436 17% [========== ] 251/1436 17% [========== ] 252/1436 17% [========== ] 253/1436 17% [========== ] 254/1436 17% [=========== ] 255/1436 17% [=========== ] 256/1436 17% [=========== ] 257/1436 17% [=========== ] 258/1436 17% [=========== ] 259/1436 18% [=========== ] 260/1436 18% [=========== ] 261/1436 18% [=========== ] 262/1436 18% [=========== ] 263/1436 18% [=========== ] 264/1436 18% [=========== ] 265/1436 18% [=========== ] 266/1436 18% [=========== ] 267/1436 18% [=========== ] 268/1436 18% [=========== ] 269/1436 18% [=========== ] 270/1436 18% [=========== ] 271/1436 18% [=========== ] 272/1436 18% [=========== ] 273/1436 19% [=========== ] 274/1436 19% [=========== ] 275/1436 19% [=========== ] 276/1436 19% [=========== ] 277/1436 19% [============ ] 278/1436 19% [============ ] 279/1436 19% [============ ] 280/1436 19% [============ ] 281/1436 19% [============ ] 282/1436 19% [============ ] 283/1436 19% [============ ] 284/1436 19% [============ ] 285/1436 19% [============ ] 286/1436 19% [============ ] 287/1436 19% [============ ] 288/1436 20% [============ ] 289/1436 20% [============ ] 290/1436 20% [============ ] 291/1436 20% [============ ] 292/1436 20% [============ ] 293/1436 20% [============ ] 294/1436 20% [============ ] 295/1436 20% [============ ] 296/1436 20% [============ ] 297/1436 20% [============ ] 298/1436 20% [============ ] 299/1436 20% [============ ] 300/1436 20% [============ ] 301/1436 20% [============= ] 302/1436 21% [============= ] 303/1436 21% [============= ] 304/1436 21% [============= ] 305/1436 21% [============= ] 306/1436 21% [============= ] 307/1436 21% [============= ] 308/1436 21% [============= ] 309/1436 21% [============= ] 310/1436 21% [============= ] 311/1436 21% [============= ] 312/1436 21% [============= ] 313/1436 21% [============= ] 314/1436 21% [============= ] 315/1436 21% [============= ] 316/1436 22% [============= ] 317/1436 22% [============= ] 318/1436 22% [============= ] 319/1436 22% [============= ] 320/1436 22% [============= ] 321/1436 22% [============= ] 322/1436 22% [============= ] 323/1436 22% [============= ] 324/1436 22% [============== ] 325/1436 22% [============== ] 326/1436 22% [============== ] 327/1436 22% [============== ] 328/1436 22% [============== ] 329/1436 22% [============== ] 330/1436 22% [============== ] 331/1436 23% [============== ] 332/1436 23% [============== ] 333/1436 23% [============== ] 334/1436 23% [============== ] 335/1436 23% [============== ] 336/1436 23% [============== ] 337/1436 23% [============== ] 338/1436 23% [============== ] 339/1436 23% [============== ] 340/1436 23% [============== ] 341/1436 23% [============== ] 342/1436 23% [============== ] 343/1436 23% [============== ] 344/1436 23% [============== ] 345/1436 24% [============== ] 346/1436 24% [============== ] 347/1436 24% [=============== ] 348/1436 24% [=============== ] 349/1436 24% [=============== ] 350/1436 24% [=============== ] 351/1436 24% [=============== ] 352/1436 24% [=============== ] 353/1436 24% [=============== ] 354/1436 24% [=============== ] 355/1436 24% [=============== ] 356/1436 24% [=============== ] 357/1436 24% [=============== ] 358/1436 24% [=============== ] 359/1436 25% [=============== ] 360/1436 25% [=============== ] 361/1436 25% [=============== ] 362/1436 25% [=============== ] 363/1436 25% [=============== ] 364/1436 25% [=============== ] 365/1436 25% [=============== ] 366/1436 25% [=============== ] 367/1436 25% [=============== ] 368/1436 25% [=============== ] 369/1436 25% [=============== ] 370/1436 25% [================ ] 371/1436 25% [================ ] 372/1436 25% [================ ] 373/1436 25% [================ ] 374/1436 26% [================ ] 375/1436 26% [================ ] 376/1436 26% [================ ] 377/1436 26% [================ ] 378/1436 26% [================ ] 379/1436 26% [================ ] 380/1436 26% [================ ] 381/1436 26% [================ ] 382/1436 26% [================ ] 383/1436 26% [================ ] 384/1436 26% [================ ] 385/1436 26% [================ ] 386/1436 26% [================ ] 387/1436 26% [================ ] 388/1436 27% [================ ] 389/1436 27% [================ ] 390/1436 27% [================ ] 391/1436 27% [================ ] 392/1436 27% [================ ] 393/1436 27% [================= ] 394/1436 27% [================= ] 395/1436 27% [================= ] 396/1436 27% [================= ] 397/1436 27% [================= ] 398/1436 27% [================= ] 399/1436 27% [================= ] 400/1436 27% [================= ] 401/1436 27% [================= ] 402/1436 27% [================= ] 403/1436 28% [================= ] 404/1436 28% [================= ] 405/1436 28% [================= ] 406/1436 28% [================= ] 407/1436 28% [================= ] 408/1436 28% [================= ] 409/1436 28% [================= ] 410/1436 28% [================= ] 411/1436 28% [================= ] 412/1436 28% [================= ] 413/1436 28% [================= ] 414/1436 28% [================= ] 415/1436 28% [================= ] 416/1436 28% [================== ] 417/1436 29% [================== ] 418/1436 29% [================== ] 419/1436 29% [================== ] 420/1436 29% [================== ] 421/1436 29% [================== ] 422/1436 29% [================== ] 423/1436 29% [================== ] 424/1436 29% [================== ] 425/1436 29% [================== ] 426/1436 29% [================== ] 427/1436 29% [================== ] 428/1436 29% [================== ] 429/1436 29% [================== ] 430/1436 29% [================== ] 431/1436 30% [================== ] 432/1436 30% [================== ] 433/1436 30% [================== ] 434/1436 30% [================== ] 435/1436 30% [================== ] 436/1436 30% [================== ] 437/1436 30% [================== ] 438/1436 30% [================== ] 439/1436 30% [================== ] 440/1436 30% [=================== ] 441/1436 30% [=================== ] 442/1436 30% [=================== ] 443/1436 30% [=================== ] 444/1436 30% [=================== ] 445/1436 30% [=================== ] 446/1436 31% [=================== ] 447/1436 31% [=================== ] 448/1436 31% [=================== ] 449/1436 31% [=================== ] 450/1436 31% [=================== ] 451/1436 31% [=================== ] 452/1436 31% [=================== ] 453/1436 31% [=================== ] 454/1436 31% [=================== ] 455/1436 31% [=================== ] 456/1436 31% [=================== ] 457/1436 31% [=================== ] 458/1436 31% [=================== ] 459/1436 31% [=================== ] 460/1436 32% [=================== ] 461/1436 32% [=================== ] 462/1436 32% [=================== ] 463/1436 32% [==================== ] 464/1436 32% [==================== ] 465/1436 32% [==================== ] 466/1436 32% [==================== ] 467/1436 32% [==================== ] 468/1436 32% [==================== ] 469/1436 32% [==================== ] 470/1436 32% [==================== ] 471/1436 32% [==================== ] 472/1436 32% [==================== ] 473/1436 32% [==================== ] 474/1436 33% [==================== ] 475/1436 33% [==================== ] 476/1436 33% [==================== ] 477/1436 33% [==================== ] 478/1436 33% [==================== ] 479/1436 33% [==================== ] 480/1436 33% [==================== ] 481/1436 33% [==================== ] 482/1436 33% [==================== ] 483/1436 33% [==================== ] 484/1436 33% [==================== ] 485/1436 33% [==================== ] 486/1436 33% [===================== ] 487/1436 33% [===================== ] 488/1436 33% [===================== ] 489/1436 34% [===================== ] 490/1436 34% [===================== ] 491/1436 34% [===================== ] 492/1436 34% [===================== ] 493/1436 34% [===================== ] 494/1436 34% [===================== ] 495/1436 34% [===================== ] 496/1436 34% [===================== ] 497/1436 34% [===================== ] 498/1436 34% [===================== ] 499/1436 34% [===================== ] 500/1436 34% [===================== ] 501/1436 34% [===================== ] 502/1436 34% [===================== ] 503/1436 35% [===================== ] 504/1436 35% [===================== ] 505/1436 35% [===================== ] 506/1436 35% [===================== ] 507/1436 35% [===================== ] 508/1436 35% [===================== ] 509/1436 35% [====================== ] 510/1436 35% [====================== ] 511/1436 35% [====================== ] 512/1436 35% [====================== ] 513/1436 35% [====================== ] 514/1436 35% [====================== ] 515/1436 35% [====================== ] 516/1436 35% [====================== ] 517/1436 36% [====================== ] 518/1436 36% [====================== ] 519/1436 36% [====================== ] 520/1436 36% [====================== ] 521/1436 36% [====================== ] 522/1436 36% [====================== ] 523/1436 36% [====================== ] 524/1436 36% [====================== ] 525/1436 36% [====================== ] 526/1436 36% [====================== ] 527/1436 36% [====================== ] 528/1436 36% [====================== ] 529/1436 36% [====================== ] 530/1436 36% [====================== ] 531/1436 36% [====================== ] 532/1436 37% [======================= ] 533/1436 37% [======================= ] 534/1436 37% [======================= ] 535/1436 37% [======================= ] 536/1436 37% [======================= ] 537/1436 37% [======================= ] 538/1436 37% [======================= ] 539/1436 37% [======================= ] 540/1436 37% [======================= ] 541/1436 37% [======================= ] 542/1436 37% [======================= ] 543/1436 37% [======================= ] 544/1436 37% [======================= ] 545/1436 37% [======================= ] 546/1436 38% [======================= ] 547/1436 38% [======================= ] 548/1436 38% [======================= ] 549/1436 38% [======================= ] 550/1436 38% [======================= ] 551/1436 38% [======================= ] 552/1436 38% [======================= ] 553/1436 38% [======================= ] 554/1436 38% [======================= ] 555/1436 38% [======================== ] 556/1436 38% [======================== ] 557/1436 38% [======================== ] 558/1436 38% [======================== ] 559/1436 38% [======================== ] 560/1436 38% [======================== ] 561/1436 39% [======================== ] 562/1436 39% [======================== ] 563/1436 39% [======================== ] 564/1436 39% [======================== ] 565/1436 39% [======================== ] 566/1436 39% [======================== ] 567/1436 39% [======================== ] 568/1436 39% [======================== ] 569/1436 39% [======================== ] 570/1436 39% [======================== ] 571/1436 39% [======================== ] 572/1436 39% [======================== ] 573/1436 39% [======================== ] 574/1436 39% [======================== ] 575/1436 40% [======================== ] 576/1436 40% [======================== ] 577/1436 40% [======================== ] 578/1436 40% [======================== ] 579/1436 40% [========================= ] 580/1436 40% [========================= ] 581/1436 40% [========================= ] 582/1436 40% [========================= ] 583/1436 40% [========================= ] 584/1436 40% [========================= ] 585/1436 40% [========================= ] 586/1436 40% [========================= ] 587/1436 40% [========================= ] 588/1436 40% [========================= ] 589/1436 41% [========================= ] 590/1436 41% [========================= ] 591/1436 41% [========================= ] 592/1436 41% [========================= ] 593/1436 41% [========================= ] 594/1436 41% [========================= ] 595/1436 41% [========================= ] 596/1436 41% [========================= ] 597/1436 41% [========================= ] 598/1436 41% [========================= ] 599/1436 41% [========================= ] 600/1436 41% [========================= ] 601/1436 41% [========================= ] 602/1436 41% [========================== ] 603/1436 41% [========================== ] 604/1436 42% [========================== ] 605/1436 42% [========================== ] 606/1436 42% [========================== ] 607/1436 42% [========================== ] 608/1436 42% [========================== ] 609/1436 42% [========================== ] 610/1436 42% [========================== ] 611/1436 42% [========================== ] 612/1436 42% [========================== ] 613/1436 42% [========================== ] 614/1436 42% [========================== ] 615/1436 42% [========================== ] 616/1436 42% [========================== ] 617/1436 42% [========================== ] 618/1436 43% [========================== ] 619/1436 43% [========================== ] 620/1436 43% [========================== ] 621/1436 43% [========================== ] 622/1436 43% [========================== ] 623/1436 43% [========================== ] 624/1436 43% [========================== ] 625/1436 43% [=========================== ] 626/1436 43% [=========================== ] 627/1436 43% [=========================== ] 628/1436 43% [=========================== ] 629/1436 43% [=========================== ] 630/1436 43% [=========================== ] 631/1436 43% [=========================== ] 632/1436 44% [=========================== ] 633/1436 44% [=========================== ] 634/1436 44% [=========================== ] 635/1436 44% [=========================== ] 636/1436 44% [=========================== ] 637/1436 44% [=========================== ] 638/1436 44% [=========================== ] 639/1436 44% [=========================== ] 640/1436 44% [=========================== ] 641/1436 44% [=========================== ] 642/1436 44% [=========================== ] 643/1436 44% [=========================== ] 644/1436 44% [=========================== ] 645/1436 44% [=========================== ] 646/1436 44% [=========================== ] 647/1436 45% [=========================== ] 648/1436 45% [============================ ] 649/1436 45% [============================ ] 650/1436 45% [============================ ] 651/1436 45% [============================ ] 652/1436 45% [============================ ] 653/1436 45% [============================ ] 654/1436 45% [============================ ] 655/1436 45% [============================ ] 656/1436 45% [============================ ] 657/1436 45% [============================ ] 658/1436 45% [============================ ] 659/1436 45% [============================ ] 660/1436 45% [============================ ] 661/1436 46% [============================ ] 662/1436 46% [============================ ] 663/1436 46% [============================ ] 664/1436 46% [============================ ] 665/1436 46% [============================ ] 666/1436 46% [============================ ] 667/1436 46% [============================ ] 668/1436 46% [============================ ] 669/1436 46% [============================ ] 670/1436 46% [============================ ] 671/1436 46% [============================= ] 672/1436 46% [============================= ] 673/1436 46% [============================= ] 674/1436 46% [============================= ] 675/1436 47% [============================= ] 676/1436 47% [============================= ] 677/1436 47% [============================= ] 678/1436 47% [============================= ] 679/1436 47% [============================= ] 680/1436 47% [============================= ] 681/1436 47% [============================= ] 682/1436 47% [============================= ] 683/1436 47% [============================= ] 684/1436 47% [============================= ] 685/1436 47% [============================= ] 686/1436 47% [============================= ] 687/1436 47% [============================= ] 688/1436 47% [============================= ] 689/1436 47% [============================= ] 690/1436 48% [============================= ] 691/1436 48% [============================= ] 692/1436 48% [============================= ] 693/1436 48% [============================= ] 694/1436 48% [============================== ] 695/1436 48% [============================== ] 696/1436 48% [============================== ] 697/1436 48% [============================== ] 698/1436 48% [============================== ] 699/1436 48% [============================== ] 700/1436 48% [============================== ] 701/1436 48% [============================== ] 702/1436 48% [============================== ] 703/1436 48% [============================== ] 704/1436 49% [============================== ] 705/1436 49% [============================== ] 706/1436 49% [============================== ] 707/1436 49% [============================== ] 708/1436 49% [============================== ] 709/1436 49% [============================== ] 710/1436 49% [============================== ] 711/1436 49% [============================== ] 712/1436 49% [============================== ] 713/1436 49% [============================== ] 714/1436 49% [============================== ] 715/1436 49% [============================== ] 716/1436 49% [============================== ] 717/1436 49% [=============================== ] 718/1436 50% [=============================== ] 719/1436 50% [=============================== ] 720/1436 50% [=============================== ] 721/1436 50% [=============================== ] 722/1436 50% [=============================== ] 723/1436 50% [=============================== ] 724/1436 50% [=============================== ] 725/1436 50% [=============================== ] 726/1436 50% [=============================== ] 727/1436 50% [=============================== ] 728/1436 50% [=============================== ] 729/1436 50% [=============================== ] 730/1436 50% [=============================== ] 731/1436 50% [=============================== ] 732/1436 50% [=============================== ] 733/1436 51% [=============================== ] 734/1436 51% [=============================== ] 735/1436 51% [=============================== ] 736/1436 51% [=============================== ] 737/1436 51% [=============================== ] 738/1436 51% [=============================== ] 739/1436 51% [=============================== ] 740/1436 51% [=============================== ] 741/1436 51% [================================ ] 742/1436 51% [================================ ] 743/1436 51% [================================ ] 744/1436 51% [================================ ] 745/1436 51% [================================ ] 746/1436 51% [================================ ] 747/1436 52% [================================ ] 748/1436 52% [================================ ] 749/1436 52% [================================ ] 750/1436 52% [================================ ] 751/1436 52% [================================ ] 752/1436 52% [================================ ] 753/1436 52% [================================ ] 754/1436 52% [================================ ] 755/1436 52% [================================ ] 756/1436 52% [================================ ] 757/1436 52% [================================ ] 758/1436 52% [================================ ] 759/1436 52% [================================ ] 760/1436 52% [================================ ] 761/1436 52% [================================ ] 762/1436 53% [================================ ] 763/1436 53% [================================ ] 764/1436 53% [================================= ] 765/1436 53% [================================= ] 766/1436 53% [================================= ] 767/1436 53% [================================= ] 768/1436 53% [================================= ] 769/1436 53% [================================= ] 770/1436 53% [================================= ] 771/1436 53% [================================= ] 772/1436 53% [================================= ] 773/1436 53% [================================= ] 774/1436 53% [================================= ] 775/1436 53% [================================= ] 776/1436 54% [================================= ] 777/1436 54% [================================= ] 778/1436 54% [================================= ] 779/1436 54% [================================= ] 780/1436 54% [================================= ] 781/1436 54% [================================= ] 782/1436 54% [================================= ] 783/1436 54% [================================= ] 784/1436 54% [================================= ] 785/1436 54% [================================= ] 786/1436 54% [================================= ] 787/1436 54% [================================== ] 788/1436 54% [================================== ] 789/1436 54% [================================== ] 790/1436 55% [================================== ] 791/1436 55% [================================== ] 792/1436 55% [================================== ] 793/1436 55% [================================== ] 794/1436 55% [================================== ] 795/1436 55% [================================== ] 796/1436 55% [================================== ] 797/1436 55% [================================== ] 798/1436 55% [================================== ] 799/1436 55% [================================== ] 800/1436 55% [================================== ] 801/1436 55% [================================== ] 802/1436 55% [================================== ] 803/1436 55% [================================== ] 804/1436 55% [================================== ] 805/1436 56% [================================== ] 806/1436 56% [================================== ] 807/1436 56% [================================== ] 808/1436 56% [================================== ] 809/1436 56% [================================== ] 810/1436 56% [=================================== ] 811/1436 56% [=================================== ] 812/1436 56% [=================================== ] 813/1436 56% [=================================== ] 814/1436 56% [=================================== ] 815/1436 56% [=================================== ] 816/1436 56% [=================================== ] 817/1436 56% [=================================== ] 818/1436 56% [=================================== ] 819/1436 57% [=================================== ] 820/1436 57% [=================================== ] 821/1436 57% [=================================== ] 822/1436 57% [=================================== ] 823/1436 57% [=================================== ] 824/1436 57% [=================================== ] 825/1436 57% [=================================== ] 826/1436 57% [=================================== ] 827/1436 57% [=================================== ] 828/1436 57% [=================================== ] 829/1436 57% [=================================== ] 830/1436 57% [=================================== ] 831/1436 57% [=================================== ] 832/1436 57% [=================================== ] 833/1436 58% [==================================== ] 834/1436 58% [==================================== ] 835/1436 58% [==================================== ] 836/1436 58% [==================================== ] 837/1436 58% [==================================== ] 838/1436 58% [==================================== ] 839/1436 58% [==================================== ] 840/1436 58% [==================================== ] 841/1436 58% [==================================== ] 842/1436 58% [==================================== ] 843/1436 58% [==================================== ] 844/1436 58% [==================================== ] 845/1436 58% [==================================== ] 846/1436 58% [==================================== ] 847/1436 58% [==================================== ] 848/1436 59% [==================================== ] 849/1436 59% [==================================== ] 850/1436 59% [==================================== ] 851/1436 59% [==================================== ] 852/1436 59% [==================================== ] 853/1436 59% [==================================== ] 854/1436 59% [==================================== ] 855/1436 59% [==================================== ] 856/1436 59% [===================================== ] 857/1436 59% [===================================== ] 858/1436 59% [===================================== ] 859/1436 59% [===================================== ] 860/1436 59% [===================================== ] 861/1436 59% [===================================== ] 862/1436 60% [===================================== ] 863/1436 60% [===================================== ] 864/1436 60% [===================================== ] 865/1436 60% [===================================== ] 866/1436 60% [===================================== ] 867/1436 60% [===================================== ] 868/1436 60% [===================================== ] 869/1436 60% [===================================== ] 870/1436 60% [===================================== ] 871/1436 60% [===================================== ] 872/1436 60% [===================================== ] 873/1436 60% [===================================== ] 874/1436 60% [===================================== ] 875/1436 60% [===================================== ] 876/1436 61% [===================================== ] 877/1436 61% [===================================== ] 878/1436 61% [===================================== ] 879/1436 61% [===================================== ] 880/1436 61% [====================================== ] 881/1436 61% [====================================== ] 882/1436 61% [====================================== ] 883/1436 61% [====================================== ] 884/1436 61% [====================================== ] 885/1436 61% [====================================== ] 886/1436 61% [====================================== ] 887/1436 61% [====================================== ] 888/1436 61% [====================================== ] 889/1436 61% [====================================== ] 890/1436 61% [====================================== ] 891/1436 62% [====================================== ] 892/1436 62% [====================================== ] 893/1436 62% [====================================== ] 894/1436 62% [====================================== ] 895/1436 62% [====================================== ] 896/1436 62% [====================================== ] 897/1436 62% [====================================== ] 898/1436 62% [====================================== ] 899/1436 62% [====================================== ] 900/1436 62% [====================================== ] 901/1436 62% [====================================== ] 902/1436 62% [====================================== ] 903/1436 62% [======================================= ] 904/1436 62% [======================================= ] 905/1436 63% [======================================= ] 906/1436 63% [======================================= ] 907/1436 63% [======================================= ] 908/1436 63% [======================================= ] 909/1436 63% [======================================= ] 910/1436 63% [======================================= ] 911/1436 63% [======================================= ] 912/1436 63% [======================================= ] 913/1436 63% [======================================= ] 914/1436 63% [======================================= ] 915/1436 63% [======================================= ] 916/1436 63% [======================================= ] 917/1436 63% [======================================= ] 918/1436 63% [======================================= ] 919/1436 63% [======================================= ] 920/1436 64% [======================================= ] 921/1436 64% [======================================= ] 922/1436 64% [======================================= ] 923/1436 64% [======================================= ] 924/1436 64% [======================================= ] 925/1436 64% [======================================= ] 926/1436 64% [======================================== ] 927/1436 64% [======================================== ] 928/1436 64% [======================================== ] 929/1436 64% [======================================== ] 930/1436 64% [======================================== ] 931/1436 64% [======================================== ] 932/1436 64% [======================================== ] 933/1436 64% [======================================== ] 934/1436 65% [======================================== ] 935/1436 65% [======================================== ] 936/1436 65% [======================================== ] 937/1436 65% [======================================== ] 938/1436 65% [======================================== ] 939/1436 65% [======================================== ] 940/1436 65% [======================================== ] 941/1436 65% [======================================== ] 942/1436 65% [======================================== ] 943/1436 65% [======================================== ] 944/1436 65% [======================================== ] 945/1436 65% [======================================== ] 946/1436 65% [======================================== ] 947/1436 65% [======================================== ] 948/1436 66% [======================================== ] 949/1436 66% [========================================= ] 950/1436 66% [========================================= ] 951/1436 66% [========================================= ] 952/1436 66% [========================================= ] 953/1436 66% [========================================= ] 954/1436 66% [========================================= ] 955/1436 66% [========================================= ] 956/1436 66% [========================================= ] 957/1436 66% [========================================= ] 958/1436 66% [========================================= ] 959/1436 66% [========================================= ] 960/1436 66% [========================================= ] 961/1436 66% [========================================= ] 962/1436 66% [========================================= ] 963/1436 67% [========================================= ] 964/1436 67% [========================================= ] 965/1436 67% [========================================= ] 966/1436 67% [========================================= ] 967/1436 67% [========================================= ] 968/1436 67% [========================================= ] 969/1436 67% [========================================= ] 970/1436 67% [========================================= ] 971/1436 67% [========================================= ] 972/1436 67% [========================================== ] 973/1436 67% [========================================== ] 974/1436 67% [========================================== ] 975/1436 67% [========================================== ] 976/1436 67% [========================================== ] 977/1436 68% [========================================== ] 978/1436 68% [========================================== ] 979/1436 68% [========================================== ] 980/1436 68% [========================================== ] 981/1436 68% [========================================== ] 982/1436 68% [========================================== ] 983/1436 68% [========================================== ] 984/1436 68% [========================================== ] 985/1436 68% [========================================== ] 986/1436 68% [========================================== ] 987/1436 68% [========================================== ] 988/1436 68% [========================================== ] 989/1436 68% [========================================== ] 990/1436 68% [========================================== ] 991/1436 69% [========================================== ] 992/1436 69% [========================================== ] 993/1436 69% [========================================== ] 994/1436 69% [========================================== ] 995/1436 69% [=========================================== ] 996/1436 69% [=========================================== ] 997/1436 69% [=========================================== ] 998/1436 69% [=========================================== ] 999/1436 69% [=========================================== ] 1000/1436 69% [=========================================== ] 1001/1436 69% [=========================================== ] 1002/1436 69% [=========================================== ] 1003/1436 69% [=========================================== ] 1004/1436 69% [=========================================== ] 1005/1436 69% [=========================================== ] 1006/1436 70% [=========================================== ] 1007/1436 70% [=========================================== ] 1008/1436 70% [=========================================== ] 1009/1436 70% [=========================================== ] 1010/1436 70% [=========================================== ] 1011/1436 70% [=========================================== ] 1012/1436 70% [=========================================== ] 1013/1436 70% [=========================================== ] 1014/1436 70% [=========================================== ] 1015/1436 70% [=========================================== ] 1016/1436 70% [=========================================== ] 1017/1436 70% [=========================================== ] 1018/1436 70% [=========================================== ] 1019/1436 70% [============================================ ] 1020/1436 71% [============================================ ] 1021/1436 71% [============================================ ] 1022/1436 71% [============================================ ] 1023/1436 71% [============================================ ] 1024/1436 71% [============================================ ] 1025/1436 71% [============================================ ] 1026/1436 71% [============================================ ] 1027/1436 71% [============================================ ] 1028/1436 71% [============================================ ] 1029/1436 71% [============================================ ] 1030/1436 71% [============================================ ] 1031/1436 71% [============================================ ] 1032/1436 71% [============================================ ] 1033/1436 71% [============================================ ] 1034/1436 72% [============================================ ] 1035/1436 72% [============================================ ] 1036/1436 72% [============================================ ] 1037/1436 72% [============================================ ] 1038/1436 72% [============================================ ] 1039/1436 72% [============================================ ] 1040/1436 72% [============================================ ] 1041/1436 72% [============================================ ] 1042/1436 72% [============================================= ] 1043/1436 72% [============================================= ] 1044/1436 72% [============================================= ] 1045/1436 72% [============================================= ] 1046/1436 72% [============================================= ] 1047/1436 72% [============================================= ] 1048/1436 72% [============================================= ] 1049/1436 73% [============================================= ] 1050/1436 73% [============================================= ] 1051/1436 73% [============================================= ] 1052/1436 73% [============================================= ] 1053/1436 73% [============================================= ] 1054/1436 73% [============================================= ] 1055/1436 73% [============================================= ] 1056/1436 73% [============================================= ] 1057/1436 73% [============================================= ] 1058/1436 73% [============================================= ] 1059/1436 73% [============================================= ] 1060/1436 73% [============================================= ] 1061/1436 73% [============================================= ] 1062/1436 73% [============================================= ] 1063/1436 74% [============================================= ] 1064/1436 74% [============================================= ] 1065/1436 74% [============================================== ] 1066/1436 74% [============================================== ] 1067/1436 74% [============================================== ] 1068/1436 74% [============================================== ] 1069/1436 74% [============================================== ] 1070/1436 74% [============================================== ] 1071/1436 74% [============================================== ] 1072/1436 74% [============================================== ] 1073/1436 74% [============================================== ] 1074/1436 74% [============================================== ] 1075/1436 74% [============================================== ] 1076/1436 74% [============================================== ] 1077/1436 75% [============================================== ] 1078/1436 75% [============================================== ] 1079/1436 75% [============================================== ] 1080/1436 75% [============================================== ] 1081/1436 75% [============================================== ] 1082/1436 75% [============================================== ] 1083/1436 75% [============================================== ] 1084/1436 75% [============================================== ] 1085/1436 75% [============================================== ] 1086/1436 75% [============================================== ] 1087/1436 75% [============================================== ] 1088/1436 75% [=============================================== ] 1089/1436 75% [=============================================== ] 1090/1436 75% [=============================================== ] 1091/1436 75% [=============================================== ] 1092/1436 76% [=============================================== ] 1093/1436 76% [=============================================== ] 1094/1436 76% [=============================================== ] 1095/1436 76% [=============================================== ] 1096/1436 76% [=============================================== ] 1097/1436 76% [=============================================== ] 1098/1436 76% [=============================================== ] 1099/1436 76% [=============================================== ] 1100/1436 76% [=============================================== ] 1101/1436 76% [=============================================== ] 1102/1436 76% [=============================================== ] 1103/1436 76% [=============================================== ] 1104/1436 76% [=============================================== ] 1105/1436 76% [=============================================== ] 1106/1436 77% [=============================================== ] 1107/1436 77% [=============================================== ] 1108/1436 77% [=============================================== ] 1109/1436 77% [=============================================== ] 1110/1436 77% [=============================================== ] 1111/1436 77% [================================================ ] 1112/1436 77% [================================================ ] 1113/1436 77% [================================================ ] 1114/1436 77% [================================================ ] 1115/1436 77% [================================================ ] 1116/1436 77% [================================================ ] 1117/1436 77% [================================================ ] 1118/1436 77% [================================================ ] 1119/1436 77% [================================================ ] 1120/1436 77% [================================================ ] 1121/1436 78% [================================================ ] 1122/1436 78% [================================================ ] 1123/1436 78% [================================================ ] 1124/1436 78% [================================================ ] 1125/1436 78% [================================================ ] 1126/1436 78% [================================================ ] 1127/1436 78% [================================================ ] 1128/1436 78% [================================================ ] 1129/1436 78% [================================================ ] 1130/1436 78% [================================================ ] 1131/1436 78% [================================================ ] 1132/1436 78% [================================================ ] 1133/1436 78% [================================================ ] 1134/1436 78% [================================================= ] 1135/1436 79% [================================================= ] 1136/1436 79% [================================================= ] 1137/1436 79% [================================================= ] 1138/1436 79% [================================================= ] 1139/1436 79% [================================================= ] 1140/1436 79% [================================================= ] 1141/1436 79% [================================================= ] 1142/1436 79% [================================================= ] 1143/1436 79% [================================================= ] 1144/1436 79% [================================================= ] 1145/1436 79% [================================================= ] 1146/1436 79% [================================================= ] 1147/1436 79% [================================================= ] 1148/1436 79% [================================================= ] 1149/1436 80% [================================================= ] 1150/1436 80% [================================================= ] 1151/1436 80% [================================================= ] 1152/1436 80% [================================================= ] 1153/1436 80% [================================================= ] 1154/1436 80% [================================================= ] 1155/1436 80% [================================================= ] 1156/1436 80% [================================================= ] 1157/1436 80% [================================================= ] 1158/1436 80% [================================================== ] 1159/1436 80% [================================================== ] 1160/1436 80% [================================================== ] 1161/1436 80% [================================================== ] 1162/1436 80% [================================================== ] 1163/1436 80% [================================================== ] 1164/1436 81% [================================================== ] 1165/1436 81% [================================================== ] 1166/1436 81% [================================================== ] 1167/1436 81% [================================================== ] 1168/1436 81% [================================================== ] 1169/1436 81% [================================================== ] 1170/1436 81% [================================================== ] 1171/1436 81% [================================================== ] 1172/1436 81% [================================================== ] 1173/1436 81% [================================================== ] 1174/1436 81% [================================================== ] 1175/1436 81% [================================================== ] 1176/1436 81% [================================================== ] 1177/1436 81% [================================================== ] 1178/1436 82% [================================================== ] 1179/1436 82% [================================================== ] 1180/1436 82% [================================================== ] 1181/1436 82% [=================================================== ] 1182/1436 82% [=================================================== ] 1183/1436 82% [=================================================== ] 1184/1436 82% [=================================================== ] 1185/1436 82% [=================================================== ] 1186/1436 82% [=================================================== ] 1187/1436 82% [=================================================== ] 1188/1436 82% [=================================================== ] 1189/1436 82% [=================================================== ] 1190/1436 82% [=================================================== ] 1191/1436 82% [=================================================== ] 1192/1436 83% [=================================================== ] 1193/1436 83% [=================================================== ] 1194/1436 83% [=================================================== ] 1195/1436 83% [=================================================== ] 1196/1436 83% [=================================================== ] 1197/1436 83% [=================================================== ] 1198/1436 83% [=================================================== ] 1199/1436 83% [=================================================== ] 1200/1436 83% [=================================================== ] 1201/1436 83% [=================================================== ] 1202/1436 83% [=================================================== ] 1203/1436 83% [=================================================== ] 1204/1436 83% [==================================================== ] 1205/1436 83% [==================================================== ] 1206/1436 83% [==================================================== ] 1207/1436 84% [==================================================== ] 1208/1436 84% [==================================================== ] 1209/1436 84% [==================================================== ] 1210/1436 84% [==================================================== ] 1211/1436 84% [==================================================== ] 1212/1436 84% [==================================================== ] 1213/1436 84% [==================================================== ] 1214/1436 84% [==================================================== ] 1215/1436 84% [==================================================== ] 1216/1436 84% [==================================================== ] 1217/1436 84% [==================================================== ] 1218/1436 84% [==================================================== ] 1219/1436 84% [==================================================== ] 1220/1436 84% [==================================================== ] 1221/1436 85% [==================================================== ] 1222/1436 85% [==================================================== ] 1223/1436 85% [==================================================== ] 1224/1436 85% [==================================================== ] 1225/1436 85% [==================================================== ] 1226/1436 85% [==================================================== ] 1227/1436 85% [===================================================== ] 1228/1436 85% [===================================================== ] 1229/1436 85% [===================================================== ] 1230/1436 85% [===================================================== ] 1231/1436 85% [===================================================== ] 1232/1436 85% [===================================================== ] 1233/1436 85% [===================================================== ] 1234/1436 85% [===================================================== ] 1235/1436 86% [===================================================== ] 1236/1436 86% [===================================================== ] 1237/1436 86% [===================================================== ] 1238/1436 86% [===================================================== ] 1239/1436 86% [===================================================== ] 1240/1436 86% [===================================================== ] 1241/1436 86% [===================================================== ] 1242/1436 86% [===================================================== ] 1243/1436 86% [===================================================== ] 1244/1436 86% [===================================================== ] 1245/1436 86% [===================================================== ] 1246/1436 86% [===================================================== ] 1247/1436 86% [===================================================== ] 1248/1436 86% [===================================================== ] 1249/1436 86% [===================================================== ] 1250/1436 87% [====================================================== ] 1251/1436 87% [====================================================== ] 1252/1436 87% [====================================================== ] 1253/1436 87% [====================================================== ] 1254/1436 87% [====================================================== ] 1255/1436 87% [====================================================== ] 1256/1436 87% [====================================================== ] 1257/1436 87% [====================================================== ] 1258/1436 87% [====================================================== ] 1259/1436 87% [====================================================== ] 1260/1436 87% [====================================================== ] 1261/1436 87% [====================================================== ] 1262/1436 87% [====================================================== ] 1263/1436 87% [====================================================== ] 1264/1436 88% [====================================================== ] 1265/1436 88% [====================================================== ] 1266/1436 88% [====================================================== ] 1267/1436 88% [====================================================== ] 1268/1436 88% [====================================================== ] 1269/1436 88% [====================================================== ] 1270/1436 88% [====================================================== ] 1271/1436 88% [====================================================== ] 1272/1436 88% [====================================================== ] 1273/1436 88% [======================================================= ] 1274/1436 88% [======================================================= ] 1275/1436 88% [======================================================= ] 1276/1436 88% [======================================================= ] 1277/1436 88% [======================================================= ] 1278/1436 88% [======================================================= ] 1279/1436 89% [======================================================= ] 1280/1436 89% [======================================================= ] 1281/1436 89% [======================================================= ] 1282/1436 89% [======================================================= ] 1283/1436 89% [======================================================= ] 1284/1436 89% [======================================================= ] 1285/1436 89% [======================================================= ] 1286/1436 89% [======================================================= ] 1287/1436 89% [======================================================= ] 1288/1436 89% [======================================================= ] 1289/1436 89% [======================================================= ] 1290/1436 89% [======================================================= ] 1291/1436 89% [======================================================= ] 1292/1436 89% [======================================================= ] 1293/1436 90% [======================================================= ] 1294/1436 90% [======================================================= ] 1295/1436 90% [======================================================= ] 1296/1436 90% [======================================================= ] 1297/1436 90% [======================================================== ] 1298/1436 90% [======================================================== ] 1299/1436 90% [======================================================== ] 1300/1436 90% [======================================================== ] 1301/1436 90% [======================================================== ] 1302/1436 90% [======================================================== ] 1303/1436 90% [======================================================== ] 1304/1436 90% [======================================================== ] 1305/1436 90% [======================================================== ] 1306/1436 90% [======================================================== ] 1307/1436 91% [======================================================== ] 1308/1436 91% [======================================================== ] 1309/1436 91% [======================================================== ] 1310/1436 91% [======================================================== ] 1311/1436 91% [======================================================== ] 1312/1436 91% [======================================================== ] 1313/1436 91% [======================================================== ] 1314/1436 91% [======================================================== ] 1315/1436 91% [======================================================== ] 1316/1436 91% [======================================================== ] 1317/1436 91% [======================================================== ] 1318/1436 91% [======================================================== ] 1319/1436 91% [======================================================== ] 1320/1436 91% [========================================================= ] 1321/1436 91% [========================================================= ] 1322/1436 92% [========================================================= ] 1323/1436 92% [========================================================= ] 1324/1436 92% [========================================================= ] 1325/1436 92% [========================================================= ] 1326/1436 92% [========================================================= ] 1327/1436 92% [========================================================= ] 1328/1436 92% [========================================================= ] 1329/1436 92% [========================================================= ] 1330/1436 92% [========================================================= ] 1331/1436 92% [========================================================= ] 1332/1436 92% [========================================================= ] 1333/1436 92% [========================================================= ] 1334/1436 92% [========================================================= ] 1335/1436 92% [========================================================= ] 1336/1436 93% [========================================================= ] 1337/1436 93% [========================================================= ] 1338/1436 93% [========================================================= ] 1339/1436 93% [========================================================= ] 1340/1436 93% [========================================================= ] 1341/1436 93% [========================================================= ] 1342/1436 93% [========================================================= ] 1343/1436 93% [========================================================== ] 1344/1436 93% [========================================================== ] 1345/1436 93% [========================================================== ] 1346/1436 93% [========================================================== ] 1347/1436 93% [========================================================== ] 1348/1436 93% [========================================================== ] 1349/1436 93% [========================================================== ] 1350/1436 94% [========================================================== ] 1351/1436 94% [========================================================== ] 1352/1436 94% [========================================================== ] 1353/1436 94% [========================================================== ] 1354/1436 94% [========================================================== ] 1355/1436 94% [========================================================== ] 1356/1436 94% [========================================================== ] 1357/1436 94% [========================================================== ] 1358/1436 94% [========================================================== ] 1359/1436 94% [========================================================== ] 1360/1436 94% [========================================================== ] 1361/1436 94% [========================================================== ] 1362/1436 94% [========================================================== ] 1363/1436 94% [========================================================== ] 1364/1436 94% [========================================================== ] 1365/1436 95% [========================================================== ] 1366/1436 95% [=========================================================== ] 1367/1436 95% [=========================================================== ] 1368/1436 95% [=========================================================== ] 1369/1436 95% [=========================================================== ] 1370/1436 95% [=========================================================== ] 1371/1436 95% [=========================================================== ] 1372/1436 95% [=========================================================== ] 1373/1436 95% [=========================================================== ] 1374/1436 95% [=========================================================== ] 1375/1436 95% [=========================================================== ] 1376/1436 95% [=========================================================== ] 1377/1436 95% [=========================================================== ] 1378/1436 95% [=========================================================== ] 1379/1436 96% [=========================================================== ] 1380/1436 96% [=========================================================== ] 1381/1436 96% [=========================================================== ] 1382/1436 96% [=========================================================== ] 1383/1436 96% [=========================================================== ] 1384/1436 96% [=========================================================== ] 1385/1436 96% [=========================================================== ] 1386/1436 96% [=========================================================== ] 1387/1436 96% [=========================================================== ] 1388/1436 96% [=========================================================== ] 1389/1436 96% [============================================================ ] 1390/1436 96% [============================================================ ] 1391/1436 96% [============================================================ ] 1392/1436 96% [============================================================ ] 1393/1436 97% [============================================================ ] 1394/1436 97% [============================================================ ] 1395/1436 97% [============================================================ ] 1396/1436 97% [============================================================ ] 1397/1436 97% [============================================================ ] 1398/1436 97% [============================================================ ] 1399/1436 97% [============================================================ ] 1400/1436 97% [============================================================ ] 1401/1436 97% [============================================================ ] 1402/1436 97% [============================================================ ] 1403/1436 97% [============================================================ ] 1404/1436 97% [============================================================ ] 1405/1436 97% [============================================================ ] 1406/1436 97% [============================================================ ] 1407/1436 97% [============================================================ ] 1408/1436 98% [============================================================ ] 1409/1436 98% [============================================================ ] 1410/1436 98% [============================================================ ] 1411/1436 98% [============================================================ ] 1412/1436 98% [============================================================= ] 1413/1436 98% [============================================================= ] 1414/1436 98% [============================================================= ] 1415/1436 98% [============================================================= ] 1416/1436 98% [============================================================= ] 1417/1436 98% [============================================================= ] 1418/1436 98% [============================================================= ] 1419/1436 98% [============================================================= ] 1420/1436 98% [============================================================= ] 1421/1436 98% [============================================================= ] 1422/1436 99% [============================================================= ] 1423/1436 99% [============================================================= ] 1424/1436 99% [============================================================= ] 1425/1436 99% [============================================================= ] 1426/1436 99% [============================================================= ] 1427/1436 99% [============================================================= ] 1428/1436 99% [============================================================= ] 1429/1436 99% [============================================================= ] 1430/1436 99% [============================================================= ] 1431/1436 99% [============================================================= ] 1432/1436 99% [============================================================= ] 1433/1436 99% [============================================================= ] 1434/1436 99% [============================================================= ] 1435/1436 99% [==============================================================] 1436/1436 100% operation complete, 1436 objects in 24698 NAND pages. ln -snf /home/autobuild/autobuild/instance-12/output-1/host/microblazeel-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-12/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-12/buildroot' >>> Buildroot 2023.02-rc1-39-g02a6b77ed8 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c 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-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-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.1.11 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 >>> apr-util 1.6.3 Collecting legal info LICENSE: OK (sha256: ef5609d18601645ad6fe22c6c122094be40e976725c1d0490778abacc836e7a2) >>> apr 1.7.0 Collecting legal info LICENSE: OK (sha256: f854aeef66ecd55a126226e82b3f26793fc3b1c584647f6a0edc5639974c38ad) >>> 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) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> readline 8.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> host-elfutils 0.186 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 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-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> bsdiff 4.3 Collecting legal info bsdiff.c: OK (sha256: fc0a6e634ef77dcf14bf36c7b6d1e57ba1ac5c4809073dfaacb3b5f7ab277eb7) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> ca-certificates 20211016 Collecting legal info debian/copyright: OK (sha256: e85e1bcad3a915dc7e6f41412bc5bdeba275cadd817896ea0451f2140a93967c) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> catatonit 0.1.7 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> chrony 4.3 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dropbear 2022.83 Collecting legal info LICENSE: OK (sha256: a99ce657d790b761c132ee7e0de18edb437ae6361e536d991c6a12f36e770445) >>> libtomcrypt 1.18.2 Collecting legal info LICENSE: OK (sha256: 8f196cb13afd271f5e267fd29543fc454596382ad580e7592709492843996ac8) >>> libtommath 1.2.0 Collecting legal info LICENSE: OK (sha256: 2fa64b163659f41965c9815882a8296d3d03ff546b76153e11445f9bdecf955a) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> libyaml 0.2.5 Collecting legal info License: OK (sha256: c40112449f254b9753045925248313e9270efa36d226b22d82d4cc6c43c57f29) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> empty 0.6.22b Collecting legal info COPYRIGHT: OK (sha256: db6b65f5eaf782a92715887ac107f3477d64016301a66194a92312b13ff89be1) >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> ftop 1.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> initscripts Collecting legal info >>> input-event-daemon 0.1.3 Collecting legal info README: OK (sha256: 56f6614c63a023e4d486332968bfa7933f06ea7c785ef85f403448022ae7f912) >>> jimtcl 0.81 Collecting legal info LICENSE: OK (sha256: 419f1146334e57fb258d6c957d1f94d43455ec0d24b1b54c4447e5f61a353950) >>> joe 4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> lcms2 2.14 Collecting legal info COPYING: OK (sha256: 46d4e05af3bce75332a12d01f19bcce7e32b6bac544be28a64043d0231291e31) >>> libcap-ng 0.8.3 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libfastjson 0.99.9 Collecting legal info COPYING: OK (sha256: b29370bbfa98816e1fca0901f18149d920736771bfd68b4ee0eb00c78b38d245) >>> libfcgi 2.4.2 Collecting legal info LICENSE.TERMS: OK (sha256: f0a8fe4513a43e8eebb24cdcf9d2e7efc52e4d8259178c6d76d3d84418397d81) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libminiupnpc 2.2.4 Collecting legal info LICENSE: OK (sha256: a0f853256954f388ce4fab5faaef6a1f5bcd5e682c3c7c70b07b7130e932a021) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> sdl 1.2.15 Collecting legal info COPYING: OK (sha256: bb117c0fbd7f57f64170b690285d7df07c2371b578e3b3cd3aa2e1155ef461a0) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.7 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libopenaptx 0.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libtasn1 4.19.0 Collecting legal info COPYING: OK (sha256: 7446831f659f7ebfd8d497acc7f05dfa8e31c6cb6ba1b45df33d4895ab80f5a6) doc/COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) doc/COPYING.LESSER: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libubox d716ac4bc4236031d4c3cc1ed362b502e20e3787 Collecting legal info >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libwebsockets 4.3.2 Collecting legal info LICENSE: OK (sha256: 2b5dd8030691f3d1870a040f085c37e45d9ab9c684a7f1284f5f379c1e829b28) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lockdev 1.0.3 Collecting legal info LICENSE: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> ltris 1.2 Collecting legal info COPYING: OK (sha256: 67f82e045cf7acfef853ea0f426575a8359161a0a325e19f02b529a87c4b6c34) >>> mbw 1.5 Collecting legal info mbw.spec: OK (sha256: 1afb2b8258506742238b9ceb8a865d7030c5889c56ba2911a0c0c042aa1335d1) >>> mg 3.5 Collecting legal info UNLICENSE: OK (sha256: 7e12e5df4bae12cb21581ba157ced20e1986a0508dd10d0e8a4ab9a4cf94e85c) >>> mrouted 4.4 Collecting legal info LICENSE: OK (sha256: 834f45ed282fd010f354ecc0a50538af519a1cfcc4d2866de3be06982fa9ed29) >>> neon 0.32.4 Collecting legal info src/COPYING.LIB: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) test/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) README.md: OK (sha256: ce2421ee38d6c0e02c85ac076478a0f92da6ef92b92b7a174877cabf01b2e531) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> odroidc2-firmware s905_6.0.1_v5.5 Collecting legal info >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> opentyrian-data 2.1 Collecting legal info >>> opentyrian cf5dbeb69eebd9ef9afc4473088d9469b79589eb Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-rauc 1.8 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-squashfs 4.5.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> tinycbor 0.6.0 Collecting legal info LICENSE: OK (sha256: 3c6ba0b5bfa7830505301ffb336a17b0748e0d61c4d34216e9dc98f10e40395e) >>> uqmi 0a19b5b77140465c29e2afa7d611fe93abc9672f Collecting legal info main.c: OK (sha256: a69bf44dbff15d727578d2069a654d60e9034c5e2cc3e199a012e72afef6c259) >>> host-uuu 1.5.21 Collecting legal info LICENSE: OK (sha256: cc8d47f7b9260f6669ecd41c24554c552f17581d81ee8fc602c6d23edb8bf495) README.md: OK (sha256: 584bfbb18b4c08b872d48b80419dd453307212a144134fb516bd6ddc0700c2e8) >>> vsftpd 3.0.5 Collecting legal info COPYING: OK (sha256: c9cf119e2f9dbcf187fb805ba5aded105db26a693803636fb7228c98460ffbf2) >>> x264 baee400fa9ced6f5481a728138fed6e867b0ff7f Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> zziplib 0.13.72 Collecting legal info docs/COPYING.LIB: OK (sha256: 94b03f1a60a7fd5007149530626a895a6ef5a8b9342abfd56860c5f3956f5d23) docs/COPYING.MPL: OK (sha256: c2aa7d58cebd24cb877bbf11d6b13a4bb7cd08b9d7db5d3037ca06c46bf4cfd8) docs/copying.htm: OK (sha256: 1c6da11efe8c43ee853fe5b21501dd72b81831ae84d58ea376bddc0620a5c361) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-axfsutils 384a1ea214c8cf8359faba00a12513ee7ae1a9f5 Collecting legal info mkfs.axfs-legacy/COPYING: OK (sha256: 1929a1e67d189aa3a24de76255841b33818f7f65944b6e73a1568ba575ab54d5) >>> host-fakeroot 1.30.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: libubox-d716ac4bc4236031d4c3cc1ed362b502e20e3787: cannot save license (LIBUBOX_LICENSE_FILES not defined) WARNING: odroidc2-firmware-s905_6.0.1_v5.5: cannot save license (ODROIDC2_FIRMWARE_LICENSE_FILES not defined) WARNING: opentyrian-data-2.1: cannot save license (OPENTYRIAN_DATA_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-12/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-12/buildroot'