/usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/include /home/buildroot/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-2/output-1/target/usr/doc find /home/buildroot/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-2/output-1/target/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/man /home/buildroot/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/info /home/buildroot/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/doc /home/buildroot/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-2/output-1/target/lib/debug /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-2/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-2/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-1133-ge091e31831"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.11-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.11-git\"" \ ) > /home/buildroot/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PARALLEL_JOBS=4 \ PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-2/output-1/per-package \ /home/buildroot/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cloop mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/genisoimage -r /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target | /home/buildroot/autobuild/instance-2/output-1/host/bin/create_compressed_fs - 65536 > /home/buildroot/autobuild/instance-2/output-1/images/rootfs.cloop\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' 48 processor core(s) detected Warning, number as file string found. Assuming old command syntax and choosing compatible parameters (-m -B 65536). See the usage info (-h) for better/correct parameters. Block size 65536, expected number of blocks: 2147483647 Using CANTA000.OTF;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/fonts/cantarell/Cantarell-BoldOblique.otf (Cantarell-Bold.otf) Using CANTA001.OTF;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/fonts/cantarell/Cantarell-Bold.otf (Cantarell-Oblique.otf) Using CANTA002.OTF;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/fonts/cantarell/Cantarell-Oblique.otf (Cantarell-Regular.otf) Using XTERM000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/share/terminfo/x/xterm+256color (xterm-256color) Using LIBUS000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libusb-1.0.so.0 (libusb-1.0.so.0.3.0) Using LIBBR000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlicommon.so.1.1.0 (libbrotlienc.so.1.1.0) Using LIBMN000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libmnl.so.0.2.0 (libmnl.so.0) Using LIBOP000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libopus.so.0.9.0 (libopus.so.0) Using LIBFR000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libfreefare.so.0.0.0 (libfreefare.so.0) Using LIBBR000.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlicommon.so (libbrotlidec.so) Using LIBGP000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libgpg-error.so.0 (libgpg-error.so.0.34.0) Using LIBBR000.1;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlidec.so.1 (libbrotlienc.so.1) Using LIBSP000.1;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libspeexdsp.so.1 (libspeex.so.1) Using LIBNF000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libnfnetlink.so.0.2.0 (libnfnetlink.so.0) Using LIBRA000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libraptor2.so.0.0.0 (libraptor2.so.0) Using LIBSH000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libsha1.so.0.0.0 (libsha1.so.0) Using LIBCM000.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libcmocka.so.0 (libcmocka.so.0.7.0) Using LIBSP000.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libspeex.so (libspeexdsp.so) Using LIBSP000.2;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libspeex.so.1.5.2 (libspeexdsp.so.1.5.2) Using LIBBR001.0;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlienc.so.1.1.0 (libbrotlidec.so.1.1.0) Using LIBUS000.4;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libusb-0.1.so.4 (libusb-0.1.so.4.4.4) Using LIBBR001.SO;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlidec.so (libbrotlienc.so) Using LIBBR001.1;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/lib/libbrotlienc.so.1 (libbrotlicommon.so.1) Using GIT_F000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-fast-export (git-fast-import) Using GIT_D000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-diff-files (git-difftool) Using GIT_M000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-file (git-merge-resolve) Using GIT_V000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-verify-pack (git-verify-tag) Using GIT_D001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-difftool (git-diff-index) Using GIT_M001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-resolve (git-mergetool--lib) Using GIT_C000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-checkout-index (git-checkout) Using GIT_M002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-mergetool--lib (git-mergetool) Using GIT_P000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-pack-objects (git-pack-redundant) Using GIT_D002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-diff-index (git-diff-tree) Using GIT_M003.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-mergetool (git-merge-ours) Using GIT_M004.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-ours (git-merge-one-file) Using GIT_P001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-pack-redundant (git-pack-refs) Using GIT_C001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-checkout (git-check-attr) Using GIT_M005.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-one-file (git-merge-tree) Using GIT_C002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-check-attr (git-checkout--worker) Using GIT_D003.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-diff-tree (git-diff) Using GIT_S000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-show (git-show-branch) Using GIT_C003.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-checkout--worker (git-check-mailmap) Using GIT_D004.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-diff (git-difftool--helper) Using GIT_U000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-upload-archive (git-upload-pack) Using GIT_F001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-for-each-ref (git-for-each-repo) Using GIT_C004.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-commit-graph (git-commit-tree) Using GIT_M006.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-tree (git-merge-index) Using GIT_V001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-verify-tag (git-verify-commit) Using GIT_U001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-unpack-objects (git-unpack-file) Using GIT_S001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-sh-i18n (git-sh-i18n--envsubst) Using GIT_M007.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-mailsplit (git-mailinfo) Using GIT_C005.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-check-mailmap (git-check-ref-format) Using GIT_F002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-fsck-objects (git-fsck) Using GIT_U002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-update-index (git-update-ref) Using GIT_S002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-send-pack (git-send-email) Using GIT_M008.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-index (git-merge-subtree) Using GIT_C006.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-credential-cache (git-credential-store) Using GIT_R000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-remote (git-remote-fd) Using GIT_R001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-rev-parse (git-rev-list) Using GIT_C007.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-credential-store (git-credential-cache--daemon) Using GIT_C008.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-credential-cache--daemon (git-credential) Using GIT_I000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-init (git-init-db) Using GIT_A000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-archive (git-archimport) Using GIT_C009.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-commit-tree (git-commit) Using GIT_F003.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-fetch (git-fetch-pack) Using GIT_U003.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-update-ref (git-update-server-info) Using GIT_M009.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-subtree (git-merge-base) Using GIT_P002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-prune-packed (git-prune) Using GIT_C00A.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-cherry (git-cherry-pick) Using GIT_S003.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-submodule--helper (git-submodule) Using GIT_M00A.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-base (git-merge-recursive) Using GIT_M00B.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-recursive (git-merge-octopus) Using GIT_C00B.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-check-ref-format (git-check-ignore) Using GIT_S004.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-show-branch (git-show-ref) Using GIT_M00C.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-merge-octopus (git-merge) Using GIT_R002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-remote-fd (git-remote-ext) Using GIT_S005.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/libexec/git-core/git-show-ref (git-show-index) Using MIFAR000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-desfire-create-ndef (mifare-desfire-format) Using MIFAR001.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-desfire-format (mifare-desfire-read-ndef) Using MIFAR002.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-desfire-read-ndef (mifare-desfire-ev1-configure-default-key) Using MIFAR003.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-desfire-ev1-configure-default-key (mifare-desfire-access) Using GIT_U000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/git-upload-archive (git-upload-pack) Using MIFAR004.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-desfire-access (mifare-desfire-write-ndef) Using MIFAR005.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-desfire-write-ndef (mifare-desfire-ev1-configure-ats) Using MIFAR006.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-classic-read-ndef (mifare-classic-write-ndef) Using MIFAR007.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-classic-write-ndef (mifare-classic-format) Using CGROU000.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/cgroupfs-mount (cgroupfs-umount) Using MIFAR008.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-desfire-ev1-configure-ats (mifare-desfire-ev1-configure-random-uid) Using MIFAR009.;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/usr/bin/mifare-desfire-ev1-configure-random-uid (mifare-desfire-info) Using FSCK000.EXT;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/sbin/fsck.ext2 (fsck.ext4) Using FSCK001.EXT;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/sbin/fsck.ext4 (fsck.ext3) Using MKFS000.EXT;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/sbin/mkfs.ext3 (mkfs.ext4) Using MKFS001.EXT;1 for /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/cloop/target/sbin/mkfs.ext4 (mkfs.ext2) [ 9] Blk# 0, [ratio/avg. 5%/ 5%], avg.speed: 65536 b/s, ETA: 2147483646s [ 9] Blk# 100, [ratio/avg. 63%/ 35%], avg.speed: 6619136 b/s, ETA: 21262213s 18.36% done, estimate finish Tue Nov 7 06:06:05 2023 [ 9] Blk# 200, [ratio/avg. 45%/ 31%], avg.speed: 13172736 b/s, ETA: 10683997s 36.69% done, estimate finish Tue Nov 7 06:06:05 2023 [ 9] Blk# 300, [ratio/avg. 13%/ 33%], avg.speed: 19726336 b/s, ETA: 7134496s [ 9] Blk# 400, [ratio/avg. 46%/ 35%], avg.speed: 26279936 b/s, ETA: 5355319s 54.97% done, estimate finish Tue Nov 7 06:06:05 2023 [ 9] Blk# 500, [ratio/avg. 55%/ 37%], avg.speed: 32833536 b/s, ETA: 4286393s 73.29% done, estimate finish Tue Nov 7 06:06:05 2023 [ 9] Blk# 600, [ratio/avg. 57%/ 38%], avg.speed: 39387136 b/s, ETA: 3573183s [ 9] Blk# 700, [ratio/avg. 10%/ 38%], avg.speed: 45940736 b/s, ETA: 3063456s 91.65% done, estimate finish Tue Nov 7 06:06:06 2023 Total translation table size: 0 Total rockridge attributes bytes: 185601 Total directory bytes: 417792 Path table size(bytes): 1170 [ 9] Blk# 800, [ratio/avg. 42%/ 38%], avg.speed: 26247168 b/s, ETA: 5362004s Max brk space used 1d5000 27288 extents written (53 MB) Statistics: gzip(0): 0 ( 0%) gzip(1): 0 ( 0%) gzip(2): 0 ( 0%) gzip(3): 0 ( 0%) gzip(4): 0 ( 0%) gzip(5): 0 ( 0%) gzip(6): 0 ( 0%) gzip(7): 0 ( 0%) gzip(8): 0 ( 0%) gzip(9): 853 (1e+02%) 7zip: 0 ( 0%) Writing index for 853 block(s)... Writing compressed data... >>> Generating filesystem image rootfs.jffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/sbin/mkfs.jffs2 -e 0x10000 --with-xattr -l -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target -o /home/buildroot/autobuild/instance-2/output-1/images/rootfs.jffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/jffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/images rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-2/output-1/target/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-2/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-2/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-2/output-1/host/bin:/home/buildroot/autobuild/instance-2/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][done] scanning complete, total 2010 objects. stage 2: creating image '/home/buildroot/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/2010 0% [ ] 2/2010 0% [ ] 3/2010 0% [ ] 4/2010 0% [ ] 5/2010 0% [ ] 6/2010 0% [ ] 7/2010 0% [ ] 8/2010 0% [ ] 9/2010 0% [ ] 10/2010 0% [ ] 11/2010 0% [ ] 12/2010 0% [ ] 13/2010 0% [ ] 14/2010 0% [ ] 15/2010 0% [ ] 16/2010 0% [ ] 17/2010 0% [ ] 18/2010 0% [ ] 19/2010 0% [ ] 20/2010 0% [ ] 21/2010 1% [ ] 22/2010 1% [ ] 23/2010 1% [ ] 24/2010 1% [ ] 25/2010 1% [ ] 26/2010 1% [ ] 27/2010 1% [ ] 28/2010 1% [ ] 29/2010 1% [ ] 30/2010 1% [ ] 31/2010 1% [ ] 32/2010 1% [= ] 33/2010 1% [= ] 34/2010 1% [= ] 35/2010 1% [= ] 36/2010 1% [= ] 37/2010 1% [= ] 38/2010 1% [= ] 39/2010 1% [= ] 40/2010 1% [= ] 41/2010 2% [= ] 42/2010 2% [= ] 43/2010 2% [= ] 44/2010 2% [= ] 45/2010 2% [= ] 46/2010 2% [= ] 47/2010 2% [= ] 48/2010 2% [= ] 49/2010 2% [= ] 50/2010 2% [= ] 51/2010 2% [= ] 52/2010 2% [= ] 53/2010 2% [= ] 54/2010 2% [= ] 55/2010 2% [= ] 56/2010 2% [= ] 57/2010 2% [= ] 58/2010 2% [= ] 59/2010 2% [= ] 60/2010 2% [= ] 61/2010 3% [= ] 62/2010 3% [= ] 63/2010 3% [= ] 64/2010 3% [== ] 65/2010 3% [== ] 66/2010 3% [== ] 67/2010 3% [== ] 68/2010 3% [== ] 69/2010 3% [== ] 70/2010 3% [== ] 71/2010 3% [== ] 72/2010 3% [== ] 73/2010 3% [== ] 74/2010 3% [== ] 75/2010 3% [== ] 76/2010 3% [== ] 77/2010 3% [== ] 78/2010 3% [== ] 79/2010 3% [== ] 80/2010 3% [== ] 81/2010 4% [== ] 82/2010 4% [== ] 83/2010 4% [== ] 84/2010 4% [== ] 85/2010 4% [== ] 86/2010 4% [== ] 87/2010 4% [== ] 88/2010 4% [== ] 89/2010 4% [== ] 90/2010 4% [== ] 91/2010 4% [== ] 92/2010 4% [== ] 93/2010 4% [== ] 94/2010 4% [== ] 95/2010 4% [== ] 96/2010 4% [== ] 97/2010 4% [=== ] 98/2010 4% [=== ] 99/2010 4% [=== ] 100/2010 4% [=== ] 101/2010 5% [=== ] 102/2010 5% [=== ] 103/2010 5% [=== ] 104/2010 5% [=== ] 105/2010 5% [=== ] 106/2010 5% [=== ] 107/2010 5% [=== ] 108/2010 5% [=== ] 109/2010 5% [=== ] 110/2010 5% [=== ] 111/2010 5% [=== ] 112/2010 5% [=== ] 113/2010 5% [=== ] 114/2010 5% [=== ] 115/2010 5% [=== ] 116/2010 5% [=== ] 117/2010 5% [=== ] 118/2010 5% [=== ] 119/2010 5% [=== ] 120/2010 5% [=== ] 121/2010 6% [=== ] 122/2010 6% [=== ] 123/2010 6% [=== ] 124/2010 6% [=== ] 125/2010 6% [=== ] 126/2010 6% [=== ] 127/2010 6% [=== ] 128/2010 6% [=== ] 129/2010 6% [==== ] 130/2010 6% [==== ] 131/2010 6% [==== ] 132/2010 6% [==== ] 133/2010 6% [==== ] 134/2010 6% [==== ] 135/2010 6% [==== ] 136/2010 6% [==== ] 137/2010 6% [==== ] 138/2010 6% [==== ] 139/2010 6% [==== ] 140/2010 6% [==== ] 141/2010 7% [==== ] 142/2010 7% [==== ] 143/2010 7% [==== ] 144/2010 7% [==== ] 145/2010 7% [==== ] 146/2010 7% [==== ] 147/2010 7% [==== ] 148/2010 7% [==== ] 149/2010 7% [==== ] 150/2010 7% [==== ] 151/2010 7% [==== ] 152/2010 7% [==== ] 153/2010 7% [==== ] 154/2010 7% [==== ] 155/2010 7% [==== ] 156/2010 7% [==== ] 157/2010 7% [==== ] 158/2010 7% [==== ] 159/2010 7% [==== ] 160/2010 7% [==== ] 161/2010 8% [==== ] 162/2010 8% [===== ] 163/2010 8% [===== ] 164/2010 8% [===== ] 165/2010 8% [===== ] 166/2010 8% [===== ] 167/2010 8% [===== ] 168/2010 8% [===== ] 169/2010 8% [===== ] 170/2010 8% [===== ] 171/2010 8% [===== ] 172/2010 8% [===== ] 173/2010 8% [===== ] 174/2010 8% [===== ] 175/2010 8% [===== ] 176/2010 8% [===== ] 177/2010 8% [===== ] 178/2010 8% [===== ] 179/2010 8% [===== ] 180/2010 8% [===== ] 181/2010 9% [===== ] 182/2010 9% [===== ] 183/2010 9% [===== ] 184/2010 9% [===== ] 185/2010 9% [===== ] 186/2010 9% [===== ] 187/2010 9% [===== ] 188/2010 9% [===== ] 189/2010 9% [===== ] 190/2010 9% [===== ] 191/2010 9% [===== ] 192/2010 9% [===== ] 193/2010 9% [===== ] 194/2010 9% [====== ] 195/2010 9% [====== ] 196/2010 9% [====== ] 197/2010 9% [====== ] 198/2010 9% [====== ] 199/2010 9% [====== ] 200/2010 9% [====== ] 201/2010 10% [====== ] 202/2010 10% [====== ] 203/2010 10% [====== ] 204/2010 10% [====== ] 205/2010 10% [====== ] 206/2010 10% [====== ] 207/2010 10% [====== ] 208/2010 10% [====== ] 209/2010 10% [====== ] 210/2010 10% [====== ] 211/2010 10% [====== ] 212/2010 10% [====== ] 213/2010 10% [====== ] 214/2010 10% [====== ] 215/2010 10% [====== ] 216/2010 10% [====== ] 217/2010 10% [====== ] 218/2010 10% [====== ] 219/2010 10% [====== ] 220/2010 10% [====== ] 221/2010 10% [====== ] 222/2010 11% [====== ] 223/2010 11% [====== ] 224/2010 11% [====== ] 225/2010 11% [====== ] 226/2010 11% [======= ] 227/2010 11% [======= ] 228/2010 11% [======= ] 229/2010 11% [======= ] 230/2010 11% [======= ] 231/2010 11% [======= ] 232/2010 11% [======= ] 233/2010 11% [======= ] 234/2010 11% [======= ] 235/2010 11% [======= ] 236/2010 11% [======= ] 237/2010 11% [======= ] 238/2010 11% [======= ] 239/2010 11% [======= ] 240/2010 11% [======= ] 241/2010 11% [======= ] 242/2010 12% [======= ] 243/2010 12% [======= ] 244/2010 12% [======= ] 245/2010 12% [======= ] 246/2010 12% [======= ] 247/2010 12% [======= ] 248/2010 12% [======= ] 249/2010 12% [======= ] 250/2010 12% [======= ] 251/2010 12% [======= ] 252/2010 12% [======= ] 253/2010 12% [======= ] 254/2010 12% [======= ] 255/2010 12% [======= ] 256/2010 12% [======= ] 257/2010 12% [======= ] 258/2010 12% [======= ] 259/2010 12% [======== ] 260/2010 12% [======== ] 261/2010 12% [======== ] 262/2010 13% [======== ] 263/2010 13% [======== ] 264/2010 13% [======== ] 265/2010 13% [======== ] 266/2010 13% [======== ] 267/2010 13% [======== ] 268/2010 13% [======== ] 269/2010 13% [======== ] 270/2010 13% [======== ] 271/2010 13% [======== ] 272/2010 13% [======== ] 273/2010 13% [======== ] 274/2010 13% [======== ] 275/2010 13% [======== ] 276/2010 13% [======== ] 277/2010 13% [======== ] 278/2010 13% [======== ] 279/2010 13% [======== ] 280/2010 13% [======== ] 281/2010 13% [======== ] 282/2010 14% [======== ] 283/2010 14% [======== ] 284/2010 14% [======== ] 285/2010 14% [======== ] 286/2010 14% [======== ] 287/2010 14% [======== ] 288/2010 14% [======== ] 289/2010 14% [======== ] 290/2010 14% [======== ] 291/2010 14% [========= ] 292/2010 14% [========= ] 293/2010 14% [========= ] 294/2010 14% [========= ] 295/2010 14% [========= ] 296/2010 14% [========= ] 297/2010 14% [========= ] 298/2010 14% [========= ] 299/2010 14% [========= ] 300/2010 14% [========= ] 301/2010 14% [========= ] 302/2010 15% [========= ] 303/2010 15% [========= ] 304/2010 15% [========= ] 305/2010 15% [========= ] 306/2010 15% [========= ] 307/2010 15% [========= ] 308/2010 15% [========= ] 309/2010 15% [========= ] 310/2010 15% [========= ] 311/2010 15% [========= ] 312/2010 15% [========= ] 313/2010 15% [========= ] 314/2010 15% [========= ] 315/2010 15% [========= ] 316/2010 15% [========= ] 317/2010 15% [========= ] 318/2010 15% [========= ] 319/2010 15% [========= ] 320/2010 15% [========= ] 321/2010 15% [========= ] 322/2010 16% [========= ] 323/2010 16% [========= ] 324/2010 16% [========== ] 325/2010 16% [========== ] 326/2010 16% [========== ] 327/2010 16% [========== ] 328/2010 16% [========== ] 329/2010 16% [========== ] 330/2010 16% [========== ] 331/2010 16% [========== ] 332/2010 16% [========== ] 333/2010 16% [========== ] 334/2010 16% [========== ] 335/2010 16% [========== ] 336/2010 16% [========== ] 337/2010 16% [========== ] 338/2010 16% [========== ] 339/2010 16% [========== ] 340/2010 16% [========== ] 341/2010 16% [========== ] 342/2010 17% [========== ] 343/2010 17% [========== ] 344/2010 17% [========== ] 345/2010 17% [========== ] 346/2010 17% [========== ] 347/2010 17% [========== ] 348/2010 17% [========== ] 349/2010 17% [========== ] 350/2010 17% [========== ] 351/2010 17% [========== ] 352/2010 17% [========== ] 353/2010 17% [========== ] 354/2010 17% [========== ] 355/2010 17% [========== ] 356/2010 17% [=========== ] 357/2010 17% [=========== ] 358/2010 17% [=========== ] 359/2010 17% [=========== ] 360/2010 17% [=========== ] 361/2010 17% [=========== ] 362/2010 18% [=========== ] 363/2010 18% [=========== ] 364/2010 18% [=========== ] 365/2010 18% [=========== ] 366/2010 18% [=========== ] 367/2010 18% [=========== ] 368/2010 18% [=========== ] 369/2010 18% [=========== ] 370/2010 18% [=========== ] 371/2010 18% [=========== ] 372/2010 18% [=========== ] 373/2010 18% [=========== ] 374/2010 18% [=========== ] 375/2010 18% [=========== ] 376/2010 18% [=========== ] 377/2010 18% [=========== ] 378/2010 18% [=========== ] 379/2010 18% [=========== ] 380/2010 18% [=========== ] 381/2010 18% [=========== ] 382/2010 19% [=========== ] 383/2010 19% [=========== ] 384/2010 19% [=========== ] 385/2010 19% [=========== ] 386/2010 19% [=========== ] 387/2010 19% [=========== ] 388/2010 19% [=========== ] 389/2010 19% [============ ] 390/2010 19% [============ ] 391/2010 19% [============ ] 392/2010 19% [============ ] 393/2010 19% [============ ] 394/2010 19% [============ ] 395/2010 19% [============ ] 396/2010 19% [============ ] 397/2010 19% [============ ] 398/2010 19% [============ ] 399/2010 19% [============ ] 400/2010 19% [============ ] 401/2010 19% [============ ] 402/2010 20% [============ ] 403/2010 20% [============ ] 404/2010 20% [============ ] 405/2010 20% [============ ] 406/2010 20% [============ ] 407/2010 20% [============ ] 408/2010 20% [============ ] 409/2010 20% [============ ] 410/2010 20% [============ ] 411/2010 20% [============ ] 412/2010 20% [============ ] 413/2010 20% [============ ] 414/2010 20% [============ ] 415/2010 20% [============ ] 416/2010 20% [============ ] 417/2010 20% [============ ] 418/2010 20% [============ ] 419/2010 20% [============ ] 420/2010 20% [============ ] 421/2010 20% [============= ] 422/2010 20% [============= ] 423/2010 21% [============= ] 424/2010 21% [============= ] 425/2010 21% [============= ] 426/2010 21% [============= ] 427/2010 21% [============= ] 428/2010 21% [============= ] 429/2010 21% [============= ] 430/2010 21% [============= ] 431/2010 21% [============= ] 432/2010 21% [============= ] 433/2010 21% [============= ] 434/2010 21% [============= ] 435/2010 21% [============= ] 436/2010 21% [============= ] 437/2010 21% [============= ] 438/2010 21% [============= ] 439/2010 21% [============= ] 440/2010 21% [============= ] 441/2010 21% [============= ] 442/2010 21% [============= ] 443/2010 22% [============= ] 444/2010 22% [============= ] 445/2010 22% [============= ] 446/2010 22% [============= ] 447/2010 22% [============= ] 448/2010 22% [============= ] 449/2010 22% [============= ] 450/2010 22% [============= ] 451/2010 22% [============= ] 452/2010 22% [============= ] 453/2010 22% [============== ] 454/2010 22% [============== ] 455/2010 22% [============== ] 456/2010 22% [============== ] 457/2010 22% [============== ] 458/2010 22% [============== ] 459/2010 22% [============== ] 460/2010 22% [============== ] 461/2010 22% [============== ] 462/2010 22% [============== ] 463/2010 23% [============== ] 464/2010 23% [============== ] 465/2010 23% [============== ] 466/2010 23% [============== ] 467/2010 23% [============== ] 468/2010 23% [============== ] 469/2010 23% [============== ] 470/2010 23% [============== ] 471/2010 23% [============== ] 472/2010 23% [============== ] 473/2010 23% [============== ] 474/2010 23% [============== ] 475/2010 23% [============== ] 476/2010 23% [============== ] 477/2010 23% [============== ] 478/2010 23% [============== ] 479/2010 23% [============== ] 480/2010 23% [============== ] 481/2010 23% [============== ] 482/2010 23% [============== ] 483/2010 24% [============== ] 484/2010 24% [============== ] 485/2010 24% [============== ] 486/2010 24% [=============== ] 487/2010 24% [=============== ] 488/2010 24% [=============== ] 489/2010 24% [=============== ] 490/2010 24% [=============== ] 491/2010 24% [=============== ] 492/2010 24% [=============== ] 493/2010 24% [=============== ] 494/2010 24% [=============== ] 495/2010 24% [=============== ] 496/2010 24% [=============== ] 497/2010 24% [=============== ] 498/2010 24% [=============== ] 499/2010 24% [=============== ] 500/2010 24% [=============== ] 501/2010 24% [=============== ] 502/2010 24% [=============== ] 503/2010 25% [=============== ] 504/2010 25% [=============== ] 505/2010 25% [=============== ] 506/2010 25% [=============== ] 507/2010 25% [=============== ] 508/2010 25% [=============== ] 509/2010 25% [=============== ] 510/2010 25% [=============== ] 511/2010 25% [=============== ] 512/2010 25% [=============== ] 513/2010 25% [=============== ] 514/2010 25% [=============== ] 515/2010 25% [=============== ] 516/2010 25% [=============== ] 517/2010 25% [=============== ] 518/2010 25% [================ ] 519/2010 25% [================ ] 520/2010 25% [================ ] 521/2010 25% [================ ] 522/2010 25% [================ ] 523/2010 26% [================ ] 524/2010 26% [================ ] 525/2010 26% [================ ] 526/2010 26% [================ ] 527/2010 26% [================ ] 528/2010 26% [================ ] 529/2010 26% [================ ] 530/2010 26% [================ ] 531/2010 26% [================ ] 532/2010 26% [================ ] 533/2010 26% [================ ] 534/2010 26% [================ ] 535/2010 26% [================ ] 536/2010 26% [================ ] 537/2010 26% [================ ] 538/2010 26% [================ ] 539/2010 26% [================ ] 540/2010 26% [================ ] 541/2010 26% [================ ] 542/2010 26% [================ ] 543/2010 27% [================ ] 544/2010 27% [================ ] 545/2010 27% [================ ] 546/2010 27% [================ ] 547/2010 27% [================ ] 548/2010 27% [================ ] 549/2010 27% [================ ] 550/2010 27% [================ ] 551/2010 27% [================= ] 552/2010 27% [================= ] 553/2010 27% [================= ] 554/2010 27% [================= ] 555/2010 27% [================= ] 556/2010 27% [================= ] 557/2010 27% [================= ] 558/2010 27% [================= ] 559/2010 27% [================= ] 560/2010 27% [================= ] 561/2010 27% [================= ] 562/2010 27% [================= ] 563/2010 28% [================= ] 564/2010 28% [================= ] 565/2010 28% [================= ] 566/2010 28% [================= ] 567/2010 28% [================= ] 568/2010 28% [================= ] 569/2010 28% [================= ] 570/2010 28% [================= ] 571/2010 28% [================= ] 572/2010 28% [================= ] 573/2010 28% [================= ] 574/2010 28% [================= ] 575/2010 28% [================= ] 576/2010 28% [================= ] 577/2010 28% [================= ] 578/2010 28% [================= ] 579/2010 28% [================= ] 580/2010 28% [================= ] 581/2010 28% [================= ] 582/2010 28% [================= ] 583/2010 29% [================== ] 584/2010 29% [================== ] 585/2010 29% [================== ] 586/2010 29% [================== ] 587/2010 29% [================== ] 588/2010 29% [================== ] 589/2010 29% [================== ] 590/2010 29% [================== ] 591/2010 29% [================== ] 592/2010 29% [================== ] 593/2010 29% [================== ] 594/2010 29% [================== ] 595/2010 29% [================== ] 596/2010 29% [================== ] 597/2010 29% [================== ] 598/2010 29% [================== ] 599/2010 29% [================== ] 600/2010 29% [================== ] 601/2010 29% [================== ] 602/2010 29% [================== ] 603/2010 30% [================== ] 604/2010 30% [================== ] 605/2010 30% [================== ] 606/2010 30% [================== ] 607/2010 30% [================== ] 608/2010 30% [================== ] 609/2010 30% [================== ] 610/2010 30% [================== ] 611/2010 30% [================== ] 612/2010 30% [================== ] 613/2010 30% [================== ] 614/2010 30% [================== ] 615/2010 30% [=================== ] 616/2010 30% [=================== ] 617/2010 30% [=================== ] 618/2010 30% [=================== ] 619/2010 30% [=================== ] 620/2010 30% [=================== ] 621/2010 30% [=================== ] 622/2010 30% [=================== ] 623/2010 30% [=================== ] 624/2010 31% [=================== ] 625/2010 31% [=================== ] 626/2010 31% [=================== ] 627/2010 31% [=================== ] 628/2010 31% [=================== ] 629/2010 31% [=================== ] 630/2010 31% [=================== ] 631/2010 31% [=================== ] 632/2010 31% [=================== ] 633/2010 31% [=================== ] 634/2010 31% [=================== ] 635/2010 31% [=================== ] 636/2010 31% [=================== ] 637/2010 31% [=================== ] 638/2010 31% [=================== ] 639/2010 31% [=================== ] 640/2010 31% [=================== ] 641/2010 31% [=================== ] 642/2010 31% [=================== ] 643/2010 31% [=================== ] 644/2010 32% [=================== ] 645/2010 32% [=================== ] 646/2010 32% [=================== ] 647/2010 32% [=================== ] 648/2010 32% [==================== ] 649/2010 32% [==================== ] 650/2010 32% [==================== ] 651/2010 32% [==================== ] 652/2010 32% [==================== ] 653/2010 32% [==================== ] 654/2010 32% [==================== ] 655/2010 32% [==================== ] 656/2010 32% [==================== ] 657/2010 32% [==================== ] 658/2010 32% [==================== ] 659/2010 32% [==================== ] 660/2010 32% [==================== ] 661/2010 32% [==================== ] 662/2010 32% [==================== ] 663/2010 32% [==================== ] 664/2010 33% [==================== ] 665/2010 33% [==================== ] 666/2010 33% [==================== ] 667/2010 33% [==================== ] 668/2010 33% [==================== ] 669/2010 33% [==================== ] 670/2010 33% [==================== ] 671/2010 33% [==================== ] 672/2010 33% [==================== ] 673/2010 33% [==================== ] 674/2010 33% [==================== ] 675/2010 33% [==================== ] 676/2010 33% [==================== ] 677/2010 33% [==================== ] 678/2010 33% [==================== ] 679/2010 33% [==================== ] 680/2010 33% [===================== ] 681/2010 33% [===================== ] 682/2010 33% [===================== ] 683/2010 33% [===================== ] 684/2010 34% [===================== ] 685/2010 34% [===================== ] 686/2010 34% [===================== ] 687/2010 34% [===================== ] 688/2010 34% [===================== ] 689/2010 34% [===================== ] 690/2010 34% [===================== ] 691/2010 34% [===================== ] 692/2010 34% [===================== ] 693/2010 34% [===================== ] 694/2010 34% [===================== ] 695/2010 34% [===================== ] 696/2010 34% [===================== ] 697/2010 34% [===================== ] 698/2010 34% [===================== ] 699/2010 34% [===================== ] 700/2010 34% [===================== ] 701/2010 34% [===================== ] 702/2010 34% [===================== ] 703/2010 34% [===================== ] 704/2010 35% [===================== ] 705/2010 35% [===================== ] 706/2010 35% [===================== ] 707/2010 35% [===================== ] 708/2010 35% [===================== ] 709/2010 35% [===================== ] 710/2010 35% [===================== ] 711/2010 35% [===================== ] 712/2010 35% [===================== ] 713/2010 35% [====================== ] 714/2010 35% [====================== ] 715/2010 35% [====================== ] 716/2010 35% [====================== ] 717/2010 35% [====================== ] 718/2010 35% [====================== ] 719/2010 35% [====================== ] 720/2010 35% [====================== ] 721/2010 35% [====================== ] 722/2010 35% [====================== ] 723/2010 35% [====================== ] 724/2010 36% [====================== ] 725/2010 36% [====================== ] 726/2010 36% [====================== ] 727/2010 36% [====================== ] 728/2010 36% [====================== ] 729/2010 36% [====================== ] 730/2010 36% [====================== ] 731/2010 36% [====================== ] 732/2010 36% [====================== ] 733/2010 36% [====================== ] 734/2010 36% [====================== ] 735/2010 36% [====================== ] 736/2010 36% [====================== ] 737/2010 36% [====================== ] 738/2010 36% [====================== ] 739/2010 36% [====================== ] 740/2010 36% [====================== ] 741/2010 36% [====================== ] 742/2010 36% [====================== ] 743/2010 36% [====================== ] 744/2010 37% [====================== ] 745/2010 37% [======================= ] 746/2010 37% [======================= ] 747/2010 37% [======================= ] 748/2010 37% [======================= ] 749/2010 37% [======================= ] 750/2010 37% [======================= ] 751/2010 37% [======================= ] 752/2010 37% [======================= ] 753/2010 37% [======================= ] 754/2010 37% [======================= ] 755/2010 37% [======================= ] 756/2010 37% [======================= ] 757/2010 37% [======================= ] 758/2010 37% [======================= ] 759/2010 37% [======================= ] 760/2010 37% [======================= ] 761/2010 37% [======================= ] 762/2010 37% [======================= ] 763/2010 37% [======================= ] 764/2010 38% [======================= ] 765/2010 38% [======================= ] 766/2010 38% [======================= ] 767/2010 38% [======================= ] 768/2010 38% [======================= ] 769/2010 38% [======================= ] 770/2010 38% [======================= ] 771/2010 38% [======================= ] 772/2010 38% [======================= ] 773/2010 38% [======================= ] 774/2010 38% [======================= ] 775/2010 38% [======================= ] 776/2010 38% [======================= ] 777/2010 38% [======================= ] 778/2010 38% [======================== ] 779/2010 38% [======================== ] 780/2010 38% [======================== ] 781/2010 38% [======================== ] 782/2010 38% [======================== ] 783/2010 38% [======================== ] 784/2010 39% [======================== ] 785/2010 39% [======================== ] 786/2010 39% [======================== ] 787/2010 39% [======================== ] 788/2010 39% [======================== ] 789/2010 39% [======================== ] 790/2010 39% [======================== ] 791/2010 39% [======================== ] 792/2010 39% [======================== ] 793/2010 39% [======================== ] 794/2010 39% [======================== ] 795/2010 39% [======================== ] 796/2010 39% [======================== ] 797/2010 39% [======================== ] 798/2010 39% [======================== ] 799/2010 39% [======================== ] 800/2010 39% [======================== ] 801/2010 39% [======================== ] 802/2010 39% [======================== ] 803/2010 39% [======================== ] 804/2010 40% [======================== ] 805/2010 40% [======================== ] 806/2010 40% [======================== ] 807/2010 40% [======================== ] 808/2010 40% [======================== ] 809/2010 40% [======================== ] 810/2010 40% [========================= ] 811/2010 40% [========================= ] 812/2010 40% [========================= ] 813/2010 40% [========================= ] 814/2010 40% [========================= ] 815/2010 40% [========================= ] 816/2010 40% [========================= ] 817/2010 40% [========================= ] 818/2010 40% [========================= ] 819/2010 40% [========================= ] 820/2010 40% [========================= ] 821/2010 40% [========================= ] 822/2010 40% [========================= ] 823/2010 40% [========================= ] 824/2010 40% [========================= ] 825/2010 41% [========================= ] 826/2010 41% [========================= ] 827/2010 41% [========================= ] 828/2010 41% [========================= ] 829/2010 41% [========================= ] 830/2010 41% [========================= ] 831/2010 41% [========================= ] 832/2010 41% [========================= ] 833/2010 41% [========================= ] 834/2010 41% [========================= ] 835/2010 41% [========================= ] 836/2010 41% [========================= ] 837/2010 41% [========================= ] 838/2010 41% [========================= ] 839/2010 41% [========================= ] 840/2010 41% [========================= ] 841/2010 41% [========================= ] 842/2010 41% [========================== ] 843/2010 41% [========================== ] 844/2010 41% [========================== ] 845/2010 42% [========================== ] 846/2010 42% [========================== ] 847/2010 42% [========================== ] 848/2010 42% [========================== ] 849/2010 42% [========================== ] 850/2010 42% [========================== ] 851/2010 42% [========================== ] 852/2010 42% [========================== ] 853/2010 42% [========================== ] 854/2010 42% [========================== ] 855/2010 42% [========================== ] 856/2010 42% [========================== ] 857/2010 42% [========================== ] 858/2010 42% [========================== ] 859/2010 42% [========================== ] 860/2010 42% [========================== ] 861/2010 42% [========================== ] 862/2010 42% [========================== ] 863/2010 42% [========================== ] 864/2010 42% [========================== ] 865/2010 43% [========================== ] 866/2010 43% [========================== ] 867/2010 43% [========================== ] 868/2010 43% [========================== ] 869/2010 43% [========================== ] 870/2010 43% [========================== ] 871/2010 43% [========================== ] 872/2010 43% [========================== ] 873/2010 43% [========================== ] 874/2010 43% [========================== ] 875/2010 43% [=========================== ] 876/2010 43% [=========================== ] 877/2010 43% [=========================== ] 878/2010 43% [=========================== ] 879/2010 43% [=========================== ] 880/2010 43% [=========================== ] 881/2010 43% [=========================== ] 882/2010 43% [=========================== ] 883/2010 43% [=========================== ] 884/2010 43% [=========================== ] 885/2010 44% [=========================== ] 886/2010 44% [=========================== ] 887/2010 44% [=========================== ] 888/2010 44% [=========================== ] 889/2010 44% [=========================== ] 890/2010 44% [=========================== ] 891/2010 44% [=========================== ] 892/2010 44% [=========================== ] 893/2010 44% [=========================== ] 894/2010 44% [=========================== ] 895/2010 44% [=========================== ] 896/2010 44% [=========================== ] 897/2010 44% [=========================== ] 898/2010 44% [=========================== ] 899/2010 44% [=========================== ] 900/2010 44% [=========================== ] 901/2010 44% [=========================== ] 902/2010 44% [=========================== ] 903/2010 44% [=========================== ] 904/2010 44% [=========================== ] 905/2010 45% [=========================== ] 906/2010 45% [=========================== ] 907/2010 45% [============================ ] 908/2010 45% [============================ ] 909/2010 45% [============================ ] 910/2010 45% [============================ ] 911/2010 45% [============================ ] 912/2010 45% [============================ ] 913/2010 45% [============================ ] 914/2010 45% [============================ ] 915/2010 45% [============================ ] 916/2010 45% [============================ ] 917/2010 45% [============================ ] 918/2010 45% [============================ ] 919/2010 45% [============================ ] 920/2010 45% [============================ ] 921/2010 45% [============================ ] 922/2010 45% [============================ ] 923/2010 45% [============================ ] 924/2010 45% [============================ ] 925/2010 46% [============================ ] 926/2010 46% [============================ ] 927/2010 46% [============================ ] 928/2010 46% [============================ ] 929/2010 46% [============================ ] 930/2010 46% [============================ ] 931/2010 46% [============================ ] 932/2010 46% [============================ ] 933/2010 46% [============================ ] 934/2010 46% [============================ ] 935/2010 46% [============================ ] 936/2010 46% [============================ ] 937/2010 46% [============================ ] 938/2010 46% [============================ ] 939/2010 46% [============================ ] 940/2010 46% [============================= ] 941/2010 46% [============================= ] 942/2010 46% [============================= ] 943/2010 46% [============================= ] 944/2010 46% [============================= ] 945/2010 47% [============================= ] 946/2010 47% [============================= ] 947/2010 47% [============================= ] 948/2010 47% [============================= ] 949/2010 47% [============================= ] 950/2010 47% [============================= ] 951/2010 47% [============================= ] 952/2010 47% [============================= ] 953/2010 47% [============================= ] 954/2010 47% [============================= ] 955/2010 47% [============================= ] 956/2010 47% [============================= ] 957/2010 47% [============================= ] 958/2010 47% [============================= ] 959/2010 47% [============================= ] 960/2010 47% [============================= ] 961/2010 47% [============================= ] 962/2010 47% [============================= ] 963/2010 47% [============================= ] 964/2010 47% [============================= ] 965/2010 48% [============================= ] 966/2010 48% [============================= ] 967/2010 48% [============================= ] 968/2010 48% [============================= ] 969/2010 48% [============================= ] 970/2010 48% [============================= ] 971/2010 48% [============================= ] 972/2010 48% [============================== ] 973/2010 48% [============================== ] 974/2010 48% [============================== ] 975/2010 48% [============================== ] 976/2010 48% [============================== ] 977/2010 48% [============================== ] 978/2010 48% [============================== ] 979/2010 48% [============================== ] 980/2010 48% [============================== ] 981/2010 48% [============================== ] 982/2010 48% [============================== ] 983/2010 48% [============================== ] 984/2010 48% [============================== ] 985/2010 49% [============================== ] 986/2010 49% [============================== ] 987/2010 49% [============================== ] 988/2010 49% [============================== ] 989/2010 49% [============================== ] 990/2010 49% [============================== ] 991/2010 49% [============================== ] 992/2010 49% [============================== ] 993/2010 49% [============================== ] 994/2010 49% [============================== ] 995/2010 49% [============================== ] 996/2010 49% [============================== ] 997/2010 49% [============================== ] 998/2010 49% [============================== ] 999/2010 49% [============================== ] 1000/2010 49% [============================== ] 1001/2010 49% [============================== ] 1002/2010 49% [============================== ] 1003/2010 49% [============================== ] 1004/2010 49% [=============================== ] 1005/2010 50% [=============================== ] 1006/2010 50% [=============================== ] 1007/2010 50% [=============================== ] 1008/2010 50% [=============================== ] 1009/2010 50% [=============================== ] 1010/2010 50% [=============================== ] 1011/2010 50% [=============================== ] 1012/2010 50% [=============================== ] 1013/2010 50% [=============================== ] 1014/2010 50% [=============================== ] 1015/2010 50% [=============================== ] 1016/2010 50% [=============================== ] 1017/2010 50% [=============================== ] 1018/2010 50% [=============================== ] 1019/2010 50% [=============================== ] 1020/2010 50% [=============================== ] 1021/2010 50% [=============================== ] 1022/2010 50% [=============================== ] 1023/2010 50% [=============================== ] 1024/2010 50% [=============================== ] 1025/2010 50% [=============================== ] 1026/2010 51% [=============================== ] 1027/2010 51% [=============================== ] 1028/2010 51% [=============================== ] 1029/2010 51% [=============================== ] 1030/2010 51% [=============================== ] 1031/2010 51% [=============================== ] 1032/2010 51% [=============================== ] 1033/2010 51% [=============================== ] 1034/2010 51% [=============================== ] 1035/2010 51% [=============================== ] 1036/2010 51% [=============================== ] 1037/2010 51% [================================ ] 1038/2010 51% [================================ ] 1039/2010 51% [================================ ] 1040/2010 51% [================================ ] 1041/2010 51% [================================ ] 1042/2010 51% [================================ ] 1043/2010 51% [================================ ] 1044/2010 51% [================================ ] 1045/2010 51% [================================ ] 1046/2010 52% [================================ ] 1047/2010 52% [================================ ] 1048/2010 52% [================================ ] 1049/2010 52% [================================ ] 1050/2010 52% [================================ ] 1051/2010 52% [================================ ] 1052/2010 52% [================================ ] 1053/2010 52% [================================ ] 1054/2010 52% [================================ ] 1055/2010 52% [================================ ] 1056/2010 52% [================================ ] 1057/2010 52% [================================ ] 1058/2010 52% [================================ ] 1059/2010 52% [================================ ] 1060/2010 52% [================================ ] 1061/2010 52% [================================ ] 1062/2010 52% [================================ ] 1063/2010 52% [================================ ] 1064/2010 52% [================================ ] 1065/2010 52% [================================ ] 1066/2010 53% [================================ ] 1067/2010 53% [================================ ] 1068/2010 53% [================================ ] 1069/2010 53% [================================= ] 1070/2010 53% [================================= ] 1071/2010 53% [================================= ] 1072/2010 53% [================================= ] 1073/2010 53% [================================= ] 1074/2010 53% [================================= ] 1075/2010 53% [================================= ] 1076/2010 53% [================================= ] 1077/2010 53% [================================= ] 1078/2010 53% [================================= ] 1079/2010 53% [================================= ] 1080/2010 53% [================================= ] 1081/2010 53% [================================= ] 1082/2010 53% [================================= ] 1083/2010 53% [================================= ] 1084/2010 53% [================================= ] 1085/2010 53% [================================= ] 1086/2010 54% [================================= ] 1087/2010 54% [================================= ] 1088/2010 54% [================================= ] 1089/2010 54% [================================= ] 1090/2010 54% [================================= ] 1091/2010 54% [================================= ] 1092/2010 54% [================================= ] 1093/2010 54% [================================= ] 1094/2010 54% [================================= ] 1095/2010 54% [================================= ] 1096/2010 54% [================================= ] 1097/2010 54% [================================= ] 1098/2010 54% [================================= ] 1099/2010 54% [================================= ] 1100/2010 54% [================================= ] 1101/2010 54% [================================= ] 1102/2010 54% [================================== ] 1103/2010 54% [================================== ] 1104/2010 54% [================================== ] 1105/2010 54% [================================== ] 1106/2010 55% [================================== ] 1107/2010 55% [================================== ] 1108/2010 55% [================================== ] 1109/2010 55% [================================== ] 1110/2010 55% [================================== ] 1111/2010 55% [================================== ] 1112/2010 55% [================================== ] 1113/2010 55% [================================== ] 1114/2010 55% [================================== ] 1115/2010 55% [================================== ] 1116/2010 55% [================================== ] 1117/2010 55% [================================== ] 1118/2010 55% [================================== ] 1119/2010 55% [================================== ] 1120/2010 55% [================================== ] 1121/2010 55% [================================== ] 1122/2010 55% [================================== ] 1123/2010 55% [================================== ] 1124/2010 55% [================================== ] 1125/2010 55% [================================== ] 1126/2010 56% [================================== ] 1127/2010 56% [================================== ] 1128/2010 56% [================================== ] 1129/2010 56% [================================== ] 1130/2010 56% [================================== ] 1131/2010 56% [================================== ] 1132/2010 56% [================================== ] 1133/2010 56% [================================== ] 1134/2010 56% [=================================== ] 1135/2010 56% [=================================== ] 1136/2010 56% [=================================== ] 1137/2010 56% [=================================== ] 1138/2010 56% [=================================== ] 1139/2010 56% [=================================== ] 1140/2010 56% [=================================== ] 1141/2010 56% [=================================== ] 1142/2010 56% [=================================== ] 1143/2010 56% [=================================== ] 1144/2010 56% [=================================== ] 1145/2010 56% [=================================== ] 1146/2010 57% [=================================== ] 1147/2010 57% [=================================== ] 1148/2010 57% [=================================== ] 1149/2010 57% [=================================== ] 1150/2010 57% [=================================== ] 1151/2010 57% [=================================== ] 1152/2010 57% [=================================== ] 1153/2010 57% [=================================== ] 1154/2010 57% [=================================== ] 1155/2010 57% [=================================== ] 1156/2010 57% [=================================== ] 1157/2010 57% [=================================== ] 1158/2010 57% [=================================== ] 1159/2010 57% [=================================== ] 1160/2010 57% [=================================== ] 1161/2010 57% [=================================== ] 1162/2010 57% [=================================== ] 1163/2010 57% [=================================== ] 1164/2010 57% [=================================== ] 1165/2010 57% [=================================== ] 1166/2010 58% [=================================== ] 1167/2010 58% [==================================== ] 1168/2010 58% [==================================== ] 1169/2010 58% [==================================== ] 1170/2010 58% [==================================== ] 1171/2010 58% [==================================== ] 1172/2010 58% [==================================== ] 1173/2010 58% [==================================== ] 1174/2010 58% [==================================== ] 1175/2010 58% [==================================== ] 1176/2010 58% [==================================== ] 1177/2010 58% [==================================== ] 1178/2010 58% [==================================== ] 1179/2010 58% [==================================== ] 1180/2010 58% [==================================== ] 1181/2010 58% [==================================== ] 1182/2010 58% [==================================== ] 1183/2010 58% [==================================== ] 1184/2010 58% [==================================== ] 1185/2010 58% [==================================== ] 1186/2010 59% [==================================== ] 1187/2010 59% [==================================== ] 1188/2010 59% [==================================== ] 1189/2010 59% [==================================== ] 1190/2010 59% [==================================== ] 1191/2010 59% [==================================== ] 1192/2010 59% [==================================== ] 1193/2010 59% [==================================== ] 1194/2010 59% [==================================== ] 1195/2010 59% [==================================== ] 1196/2010 59% [==================================== ] 1197/2010 59% [==================================== ] 1198/2010 59% [==================================== ] 1199/2010 59% [===================================== ] 1200/2010 59% [===================================== ] 1201/2010 59% [===================================== ] 1202/2010 59% [===================================== ] 1203/2010 59% [===================================== ] 1204/2010 59% [===================================== ] 1205/2010 59% [===================================== ] 1206/2010 60% [===================================== ] 1207/2010 60% [===================================== ] 1208/2010 60% [===================================== ] 1209/2010 60% [===================================== ] 1210/2010 60% [===================================== ] 1211/2010 60% [===================================== ] 1212/2010 60% [===================================== ] 1213/2010 60% [===================================== ] 1214/2010 60% [===================================== ] 1215/2010 60% [===================================== ] 1216/2010 60% [===================================== ] 1217/2010 60% [===================================== ] 1218/2010 60% [===================================== ] 1219/2010 60% [===================================== ] 1220/2010 60% [===================================== ] 1221/2010 60% [===================================== ] 1222/2010 60% [===================================== ] 1223/2010 60% [===================================== ] 1224/2010 60% [===================================== ] 1225/2010 60% [===================================== ] 1226/2010 60% [===================================== ] 1227/2010 61% [===================================== ] 1228/2010 61% [===================================== ] 1229/2010 61% [===================================== ] 1230/2010 61% [===================================== ] 1231/2010 61% [====================================== ] 1232/2010 61% [====================================== ] 1233/2010 61% [====================================== ] 1234/2010 61% [====================================== ] 1235/2010 61% [====================================== ] 1236/2010 61% [====================================== ] 1237/2010 61% [====================================== ] 1238/2010 61% [====================================== ] 1239/2010 61% [====================================== ] 1240/2010 61% [====================================== ] 1241/2010 61% [====================================== ] 1242/2010 61% [====================================== ] 1243/2010 61% [====================================== ] 1244/2010 61% [====================================== ] 1245/2010 61% [====================================== ] 1246/2010 61% [====================================== ] 1247/2010 62% [====================================== ] 1248/2010 62% [====================================== ] 1249/2010 62% [====================================== ] 1250/2010 62% [====================================== ] 1251/2010 62% [====================================== ] 1252/2010 62% [====================================== ] 1253/2010 62% [====================================== ] 1254/2010 62% [====================================== ] 1255/2010 62% [====================================== ] 1256/2010 62% [====================================== ] 1257/2010 62% [====================================== ] 1258/2010 62% [====================================== ] 1259/2010 62% [====================================== ] 1260/2010 62% [====================================== ] 1261/2010 62% [====================================== ] 1262/2010 62% [====================================== ] 1263/2010 62% [====================================== ] 1264/2010 62% [======================================= ] 1265/2010 62% [======================================= ] 1266/2010 62% [======================================= ] 1267/2010 63% [======================================= ] 1268/2010 63% [======================================= ] 1269/2010 63% [======================================= ] 1270/2010 63% [======================================= ] 1271/2010 63% [======================================= ] 1272/2010 63% [======================================= ] 1273/2010 63% [======================================= ] 1274/2010 63% [======================================= ] 1275/2010 63% [======================================= ] 1276/2010 63% [======================================= ] 1277/2010 63% [======================================= ] 1278/2010 63% [======================================= ] 1279/2010 63% [======================================= ] 1280/2010 63% [======================================= ] 1281/2010 63% [======================================= ] 1282/2010 63% [======================================= ] 1283/2010 63% [======================================= ] 1284/2010 63% [======================================= ] 1285/2010 63% [======================================= ] 1286/2010 63% [======================================= ] 1287/2010 64% [======================================= ] 1288/2010 64% [======================================= ] 1289/2010 64% [======================================= ] 1290/2010 64% [======================================= ] 1291/2010 64% [======================================= ] 1292/2010 64% [======================================= ] 1293/2010 64% [======================================= ] 1294/2010 64% [======================================= ] 1295/2010 64% [======================================= ] 1296/2010 64% [======================================== ] 1297/2010 64% [======================================== ] 1298/2010 64% [======================================== ] 1299/2010 64% [======================================== ] 1300/2010 64% [======================================== ] 1301/2010 64% [======================================== ] 1302/2010 64% [======================================== ] 1303/2010 64% [======================================== ] 1304/2010 64% [======================================== ] 1305/2010 64% [======================================== ] 1306/2010 64% [======================================== ] 1307/2010 65% [======================================== ] 1308/2010 65% [======================================== ] 1309/2010 65% [======================================== ] 1310/2010 65% [======================================== ] 1311/2010 65% [======================================== ] 1312/2010 65% [======================================== ] 1313/2010 65% [======================================== ] 1314/2010 65% [======================================== ] 1315/2010 65% [======================================== ] 1316/2010 65% [======================================== ] 1317/2010 65% [======================================== ] 1318/2010 65% [======================================== ] 1319/2010 65% [======================================== ] 1320/2010 65% [======================================== ] 1321/2010 65% [======================================== ] 1322/2010 65% [======================================== ] 1323/2010 65% [======================================== ] 1324/2010 65% [======================================== ] 1325/2010 65% [======================================== ] 1326/2010 65% [======================================== ] 1327/2010 66% [======================================== ] 1328/2010 66% [======================================== ] 1329/2010 66% [========================================= ] 1330/2010 66% [========================================= ] 1331/2010 66% [========================================= ] 1332/2010 66% [========================================= ] 1333/2010 66% [========================================= ] 1334/2010 66% [========================================= ] 1335/2010 66% [========================================= ] 1336/2010 66% [========================================= ] 1337/2010 66% [========================================= ] 1338/2010 66% [========================================= ] 1339/2010 66% [========================================= ] 1340/2010 66% [========================================= ] 1341/2010 66% [========================================= ] 1342/2010 66% [========================================= ] 1343/2010 66% [========================================= ] 1344/2010 66% [========================================= ] 1345/2010 66% [========================================= ] 1346/2010 66% [========================================= ] 1347/2010 67% [========================================= ] 1348/2010 67% [========================================= ] 1349/2010 67% [========================================= ] 1350/2010 67% [========================================= ] 1351/2010 67% [========================================= ] 1352/2010 67% [========================================= ] 1353/2010 67% [========================================= ] 1354/2010 67% [========================================= ] 1355/2010 67% [========================================= ] 1356/2010 67% [========================================= ] 1357/2010 67% [========================================= ] 1358/2010 67% [========================================= ] 1359/2010 67% [========================================= ] 1360/2010 67% [========================================= ] 1361/2010 67% [========================================== ] 1362/2010 67% [========================================== ] 1363/2010 67% [========================================== ] 1364/2010 67% [========================================== ] 1365/2010 67% [========================================== ] 1366/2010 67% [========================================== ] 1367/2010 68% [========================================== ] 1368/2010 68% [========================================== ] 1369/2010 68% [========================================== ] 1370/2010 68% [========================================== ] 1371/2010 68% [========================================== ] 1372/2010 68% [========================================== ] 1373/2010 68% [========================================== ] 1374/2010 68% [========================================== ] 1375/2010 68% [========================================== ] 1376/2010 68% [========================================== ] 1377/2010 68% [========================================== ] 1378/2010 68% [========================================== ] 1379/2010 68% [========================================== ] 1380/2010 68% [========================================== ] 1381/2010 68% [========================================== ] 1382/2010 68% [========================================== ] 1383/2010 68% [========================================== ] 1384/2010 68% [========================================== ] 1385/2010 68% [========================================== ] 1386/2010 68% [========================================== ] 1387/2010 69% [========================================== ] 1388/2010 69% [========================================== ] 1389/2010 69% [========================================== ] 1390/2010 69% [========================================== ] 1391/2010 69% [========================================== ] 1392/2010 69% [========================================== ] 1393/2010 69% [========================================== ] 1394/2010 69% [=========================================== ] 1395/2010 69% [=========================================== ] 1396/2010 69% [=========================================== ] 1397/2010 69% [=========================================== ] 1398/2010 69% [=========================================== ] 1399/2010 69% [=========================================== ] 1400/2010 69% [=========================================== ] 1401/2010 69% [=========================================== ] 1402/2010 69% [=========================================== ] 1403/2010 69% [=========================================== ] 1404/2010 69% [=========================================== ] 1405/2010 69% [=========================================== ] 1406/2010 69% [=========================================== ] 1407/2010 70% [=========================================== ] 1408/2010 70% [=========================================== ] 1409/2010 70% [=========================================== ] 1410/2010 70% [=========================================== ] 1411/2010 70% [=========================================== ] 1412/2010 70% [=========================================== ] 1413/2010 70% [=========================================== ] 1414/2010 70% [=========================================== ] 1415/2010 70% [=========================================== ] 1416/2010 70% [=========================================== ] 1417/2010 70% [=========================================== ] 1418/2010 70% [=========================================== ] 1419/2010 70% [=========================================== ] 1420/2010 70% [=========================================== ] 1421/2010 70% [=========================================== ] 1422/2010 70% [=========================================== ] 1423/2010 70% [=========================================== ] 1424/2010 70% [=========================================== ] 1425/2010 70% [=========================================== ] 1426/2010 70% [============================================ ] 1427/2010 70% [============================================ ] 1428/2010 71% [============================================ ] 1429/2010 71% [============================================ ] 1430/2010 71% [============================================ ] 1431/2010 71% [============================================ ] 1432/2010 71% [============================================ ] 1433/2010 71% [============================================ ] 1434/2010 71% [============================================ ] 1435/2010 71% [============================================ ] 1436/2010 71% [============================================ ] 1437/2010 71% [============================================ ] 1438/2010 71% [============================================ ] 1439/2010 71% [============================================ ] 1440/2010 71% [============================================ ] 1441/2010 71% [============================================ ] 1442/2010 71% [============================================ ] 1443/2010 71% [============================================ ] 1444/2010 71% [============================================ ] 1445/2010 71% [============================================ ] 1446/2010 71% [============================================ ] 1447/2010 71% [============================================ ] 1448/2010 72% [============================================ ] 1449/2010 72% [============================================ ] 1450/2010 72% [============================================ ] 1451/2010 72% [============================================ ] 1452/2010 72% [============================================ ] 1453/2010 72% [============================================ ] 1454/2010 72% [============================================ ] 1455/2010 72% [============================================ ] 1456/2010 72% [============================================ ] 1457/2010 72% [============================================ ] 1458/2010 72% [============================================= ] 1459/2010 72% [============================================= ] 1460/2010 72% [============================================= ] 1461/2010 72% [============================================= ] 1462/2010 72% [============================================= ] 1463/2010 72% [============================================= ] 1464/2010 72% [============================================= ] 1465/2010 72% [============================================= ] 1466/2010 72% [============================================= ] 1467/2010 72% [============================================= ] 1468/2010 73% [============================================= ] 1469/2010 73% [============================================= ] 1470/2010 73% [============================================= ] 1471/2010 73% [============================================= ] 1472/2010 73% [============================================= ] 1473/2010 73% [============================================= ] 1474/2010 73% [============================================= ] 1475/2010 73% [============================================= ] 1476/2010 73% [============================================= ] 1477/2010 73% [============================================= ] 1478/2010 73% [============================================= ] 1479/2010 73% [============================================= ] 1480/2010 73% [============================================= ] 1481/2010 73% [============================================= ] 1482/2010 73% [============================================= ] 1483/2010 73% [============================================= ] 1484/2010 73% [============================================= ] 1485/2010 73% [============================================= ] 1486/2010 73% [============================================= ] 1487/2010 73% [============================================= ] 1488/2010 74% [============================================= ] 1489/2010 74% [============================================= ] 1490/2010 74% [============================================= ] 1491/2010 74% [============================================== ] 1492/2010 74% [============================================== ] 1493/2010 74% [============================================== ] 1494/2010 74% [============================================== ] 1495/2010 74% [============================================== ] 1496/2010 74% [============================================== ] 1497/2010 74% [============================================== ] 1498/2010 74% [============================================== ] 1499/2010 74% [============================================== ] 1500/2010 74% [============================================== ] 1501/2010 74% [============================================== ] 1502/2010 74% [============================================== ] 1503/2010 74% [============================================== ] 1504/2010 74% [============================================== ] 1505/2010 74% [============================================== ] 1506/2010 74% [============================================== ] 1507/2010 74% [============================================== ] 1508/2010 75% [============================================== ] 1509/2010 75% [============================================== ] 1510/2010 75% [============================================== ] 1511/2010 75% [============================================== ] 1512/2010 75% [============================================== ] 1513/2010 75% [============================================== ] 1514/2010 75% [============================================== ] 1515/2010 75% [============================================== ] 1516/2010 75% [============================================== ] 1517/2010 75% [============================================== ] 1518/2010 75% [============================================== ] 1519/2010 75% [============================================== ] 1520/2010 75% [============================================== ] 1521/2010 75% [============================================== ] 1522/2010 75% [============================================== ] 1523/2010 75% [=============================================== ] 1524/2010 75% [=============================================== ] 1525/2010 75% [=============================================== ] 1526/2010 75% [=============================================== ] 1527/2010 75% [=============================================== ] 1528/2010 76% [=============================================== ] 1529/2010 76% [=============================================== ] 1530/2010 76% [=============================================== ] 1531/2010 76% [=============================================== ] 1532/2010 76% [=============================================== ] 1533/2010 76% [=============================================== ] 1534/2010 76% [=============================================== ] 1535/2010 76% [=============================================== ] 1536/2010 76% [=============================================== ] 1537/2010 76% [=============================================== ] 1538/2010 76% [=============================================== ] 1539/2010 76% [=============================================== ] 1540/2010 76% [=============================================== ] 1541/2010 76% [=============================================== ] 1542/2010 76% [=============================================== ] 1543/2010 76% [=============================================== ] 1544/2010 76% [=============================================== ] 1545/2010 76% [=============================================== ] 1546/2010 76% [=============================================== ] 1547/2010 76% [=============================================== ] 1548/2010 77% [=============================================== ] 1549/2010 77% [=============================================== ] 1550/2010 77% [=============================================== ] 1551/2010 77% [=============================================== ] 1552/2010 77% [=============================================== ] 1553/2010 77% [=============================================== ] 1554/2010 77% [=============================================== ] 1555/2010 77% [=============================================== ] 1556/2010 77% [================================================ ] 1557/2010 77% [================================================ ] 1558/2010 77% [================================================ ] 1559/2010 77% [================================================ ] 1560/2010 77% [================================================ ] 1561/2010 77% [================================================ ] 1562/2010 77% [================================================ ] 1563/2010 77% [================================================ ] 1564/2010 77% [================================================ ] 1565/2010 77% [================================================ ] 1566/2010 77% [================================================ ] 1567/2010 77% [================================================ ] 1568/2010 78% [================================================ ] 1569/2010 78% [================================================ ] 1570/2010 78% [================================================ ] 1571/2010 78% [================================================ ] 1572/2010 78% [================================================ ] 1573/2010 78% [================================================ ] 1574/2010 78% [================================================ ] 1575/2010 78% [================================================ ] 1576/2010 78% [================================================ ] 1577/2010 78% [================================================ ] 1578/2010 78% [================================================ ] 1579/2010 78% [================================================ ] 1580/2010 78% [================================================ ] 1581/2010 78% [================================================ ] 1582/2010 78% [================================================ ] 1583/2010 78% [================================================ ] 1584/2010 78% [================================================ ] 1585/2010 78% [================================================ ] 1586/2010 78% [================================================ ] 1587/2010 78% [================================================ ] 1588/2010 79% [================================================= ] 1589/2010 79% [================================================= ] 1590/2010 79% [================================================= ] 1591/2010 79% [================================================= ] 1592/2010 79% [================================================= ] 1593/2010 79% [================================================= ] 1594/2010 79% [================================================= ] 1595/2010 79% [================================================= ] 1596/2010 79% [================================================= ] 1597/2010 79% [================================================= ] 1598/2010 79% [================================================= ] 1599/2010 79% [================================================= ] 1600/2010 79% [================================================= ] 1601/2010 79% [================================================= ] 1602/2010 79% [================================================= ] 1603/2010 79% [================================================= ] 1604/2010 79% [================================================= ] 1605/2010 79% [================================================= ] 1606/2010 79% [================================================= ] 1607/2010 79% [================================================= ] 1608/2010 80% [================================================= ] 1609/2010 80% [================================================= ] 1610/2010 80% [================================================= ] 1611/2010 80% [================================================= ] 1612/2010 80% [================================================= ] 1613/2010 80% [================================================= ] 1614/2010 80% [================================================= ] 1615/2010 80% [================================================= ] 1616/2010 80% [================================================= ] 1617/2010 80% [================================================= ] 1618/2010 80% [================================================= ] 1619/2010 80% [================================================= ] 1620/2010 80% [================================================== ] 1621/2010 80% [================================================== ] 1622/2010 80% [================================================== ] 1623/2010 80% [================================================== ] 1624/2010 80% [================================================== ] 1625/2010 80% [================================================== ] 1626/2010 80% [================================================== ] 1627/2010 80% [================================================== ] 1628/2010 80% [================================================== ] 1629/2010 81% [================================================== ] 1630/2010 81% [================================================== ] 1631/2010 81% [================================================== ] 1632/2010 81% [================================================== ] 1633/2010 81% [================================================== ] 1634/2010 81% [================================================== ] 1635/2010 81% [================================================== ] 1636/2010 81% [================================================== ] 1637/2010 81% [================================================== ] 1638/2010 81% [================================================== ] 1639/2010 81% [================================================== ] 1640/2010 81% [================================================== ] 1641/2010 81% [================================================== ] 1642/2010 81% [================================================== ] 1643/2010 81% [================================================== ] 1644/2010 81% [================================================== ] 1645/2010 81% [================================================== ] 1646/2010 81% [================================================== ] 1647/2010 81% [================================================== ] 1648/2010 81% [================================================== ] 1649/2010 82% [================================================== ] 1650/2010 82% [================================================== ] 1651/2010 82% [================================================== ] 1652/2010 82% [================================================== ] 1653/2010 82% [=================================================== ] 1654/2010 82% [=================================================== ] 1655/2010 82% [=================================================== ] 1656/2010 82% [=================================================== ] 1657/2010 82% [=================================================== ] 1658/2010 82% [=================================================== ] 1659/2010 82% [=================================================== ] 1660/2010 82% [=================================================== ] 1661/2010 82% [=================================================== ] 1662/2010 82% [=================================================== ] 1663/2010 82% [=================================================== ] 1664/2010 82% [=================================================== ] 1665/2010 82% [=================================================== ] 1666/2010 82% [=================================================== ] 1667/2010 82% [=================================================== ] 1668/2010 82% [=================================================== ] 1669/2010 83% [=================================================== ] 1670/2010 83% [=================================================== ] 1671/2010 83% [=================================================== ] 1672/2010 83% [=================================================== ] 1673/2010 83% [=================================================== ] 1674/2010 83% [=================================================== ] 1675/2010 83% [=================================================== ] 1676/2010 83% [=================================================== ] 1677/2010 83% [=================================================== ] 1678/2010 83% [=================================================== ] 1679/2010 83% [=================================================== ] 1680/2010 83% [=================================================== ] 1681/2010 83% [=================================================== ] 1682/2010 83% [=================================================== ] 1683/2010 83% [=================================================== ] 1684/2010 83% [=================================================== ] 1685/2010 83% [==================================================== ] 1686/2010 83% [==================================================== ] 1687/2010 83% [==================================================== ] 1688/2010 83% [==================================================== ] 1689/2010 84% [==================================================== ] 1690/2010 84% [==================================================== ] 1691/2010 84% [==================================================== ] 1692/2010 84% [==================================================== ] 1693/2010 84% [==================================================== ] 1694/2010 84% [==================================================== ] 1695/2010 84% [==================================================== ] 1696/2010 84% [==================================================== ] 1697/2010 84% [==================================================== ] 1698/2010 84% [==================================================== ] 1699/2010 84% [==================================================== ] 1700/2010 84% [==================================================== ] 1701/2010 84% [==================================================== ] 1702/2010 84% [==================================================== ] 1703/2010 84% [==================================================== ] 1704/2010 84% [==================================================== ] 1705/2010 84% [==================================================== ] 1706/2010 84% [==================================================== ] 1707/2010 84% [==================================================== ] 1708/2010 84% [==================================================== ] 1709/2010 85% [==================================================== ] 1710/2010 85% [==================================================== ] 1711/2010 85% [==================================================== ] 1712/2010 85% [==================================================== ] 1713/2010 85% [==================================================== ] 1714/2010 85% [==================================================== ] 1715/2010 85% [==================================================== ] 1716/2010 85% [==================================================== ] 1717/2010 85% [==================================================== ] 1718/2010 85% [===================================================== ] 1719/2010 85% [===================================================== ] 1720/2010 85% [===================================================== ] 1721/2010 85% [===================================================== ] 1722/2010 85% [===================================================== ] 1723/2010 85% [===================================================== ] 1724/2010 85% [===================================================== ] 1725/2010 85% [===================================================== ] 1726/2010 85% [===================================================== ] 1727/2010 85% [===================================================== ] 1728/2010 85% [===================================================== ] 1729/2010 86% [===================================================== ] 1730/2010 86% [===================================================== ] 1731/2010 86% [===================================================== ] 1732/2010 86% [===================================================== ] 1733/2010 86% [===================================================== ] 1734/2010 86% [===================================================== ] 1735/2010 86% [===================================================== ] 1736/2010 86% [===================================================== ] 1737/2010 86% [===================================================== ] 1738/2010 86% [===================================================== ] 1739/2010 86% [===================================================== ] 1740/2010 86% [===================================================== ] 1741/2010 86% [===================================================== ] 1742/2010 86% [===================================================== ] 1743/2010 86% [===================================================== ] 1744/2010 86% [===================================================== ] 1745/2010 86% [===================================================== ] 1746/2010 86% [===================================================== ] 1747/2010 86% [===================================================== ] 1748/2010 86% [===================================================== ] 1749/2010 87% [===================================================== ] 1750/2010 87% [====================================================== ] 1751/2010 87% [====================================================== ] 1752/2010 87% [====================================================== ] 1753/2010 87% [====================================================== ] 1754/2010 87% [====================================================== ] 1755/2010 87% [====================================================== ] 1756/2010 87% [====================================================== ] 1757/2010 87% [====================================================== ] 1758/2010 87% [====================================================== ] 1759/2010 87% [====================================================== ] 1760/2010 87% [====================================================== ] 1761/2010 87% [====================================================== ] 1762/2010 87% [====================================================== ] 1763/2010 87% [====================================================== ] 1764/2010 87% [====================================================== ] 1765/2010 87% [====================================================== ] 1766/2010 87% [====================================================== ] 1767/2010 87% [====================================================== ] 1768/2010 87% [====================================================== ] 1769/2010 88% [====================================================== ] 1770/2010 88% [====================================================== ] 1771/2010 88% [====================================================== ] 1772/2010 88% [====================================================== ] 1773/2010 88% [====================================================== ] 1774/2010 88% [====================================================== ] 1775/2010 88% [====================================================== ] 1776/2010 88% [====================================================== ] 1777/2010 88% [====================================================== ] 1778/2010 88% [====================================================== ] 1779/2010 88% [====================================================== ] 1780/2010 88% [====================================================== ] 1781/2010 88% [====================================================== ] 1782/2010 88% [====================================================== ] 1783/2010 88% [======================================================= ] 1784/2010 88% [======================================================= ] 1785/2010 88% [======================================================= ] 1786/2010 88% [======================================================= ] 1787/2010 88% [======================================================= ] 1788/2010 88% [======================================================= ] 1789/2010 89% [======================================================= ] 1790/2010 89% [======================================================= ] 1791/2010 89% [======================================================= ] 1792/2010 89% [======================================================= ] 1793/2010 89% [======================================================= ] 1794/2010 89% [======================================================= ] 1795/2010 89% [======================================================= ] 1796/2010 89% [======================================================= ] 1797/2010 89% [======================================================= ] 1798/2010 89% [======================================================= ] 1799/2010 89% [======================================================= ] 1800/2010 89% [======================================================= ] 1801/2010 89% [======================================================= ] 1802/2010 89% [======================================================= ] 1803/2010 89% [======================================================= ] 1804/2010 89% [======================================================= ] 1805/2010 89% [======================================================= ] 1806/2010 89% [======================================================= ] 1807/2010 89% [======================================================= ] 1808/2010 89% [======================================================= ] 1809/2010 90% [======================================================= ] 1810/2010 90% [======================================================= ] 1811/2010 90% [======================================================= ] 1812/2010 90% [======================================================= ] 1813/2010 90% [======================================================= ] 1814/2010 90% [======================================================= ] 1815/2010 90% [======================================================== ] 1816/2010 90% [======================================================== ] 1817/2010 90% [======================================================== ] 1818/2010 90% [======================================================== ] 1819/2010 90% [======================================================== ] 1820/2010 90% [======================================================== ] 1821/2010 90% [======================================================== ] 1822/2010 90% [======================================================== ] 1823/2010 90% [======================================================== ] 1824/2010 90% [======================================================== ] 1825/2010 90% [======================================================== ] 1826/2010 90% [======================================================== ] 1827/2010 90% [======================================================== ] 1828/2010 90% [======================================================== ] 1829/2010 90% [======================================================== ] 1830/2010 91% [======================================================== ] 1831/2010 91% [======================================================== ] 1832/2010 91% [======================================================== ] 1833/2010 91% [======================================================== ] 1834/2010 91% [======================================================== ] 1835/2010 91% [======================================================== ] 1836/2010 91% [======================================================== ] 1837/2010 91% [======================================================== ] 1838/2010 91% [======================================================== ] 1839/2010 91% [======================================================== ] 1840/2010 91% [======================================================== ] 1841/2010 91% [======================================================== ] 1842/2010 91% [======================================================== ] 1843/2010 91% [======================================================== ] 1844/2010 91% [======================================================== ] 1845/2010 91% [======================================================== ] 1846/2010 91% [======================================================== ] 1847/2010 91% [========================================================= ] 1848/2010 91% [========================================================= ] 1849/2010 91% [========================================================= ] 1850/2010 92% [========================================================= ] 1851/2010 92% [========================================================= ] 1852/2010 92% [========================================================= ] 1853/2010 92% [========================================================= ] 1854/2010 92% [========================================================= ] 1855/2010 92% [========================================================= ] 1856/2010 92% [========================================================= ] 1857/2010 92% [========================================================= ] 1858/2010 92% [========================================================= ] 1859/2010 92% [========================================================= ] 1860/2010 92% [========================================================= ] 1861/2010 92% [========================================================= ] 1862/2010 92% [========================================================= ] 1863/2010 92% [========================================================= ] 1864/2010 92% [========================================================= ] 1865/2010 92% [========================================================= ] 1866/2010 92% [========================================================= ] 1867/2010 92% [========================================================= ] 1868/2010 92% [========================================================= ] 1869/2010 92% [========================================================= ] 1870/2010 93% [========================================================= ] 1871/2010 93% [========================================================= ] 1872/2010 93% [========================================================= ] 1873/2010 93% [========================================================= ] 1874/2010 93% [========================================================= ] 1875/2010 93% [========================================================= ] 1876/2010 93% [========================================================= ] 1877/2010 93% [========================================================= ] 1878/2010 93% [========================================================= ] 1879/2010 93% [========================================================= ] 1880/2010 93% [========================================================== ] 1881/2010 93% [========================================================== ] 1882/2010 93% [========================================================== ] 1883/2010 93% [========================================================== ] 1884/2010 93% [========================================================== ] 1885/2010 93% [========================================================== ] 1886/2010 93% [========================================================== ] 1887/2010 93% [========================================================== ] 1888/2010 93% [========================================================== ] 1889/2010 93% [========================================================== ] 1890/2010 94% [========================================================== ] 1891/2010 94% [========================================================== ] 1892/2010 94% [========================================================== ] 1893/2010 94% [========================================================== ] 1894/2010 94% [========================================================== ] 1895/2010 94% [========================================================== ] 1896/2010 94% [========================================================== ] 1897/2010 94% [========================================================== ] 1898/2010 94% [========================================================== ] 1899/2010 94% [========================================================== ] 1900/2010 94% [========================================================== ] 1901/2010 94% [========================================================== ] 1902/2010 94% [========================================================== ] 1903/2010 94% [========================================================== ] 1904/2010 94% [========================================================== ] 1905/2010 94% [========================================================== ] 1906/2010 94% [========================================================== ] 1907/2010 94% [========================================================== ] 1908/2010 94% [========================================================== ] 1909/2010 94% [========================================================== ] 1910/2010 95% [========================================================== ] 1911/2010 95% [========================================================== ] 1912/2010 95% [=========================================================== ] 1913/2010 95% [=========================================================== ] 1914/2010 95% [=========================================================== ] 1915/2010 95% [=========================================================== ] 1916/2010 95% [=========================================================== ] 1917/2010 95% [=========================================================== ] 1918/2010 95% [=========================================================== ] 1919/2010 95% [=========================================================== ] 1920/2010 95% [=========================================================== ] 1921/2010 95% [=========================================================== ] 1922/2010 95% [=========================================================== ] 1923/2010 95% [=========================================================== ] 1924/2010 95% [=========================================================== ] 1925/2010 95% [=========================================================== ] 1926/2010 95% [=========================================================== ] 1927/2010 95% [=========================================================== ] 1928/2010 95% [=========================================================== ] 1929/2010 95% [=========================================================== ] 1930/2010 96% [=========================================================== ] 1931/2010 96% [=========================================================== ] 1932/2010 96% [=========================================================== ] 1933/2010 96% [=========================================================== ] 1934/2010 96% [=========================================================== ] 1935/2010 96% [=========================================================== ] 1936/2010 96% [=========================================================== ] 1937/2010 96% [=========================================================== ] 1938/2010 96% [=========================================================== ] 1939/2010 96% [=========================================================== ] 1940/2010 96% [=========================================================== ] 1941/2010 96% [=========================================================== ] 1942/2010 96% [=========================================================== ] 1943/2010 96% [=========================================================== ] 1944/2010 96% [=========================================================== ] 1945/2010 96% [============================================================ ] 1946/2010 96% [============================================================ ] 1947/2010 96% [============================================================ ] 1948/2010 96% [============================================================ ] 1949/2010 96% [============================================================ ] 1950/2010 97% [============================================================ ] 1951/2010 97% [============================================================ ] 1952/2010 97% [============================================================ ] 1953/2010 97% [============================================================ ] 1954/2010 97% [============================================================ ] 1955/2010 97% [============================================================ ] 1956/2010 97% [============================================================ ] 1957/2010 97% [============================================================ ] 1958/2010 97% [============================================================ ] 1959/2010 97% [============================================================ ] 1960/2010 97% [============================================================ ] 1961/2010 97% [============================================================ ] 1962/2010 97% [============================================================ ] 1963/2010 97% [============================================================ ] 1964/2010 97% [============================================================ ] 1965/2010 97% [============================================================ ] 1966/2010 97% [============================================================ ] 1967/2010 97% [============================================================ ] 1968/2010 97% [============================================================ ] 1969/2010 97% [============================================================ ] 1970/2010 98% [============================================================ ] 1971/2010 98% [============================================================ ] 1972/2010 98% [============================================================ ] 1973/2010 98% [============================================================ ] 1974/2010 98% [============================================================ ] 1975/2010 98% [============================================================ ] 1976/2010 98% [============================================================ ] 1977/2010 98% [============================================================= ] 1978/2010 98% [============================================================= ] 1979/2010 98% [============================================================= ] 1980/2010 98% [============================================================= ] 1981/2010 98% [============================================================= ] 1982/2010 98% [============================================================= ] 1983/2010 98% [============================================================= ] 1984/2010 98% [============================================================= ] 1985/2010 98% [============================================================= ] 1986/2010 98% [============================================================= ] 1987/2010 98% [============================================================= ] 1988/2010 98% [============================================================= ] 1989/2010 98% [============================================================= ] 1990/2010 99% [============================================================= ] 1991/2010 99% [============================================================= ] 1992/2010 99% [============================================================= ] 1993/2010 99% [============================================================= ] 1994/2010 99% [============================================================= ] 1995/2010 99% [============================================================= ] 1996/2010 99% [============================================================= ] 1997/2010 99% [============================================================= ] 1998/2010 99% [============================================================= ] 1999/2010 99% [============================================================= ] 2000/2010 99% [============================================================= ] 2001/2010 99% [============================================================= ] 2002/2010 99% [============================================================= ] 2003/2010 99% [============================================================= ] 2004/2010 99% [============================================================= ] 2005/2010 99% [============================================================= ] 2006/2010 99% [============================================================= ] 2007/2010 99% [============================================================= ] 2008/2010 99% [============================================================= ] 2009/2010 99% [==============================================================] 2010/2010 100% operation complete, 2010 objects in 28917 NAND pages. ln -snf /home/buildroot/autobuild/instance-2/output-1/host/powerpc-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-2/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-2/buildroot' >>> Buildroot 2023.08-1133-ge091e31831 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> gcc-final 12.3.0 Collecting legal info COPYING.RUNTIME: OK (sha256: 9d6b43ce4d8de0c878bf16b54d8e7a10d9bd42b75178153e3af6a815bdc90f74) >>> host-gcc-final 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> glibc 2.38-27-g750a45a783906a19591fb8ff6b7841470f1f5701 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) COPYING3.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.3.0 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.6 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> 4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-4th 3.64.1 Collecting legal info COPYING: OK (sha256: 8c6111b645a02219579ea66e84aa8e78a0ed4f4dd80857ffb91bcda5528717d4) >>> host-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> host-zlib Collecting legal info >>> host-libzlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> brotli 1.1.0 Collecting legal info LICENSE: OK (sha512: bae78184c2f50f86d8c727826d3982c469454c42b9af81f4ef007e39036434fa894cf5be3bf5fc65b7de2301f0a72d067a8186e303327db8a96bd14867e0a3a8) >>> host-cmake 3.27.7 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> e2fsprogs 1.47.0 Collecting legal info NOTICE: OK (sha256: 5da5ef153e559c1d990d4c3eedbedd4442db892d37eae1f35fff069de8ec9020) lib/ss/mit-sipb-copyright.h: OK (sha256: 032989b508f1a72ebee5b3417e55d06d473f9ee203e45ab11864a7e49cdec63d) lib/et/internal.h: OK (sha256: 47182fe6631a32f271a15bbe210751b3825b7199f588879aac7d4804fc8b4b8f) >>> util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-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) >>> ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> host-ncurses 6.4-20230603 Collecting legal info COPYING: OK (sha256: 0413b2f4ea863194c174673032f0fca84f1ea1ed4eed6476baea68c075a631ce) >>> zlib Collecting legal info >>> zlib-ng 2.1.3 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> kmod 31 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> openssl Collecting legal info >>> libopenssl 3.1.4 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cantarell 0.0.25 Collecting legal info COPYING: OK (sha256: 79a9d6198c0d9192c1b0bf55bcbc404a39390bd0d8c650cf20d652c2eaa284d8) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> cmocka 1.1.5 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-composer 2.5.8 Collecting legal info LICENSE: OK (sha256: c8cce4b6b9729f264ffdf9296d505d63432497feeed1f586d1902b942197e024) >>> host-php 8.2.12 Collecting legal info LICENSE: OK (sha256: 080d0d0cca64181ef8bf1df9fba0c6f0c485f78f79540c479a45b593bb3b33b5) >>> host-oniguruma 6.9.9 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> dhcpdump 1.8 Collecting legal info LICENSE: OK (sha256: bab6ca76b7e93885396513689b1248dfb0e8fd662695b8bd1b26784ef71a0192) >>> libpcap 1.10.4 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> 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) >>> host-flutter-sdk-bin 3.13.9 Collecting legal info LICENSE: OK (sha256: a598db94b6290ffbe10b5ecf911057b6a943351c727fdda9e5f2891d68700a20) >>> git 2.42.1 Collecting legal info COPYING: OK (sha256: 5b2198d1645f767585e8a88ac0499b04472164c0d2da22e75ecf97ef443ab32e) LGPL-2.1: OK (sha256: 1922f45d2c49e390032c9c0ba6d7cac904087f7cec51af30c2b2ad022ce0e76a) >>> initscripts Collecting legal info >>> keyutils 1.6.3 Collecting legal info LICENCE.GPL: OK (sha256: f46409d4822b2457b39bbd0e7881eecb396130eb8320b7748fa7e9488970aa6d) LICENCE.LGPL: OK (sha256: 0d15593e3a8ad90917f8509b5ac1e4b5e5d196434a68029aa9dc0858a4a4c521) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libdbi-drivers 0bfae6c43134cf58dc89364328545982ca297abb Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> libdbi 88b8477d57153b9f736dd19d432d3b7ab1c49073 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> sqlite 3.43.1 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> libfreefare 0.4.0 Collecting legal info COPYING: OK (sha256: be6209dfd763a0ba77fbe990cfd2512804441d8b5f0cad927baa3341b50fcade) >>> libnfc 1.8.0 Collecting legal info COPYING: OK (sha256: 9ccf26cfe845e0eb8bb58053e47366e7ab6b697ae010f7650978d4b71b7d1fc1) >>> libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libusb-compat 0.1.8 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnatpmp 20230423 Collecting legal info LICENSE: OK (sha256: 7184f1e2114b518440962e7de67f0b9d5faa3789ba1f1a7ff33159bd26834b06) >>> libnetfilter_conntrack 1.0.9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> libsha1 0.3 Collecting legal info COPYING: OK (sha256: 4c387926596bfeacc5b72ebeb96ab36c299a07568e18592c727a6c11dd512c20) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> libxml2 2.11.5 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> mbedtls 2.28.5 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> memtool 2018.03.0 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> neon-2-sse 097a5ecacd527d5b5c3006e360fb9cb1c1c48a1f Collecting legal info LICENSE: OK (sha256: 7022f51b439a5915e933ecc270c83e24ca0cb2cceeb08b0132dcd4dbb03ed2dc) >>> openjpeg 2.5.0 Collecting legal info LICENSE: OK (sha256: a6af136f3e15038a666b61f376612a07d9a4e48cb7c01adbf3e33b3f14ab49b6) >>> opus 1.4 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> putty 0.79 Collecting legal info LICENCE: OK (sha256: 7ede37f344ee03436c155a375ecb6cdb42a77105baa6e7804bf43260dc4a0c54) >>> qoriq-fm-ucode LSDK-21.08 Collecting legal info NXP-Binary-EULA.txt: OK (sha256: 7a223031d76339df0e4e5a94d193a270fb9963d42b577aa42fe130a4657f3e17) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> speex 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> szip 2.1.1 Collecting legal info COPYING: OK (sha256: 98cc66747133b26563fefc4630ad4c8c7848c722c7b8a60ecd4afbc4c7d7eb01) >>> host-util-linux 2.39.2 Collecting legal info README.licensing: OK (sha256: 64dfeae1519bf0e27563d905a71264310fb6a8fa74e5cf99bb36e4d30d7ef455) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> vnstat 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> 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-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-cdrkit 1.1.11 Collecting legal info COPYING: OK (sha256: 90daae00475a992a367da5b0658469a5d1c4449dbbe964c5b7246e1aec92f491) >>> host-libcap 2.69 Collecting legal info License: OK (sha256: 68467e731f4744bd6e0bb69e8df9c3a994e09cd6b203d0c41327ac6d079c581d) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-cloop 3.14.1.3 Collecting legal info README: OK (sha256: 1b1f89e94e131e259b9e334565c5c3500d4b8aa755b75c3f145ddcdff3b89124) advancecomp-1.15/COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mtd 2.1.6 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> host-zstd 1.5.5 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved Legal info produced in /home/buildroot/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-2/buildroot'