2022-10-19 18:51:21 (10.5 MB/s) - '/tmp/instance-21/output-1/build/.0.2.9.tar.gz.7lxFXh/output' saved [39689/39689] 0.2.9.tar.gz: OK (sha256: 9b0912bf683eb839b6e57c9255c83894c3b700d16489a49d319c54c1abf8f6d7) >>> host-yaffs2utils 0.2.9 Extracting gzip -d -c /tmp/instance-21/dl/yaffs2utils/0.2.9.tar.gz | /tmp/instance-21/output-1/host/bin/tar --strip-components=1 -C /tmp/instance-21/output-1/build/host-yaffs2utils-0.2.9 -xf - >>> host-yaffs2utils 0.2.9 Patching >>> host-yaffs2utils 0.2.9 Configuring >>> host-yaffs2utils 0.2.9 Building PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-21/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="/tmp/instance-21/output-1/host/lib/pkgconfig:/tmp/instance-21/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-21/output-1/build/host-yaffs2utils-0.2.9 make[1]: Entering directory '/tmp/instance-21/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:2: 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:3: 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_extract_hardlink', inlined from 'unyaffs2_extract_obj' at unyaffs2.c:1218:12: unyaffs2.c:1151:2: warning: writing 16 bytes into a region of size 8 [-Wstringop-overflow=] 1151 | memcpy(&variant, &obj->variant, sizeof(obj->variant)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ unyaffs2.c: In function 'unyaffs2_extract_obj': unyaffs2.c:1105:31: note: at offset 0 to object 'variant' with size 8 declared here 1105 | union unyaffs2_file_variant *variant; | ^~~~~~~ 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:2: 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 '/tmp/instance-21/output-1/build/host-yaffs2utils-0.2.9' >>> host-yaffs2utils 0.2.9 Installing to host directory mkdir -p /tmp/instance-21/output-1/host/bin PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" PKG_CONFIG="/tmp/instance-21/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="/tmp/instance-21/output-1/host/lib/pkgconfig:/tmp/instance-21/output-1/host/share/pkgconfig" /home/autobuild/make/make -j1 -C /tmp/instance-21/output-1/build/host-yaffs2utils-0.2.9 INSTALLDIR=/tmp/instance-21/output-1/host/bin install make[1]: Entering directory '/tmp/instance-21/output-1/build/host-yaffs2utils-0.2.9' cp mkyaffs2 unyaffs2 unspare2 /tmp/instance-21/output-1/host/bin make[1]: Leaving directory '/tmp/instance-21/output-1/build/host-yaffs2utils-0.2.9' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-21/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Ofast', '-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', '-mlongcalls', '-mauto-litpools', '-Ofast', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-mlongcalls', '-mauto-litpools', '-Ofast', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/tmp/instance-21/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-21/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%xtensa%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/tmp/instance-21/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-21/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-21/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-21/output-1/host/xtensa-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-21/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-21/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/tmp/instance-21/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/tmp/instance-21/output-1/host/bin/xtensa-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%xtensa%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-mlongcalls', '-mauto-litpools', '-Ofast', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Ofast', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-mlongcalls', '-mauto-litpools', '-Ofast', '-g0'%g" -e "s%@BR2_CMAKE@%/tmp/instance-21/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/tmp/instance-21/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/tmp/instance-21/output-1/host%g" -e "s%@STAGING_DIR@%/tmp/instance-21/output-1/host/xtensa-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /tmp/instance-21/buildroot/support/misc/cross-compilation.conf.in > /tmp/instance-21/output-1/host/etc/meson/cross-compilation.conf if grep -q CONFIG_ASH=y /tmp/instance-21/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /tmp/instance-21/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-21/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-21/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /tmp/instance-21/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-21/output-1/target/etc/shells; fi mkdir -p /tmp/instance-21/output-1/target/etc echo "buildroot" > /tmp/instance-21/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-21/output-1/target/etc/hosts mkdir -p /tmp/instance-21/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-21/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /tmp/instance-21/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /tmp/instance-21/output-1/target/etc/shells || echo "/bin/sh" >> /tmp/instance-21/output-1/target/etc/shells rm -rf /tmp/instance-21/output-1/target/usr/include /tmp/instance-21/output-1/target/usr/share/aclocal \ /tmp/instance-21/output-1/target/usr/lib/pkgconfig /tmp/instance-21/output-1/target/usr/share/pkgconfig \ /tmp/instance-21/output-1/target/usr/lib/cmake /tmp/instance-21/output-1/target/usr/share/cmake \ /tmp/instance-21/output-1/target/usr/lib/rpm /tmp/instance-21/output-1/target/usr/doc find /tmp/instance-21/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-21/output-1/target/lib/ /tmp/instance-21/output-1/target/usr/lib/ /tmp/instance-21/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /tmp/instance-21/output-1/target/usr/share/gdb rm -rf /tmp/instance-21/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-21/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-21/output-1/target/usr/share/zsh rm -rf /tmp/instance-21/output-1/target/usr/man /tmp/instance-21/output-1/target/usr/share/man rm -rf /tmp/instance-21/output-1/target/usr/info /tmp/instance-21/output-1/target/usr/share/info rm -rf /tmp/instance-21/output-1/target/usr/doc /tmp/instance-21/output-1/target/usr/share/doc rm -rf /tmp/instance-21/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-21/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-21/output-1/target/lib/debug /tmp/instance-21/output-1/target/usr/lib/debug find /tmp/instance-21/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /tmp/instance-21/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /tmp/instance-21/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-21/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 /tmp/instance-21/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.08-539-g85a9a3f0e6"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-git\"" \ ) > /tmp/instance-21/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-21/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-21/output-1/per-package /tmp/instance-21/buildroot/support/scripts/fix-rpath target touch /tmp/instance-21/output-1/target/usr >>> Generating root filesystems common tables rm -rf /tmp/instance-21/output-1/build/buildroot-fs mkdir -p /tmp/instance-21/output-1/build/buildroot-fs printf ' news -1 news -1 * - - - Leafnode2 daemon\n\n' >> /tmp/instance-21/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/bin/bwrap f 1755 0 0 - - - - -\n /bin/busybox f 4755 0 0 - - - - -\n /var/lib/nginx d 755 33 33 - - - - -\n\n' > /tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cramfs mkdir -p /tmp/instance-21/output-1/images rm -rf /tmp/instance-21/output-1/build/buildroot-fs/cramfs mkdir -p /tmp/instance-21/output-1/build/buildroot-fs/cramfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-21/output-1/target/ /tmp/instance-21/output-1/build/buildroot-fs/cramfs/target echo '#!/bin/sh' > /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "set -e" >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "chown -h -R 0:0 /tmp/instance-21/output-1/build/buildroot-fs/cramfs/target" >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-21/buildroot/support/scripts/mkusers /tmp/instance-21/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-21/output-1/build/buildroot-fs/cramfs/target >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "/tmp/instance-21/output-1/host/bin/makedevs -d /tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-21/output-1/build/buildroot-fs/cramfs/target" >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot printf ' rm -rf /tmp/instance-21/output-1/build/buildroot-fs/cramfs/target/usr/lib/udev/hwdb.d/ /tmp/instance-21/output-1/build/buildroot-fs/cramfs/target/etc/udev/hwdb.d/\n' >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/cramfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/cramfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot printf ' /tmp/instance-21/output-1/host/bin/mkcramfs -B /tmp/instance-21/output-1/build/buildroot-fs/cramfs/target /tmp/instance-21/output-1/images/rootfs.cramfs\n' >> /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot chmod a+x /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-21/output-1/host/bin/fakeroot -- /tmp/instance-21/output-1/build/buildroot-fs/cramfs/fakeroot rootdir=/tmp/instance-21/output-1/build/buildroot-fs/cramfs/target table='/tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /tmp/instance-21/output-1/images rm -rf /tmp/instance-21/output-1/build/buildroot-fs/yaffs2 mkdir -p /tmp/instance-21/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /tmp/instance-21/output-1/target/ /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" /tmp/instance-21/buildroot/support/scripts/mkusers /tmp/instance-21/output-1/build/buildroot-fs/full_users_table.txt /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/tmp/instance-21/output-1/host/bin/makedevs -d /tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /tmp/instance-21/output-1/host/bin/mkyaffs2 --all-root /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target /tmp/instance-21/output-1/images/rootfs.yaffs2\n' >> /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/tmp/instance-21/output-1/host/bin:/tmp/instance-21/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" FAKEROOTDONTTRYCHOWN=1 /tmp/instance-21/output-1/host/bin/fakeroot -- /tmp/instance-21/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target table='/tmp/instance-21/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/tmp/instance-21/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1255 objects. stage 2: creating image '/tmp/instance-21/output-1/images/rootfs.yaffs2' [ ] 1/1255 0% [ ] 2/1255 0% [ ] 3/1255 0% [ ] 4/1255 0% [ ] 5/1255 0% [ ] 6/1255 0% [ ] 7/1255 0% [ ] 8/1255 0% [ ] 9/1255 0% [ ] 10/1255 0% [ ] 11/1255 0% [ ] 12/1255 0% [ ] 13/1255 1% [ ] 14/1255 1% [ ] 15/1255 1% [ ] 16/1255 1% [ ] 17/1255 1% [ ] 18/1255 1% [ ] 19/1255 1% [ ] 20/1255 1% [= ] 21/1255 1% [= ] 22/1255 1% [= ] 23/1255 1% [= ] 24/1255 1% [= ] 25/1255 1% [= ] 26/1255 2% [= ] 27/1255 2% [= ] 28/1255 2% [= ] 29/1255 2% [= ] 30/1255 2% [= ] 31/1255 2% [= ] 32/1255 2% [= ] 33/1255 2% [= ] 34/1255 2% [= ] 35/1255 2% [= ] 36/1255 2% [= ] 37/1255 2% [= ] 38/1255 3% [= ] 39/1255 3% [= ] 40/1255 3% [== ] 41/1255 3% [== ] 42/1255 3% [== ] 43/1255 3% [== ] 44/1255 3% [== ] 45/1255 3% [== ] 46/1255 3% [== ] 47/1255 3% [== ] 48/1255 3% [== ] 49/1255 3% [== ] 50/1255 3% [== ] 51/1255 4% [== ] 52/1255 4% [== ] 53/1255 4% [== ] 54/1255 4% [== ] 55/1255 4% [== ] 56/1255 4% [== ] 57/1255 4% [== ] 58/1255 4% [== ] 59/1255 4% [== ] 60/1255 4% [=== ] 61/1255 4% [=== ] 62/1255 4% [=== ] 63/1255 5% [=== ] 64/1255 5% [=== ] 65/1255 5% [=== ] 66/1255 5% [=== ] 67/1255 5% [=== ] 68/1255 5% [=== ] 69/1255 5% [=== ] 70/1255 5% [=== ] 71/1255 5% [=== ] 72/1255 5% [=== ] 73/1255 5% [=== ] 74/1255 5% [=== ] 75/1255 5% [=== ] 76/1255 6% [=== ] 77/1255 6% [=== ] 78/1255 6% [=== ] 79/1255 6% [=== ] 80/1255 6% [==== ] 81/1255 6% [==== ] 82/1255 6% [==== ] 83/1255 6% [==== ] 84/1255 6% [==== ] 85/1255 6% [==== ] 86/1255 6% [==== ] 87/1255 6% [==== ] 88/1255 7% [==== ] 89/1255 7% [==== ] 90/1255 7% [==== ] 91/1255 7% [==== ] 92/1255 7% [==== ] 93/1255 7% [==== ] 94/1255 7% [==== ] 95/1255 7% [==== ] 96/1255 7% [==== ] 97/1255 7% [==== ] 98/1255 7% [==== ] 99/1255 7% [==== ] 100/1255 7% [==== ] 101/1255 8% [===== ] 102/1255 8% [===== ] 103/1255 8% [===== ] 104/1255 8% [===== ] 105/1255 8% [===== ] 106/1255 8% [===== ] 107/1255 8% [===== ] 108/1255 8% [===== ] 109/1255 8% [===== ] 110/1255 8% [===== ] 111/1255 8% [===== ] 112/1255 8% [===== ] 113/1255 9% [===== ] 114/1255 9% [===== ] 115/1255 9% [===== ] 116/1255 9% [===== ] 117/1255 9% [===== ] 118/1255 9% [===== ] 119/1255 9% [===== ] 120/1255 9% [===== ] 121/1255 9% [====== ] 122/1255 9% [====== ] 123/1255 9% [====== ] 124/1255 9% [====== ] 125/1255 9% [====== ] 126/1255 10% [====== ] 127/1255 10% [====== ] 128/1255 10% [====== ] 129/1255 10% [====== ] 130/1255 10% [====== ] 131/1255 10% [====== ] 132/1255 10% [====== ] 133/1255 10% [====== ] 134/1255 10% [====== ] 135/1255 10% [====== ] 136/1255 10% [====== ] 137/1255 10% [====== ] 138/1255 10% [====== ] 139/1255 11% [====== ] 140/1255 11% [====== ] 141/1255 11% [======= ] 142/1255 11% [======= ] 143/1255 11% [======= ] 144/1255 11% [======= ] 145/1255 11% [======= ] 146/1255 11% [======= ] 147/1255 11% [======= ] 148/1255 11% [======= ] 149/1255 11% [======= ] 150/1255 11% [======= ] 151/1255 12% [======= ] 152/1255 12% [======= ] 153/1255 12% [======= ] 154/1255 12% [======= ] 155/1255 12% [======= ] 156/1255 12% [======= ] 157/1255 12% [======= ] 158/1255 12% [======= ] 159/1255 12% [======= ] 160/1255 12% [======= ] 161/1255 12% [======== ] 162/1255 12% [======== ] 163/1255 12% [======== ] 164/1255 13% [======== ] 165/1255 13% [======== ] 166/1255 13% [======== ] 167/1255 13% [======== ] 168/1255 13% [======== ] 169/1255 13% [======== ] 170/1255 13% [======== ] 171/1255 13% [======== ] 172/1255 13% [======== ] 173/1255 13% [======== ] 174/1255 13% [======== ] 175/1255 13% [======== ] 176/1255 14% [======== ] 177/1255 14% [======== ] 178/1255 14% [======== ] 179/1255 14% [======== ] 180/1255 14% [======== ] 181/1255 14% [======== ] 182/1255 14% [========= ] 183/1255 14% [========= ] 184/1255 14% [========= ] 185/1255 14% [========= ] 186/1255 14% [========= ] 187/1255 14% [========= ] 188/1255 14% [========= ] 189/1255 15% [========= ] 190/1255 15% [========= ] 191/1255 15% [========= ] 192/1255 15% [========= ] 193/1255 15% [========= ] 194/1255 15% [========= ] 195/1255 15% [========= ] 196/1255 15% [========= ] 197/1255 15% [========= ] 198/1255 15% [========= ] 199/1255 15% [========= ] 200/1255 15% [========= ] 201/1255 16% [========= ] 202/1255 16% [========== ] 203/1255 16% [========== ] 204/1255 16% [========== ] 205/1255 16% [========== ] 206/1255 16% [========== ] 207/1255 16% [========== ] 208/1255 16% [========== ] 209/1255 16% [========== ] 210/1255 16% [========== ] 211/1255 16% [========== ] 212/1255 16% [========== ] 213/1255 16% [========== ] 214/1255 17% [========== ] 215/1255 17% [========== ] 216/1255 17% [========== ] 217/1255 17% [========== ] 218/1255 17% [========== ] 219/1255 17% [========== ] 220/1255 17% [========== ] 221/1255 17% [========== ] 222/1255 17% [=========== ] 223/1255 17% [=========== ] 224/1255 17% [=========== ] 225/1255 17% [=========== ] 226/1255 18% [=========== ] 227/1255 18% [=========== ] 228/1255 18% [=========== ] 229/1255 18% [=========== ] 230/1255 18% [=========== ] 231/1255 18% [=========== ] 232/1255 18% [=========== ] 233/1255 18% [=========== ] 234/1255 18% [=========== ] 235/1255 18% [=========== ] 236/1255 18% [=========== ] 237/1255 18% [=========== ] 238/1255 18% [=========== ] 239/1255 19% [=========== ] 240/1255 19% [=========== ] 241/1255 19% [=========== ] 242/1255 19% [============ ] 243/1255 19% [============ ] 244/1255 19% [============ ] 245/1255 19% [============ ] 246/1255 19% [============ ] 247/1255 19% [============ ] 248/1255 19% [============ ] 249/1255 19% [============ ] 250/1255 19% [============ ] 251/1255 20% [============ ] 252/1255 20% [============ ] 253/1255 20% [============ ] 254/1255 20% [============ ] 255/1255 20% [============ ] 256/1255 20% [============ ] 257/1255 20% [============ ] 258/1255 20% [============ ] 259/1255 20% [============ ] 260/1255 20% [============ ] 261/1255 20% [============ ] 262/1255 20% [============ ] 263/1255 20% [============= ] 264/1255 21% [============= ] 265/1255 21% [============= ] 266/1255 21% [============= ] 267/1255 21% [============= ] 268/1255 21% [============= ] 269/1255 21% [============= ] 270/1255 21% [============= ] 271/1255 21% [============= ] 272/1255 21% [============= ] 273/1255 21% [============= ] 274/1255 21% [============= ] 275/1255 21% [============= ] 276/1255 21% [============= ] 277/1255 22% [============= ] 278/1255 22% [============= ] 279/1255 22% [============= ] 280/1255 22% [============= ] 281/1255 22% [============= ] 282/1255 22% [============= ] 283/1255 22% [============== ] 284/1255 22% [============== ] 285/1255 22% [============== ] 286/1255 22% [============== ] 287/1255 22% [============== ] 288/1255 22% [============== ] 289/1255 23% [============== ] 290/1255 23% [============== ] 291/1255 23% [============== ] 292/1255 23% [============== ] 293/1255 23% [============== ] 294/1255 23% [============== ] 295/1255 23% [============== ] 296/1255 23% [============== ] 297/1255 23% [============== ] 298/1255 23% [============== ] 299/1255 23% [============== ] 300/1255 23% [============== ] 301/1255 23% [============== ] 302/1255 24% [============== ] 303/1255 24% [=============== ] 304/1255 24% [=============== ] 305/1255 24% [=============== ] 306/1255 24% [=============== ] 307/1255 24% [=============== ] 308/1255 24% [=============== ] 309/1255 24% [=============== ] 310/1255 24% [=============== ] 311/1255 24% [=============== ] 312/1255 24% [=============== ] 313/1255 24% [=============== ] 314/1255 25% [=============== ] 315/1255 25% [=============== ] 316/1255 25% [=============== ] 317/1255 25% [=============== ] 318/1255 25% [=============== ] 319/1255 25% [=============== ] 320/1255 25% [=============== ] 321/1255 25% [=============== ] 322/1255 25% [=============== ] 323/1255 25% [================ ] 324/1255 25% [================ ] 325/1255 25% [================ ] 326/1255 25% [================ ] 327/1255 26% [================ ] 328/1255 26% [================ ] 329/1255 26% [================ ] 330/1255 26% [================ ] 331/1255 26% [================ ] 332/1255 26% [================ ] 333/1255 26% [================ ] 334/1255 26% [================ ] 335/1255 26% [================ ] 336/1255 26% [================ ] 337/1255 26% [================ ] 338/1255 26% [================ ] 339/1255 27% [================ ] 340/1255 27% [================ ] 341/1255 27% [================ ] 342/1255 27% [================ ] 343/1255 27% [================ ] 344/1255 27% [================= ] 345/1255 27% [================= ] 346/1255 27% [================= ] 347/1255 27% [================= ] 348/1255 27% [================= ] 349/1255 27% [================= ] 350/1255 27% [================= ] 351/1255 27% [================= ] 352/1255 28% [================= ] 353/1255 28% [================= ] 354/1255 28% [================= ] 355/1255 28% [================= ] 356/1255 28% [================= ] 357/1255 28% [================= ] 358/1255 28% [================= ] 359/1255 28% [================= ] 360/1255 28% [================= ] 361/1255 28% [================= ] 362/1255 28% [================= ] 363/1255 28% [================= ] 364/1255 29% [================== ] 365/1255 29% [================== ] 366/1255 29% [================== ] 367/1255 29% [================== ] 368/1255 29% [================== ] 369/1255 29% [================== ] 370/1255 29% [================== ] 371/1255 29% [================== ] 372/1255 29% [================== ] 373/1255 29% [================== ] 374/1255 29% [================== ] 375/1255 29% [================== ] 376/1255 29% [================== ] 377/1255 30% [================== ] 378/1255 30% [================== ] 379/1255 30% [================== ] 380/1255 30% [================== ] 381/1255 30% [================== ] 382/1255 30% [================== ] 383/1255 30% [================== ] 384/1255 30% [=================== ] 385/1255 30% [=================== ] 386/1255 30% [=================== ] 387/1255 30% [=================== ] 388/1255 30% [=================== ] 389/1255 30% [=================== ] 390/1255 31% [=================== ] 391/1255 31% [=================== ] 392/1255 31% [=================== ] 393/1255 31% [=================== ] 394/1255 31% [=================== ] 395/1255 31% [=================== ] 396/1255 31% [=================== ] 397/1255 31% [=================== ] 398/1255 31% [=================== ] 399/1255 31% [=================== ] 400/1255 31% [=================== ] 401/1255 31% [=================== ] 402/1255 32% [=================== ] 403/1255 32% [=================== ] 404/1255 32% [==================== ] 405/1255 32% [==================== ] 406/1255 32% [==================== ] 407/1255 32% [==================== ] 408/1255 32% [==================== ] 409/1255 32% [==================== ] 410/1255 32% [==================== ] 411/1255 32% [==================== ] 412/1255 32% [==================== ] 413/1255 32% [==================== ] 414/1255 32% [==================== ] 415/1255 33% [==================== ] 416/1255 33% [==================== ] 417/1255 33% [==================== ] 418/1255 33% [==================== ] 419/1255 33% [==================== ] 420/1255 33% [==================== ] 421/1255 33% [==================== ] 422/1255 33% [==================== ] 423/1255 33% [==================== ] 424/1255 33% [==================== ] 425/1255 33% [===================== ] 426/1255 33% [===================== ] 427/1255 34% [===================== ] 428/1255 34% [===================== ] 429/1255 34% [===================== ] 430/1255 34% [===================== ] 431/1255 34% [===================== ] 432/1255 34% [===================== ] 433/1255 34% [===================== ] 434/1255 34% [===================== ] 435/1255 34% [===================== ] 436/1255 34% [===================== ] 437/1255 34% [===================== ] 438/1255 34% [===================== ] 439/1255 34% [===================== ] 440/1255 35% [===================== ] 441/1255 35% [===================== ] 442/1255 35% [===================== ] 443/1255 35% [===================== ] 444/1255 35% [===================== ] 445/1255 35% [====================== ] 446/1255 35% [====================== ] 447/1255 35% [====================== ] 448/1255 35% [====================== ] 449/1255 35% [====================== ] 450/1255 35% [====================== ] 451/1255 35% [====================== ] 452/1255 36% [====================== ] 453/1255 36% [====================== ] 454/1255 36% [====================== ] 455/1255 36% [====================== ] 456/1255 36% [====================== ] 457/1255 36% [====================== ] 458/1255 36% [====================== ] 459/1255 36% [====================== ] 460/1255 36% [====================== ] 461/1255 36% [====================== ] 462/1255 36% [====================== ] 463/1255 36% [====================== ] 464/1255 36% [====================== ] 465/1255 37% [======================= ] 466/1255 37% [======================= ] 467/1255 37% [======================= ] 468/1255 37% [======================= ] 469/1255 37% [======================= ] 470/1255 37% [======================= ] 471/1255 37% [======================= ] 472/1255 37% [======================= ] 473/1255 37% [======================= ] 474/1255 37% [======================= ] 475/1255 37% [======================= ] 476/1255 37% [======================= ] 477/1255 38% [======================= ] 478/1255 38% [======================= ] 479/1255 38% [======================= ] 480/1255 38% [======================= ] 481/1255 38% [======================= ] 482/1255 38% [======================= ] 483/1255 38% [======================= ] 484/1255 38% [======================= ] 485/1255 38% [======================== ] 486/1255 38% [======================== ] 487/1255 38% [======================== ] 488/1255 38% [======================== ] 489/1255 38% [======================== ] 490/1255 39% [======================== ] 491/1255 39% [======================== ] 492/1255 39% [======================== ] 493/1255 39% [======================== ] 494/1255 39% [======================== ] 495/1255 39% [======================== ] 496/1255 39% [======================== ] 497/1255 39% [======================== ] 498/1255 39% [======================== ] 499/1255 39% [======================== ] 500/1255 39% [======================== ] 501/1255 39% [======================== ] 502/1255 40% [======================== ] 503/1255 40% [======================== ] 504/1255 40% [======================== ] 505/1255 40% [======================== ] 506/1255 40% [========================= ] 507/1255 40% [========================= ] 508/1255 40% [========================= ] 509/1255 40% [========================= ] 510/1255 40% [========================= ] 511/1255 40% [========================= ] 512/1255 40% [========================= ] 513/1255 40% [========================= ] 514/1255 40% [========================= ] 515/1255 41% [========================= ] 516/1255 41% [========================= ] 517/1255 41% [========================= ] 518/1255 41% [========================= ] 519/1255 41% [========================= ] 520/1255 41% [========================= ] 521/1255 41% [========================= ] 522/1255 41% [========================= ] 523/1255 41% [========================= ] 524/1255 41% [========================= ] 525/1255 41% [========================= ] 526/1255 41% [========================== ] 527/1255 41% [========================== ] 528/1255 42% [========================== ] 529/1255 42% [========================== ] 530/1255 42% [========================== ] 531/1255 42% [========================== ] 532/1255 42% [========================== ] 533/1255 42% [========================== ] 534/1255 42% [========================== ] 535/1255 42% [========================== ] 536/1255 42% [========================== ] 537/1255 42% [========================== ] 538/1255 42% [========================== ] 539/1255 42% [========================== ] 540/1255 43% [========================== ] 541/1255 43% [========================== ] 542/1255 43% [========================== ] 543/1255 43% [========================== ] 544/1255 43% [========================== ] 545/1255 43% [========================== ] 546/1255 43% [=========================== ] 547/1255 43% [=========================== ] 548/1255 43% [=========================== ] 549/1255 43% [=========================== ] 550/1255 43% [=========================== ] 551/1255 43% [=========================== ] 552/1255 43% [=========================== ] 553/1255 44% [=========================== ] 554/1255 44% [=========================== ] 555/1255 44% [=========================== ] 556/1255 44% [=========================== ] 557/1255 44% [=========================== ] 558/1255 44% [=========================== ] 559/1255 44% [=========================== ] 560/1255 44% [=========================== ] 561/1255 44% [=========================== ] 562/1255 44% [=========================== ] 563/1255 44% [=========================== ] 564/1255 44% [=========================== ] 565/1255 45% [=========================== ] 566/1255 45% [============================ ] 567/1255 45% [============================ ] 568/1255 45% [============================ ] 569/1255 45% [============================ ] 570/1255 45% [============================ ] 571/1255 45% [============================ ] 572/1255 45% [============================ ] 573/1255 45% [============================ ] 574/1255 45% [============================ ] 575/1255 45% [============================ ] 576/1255 45% [============================ ] 577/1255 45% [============================ ] 578/1255 46% [============================ ] 579/1255 46% [============================ ] 580/1255 46% [============================ ] 581/1255 46% [============================ ] 582/1255 46% [============================ ] 583/1255 46% [============================ ] 584/1255 46% [============================ ] 585/1255 46% [============================ ] 586/1255 46% [============================ ] 587/1255 46% [============================= ] 588/1255 46% [============================= ] 589/1255 46% [============================= ] 590/1255 47% [============================= ] 591/1255 47% [============================= ] 592/1255 47% [============================= ] 593/1255 47% [============================= ] 594/1255 47% [============================= ] 595/1255 47% [============================= ] 596/1255 47% [============================= ] 597/1255 47% [============================= ] 598/1255 47% [============================= ] 599/1255 47% [============================= ] 600/1255 47% [============================= ] 601/1255 47% [============================= ] 602/1255 47% [============================= ] 603/1255 48% [============================= ] 604/1255 48% [============================= ] 605/1255 48% [============================= ] 606/1255 48% [============================= ] 607/1255 48% [============================== ] 608/1255 48% [============================== ] 609/1255 48% [============================== ] 610/1255 48% [============================== ] 611/1255 48% [============================== ] 612/1255 48% [============================== ] 613/1255 48% [============================== ] 614/1255 48% [============================== ] 615/1255 49% [============================== ] 616/1255 49% [============================== ] 617/1255 49% [============================== ] 618/1255 49% [============================== ] 619/1255 49% [============================== ] 620/1255 49% [============================== ] 621/1255 49% [============================== ] 622/1255 49% [============================== ] 623/1255 49% [============================== ] 624/1255 49% [============================== ] 625/1255 49% [============================== ] 626/1255 49% [============================== ] 627/1255 49% [=============================== ] 628/1255 50% [=============================== ] 629/1255 50% [=============================== ] 630/1255 50% [=============================== ] 631/1255 50% [=============================== ] 632/1255 50% [=============================== ] 633/1255 50% [=============================== ] 634/1255 50% [=============================== ] 635/1255 50% [=============================== ] 636/1255 50% [=============================== ] 637/1255 50% [=============================== ] 638/1255 50% [=============================== ] 639/1255 50% [=============================== ] 640/1255 50% [=============================== ] 641/1255 51% [=============================== ] 642/1255 51% [=============================== ] 643/1255 51% [=============================== ] 644/1255 51% [=============================== ] 645/1255 51% [=============================== ] 646/1255 51% [=============================== ] 647/1255 51% [================================ ] 648/1255 51% [================================ ] 649/1255 51% [================================ ] 650/1255 51% [================================ ] 651/1255 51% [================================ ] 652/1255 51% [================================ ] 653/1255 52% [================================ ] 654/1255 52% [================================ ] 655/1255 52% [================================ ] 656/1255 52% [================================ ] 657/1255 52% [================================ ] 658/1255 52% [================================ ] 659/1255 52% [================================ ] 660/1255 52% [================================ ] 661/1255 52% [================================ ] 662/1255 52% [================================ ] 663/1255 52% [================================ ] 664/1255 52% [================================ ] 665/1255 52% [================================ ] 666/1255 53% [================================ ] 667/1255 53% [================================= ] 668/1255 53% [================================= ] 669/1255 53% [================================= ] 670/1255 53% [================================= ] 671/1255 53% [================================= ] 672/1255 53% [================================= ] 673/1255 53% [================================= ] 674/1255 53% [================================= ] 675/1255 53% [================================= ] 676/1255 53% [================================= ] 677/1255 53% [================================= ] 678/1255 54% [================================= ] 679/1255 54% [================================= ] 680/1255 54% [================================= ] 681/1255 54% [================================= ] 682/1255 54% [================================= ] 683/1255 54% [================================= ] 684/1255 54% [================================= ] 685/1255 54% [================================= ] 686/1255 54% [================================= ] 687/1255 54% [================================= ] 688/1255 54% [================================== ] 689/1255 54% [================================== ] 690/1255 54% [================================== ] 691/1255 55% [================================== ] 692/1255 55% [================================== ] 693/1255 55% [================================== ] 694/1255 55% [================================== ] 695/1255 55% [================================== ] 696/1255 55% [================================== ] 697/1255 55% [================================== ] 698/1255 55% [================================== ] 699/1255 55% [================================== ] 700/1255 55% [================================== ] 701/1255 55% [================================== ] 702/1255 55% [================================== ] 703/1255 56% [================================== ] 704/1255 56% [================================== ] 705/1255 56% [================================== ] 706/1255 56% [================================== ] 707/1255 56% [================================== ] 708/1255 56% [=================================== ] 709/1255 56% [=================================== ] 710/1255 56% [=================================== ] 711/1255 56% [=================================== ] 712/1255 56% [=================================== ] 713/1255 56% [=================================== ] 714/1255 56% [=================================== ] 715/1255 56% [=================================== ] 716/1255 57% [=================================== ] 717/1255 57% [=================================== ] 718/1255 57% [=================================== ] 719/1255 57% [=================================== ] 720/1255 57% [=================================== ] 721/1255 57% [=================================== ] 722/1255 57% [=================================== ] 723/1255 57% [=================================== ] 724/1255 57% [=================================== ] 725/1255 57% [=================================== ] 726/1255 57% [=================================== ] 727/1255 57% [=================================== ] 728/1255 58% [==================================== ] 729/1255 58% [==================================== ] 730/1255 58% [==================================== ] 731/1255 58% [==================================== ] 732/1255 58% [==================================== ] 733/1255 58% [==================================== ] 734/1255 58% [==================================== ] 735/1255 58% [==================================== ] 736/1255 58% [==================================== ] 737/1255 58% [==================================== ] 738/1255 58% [==================================== ] 739/1255 58% [==================================== ] 740/1255 58% [==================================== ] 741/1255 59% [==================================== ] 742/1255 59% [==================================== ] 743/1255 59% [==================================== ] 744/1255 59% [==================================== ] 745/1255 59% [==================================== ] 746/1255 59% [==================================== ] 747/1255 59% [==================================== ] 748/1255 59% [===================================== ] 749/1255 59% [===================================== ] 750/1255 59% [===================================== ] 751/1255 59% [===================================== ] 752/1255 59% [===================================== ] 753/1255 60% [===================================== ] 754/1255 60% [===================================== ] 755/1255 60% [===================================== ] 756/1255 60% [===================================== ] 757/1255 60% [===================================== ] 758/1255 60% [===================================== ] 759/1255 60% [===================================== ] 760/1255 60% [===================================== ] 761/1255 60% [===================================== ] 762/1255 60% [===================================== ] 763/1255 60% [===================================== ] 764/1255 60% [===================================== ] 765/1255 60% [===================================== ] 766/1255 61% [===================================== ] 767/1255 61% [===================================== ] 768/1255 61% [===================================== ] 769/1255 61% [====================================== ] 770/1255 61% [====================================== ] 771/1255 61% [====================================== ] 772/1255 61% [====================================== ] 773/1255 61% [====================================== ] 774/1255 61% [====================================== ] 775/1255 61% [====================================== ] 776/1255 61% [====================================== ] 777/1255 61% [====================================== ] 778/1255 61% [====================================== ] 779/1255 62% [====================================== ] 780/1255 62% [====================================== ] 781/1255 62% [====================================== ] 782/1255 62% [====================================== ] 783/1255 62% [====================================== ] 784/1255 62% [====================================== ] 785/1255 62% [====================================== ] 786/1255 62% [====================================== ] 787/1255 62% [====================================== ] 788/1255 62% [====================================== ] 789/1255 62% [======================================= ] 790/1255 62% [======================================= ] 791/1255 63% [======================================= ] 792/1255 63% [======================================= ] 793/1255 63% [======================================= ] 794/1255 63% [======================================= ] 795/1255 63% [======================================= ] 796/1255 63% [======================================= ] 797/1255 63% [======================================= ] 798/1255 63% [======================================= ] 799/1255 63% [======================================= ] 800/1255 63% [======================================= ] 801/1255 63% [======================================= ] 802/1255 63% [======================================= ] 803/1255 63% [======================================= ] 804/1255 64% [======================================= ] 805/1255 64% [======================================= ] 806/1255 64% [======================================= ] 807/1255 64% [======================================= ] 808/1255 64% [======================================= ] 809/1255 64% [======================================== ] 810/1255 64% [======================================== ] 811/1255 64% [======================================== ] 812/1255 64% [======================================== ] 813/1255 64% [======================================== ] 814/1255 64% [======================================== ] 815/1255 64% [======================================== ] 816/1255 65% [======================================== ] 817/1255 65% [======================================== ] 818/1255 65% [======================================== ] 819/1255 65% [======================================== ] 820/1255 65% [======================================== ] 821/1255 65% [======================================== ] 822/1255 65% [======================================== ] 823/1255 65% [======================================== ] 824/1255 65% [======================================== ] 825/1255 65% [======================================== ] 826/1255 65% [======================================== ] 827/1255 65% [======================================== ] 828/1255 65% [======================================== ] 829/1255 66% [========================================= ] 830/1255 66% [========================================= ] 831/1255 66% [========================================= ] 832/1255 66% [========================================= ] 833/1255 66% [========================================= ] 834/1255 66% [========================================= ] 835/1255 66% [========================================= ] 836/1255 66% [========================================= ] 837/1255 66% [========================================= ] 838/1255 66% [========================================= ] 839/1255 66% [========================================= ] 840/1255 66% [========================================= ] 841/1255 67% [========================================= ] 842/1255 67% [========================================= ] 843/1255 67% [========================================= ] 844/1255 67% [========================================= ] 845/1255 67% [========================================= ] 846/1255 67% [========================================= ] 847/1255 67% [========================================= ] 848/1255 67% [========================================= ] 849/1255 67% [========================================= ] 850/1255 67% [========================================== ] 851/1255 67% [========================================== ] 852/1255 67% [========================================== ] 853/1255 67% [========================================== ] 854/1255 68% [========================================== ] 855/1255 68% [========================================== ] 856/1255 68% [========================================== ] 857/1255 68% [========================================== ] 858/1255 68% [========================================== ] 859/1255 68% [========================================== ] 860/1255 68% [========================================== ] 861/1255 68% [========================================== ] 862/1255 68% [========================================== ] 863/1255 68% [========================================== ] 864/1255 68% [========================================== ] 865/1255 68% [========================================== ] 866/1255 69% [========================================== ] 867/1255 69% [========================================== ] 868/1255 69% [========================================== ] 869/1255 69% [========================================== ] 870/1255 69% [=========================================== ] 871/1255 69% [=========================================== ] 872/1255 69% [=========================================== ] 873/1255 69% [=========================================== ] 874/1255 69% [=========================================== ] 875/1255 69% [=========================================== ] 876/1255 69% [=========================================== ] 877/1255 69% [=========================================== ] 878/1255 69% [=========================================== ] 879/1255 70% [=========================================== ] 880/1255 70% [=========================================== ] 881/1255 70% [=========================================== ] 882/1255 70% [=========================================== ] 883/1255 70% [=========================================== ] 884/1255 70% [=========================================== ] 885/1255 70% [=========================================== ] 886/1255 70% [=========================================== ] 887/1255 70% [=========================================== ] 888/1255 70% [=========================================== ] 889/1255 70% [=========================================== ] 890/1255 70% [============================================ ] 891/1255 70% [============================================ ] 892/1255 71% [============================================ ] 893/1255 71% [============================================ ] 894/1255 71% [============================================ ] 895/1255 71% [============================================ ] 896/1255 71% [============================================ ] 897/1255 71% [============================================ ] 898/1255 71% [============================================ ] 899/1255 71% [============================================ ] 900/1255 71% [============================================ ] 901/1255 71% [============================================ ] 902/1255 71% [============================================ ] 903/1255 71% [============================================ ] 904/1255 72% [============================================ ] 905/1255 72% [============================================ ] 906/1255 72% [============================================ ] 907/1255 72% [============================================ ] 908/1255 72% [============================================ ] 909/1255 72% [============================================ ] 910/1255 72% [============================================= ] 911/1255 72% [============================================= ] 912/1255 72% [============================================= ] 913/1255 72% [============================================= ] 914/1255 72% [============================================= ] 915/1255 72% [============================================= ] 916/1255 72% [============================================= ] 917/1255 73% [============================================= ] 918/1255 73% [============================================= ] 919/1255 73% [============================================= ] 920/1255 73% [============================================= ] 921/1255 73% [============================================= ] 922/1255 73% [============================================= ] 923/1255 73% [============================================= ] 924/1255 73% [============================================= ] 925/1255 73% [============================================= ] 926/1255 73% [============================================= ] 927/1255 73% [============================================= ] 928/1255 73% [============================================= ] 929/1255 74% [============================================= ] 930/1255 74% [============================================= ] 931/1255 74% [============================================== ] 932/1255 74% [============================================== ] 933/1255 74% [============================================== ] 934/1255 74% [============================================== ] 935/1255 74% [============================================== ] 936/1255 74% [============================================== ] 937/1255 74% [============================================== ] 938/1255 74% [============================================== ] 939/1255 74% [============================================== ] 940/1255 74% [============================================== ] 941/1255 74% [============================================== ] 942/1255 75% [============================================== ] 943/1255 75% [============================================== ] 944/1255 75% [============================================== ] 945/1255 75% [============================================== ] 946/1255 75% [============================================== ] 947/1255 75% [============================================== ] 948/1255 75% [============================================== ] 949/1255 75% [============================================== ] 950/1255 75% [============================================== ] 951/1255 75% [=============================================== ] 952/1255 75% [=============================================== ] 953/1255 75% [=============================================== ] 954/1255 76% [=============================================== ] 955/1255 76% [=============================================== ] 956/1255 76% [=============================================== ] 957/1255 76% [=============================================== ] 958/1255 76% [=============================================== ] 959/1255 76% [=============================================== ] 960/1255 76% [=============================================== ] 961/1255 76% [=============================================== ] 962/1255 76% [=============================================== ] 963/1255 76% [=============================================== ] 964/1255 76% [=============================================== ] 965/1255 76% [=============================================== ] 966/1255 76% [=============================================== ] 967/1255 77% [=============================================== ] 968/1255 77% [=============================================== ] 969/1255 77% [=============================================== ] 970/1255 77% [=============================================== ] 971/1255 77% [================================================ ] 972/1255 77% [================================================ ] 973/1255 77% [================================================ ] 974/1255 77% [================================================ ] 975/1255 77% [================================================ ] 976/1255 77% [================================================ ] 977/1255 77% [================================================ ] 978/1255 77% [================================================ ] 979/1255 78% [================================================ ] 980/1255 78% [================================================ ] 981/1255 78% [================================================ ] 982/1255 78% [================================================ ] 983/1255 78% [================================================ ] 984/1255 78% [================================================ ] 985/1255 78% [================================================ ] 986/1255 78% [================================================ ] 987/1255 78% [================================================ ] 988/1255 78% [================================================ ] 989/1255 78% [================================================ ] 990/1255 78% [================================================ ] 991/1255 78% [================================================= ] 992/1255 79% [================================================= ] 993/1255 79% [================================================= ] 994/1255 79% [================================================= ] 995/1255 79% [================================================= ] 996/1255 79% [================================================= ] 997/1255 79% [================================================= ] 998/1255 79% [================================================= ] 999/1255 79% [================================================= ] 1000/1255 79% [================================================= ] 1001/1255 79% [================================================= ] 1002/1255 79% [================================================= ] 1003/1255 79% [================================================= ] 1004/1255 80% [================================================= ] 1005/1255 80% [================================================= ] 1006/1255 80% [================================================= ] 1007/1255 80% [================================================= ] 1008/1255 80% [================================================= ] 1009/1255 80% [================================================= ] 1010/1255 80% [================================================= ] 1011/1255 80% [================================================= ] 1012/1255 80% [================================================== ] 1013/1255 80% [================================================== ] 1014/1255 80% [================================================== ] 1015/1255 80% [================================================== ] 1016/1255 80% [================================================== ] 1017/1255 81% [================================================== ] 1018/1255 81% [================================================== ] 1019/1255 81% [================================================== ] 1020/1255 81% [================================================== ] 1021/1255 81% [================================================== ] 1022/1255 81% [================================================== ] 1023/1255 81% [================================================== ] 1024/1255 81% [================================================== ] 1025/1255 81% [================================================== ] 1026/1255 81% [================================================== ] 1027/1255 81% [================================================== ] 1028/1255 81% [================================================== ] 1029/1255 81% [================================================== ] 1030/1255 82% [================================================== ] 1031/1255 82% [================================================== ] 1032/1255 82% [=================================================== ] 1033/1255 82% [=================================================== ] 1034/1255 82% [=================================================== ] 1035/1255 82% [=================================================== ] 1036/1255 82% [=================================================== ] 1037/1255 82% [=================================================== ] 1038/1255 82% [=================================================== ] 1039/1255 82% [=================================================== ] 1040/1255 82% [=================================================== ] 1041/1255 82% [=================================================== ] 1042/1255 83% [=================================================== ] 1043/1255 83% [=================================================== ] 1044/1255 83% [=================================================== ] 1045/1255 83% [=================================================== ] 1046/1255 83% [=================================================== ] 1047/1255 83% [=================================================== ] 1048/1255 83% [=================================================== ] 1049/1255 83% [=================================================== ] 1050/1255 83% [=================================================== ] 1051/1255 83% [=================================================== ] 1052/1255 83% [==================================================== ] 1053/1255 83% [==================================================== ] 1054/1255 83% [==================================================== ] 1055/1255 84% [==================================================== ] 1056/1255 84% [==================================================== ] 1057/1255 84% [==================================================== ] 1058/1255 84% [==================================================== ] 1059/1255 84% [==================================================== ] 1060/1255 84% [==================================================== ] 1061/1255 84% [==================================================== ] 1062/1255 84% [==================================================== ] 1063/1255 84% [==================================================== ] 1064/1255 84% [==================================================== ] 1065/1255 84% [==================================================== ] 1066/1255 84% [==================================================== ] 1067/1255 85% [==================================================== ] 1068/1255 85% [==================================================== ] 1069/1255 85% [==================================================== ] 1070/1255 85% [==================================================== ] 1071/1255 85% [==================================================== ] 1072/1255 85% [===================================================== ] 1073/1255 85% [===================================================== ] 1074/1255 85% [===================================================== ] 1075/1255 85% [===================================================== ] 1076/1255 85% [===================================================== ] 1077/1255 85% [===================================================== ] 1078/1255 85% [===================================================== ] 1079/1255 85% [===================================================== ] 1080/1255 86% [===================================================== ] 1081/1255 86% [===================================================== ] 1082/1255 86% [===================================================== ] 1083/1255 86% [===================================================== ] 1084/1255 86% [===================================================== ] 1085/1255 86% [===================================================== ] 1086/1255 86% [===================================================== ] 1087/1255 86% [===================================================== ] 1088/1255 86% [===================================================== ] 1089/1255 86% [===================================================== ] 1090/1255 86% [===================================================== ] 1091/1255 86% [===================================================== ] 1092/1255 87% [===================================================== ] 1093/1255 87% [====================================================== ] 1094/1255 87% [====================================================== ] 1095/1255 87% [====================================================== ] 1096/1255 87% [====================================================== ] 1097/1255 87% [====================================================== ] 1098/1255 87% [====================================================== ] 1099/1255 87% [====================================================== ] 1100/1255 87% [====================================================== ] 1101/1255 87% [====================================================== ] 1102/1255 87% [====================================================== ] 1103/1255 87% [====================================================== ] 1104/1255 87% [====================================================== ] 1105/1255 88% [====================================================== ] 1106/1255 88% [====================================================== ] 1107/1255 88% [====================================================== ] 1108/1255 88% [====================================================== ] 1109/1255 88% [====================================================== ] 1110/1255 88% [====================================================== ] 1111/1255 88% [====================================================== ] 1112/1255 88% [====================================================== ] 1113/1255 88% [======================================================= ] 1114/1255 88% [======================================================= ] 1115/1255 88% [======================================================= ] 1116/1255 88% [======================================================= ] 1117/1255 89% [======================================================= ] 1118/1255 89% [======================================================= ] 1119/1255 89% [======================================================= ] 1120/1255 89% [======================================================= ] 1121/1255 89% [======================================================= ] 1122/1255 89% [======================================================= ] 1123/1255 89% [======================================================= ] 1124/1255 89% [======================================================= ] 1125/1255 89% [======================================================= ] 1126/1255 89% [======================================================= ] 1127/1255 89% [======================================================= ] 1128/1255 89% [======================================================= ] 1129/1255 89% [======================================================= ] 1130/1255 90% [======================================================= ] 1131/1255 90% [======================================================= ] 1132/1255 90% [======================================================= ] 1133/1255 90% [======================================================== ] 1134/1255 90% [======================================================== ] 1135/1255 90% [======================================================== ] 1136/1255 90% [======================================================== ] 1137/1255 90% [======================================================== ] 1138/1255 90% [======================================================== ] 1139/1255 90% [======================================================== ] 1140/1255 90% [======================================================== ] 1141/1255 90% [======================================================== ] 1142/1255 90% [======================================================== ] 1143/1255 91% [======================================================== ] 1144/1255 91% [======================================================== ] 1145/1255 91% [======================================================== ] 1146/1255 91% [======================================================== ] 1147/1255 91% [======================================================== ] 1148/1255 91% [======================================================== ] 1149/1255 91% [======================================================== ] 1150/1255 91% [======================================================== ] 1151/1255 91% [======================================================== ] 1152/1255 91% [======================================================== ] 1153/1255 91% [========================================================= ] 1154/1255 91% [========================================================= ] 1155/1255 92% [========================================================= ] 1156/1255 92% [========================================================= ] 1157/1255 92% [========================================================= ] 1158/1255 92% [========================================================= ] 1159/1255 92% [========================================================= ] 1160/1255 92% [========================================================= ] 1161/1255 92% [========================================================= ] 1162/1255 92% [========================================================= ] 1163/1255 92% [========================================================= ] 1164/1255 92% [========================================================= ] 1165/1255 92% [========================================================= ] 1166/1255 92% [========================================================= ] 1167/1255 92% [========================================================= ] 1168/1255 93% [========================================================= ] 1169/1255 93% [========================================================= ] 1170/1255 93% [========================================================= ] 1171/1255 93% [========================================================= ] 1172/1255 93% [========================================================= ] 1173/1255 93% [========================================================= ] 1174/1255 93% [========================================================== ] 1175/1255 93% [========================================================== ] 1176/1255 93% [========================================================== ] 1177/1255 93% [========================================================== ] 1178/1255 93% [========================================================== ] 1179/1255 93% [========================================================== ] 1180/1255 94% [========================================================== ] 1181/1255 94% [========================================================== ] 1182/1255 94% [========================================================== ] 1183/1255 94% [========================================================== ] 1184/1255 94% [========================================================== ] 1185/1255 94% [========================================================== ] 1186/1255 94% [========================================================== ] 1187/1255 94% [========================================================== ] 1188/1255 94% [========================================================== ] 1189/1255 94% [========================================================== ] 1190/1255 94% [========================================================== ] 1191/1255 94% [========================================================== ] 1192/1255 94% [========================================================== ] 1193/1255 95% [========================================================== ] 1194/1255 95% [=========================================================== ] 1195/1255 95% [=========================================================== ] 1196/1255 95% [=========================================================== ] 1197/1255 95% [=========================================================== ] 1198/1255 95% [=========================================================== ] 1199/1255 95% [=========================================================== ] 1200/1255 95% [=========================================================== ] 1201/1255 95% [=========================================================== ] 1202/1255 95% [=========================================================== ] 1203/1255 95% [=========================================================== ] 1204/1255 95% [=========================================================== ] 1205/1255 96% [=========================================================== ] 1206/1255 96% [=========================================================== ] 1207/1255 96% [=========================================================== ] 1208/1255 96% [=========================================================== ] 1209/1255 96% [=========================================================== ] 1210/1255 96% [=========================================================== ] 1211/1255 96% [=========================================================== ] 1212/1255 96% [=========================================================== ] 1213/1255 96% [=========================================================== ] 1214/1255 96% [============================================================ ] 1215/1255 96% [============================================================ ] 1216/1255 96% [============================================================ ] 1217/1255 96% [============================================================ ] 1218/1255 97% [============================================================ ] 1219/1255 97% [============================================================ ] 1220/1255 97% [============================================================ ] 1221/1255 97% [============================================================ ] 1222/1255 97% [============================================================ ] 1223/1255 97% [============================================================ ] 1224/1255 97% [============================================================ ] 1225/1255 97% [============================================================ ] 1226/1255 97% [============================================================ ] 1227/1255 97% [============================================================ ] 1228/1255 97% [============================================================ ] 1229/1255 97% [============================================================ ] 1230/1255 98% [============================================================ ] 1231/1255 98% [============================================================ ] 1232/1255 98% [============================================================ ] 1233/1255 98% [============================================================ ] 1234/1255 98% [============================================================= ] 1235/1255 98% [============================================================= ] 1236/1255 98% [============================================================= ] 1237/1255 98% [============================================================= ] 1238/1255 98% [============================================================= ] 1239/1255 98% [============================================================= ] 1240/1255 98% [============================================================= ] 1241/1255 98% [============================================================= ] 1242/1255 98% [============================================================= ] 1243/1255 99% [============================================================= ] 1244/1255 99% [============================================================= ] 1245/1255 99% [============================================================= ] 1246/1255 99% [============================================================= ] 1247/1255 99% [============================================================= ] 1248/1255 99% [============================================================= ] 1249/1255 99% [============================================================= ] 1250/1255 99% [============================================================= ] 1251/1255 99% [============================================================= ] 1252/1255 99% [============================================================= ] 1253/1255 99% [============================================================= ] 1254/1255 99% [==============================================================] 1255/1255 100% operation complete, 1255 objects in 30199 NAND pages. ln -snf /tmp/instance-21/output-1/host/xtensa-buildroot-linux-uclibc/sysroot /tmp/instance-21/output-1/staging make: Leaving directory '/tmp/instance-21/buildroot' make: Entering directory '/tmp/instance-21/buildroot' >>> Buildroot 2022.08-539-g85a9a3f0e6 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.3.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-tar 1.34 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-xz 5.2.7 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> uclibc 1.0.42 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.3.0 Collecting legal info >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-none Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> acpid 2.0.33 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> arptables 0.0.5 Collecting legal info COPYING: OK (sha256: ebdb8ae564c952792017ec680e2edd30443642216eb9f8a3d8fa166c0cb628c1) >>> b43-firmware 5.10.56.27.3 Collecting legal info >>> host-b43-fwcutter 019 Collecting legal info COPYING: OK (sha256: 6af9fc424d57f29b7e59b35e52d4a91aca80304506275f2c0c076317fc6eb583) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> bubblewrap 0.6.2 Collecting legal info COPYING: OK (sha256: b7993225104d90ddd8024fd838faf300bea5e83d91203eab98e29512acebd69c) >>> host-meson 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-python-setuptools 65.3.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.7 Collecting legal info LICENSE: OK (sha256: f03e17cd594c2085f66a454e695c7ebe5b4d3c0eff534f4f194abc2fd164621b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.3 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> libcap 2.65 Collecting legal info License: OK (sha256: f58c80bcce8c929db39a23c32e924876e3311f3ffa54f66076c38056d38fa59b) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> busybox 1.35.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.46.5 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> 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) >>> file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-file 5.41 Collecting legal info COPYING: OK (sha256: 0bfa856a9930bddadbef95d1be1cf4e163c0be618e76ea3275caaf255283e274) src/mygetopt.h: OK (sha256: 4ccb60d623884ef637af4a5bc16b2cb350163e2135e967655837336019a64462) src/vasprintf.c: OK (sha256: c4fa92d6504b88484a12140fe3e24b9b29b0112717f94b1ff4205d54828b1c70) >>> zlib Collecting legal info >>> libzlib 1.2.12 Collecting legal info README: OK (sha256: fc2c3368901700f0acdeb1d8afeaca5923296768ec6824ecdf627aac396001fd) >>> ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> watchdog 5.16 Collecting legal info COPYING: OK (sha256: af7f3f94e85080204b37f7c53717a2c94c6b54d7fa516ebd74e008cb4c0391bd) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.4.9 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.37 Collecting legal info LICENSE: OK (sha256: bf5e22b9dce8464064ae17a48ea1133c3369ac9e1d80ef9e320e5219aa14ea9b) >>> lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> pixman 0.40.0 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-checkpolicy 3.3 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-libselinux 3.3 Collecting legal info LICENSE: OK (sha256: 86657b4c0fe868d7cbd977cb04c63b6c667e08fa51595a7bc846ad4bed8fc364) >>> host-libsepol 3.3 Collecting legal info COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-coreutils 9.1 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-swig 4.0.2 Collecting legal info LICENSE: OK (sha256: f53abaeed775018d519a1b9615f0ca17894772bd9ca21c2a156bf340ac41c13e) LICENSE-GPL: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) LICENSE-UNIVERSITIES: OK (sha256: 7f50d942373a871211c5efee03f3db2f9efd1cff1002b0ef8e3748baa611a5c2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> chocolate-doom 3.0.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libsamplerate 0.2.2 Collecting legal info COPYING: OK (sha256: 2c1f76ce2effdddb425018405d5690c0b1ab4e6976e35296b0a6db65c5e1a55d) >>> sdl2 2.24.1 Collecting legal info LICENSE.txt: OK (sha256: fcb07e07ac6bc8b2fcf047b50431ef4ebe5b619d7ca7c82212018309a9067426) >>> sdl2_mixer 2.0.4 Collecting legal info COPYING.txt: OK (sha256: 113727180e7956cb9718b03b41da85b63ea54743a33047071a623bf672895a10) >>> sdl2_net 2.0.1 Collecting legal info COPYING.txt: OK (sha256: f09845a238245402a8b8388db6634d8a5b2c3e1dc098f16f9d8c74a276ef4594) >>> host-cramfs 2.1 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-environment-setup Collecting legal info >>> host-faketime 0.9.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> fftw-single 3.3.8 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> fping 5.1 Collecting legal info COPYING: OK (sha256: 6051b27e4b4a648f7bc8b329024da53a6e95ce88fcf0ccc259c371a74b741757) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.1 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> libiconv 1.15 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> giflib 5.2.1 Collecting legal info COPYING: OK (sha256: 0c9b7990ecdca88b676db232c226548ac408b279f550d424d996f0d83591dd8e) >>> google-material-design-icons 2.2.3 Collecting legal info LICENSE: OK (sha256: 8ae9438818c26e4873b91d8c6ad620526c011e27e125677f13031eda903f007c) >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> host-gzip 1.12 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> jasper 2.0.33 Collecting legal info LICENSE: OK (sha256: 4ad1bb42aff888c4403d792e6e2c5f1716d6c279fea70b296333c9d577d30b81) >>> jquery-datetimepicker 2.4.5 Collecting legal info MIT-LICENSE.txt: OK (sha256: 491add640b4678b78571d3b4c0840422b48a5b397e47e2104c1942ff1fce1a68) >>> jquery 3.5.1 Collecting legal info >>> leafnode2 2.0.0.alpha20140727b Collecting legal info COPYING: OK (sha256: 59d37f745dc5a2d63a51dff344f4ad89f72e76f8c7b7d877f20880d838b1bec9) COPYING.LGPL: OK (sha256: 0c92246a9d3636e0aa6a244f6c481639b2e530fbbb25bc048ce7acd83e1fc5f6) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> libcsv 3.0.3 Collecting legal info COPYING.LESSER: OK (sha256: 6876b170378d38f65aadd271485f0a5c45beaa043a7d3de5e1636ec927922c83) >>> libcue 2.2.1 Collecting legal info LICENSE: OK (sha256: c388d36583fa54e13b6d73ad924d0b68d073ed8a5771e17cb49104705df4504f) >>> libcurl 7.84.0 Collecting legal info COPYING: OK (sha256: 321b1a09ebc30410f2e837c072e5521cf7095b757193af4a7dae1086e36ed31a) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libdnet 1.16.1 Collecting legal info LICENSE: OK (sha256: 6b46ec86e290066c47b6607d322135b3c473566e7225ac23d35a7c0588a82da6) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libg7221 dbfc29d4806ecdace50379a2f4d68a992a6fec34 Collecting legal info COPYING: OK (sha256: 26cc5f718279b45dbe34e25a2d29b2c8ca487bd9ab11b2d68c9318ff59d5c645) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libiio 0.24 Collecting legal info COPYING.txt: OK (sha256: 102900208eef27b766380135906d431dba87edaa7ec6aa72e6ebd3dd67f3a97b) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libpciaccess 0.16 Collecting legal info COPYING: OK (sha256: 47012fd746980d1712ac4f3841ab6164bda1d2b84880760e45dbe1e1dc07f608) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libtalloc 2.3.4 Collecting legal info talloc.h: OK (sha256: f8340c449dd64a55c6605b02fcad2aec6f473612ac6026739a22995380a8043c) >>> linux-serial-test bf865c37ccf9cbb1826ada61037c036dc1990b7b Collecting legal info LICENSES/MIT: OK (sha256: a2a6760c2c6fa779a635e4a7ad00f668862ebcadb2a8a57d16662543e103e08c) >>> lrzsz 0.12.20 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> lv2 1.18.2 Collecting legal info COPYING: OK (sha256: 0b0b07d852e3ce7fa04986e141f73001bd7f260683968f0a19e02dbcc4131aa6) >>> lz4 1.9.3 Collecting legal info lib/LICENSE: OK (sha256: d15d99c8dc6b0ec22174c0e563a95bc40f9363ca7f9d9d793bb5c5a8e8d0af71) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> make 4.2.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> mbedtls 2.28.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> netcalc 2.1.6 Collecting legal info LICENSE: OK (sha256: 745538f8d515d37af6f03442df982a8b211b129e8dc10d0195e33c4b42f8fe5f) >>> nginx 1.20.1 Collecting legal info LICENSE: OK (sha256: b57270c1f73eb6624b38b2d0a1affcec56b21fab39efbf8c837428f05cef1d73) >>> ngircd 26.1 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> nvme 1.12 Collecting legal info LICENSE: OK (sha256: a45d0bb572ed792ed34627a72621834b3ba92aab6e2cc4e04301dee7a728d753) >>> open-plc-utils 32408520fcebe785983a68e39ec83830a3005779 Collecting legal info LICENSE: OK (sha256: 3137c632bbcec5e88b72dc13f4fe06ee184eea364fec8f7494bdfa57672ef921) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> picocom 3.1 Collecting legal info LICENSE.txt: OK (sha256: 9273c6b2c55be95f0f0df292d87e8900e5bfdf5b510a6ea09e80306cf45c10f6) >>> pimd 2.3.2 Collecting legal info LICENSE: OK (sha256: 3379436c16caccdef9b40a49fbdfdbb45aad8ecb05870834490b8fb080126009) LICENSE.mrouted: OK (sha256: 4328a21f0822caa9976356623118bcdcc9970c7a0f9a3deeba23c779b7cfb5d1) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> host-python-cython 0.29.32 Collecting legal info COPYING.txt: OK (sha256: e1eb1c49a8508e8173dac30157e4a6439a44ad8846194746c424fbc3fc2b95d7) LICENSE.txt: OK (sha256: a6cba85bc92e0cff7a450b1d873c0eaa2e9fc96bf472df0247a26bec77bf3ff9) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> rs485conf 5c8d00cf70950fab3454549b81dea843d844492a Collecting legal info LICENSE: OK (sha256: 3e5c80d50879a9572ac9e463215a942490a67b56dfd8a3e27004d7c62e0493c8) >>> rsync 3.2.5 Collecting legal info COPYING: OK (sha256: 85c19ea50a224c2d0067a69c083584e5717b40b76610ec1218f91385775067dd) >>> rtty 7.4.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> sdparm 1.10 Collecting legal info COPYING: OK (sha256: 4f98444e14adb18a94a65c3ded5f0dad42d382c6a2288b593a2d5bd5ecc4f46d) >>> stunnel 5.65 Collecting legal info COPYING.md: OK (sha256: f10bcd7ee7b722dce40c9c674761ddb37e7e29a76a6e413e961cd52e361c5d7a) COPYRIGHT.md: OK (sha256: 62f171d4d8b6726df61f18a6bbc0a70f79c4bc2134d837d35c81fc6289a2d84d) >>> tinymembench 0.4 Collecting legal info LICENSE: OK (sha256: 8ba473aced4630aee2808efe17b53e904a9d68a9b3361de491717f9a4e75da39) >>> tpm2-tss 3.1.0 Collecting legal info LICENSE: OK (sha256: 18c1bf4b1ba1fb2c4ffa7398c234d83c0d55475298e470ae1e5e3a8a8bd2e448) >>> uacme 1.7.3 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> vtun 3.0.4 Collecting legal info README.OpenSSL: OK (sha256: 5692a9a69dc5abc1aa9cbc54899d114b65c4cefbd9d7fcecc304316a2f26ced3) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-zstd 1.5.2 Collecting legal info LICENSE: OK (sha256: 2c1a7fa704df8f3a606f6fc010b8b5aaebf403f3aeec339a12048f1ba7331a0b) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mkpasswd Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-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: b43-firmware-5.10.56.27.3: cannot save license (B43_FIRMWARE_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /tmp/instance-21/output-1/legal-info make: Leaving directory '/tmp/instance-21/buildroot'