mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-2/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-2/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-2/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-2/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/autobuild/autobuild/instance-2/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/autobuild/autobuild/instance-2/output-1/target/etc/shells || echo "/bin/sh" >> /home/autobuild/autobuild/instance-2/output-1/target/etc/shells if [ -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-2/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-2/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/include /home/autobuild/autobuild/instance-2/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-2/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-2/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/rpm /home/autobuild/autobuild/instance-2/output-1/target/usr/doc find /home/autobuild/autobuild/instance-2/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-2/output-1/target/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-2/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-2/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/man /home/autobuild/autobuild/instance-2/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/info /home/autobuild/autobuild/instance-2/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/doc /home/autobuild/autobuild/instance-2/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-2/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-2/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-2/output-1/target/lib/debug /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/debug find /home/autobuild/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 /home/autobuild/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/autobuild/autobuild/instance-2/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/autobuild/autobuild/instance-2/output-1/host/bin/aarch64-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/autobuild/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/autobuild/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/autobuild/autobuild/instance-2/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.08-rc3-16-gfbcc1bf533"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.08-rc3"; \ echo "PRETTY_NAME=\"Buildroot 2023.08-rc3\"" \ ) > /home/autobuild/autobuild/instance-2/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-2/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-2/output-1/per-package /home/autobuild/autobuild/instance-2/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-2/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n \n \n \n\n' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.ubifs mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target -print0 | xargs -0 -r touch -hd @1693510247\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/sbin/mkfs.ubifs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 41610 -m 0x800 -x none -o /home/autobuild/autobuild/instance-2/output-1/images/rootfs.ubifs\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubifs/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" gzip -9 -c -n /home/autobuild/autobuild/instance-2/output-1/images/rootfs.ubifs > /home/autobuild/autobuild/instance-2/output-1/images/rootfs.ubifs.gz >>> Generating filesystem image rootfs.ubi mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot printf ' find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target -print0 | xargs -0 -r touch -hd @1693510247\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/autobuild/autobuild/instance-2/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/autobuild/autobuild/instance-2/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/autobuild/autobuild/instance-2/output-1/build/ubinize.cfg\n /home/autobuild/autobuild/instance-2/output-1/host/sbin/ubinize -o /home/autobuild/autobuild/instance-2/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/autobuild/autobuild/instance-2/output-1/build/ubinize.cfg\n rm /home/autobuild/autobuild/instance-2/output-1/build/ubinize.cfg\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/ubi/target table='/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/autobuild/autobuild/instance-2/output-1/images/rootfs.ubifs"123088896 bytes (117.3 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/images rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-2/output-1/target/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-2/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/autobuild/autobuild/instance-2/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1693510247\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/autobuild/autobuild/instance-2/output-1/host/bin/mkyaffs2 --all-root /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target /home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2\n' >> /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/autobuild/autobuild/instance-2/output-1/host/bin:/home/autobuild/autobuild/instance-2/output-1/host/sbin:/home/autobuild/make:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-2/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target table='/home/autobuild/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/autobuild/autobuild/instance-2/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][done] scanning complete, total 1003 objects. stage 2: creating image '/home/autobuild/autobuild/instance-2/output-1/images/rootfs.yaffs2' [ ] 1/1003 0% [ ] 2/1003 0% [ ] 3/1003 0% [ ] 4/1003 0% [ ] 5/1003 0% [ ] 6/1003 0% [ ] 7/1003 0% [ ] 8/1003 0% [ ] 9/1003 0% [ ] 10/1003 0% [ ] 11/1003 1% [ ] 12/1003 1% [ ] 13/1003 1% [ ] 14/1003 1% [ ] 15/1003 1% [ ] 16/1003 1% [= ] 17/1003 1% [= ] 18/1003 1% [= ] 19/1003 1% [= ] 20/1003 1% [= ] 21/1003 2% [= ] 22/1003 2% [= ] 23/1003 2% [= ] 24/1003 2% [= ] 25/1003 2% [= ] 26/1003 2% [= ] 27/1003 2% [= ] 28/1003 2% [= ] 29/1003 2% [= ] 30/1003 2% [= ] 31/1003 3% [= ] 32/1003 3% [== ] 33/1003 3% [== ] 34/1003 3% [== ] 35/1003 3% [== ] 36/1003 3% [== ] 37/1003 3% [== ] 38/1003 3% [== ] 39/1003 3% [== ] 40/1003 3% [== ] 41/1003 4% [== ] 42/1003 4% [== ] 43/1003 4% [== ] 44/1003 4% [== ] 45/1003 4% [== ] 46/1003 4% [== ] 47/1003 4% [== ] 48/1003 4% [=== ] 49/1003 4% [=== ] 50/1003 4% [=== ] 51/1003 5% [=== ] 52/1003 5% [=== ] 53/1003 5% [=== ] 54/1003 5% [=== ] 55/1003 5% [=== ] 56/1003 5% [=== ] 57/1003 5% [=== ] 58/1003 5% [=== ] 59/1003 5% [=== ] 60/1003 5% [=== ] 61/1003 6% [=== ] 62/1003 6% [=== ] 63/1003 6% [=== ] 64/1003 6% [==== ] 65/1003 6% [==== ] 66/1003 6% [==== ] 67/1003 6% [==== ] 68/1003 6% [==== ] 69/1003 6% [==== ] 70/1003 6% [==== ] 71/1003 7% [==== ] 72/1003 7% [==== ] 73/1003 7% [==== ] 74/1003 7% [==== ] 75/1003 7% [==== ] 76/1003 7% [==== ] 77/1003 7% [==== ] 78/1003 7% [==== ] 79/1003 7% [==== ] 80/1003 7% [===== ] 81/1003 8% [===== ] 82/1003 8% [===== ] 83/1003 8% [===== ] 84/1003 8% [===== ] 85/1003 8% [===== ] 86/1003 8% [===== ] 87/1003 8% [===== ] 88/1003 8% [===== ] 89/1003 8% [===== ] 90/1003 8% [===== ] 91/1003 9% [===== ] 92/1003 9% [===== ] 93/1003 9% [===== ] 94/1003 9% [===== ] 95/1003 9% [===== ] 96/1003 9% [===== ] 97/1003 9% [====== ] 98/1003 9% [====== ] 99/1003 9% [====== ] 100/1003 9% [====== ] 101/1003 10% [====== ] 102/1003 10% [====== ] 103/1003 10% [====== ] 104/1003 10% [====== ] 105/1003 10% [====== ] 106/1003 10% [====== ] 107/1003 10% [====== ] 108/1003 10% [====== ] 109/1003 10% [====== ] 110/1003 10% [====== ] 111/1003 11% [====== ] 112/1003 11% [====== ] 113/1003 11% [======= ] 114/1003 11% [======= ] 115/1003 11% [======= ] 116/1003 11% [======= ] 117/1003 11% [======= ] 118/1003 11% [======= ] 119/1003 11% [======= ] 120/1003 11% [======= ] 121/1003 12% [======= ] 122/1003 12% [======= ] 123/1003 12% [======= ] 124/1003 12% [======= ] 125/1003 12% [======= ] 126/1003 12% [======= ] 127/1003 12% [======= ] 128/1003 12% [======= ] 129/1003 12% [======== ] 130/1003 12% [======== ] 131/1003 13% [======== ] 132/1003 13% [======== ] 133/1003 13% [======== ] 134/1003 13% [======== ] 135/1003 13% [======== ] 136/1003 13% [======== ] 137/1003 13% [======== ] 138/1003 13% [======== ] 139/1003 13% [======== ] 140/1003 13% [======== ] 141/1003 14% [======== ] 142/1003 14% [======== ] 143/1003 14% [======== ] 144/1003 14% [======== ] 145/1003 14% [========= ] 146/1003 14% [========= ] 147/1003 14% [========= ] 148/1003 14% [========= ] 149/1003 14% [========= ] 150/1003 14% [========= ] 151/1003 15% [========= ] 152/1003 15% [========= ] 153/1003 15% [========= ] 154/1003 15% [========= ] 155/1003 15% [========= ] 156/1003 15% [========= ] 157/1003 15% [========= ] 158/1003 15% [========= ] 159/1003 15% [========= ] 160/1003 15% [========= ] 161/1003 16% [========== ] 162/1003 16% [========== ] 163/1003 16% [========== ] 164/1003 16% [========== ] 165/1003 16% [========== ] 166/1003 16% [========== ] 167/1003 16% [========== ] 168/1003 16% [========== ] 169/1003 16% [========== ] 170/1003 16% [========== ] 171/1003 17% [========== ] 172/1003 17% [========== ] 173/1003 17% [========== ] 174/1003 17% [========== ] 175/1003 17% [========== ] 176/1003 17% [========== ] 177/1003 17% [=========== ] 178/1003 17% [=========== ] 179/1003 17% [=========== ] 180/1003 17% [=========== ] 181/1003 18% [=========== ] 182/1003 18% [=========== ] 183/1003 18% [=========== ] 184/1003 18% [=========== ] 185/1003 18% [=========== ] 186/1003 18% [=========== ] 187/1003 18% [=========== ] 188/1003 18% [=========== ] 189/1003 18% [=========== ] 190/1003 18% [=========== ] 191/1003 19% [=========== ] 192/1003 19% [=========== ] 193/1003 19% [=========== ] 194/1003 19% [============ ] 195/1003 19% [============ ] 196/1003 19% [============ ] 197/1003 19% [============ ] 198/1003 19% [============ ] 199/1003 19% [============ ] 200/1003 19% [============ ] 201/1003 20% [============ ] 202/1003 20% [============ ] 203/1003 20% [============ ] 204/1003 20% [============ ] 205/1003 20% [============ ] 206/1003 20% [============ ] 207/1003 20% [============ ] 208/1003 20% [============ ] 209/1003 20% [============ ] 210/1003 20% [============= ] 211/1003 21% [============= ] 212/1003 21% [============= ] 213/1003 21% [============= ] 214/1003 21% [============= ] 215/1003 21% [============= ] 216/1003 21% [============= ] 217/1003 21% [============= ] 218/1003 21% [============= ] 219/1003 21% [============= ] 220/1003 21% [============= ] 221/1003 22% [============= ] 222/1003 22% [============= ] 223/1003 22% [============= ] 224/1003 22% [============= ] 225/1003 22% [============= ] 226/1003 22% [============== ] 227/1003 22% [============== ] 228/1003 22% [============== ] 229/1003 22% [============== ] 230/1003 22% [============== ] 231/1003 23% [============== ] 232/1003 23% [============== ] 233/1003 23% [============== ] 234/1003 23% [============== ] 235/1003 23% [============== ] 236/1003 23% [============== ] 237/1003 23% [============== ] 238/1003 23% [============== ] 239/1003 23% [============== ] 240/1003 23% [============== ] 241/1003 24% [============== ] 242/1003 24% [=============== ] 243/1003 24% [=============== ] 244/1003 24% [=============== ] 245/1003 24% [=============== ] 246/1003 24% [=============== ] 247/1003 24% [=============== ] 248/1003 24% [=============== ] 249/1003 24% [=============== ] 250/1003 24% [=============== ] 251/1003 25% [=============== ] 252/1003 25% [=============== ] 253/1003 25% [=============== ] 254/1003 25% [=============== ] 255/1003 25% [=============== ] 256/1003 25% [=============== ] 257/1003 25% [=============== ] 258/1003 25% [================ ] 259/1003 25% [================ ] 260/1003 25% [================ ] 261/1003 26% [================ ] 262/1003 26% [================ ] 263/1003 26% [================ ] 264/1003 26% [================ ] 265/1003 26% [================ ] 266/1003 26% [================ ] 267/1003 26% [================ ] 268/1003 26% [================ ] 269/1003 26% [================ ] 270/1003 26% [================ ] 271/1003 27% [================ ] 272/1003 27% [================ ] 273/1003 27% [================ ] 274/1003 27% [================ ] 275/1003 27% [================= ] 276/1003 27% [================= ] 277/1003 27% [================= ] 278/1003 27% [================= ] 279/1003 27% [================= ] 280/1003 27% [================= ] 281/1003 28% [================= ] 282/1003 28% [================= ] 283/1003 28% [================= ] 284/1003 28% [================= ] 285/1003 28% [================= ] 286/1003 28% [================= ] 287/1003 28% [================= ] 288/1003 28% [================= ] 289/1003 28% [================= ] 290/1003 28% [================= ] 291/1003 29% [================== ] 292/1003 29% [================== ] 293/1003 29% [================== ] 294/1003 29% [================== ] 295/1003 29% [================== ] 296/1003 29% [================== ] 297/1003 29% [================== ] 298/1003 29% [================== ] 299/1003 29% [================== ] 300/1003 29% [================== ] 301/1003 30% [================== ] 302/1003 30% [================== ] 303/1003 30% [================== ] 304/1003 30% [================== ] 305/1003 30% [================== ] 306/1003 30% [================== ] 307/1003 30% [=================== ] 308/1003 30% [=================== ] 309/1003 30% [=================== ] 310/1003 30% [=================== ] 311/1003 31% [=================== ] 312/1003 31% [=================== ] 313/1003 31% [=================== ] 314/1003 31% [=================== ] 315/1003 31% [=================== ] 316/1003 31% [=================== ] 317/1003 31% [=================== ] 318/1003 31% [=================== ] 319/1003 31% [=================== ] 320/1003 31% [=================== ] 321/1003 32% [=================== ] 322/1003 32% [=================== ] 323/1003 32% [==================== ] 324/1003 32% [==================== ] 325/1003 32% [==================== ] 326/1003 32% [==================== ] 327/1003 32% [==================== ] 328/1003 32% [==================== ] 329/1003 32% [==================== ] 330/1003 32% [==================== ] 331/1003 33% [==================== ] 332/1003 33% [==================== ] 333/1003 33% [==================== ] 334/1003 33% [==================== ] 335/1003 33% [==================== ] 336/1003 33% [==================== ] 337/1003 33% [==================== ] 338/1003 33% [==================== ] 339/1003 33% [===================== ] 340/1003 33% [===================== ] 341/1003 33% [===================== ] 342/1003 34% [===================== ] 343/1003 34% [===================== ] 344/1003 34% [===================== ] 345/1003 34% [===================== ] 346/1003 34% [===================== ] 347/1003 34% [===================== ] 348/1003 34% [===================== ] 349/1003 34% [===================== ] 350/1003 34% [===================== ] 351/1003 34% [===================== ] 352/1003 35% [===================== ] 353/1003 35% [===================== ] 354/1003 35% [===================== ] 355/1003 35% [====================== ] 356/1003 35% [====================== ] 357/1003 35% [====================== ] 358/1003 35% [====================== ] 359/1003 35% [====================== ] 360/1003 35% [====================== ] 361/1003 35% [====================== ] 362/1003 36% [====================== ] 363/1003 36% [====================== ] 364/1003 36% [====================== ] 365/1003 36% [====================== ] 366/1003 36% [====================== ] 367/1003 36% [====================== ] 368/1003 36% [====================== ] 369/1003 36% [====================== ] 370/1003 36% [====================== ] 371/1003 36% [====================== ] 372/1003 37% [======================= ] 373/1003 37% [======================= ] 374/1003 37% [======================= ] 375/1003 37% [======================= ] 376/1003 37% [======================= ] 377/1003 37% [======================= ] 378/1003 37% [======================= ] 379/1003 37% [======================= ] 380/1003 37% [======================= ] 381/1003 37% [======================= ] 382/1003 38% [======================= ] 383/1003 38% [======================= ] 384/1003 38% [======================= ] 385/1003 38% [======================= ] 386/1003 38% [======================= ] 387/1003 38% [======================= ] 388/1003 38% [======================== ] 389/1003 38% [======================== ] 390/1003 38% [======================== ] 391/1003 38% [======================== ] 392/1003 39% [======================== ] 393/1003 39% [======================== ] 394/1003 39% [======================== ] 395/1003 39% [======================== ] 396/1003 39% [======================== ] 397/1003 39% [======================== ] 398/1003 39% [======================== ] 399/1003 39% [======================== ] 400/1003 39% [======================== ] 401/1003 39% [======================== ] 402/1003 40% [======================== ] 403/1003 40% [======================== ] 404/1003 40% [========================= ] 405/1003 40% [========================= ] 406/1003 40% [========================= ] 407/1003 40% [========================= ] 408/1003 40% [========================= ] 409/1003 40% [========================= ] 410/1003 40% [========================= ] 411/1003 40% [========================= ] 412/1003 41% [========================= ] 413/1003 41% [========================= ] 414/1003 41% [========================= ] 415/1003 41% [========================= ] 416/1003 41% [========================= ] 417/1003 41% [========================= ] 418/1003 41% [========================= ] 419/1003 41% [========================= ] 420/1003 41% [========================== ] 421/1003 41% [========================== ] 422/1003 42% [========================== ] 423/1003 42% [========================== ] 424/1003 42% [========================== ] 425/1003 42% [========================== ] 426/1003 42% [========================== ] 427/1003 42% [========================== ] 428/1003 42% [========================== ] 429/1003 42% [========================== ] 430/1003 42% [========================== ] 431/1003 42% [========================== ] 432/1003 43% [========================== ] 433/1003 43% [========================== ] 434/1003 43% [========================== ] 435/1003 43% [========================== ] 436/1003 43% [=========================== ] 437/1003 43% [=========================== ] 438/1003 43% [=========================== ] 439/1003 43% [=========================== ] 440/1003 43% [=========================== ] 441/1003 43% [=========================== ] 442/1003 44% [=========================== ] 443/1003 44% [=========================== ] 444/1003 44% [=========================== ] 445/1003 44% [=========================== ] 446/1003 44% [=========================== ] 447/1003 44% [=========================== ] 448/1003 44% [=========================== ] 449/1003 44% [=========================== ] 450/1003 44% [=========================== ] 451/1003 44% [=========================== ] 452/1003 45% [============================ ] 453/1003 45% [============================ ] 454/1003 45% [============================ ] 455/1003 45% [============================ ] 456/1003 45% [============================ ] 457/1003 45% [============================ ] 458/1003 45% [============================ ] 459/1003 45% [============================ ] 460/1003 45% [============================ ] 461/1003 45% [============================ ] 462/1003 46% [============================ ] 463/1003 46% [============================ ] 464/1003 46% [============================ ] 465/1003 46% [============================ ] 466/1003 46% [============================ ] 467/1003 46% [============================ ] 468/1003 46% [============================ ] 469/1003 46% [============================= ] 470/1003 46% [============================= ] 471/1003 46% [============================= ] 472/1003 47% [============================= ] 473/1003 47% [============================= ] 474/1003 47% [============================= ] 475/1003 47% [============================= ] 476/1003 47% [============================= ] 477/1003 47% [============================= ] 478/1003 47% [============================= ] 479/1003 47% [============================= ] 480/1003 47% [============================= ] 481/1003 47% [============================= ] 482/1003 48% [============================= ] 483/1003 48% [============================= ] 484/1003 48% [============================= ] 485/1003 48% [============================== ] 486/1003 48% [============================== ] 487/1003 48% [============================== ] 488/1003 48% [============================== ] 489/1003 48% [============================== ] 490/1003 48% [============================== ] 491/1003 48% [============================== ] 492/1003 49% [============================== ] 493/1003 49% [============================== ] 494/1003 49% [============================== ] 495/1003 49% [============================== ] 496/1003 49% [============================== ] 497/1003 49% [============================== ] 498/1003 49% [============================== ] 499/1003 49% [============================== ] 500/1003 49% [============================== ] 501/1003 49% [=============================== ] 502/1003 50% [=============================== ] 503/1003 50% [=============================== ] 504/1003 50% [=============================== ] 505/1003 50% [=============================== ] 506/1003 50% [=============================== ] 507/1003 50% [=============================== ] 508/1003 50% [=============================== ] 509/1003 50% [=============================== ] 510/1003 50% [=============================== ] 511/1003 50% [=============================== ] 512/1003 51% [=============================== ] 513/1003 51% [=============================== ] 514/1003 51% [=============================== ] 515/1003 51% [=============================== ] 516/1003 51% [=============================== ] 517/1003 51% [================================ ] 518/1003 51% [================================ ] 519/1003 51% [================================ ] 520/1003 51% [================================ ] 521/1003 51% [================================ ] 522/1003 52% [================================ ] 523/1003 52% [================================ ] 524/1003 52% [================================ ] 525/1003 52% [================================ ] 526/1003 52% [================================ ] 527/1003 52% [================================ ] 528/1003 52% [================================ ] 529/1003 52% [================================ ] 530/1003 52% [================================ ] 531/1003 52% [================================ ] 532/1003 53% [================================ ] 533/1003 53% [================================= ] 534/1003 53% [================================= ] 535/1003 53% [================================= ] 536/1003 53% [================================= ] 537/1003 53% [================================= ] 538/1003 53% [================================= ] 539/1003 53% [================================= ] 540/1003 53% [================================= ] 541/1003 53% [================================= ] 542/1003 54% [================================= ] 543/1003 54% [================================= ] 544/1003 54% [================================= ] 545/1003 54% [================================= ] 546/1003 54% [================================= ] 547/1003 54% [================================= ] 548/1003 54% [================================= ] 549/1003 54% [================================= ] 550/1003 54% [================================== ] 551/1003 54% [================================== ] 552/1003 55% [================================== ] 553/1003 55% [================================== ] 554/1003 55% [================================== ] 555/1003 55% [================================== ] 556/1003 55% [================================== ] 557/1003 55% [================================== ] 558/1003 55% [================================== ] 559/1003 55% [================================== ] 560/1003 55% [================================== ] 561/1003 55% [================================== ] 562/1003 56% [================================== ] 563/1003 56% [================================== ] 564/1003 56% [================================== ] 565/1003 56% [================================== ] 566/1003 56% [=================================== ] 567/1003 56% [=================================== ] 568/1003 56% [=================================== ] 569/1003 56% [=================================== ] 570/1003 56% [=================================== ] 571/1003 56% [=================================== ] 572/1003 57% [=================================== ] 573/1003 57% [=================================== ] 574/1003 57% [=================================== ] 575/1003 57% [=================================== ] 576/1003 57% [=================================== ] 577/1003 57% [=================================== ] 578/1003 57% [=================================== ] 579/1003 57% [=================================== ] 580/1003 57% [=================================== ] 581/1003 57% [=================================== ] 582/1003 58% [==================================== ] 583/1003 58% [==================================== ] 584/1003 58% [==================================== ] 585/1003 58% [==================================== ] 586/1003 58% [==================================== ] 587/1003 58% [==================================== ] 588/1003 58% [==================================== ] 589/1003 58% [==================================== ] 590/1003 58% [==================================== ] 591/1003 58% [==================================== ] 592/1003 59% [==================================== ] 593/1003 59% [==================================== ] 594/1003 59% [==================================== ] 595/1003 59% [==================================== ] 596/1003 59% [==================================== ] 597/1003 59% [==================================== ] 598/1003 59% [===================================== ] 599/1003 59% [===================================== ] 600/1003 59% [===================================== ] 601/1003 59% [===================================== ] 602/1003 60% [===================================== ] 603/1003 60% [===================================== ] 604/1003 60% [===================================== ] 605/1003 60% [===================================== ] 606/1003 60% [===================================== ] 607/1003 60% [===================================== ] 608/1003 60% [===================================== ] 609/1003 60% [===================================== ] 610/1003 60% [===================================== ] 611/1003 60% [===================================== ] 612/1003 61% [===================================== ] 613/1003 61% [===================================== ] 614/1003 61% [====================================== ] 615/1003 61% [====================================== ] 616/1003 61% [====================================== ] 617/1003 61% [====================================== ] 618/1003 61% [====================================== ] 619/1003 61% [====================================== ] 620/1003 61% [====================================== ] 621/1003 61% [====================================== ] 622/1003 62% [====================================== ] 623/1003 62% [====================================== ] 624/1003 62% [====================================== ] 625/1003 62% [====================================== ] 626/1003 62% [====================================== ] 627/1003 62% [====================================== ] 628/1003 62% [====================================== ] 629/1003 62% [====================================== ] 630/1003 62% [======================================= ] 631/1003 62% [======================================= ] 632/1003 63% [======================================= ] 633/1003 63% [======================================= ] 634/1003 63% [======================================= ] 635/1003 63% [======================================= ] 636/1003 63% [======================================= ] 637/1003 63% [======================================= ] 638/1003 63% [======================================= ] 639/1003 63% [======================================= ] 640/1003 63% [======================================= ] 641/1003 63% [======================================= ] 642/1003 64% [======================================= ] 643/1003 64% [======================================= ] 644/1003 64% [======================================= ] 645/1003 64% [======================================= ] 646/1003 64% [======================================= ] 647/1003 64% [======================================== ] 648/1003 64% [======================================== ] 649/1003 64% [======================================== ] 650/1003 64% [======================================== ] 651/1003 64% [======================================== ] 652/1003 65% [======================================== ] 653/1003 65% [======================================== ] 654/1003 65% [======================================== ] 655/1003 65% [======================================== ] 656/1003 65% [======================================== ] 657/1003 65% [======================================== ] 658/1003 65% [======================================== ] 659/1003 65% [======================================== ] 660/1003 65% [======================================== ] 661/1003 65% [======================================== ] 662/1003 66% [======================================== ] 663/1003 66% [========================================= ] 664/1003 66% [========================================= ] 665/1003 66% [========================================= ] 666/1003 66% [========================================= ] 667/1003 66% [========================================= ] 668/1003 66% [========================================= ] 669/1003 66% [========================================= ] 670/1003 66% [========================================= ] 671/1003 66% [========================================= ] 672/1003 66% [========================================= ] 673/1003 67% [========================================= ] 674/1003 67% [========================================= ] 675/1003 67% [========================================= ] 676/1003 67% [========================================= ] 677/1003 67% [========================================= ] 678/1003 67% [========================================= ] 679/1003 67% [========================================== ] 680/1003 67% [========================================== ] 681/1003 67% [========================================== ] 682/1003 67% [========================================== ] 683/1003 68% [========================================== ] 684/1003 68% [========================================== ] 685/1003 68% [========================================== ] 686/1003 68% [========================================== ] 687/1003 68% [========================================== ] 688/1003 68% [========================================== ] 689/1003 68% [========================================== ] 690/1003 68% [========================================== ] 691/1003 68% [========================================== ] 692/1003 68% [========================================== ] 693/1003 69% [========================================== ] 694/1003 69% [========================================== ] 695/1003 69% [=========================================== ] 696/1003 69% [=========================================== ] 697/1003 69% [=========================================== ] 698/1003 69% [=========================================== ] 699/1003 69% [=========================================== ] 700/1003 69% [=========================================== ] 701/1003 69% [=========================================== ] 702/1003 69% [=========================================== ] 703/1003 70% [=========================================== ] 704/1003 70% [=========================================== ] 705/1003 70% [=========================================== ] 706/1003 70% [=========================================== ] 707/1003 70% [=========================================== ] 708/1003 70% [=========================================== ] 709/1003 70% [=========================================== ] 710/1003 70% [=========================================== ] 711/1003 70% [============================================ ] 712/1003 70% [============================================ ] 713/1003 71% [============================================ ] 714/1003 71% [============================================ ] 715/1003 71% [============================================ ] 716/1003 71% [============================================ ] 717/1003 71% [============================================ ] 718/1003 71% [============================================ ] 719/1003 71% [============================================ ] 720/1003 71% [============================================ ] 721/1003 71% [============================================ ] 722/1003 71% [============================================ ] 723/1003 72% [============================================ ] 724/1003 72% [============================================ ] 725/1003 72% [============================================ ] 726/1003 72% [============================================ ] 727/1003 72% [============================================= ] 728/1003 72% [============================================= ] 729/1003 72% [============================================= ] 730/1003 72% [============================================= ] 731/1003 72% [============================================= ] 732/1003 72% [============================================= ] 733/1003 73% [============================================= ] 734/1003 73% [============================================= ] 735/1003 73% [============================================= ] 736/1003 73% [============================================= ] 737/1003 73% [============================================= ] 738/1003 73% [============================================= ] 739/1003 73% [============================================= ] 740/1003 73% [============================================= ] 741/1003 73% [============================================= ] 742/1003 73% [============================================= ] 743/1003 74% [============================================= ] 744/1003 74% [============================================== ] 745/1003 74% [============================================== ] 746/1003 74% [============================================== ] 747/1003 74% [============================================== ] 748/1003 74% [============================================== ] 749/1003 74% [============================================== ] 750/1003 74% [============================================== ] 751/1003 74% [============================================== ] 752/1003 74% [============================================== ] 753/1003 75% [============================================== ] 754/1003 75% [============================================== ] 755/1003 75% [============================================== ] 756/1003 75% [============================================== ] 757/1003 75% [============================================== ] 758/1003 75% [============================================== ] 759/1003 75% [============================================== ] 760/1003 75% [=============================================== ] 761/1003 75% [=============================================== ] 762/1003 75% [=============================================== ] 763/1003 76% [=============================================== ] 764/1003 76% [=============================================== ] 765/1003 76% [=============================================== ] 766/1003 76% [=============================================== ] 767/1003 76% [=============================================== ] 768/1003 76% [=============================================== ] 769/1003 76% [=============================================== ] 770/1003 76% [=============================================== ] 771/1003 76% [=============================================== ] 772/1003 76% [=============================================== ] 773/1003 77% [=============================================== ] 774/1003 77% [=============================================== ] 775/1003 77% [=============================================== ] 776/1003 77% [================================================ ] 777/1003 77% [================================================ ] 778/1003 77% [================================================ ] 779/1003 77% [================================================ ] 780/1003 77% [================================================ ] 781/1003 77% [================================================ ] 782/1003 77% [================================================ ] 783/1003 78% [================================================ ] 784/1003 78% [================================================ ] 785/1003 78% [================================================ ] 786/1003 78% [================================================ ] 787/1003 78% [================================================ ] 788/1003 78% [================================================ ] 789/1003 78% [================================================ ] 790/1003 78% [================================================ ] 791/1003 78% [================================================ ] 792/1003 78% [================================================= ] 793/1003 79% [================================================= ] 794/1003 79% [================================================= ] 795/1003 79% [================================================= ] 796/1003 79% [================================================= ] 797/1003 79% [================================================= ] 798/1003 79% [================================================= ] 799/1003 79% [================================================= ] 800/1003 79% [================================================= ] 801/1003 79% [================================================= ] 802/1003 79% [================================================= ] 803/1003 80% [================================================= ] 804/1003 80% [================================================= ] 805/1003 80% [================================================= ] 806/1003 80% [================================================= ] 807/1003 80% [================================================= ] 808/1003 80% [================================================== ] 809/1003 80% [================================================== ] 810/1003 80% [================================================== ] 811/1003 80% [================================================== ] 812/1003 80% [================================================== ] 813/1003 81% [================================================== ] 814/1003 81% [================================================== ] 815/1003 81% [================================================== ] 816/1003 81% [================================================== ] 817/1003 81% [================================================== ] 818/1003 81% [================================================== ] 819/1003 81% [================================================== ] 820/1003 81% [================================================== ] 821/1003 81% [================================================== ] 822/1003 81% [================================================== ] 823/1003 82% [================================================== ] 824/1003 82% [================================================== ] 825/1003 82% [=================================================== ] 826/1003 82% [=================================================== ] 827/1003 82% [=================================================== ] 828/1003 82% [=================================================== ] 829/1003 82% [=================================================== ] 830/1003 82% [=================================================== ] 831/1003 82% [=================================================== ] 832/1003 82% [=================================================== ] 833/1003 83% [=================================================== ] 834/1003 83% [=================================================== ] 835/1003 83% [=================================================== ] 836/1003 83% [=================================================== ] 837/1003 83% [=================================================== ] 838/1003 83% [=================================================== ] 839/1003 83% [=================================================== ] 840/1003 83% [=================================================== ] 841/1003 83% [==================================================== ] 842/1003 83% [==================================================== ] 843/1003 84% [==================================================== ] 844/1003 84% [==================================================== ] 845/1003 84% [==================================================== ] 846/1003 84% [==================================================== ] 847/1003 84% [==================================================== ] 848/1003 84% [==================================================== ] 849/1003 84% [==================================================== ] 850/1003 84% [==================================================== ] 851/1003 84% [==================================================== ] 852/1003 84% [==================================================== ] 853/1003 85% [==================================================== ] 854/1003 85% [==================================================== ] 855/1003 85% [==================================================== ] 856/1003 85% [==================================================== ] 857/1003 85% [===================================================== ] 858/1003 85% [===================================================== ] 859/1003 85% [===================================================== ] 860/1003 85% [===================================================== ] 861/1003 85% [===================================================== ] 862/1003 85% [===================================================== ] 863/1003 86% [===================================================== ] 864/1003 86% [===================================================== ] 865/1003 86% [===================================================== ] 866/1003 86% [===================================================== ] 867/1003 86% [===================================================== ] 868/1003 86% [===================================================== ] 869/1003 86% [===================================================== ] 870/1003 86% [===================================================== ] 871/1003 86% [===================================================== ] 872/1003 86% [===================================================== ] 873/1003 87% [====================================================== ] 874/1003 87% [====================================================== ] 875/1003 87% [====================================================== ] 876/1003 87% [====================================================== ] 877/1003 87% [====================================================== ] 878/1003 87% [====================================================== ] 879/1003 87% [====================================================== ] 880/1003 87% [====================================================== ] 881/1003 87% [====================================================== ] 882/1003 87% [====================================================== ] 883/1003 88% [====================================================== ] 884/1003 88% [====================================================== ] 885/1003 88% [====================================================== ] 886/1003 88% [====================================================== ] 887/1003 88% [====================================================== ] 888/1003 88% [====================================================== ] 889/1003 88% [======================================================= ] 890/1003 88% [======================================================= ] 891/1003 88% [======================================================= ] 892/1003 88% [======================================================= ] 893/1003 89% [======================================================= ] 894/1003 89% [======================================================= ] 895/1003 89% [======================================================= ] 896/1003 89% [======================================================= ] 897/1003 89% [======================================================= ] 898/1003 89% [======================================================= ] 899/1003 89% [======================================================= ] 900/1003 89% [======================================================= ] 901/1003 89% [======================================================= ] 902/1003 89% [======================================================= ] 903/1003 90% [======================================================= ] 904/1003 90% [======================================================= ] 905/1003 90% [======================================================== ] 906/1003 90% [======================================================== ] 907/1003 90% [======================================================== ] 908/1003 90% [======================================================== ] 909/1003 90% [======================================================== ] 910/1003 90% [======================================================== ] 911/1003 90% [======================================================== ] 912/1003 90% [======================================================== ] 913/1003 91% [======================================================== ] 914/1003 91% [======================================================== ] 915/1003 91% [======================================================== ] 916/1003 91% [======================================================== ] 917/1003 91% [======================================================== ] 918/1003 91% [======================================================== ] 919/1003 91% [======================================================== ] 920/1003 91% [======================================================== ] 921/1003 91% [======================================================== ] 922/1003 91% [========================================================= ] 923/1003 92% [========================================================= ] 924/1003 92% [========================================================= ] 925/1003 92% [========================================================= ] 926/1003 92% [========================================================= ] 927/1003 92% [========================================================= ] 928/1003 92% [========================================================= ] 929/1003 92% [========================================================= ] 930/1003 92% [========================================================= ] 931/1003 92% [========================================================= ] 932/1003 92% [========================================================= ] 933/1003 93% [========================================================= ] 934/1003 93% [========================================================= ] 935/1003 93% [========================================================= ] 936/1003 93% [========================================================= ] 937/1003 93% [========================================================= ] 938/1003 93% [========================================================== ] 939/1003 93% [========================================================== ] 940/1003 93% [========================================================== ] 941/1003 93% [========================================================== ] 942/1003 93% [========================================================== ] 943/1003 94% [========================================================== ] 944/1003 94% [========================================================== ] 945/1003 94% [========================================================== ] 946/1003 94% [========================================================== ] 947/1003 94% [========================================================== ] 948/1003 94% [========================================================== ] 949/1003 94% [========================================================== ] 950/1003 94% [========================================================== ] 951/1003 94% [========================================================== ] 952/1003 94% [========================================================== ] 953/1003 95% [========================================================== ] 954/1003 95% [=========================================================== ] 955/1003 95% [=========================================================== ] 956/1003 95% [=========================================================== ] 957/1003 95% [=========================================================== ] 958/1003 95% [=========================================================== ] 959/1003 95% [=========================================================== ] 960/1003 95% [=========================================================== ] 961/1003 95% [=========================================================== ] 962/1003 95% [=========================================================== ] 963/1003 96% [=========================================================== ] 964/1003 96% [=========================================================== ] 965/1003 96% [=========================================================== ] 966/1003 96% [=========================================================== ] 967/1003 96% [=========================================================== ] 968/1003 96% [=========================================================== ] 969/1003 96% [=========================================================== ] 970/1003 96% [============================================================ ] 971/1003 96% [============================================================ ] 972/1003 96% [============================================================ ] 973/1003 97% [============================================================ ] 974/1003 97% [============================================================ ] 975/1003 97% [============================================================ ] 976/1003 97% [============================================================ ] 977/1003 97% [============================================================ ] 978/1003 97% [============================================================ ] 979/1003 97% [============================================================ ] 980/1003 97% [============================================================ ] 981/1003 97% [============================================================ ] 982/1003 97% [============================================================ ] 983/1003 98% [============================================================ ] 984/1003 98% [============================================================ ] 985/1003 98% [============================================================ ] 986/1003 98% [============================================================= ] 987/1003 98% [============================================================= ] 988/1003 98% [============================================================= ] 989/1003 98% [============================================================= ] 990/1003 98% [============================================================= ] 991/1003 98% [============================================================= ] 992/1003 98% [============================================================= ] 993/1003 99% [============================================================= ] 994/1003 99% [============================================================= ] 995/1003 99% [============================================================= ] 996/1003 99% [============================================================= ] 997/1003 99% [============================================================= ] 998/1003 99% [============================================================= ] 999/1003 99% [============================================================= ] 1000/1003 99% [============================================================= ] 1001/1003 99% [============================================================= ] 1002/1003 99% [==============================================================] 1003/1003 100% operation complete, 1003 objects in 58566 NAND pages. ln -snf /home/autobuild/autobuild/instance-2/output-1/host/aarch64-buildroot-linux-gnu/sysroot /home/autobuild/autobuild/instance-2/output-1/staging make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot' make: Entering directory '/home/autobuild/autobuild/instance-2/buildroot' >>> Buildroot 2023.08-rc3-16-gfbcc1bf533 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-fakedate Collecting legal info >>> host-skeleton Collecting legal info >>> host-gcc-final 12.3.0 Collecting legal info >>> glibc 2.37-2-g9f8513dc64119a424b312db97cef5d87d376defa 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-gawk 5.2.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.3.0 Collecting legal info >>> host-binutils 2.40 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.4.13 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 >>> host-asn1c 0.9.28 Collecting legal info LICENSE: OK (sha256: bcc636802a52ace2255212be15fb707084af87061b5cfd37eb84dcf6a02cc48b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> host-btrfs-progs 5.16.2 Collecting legal info COPYING: OK (sha256: 0d5bf346df9e635a29dcdddf832dc5b002ca6cdc1c5c9c6c567d2a61bb0c5c15) libbtrfsutil/COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-lzo 2.10 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-cmake 3.27.1 Collecting legal info Copyright.txt: OK (sha256: 4a01ccf2dc580ba570d02bc015bbe0ec92f1f318717aae9540ba841ba7946756) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> host-util-linux 2.39.1 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) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> 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.1 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) >>> 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 >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> iputils 20221126 Collecting legal info LICENSE: OK (sha256: 2c9f29d982c48665c30b3adaf400c048988fd256eb91c691e351eb3b6a8b2036) Documentation/LICENSE.BSD3: OK (sha256: 9acc4bc871a4742550158e3696dcb381953172ef808d04ca248184f9f6322712) Documentation/LICENSE.GPL2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-meson 1.1.1 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 68.0.0 Collecting legal info LICENSE: OK (sha256: 86da0f01aeae46348a3c3d465195dc1ceccde79f79e87769a64b8da04b2a4741) >>> host-python-installer 0.7.0 Collecting legal info LICENSE: OK (sha256: 37b8b9f2569892fa54406383d431169dbb2115980d78b7efba6eeae5664c484f) >>> host-python-flit-core 3.9.0 Collecting legal info LICENSE: OK (sha256: 35b4f1dec512e617077fd6980dbb43ef8c2887adc5d0185edb4c04da175dd816) >>> host-python3 3.11.5 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2023.02.20 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-pypa-build 0.10.0 Collecting legal info LICENSE: OK (sha256: aaf9a29ca5907971ccf07de025375db34539a8d5eeebce20b46099805722106f) >>> host-python-packaging 23.1 Collecting legal info LICENSE: OK (sha256: cad1ef5bd340d73e074ba614d26f7deaca5c7940c3d8c34852e65c4909686c48) LICENSE.APACHE: OK (sha256: 0d542e0c8804e39aa7f37eb00da5a762149dc682d7829451287e11b938e94594) LICENSE.BSD: OK (sha256: b70e7e9b742f1cc6f948b34c16aa39ffece94196364bc88ff0d2180f0028fac5) >>> host-python-pyproject-hooks 1.0.0 Collecting legal info LICENSE: OK (sha256: 1b22b049b5267d6dfc23a67bf4a84d8ec04b9fdfb1a51d360e42b4342c8b4154) >>> host-python-wheel 0.40.0 Collecting legal info LICENSE.txt: OK (sha256: 30c23618679108f3e8ea1d2a658c7ca417bdfc891c98ef1a89fa4ff0c9828654) >>> cache-calibrator Collecting legal info calibrator.c.license: OK (sha256: a853663f5b4fb3ad77bf2790ab53146f456b8d9b9ddf83b99fe28c0bdec42514) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.14.2 Collecting legal info COPYING: OK (sha256: 51a51aa9823704fd90bccc616cdd17ebabb5b2b3e9cbde886ca02c7002288067) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.13.1 Collecting legal info LICENSE.TXT: OK (sha256: 2e3bbb7d7c5c396368dd0853a790ec29ce5b8647163dde42a0493fb0d6556b2b) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.40 Collecting legal info LICENSE: OK (sha256: 5c0bb4b05b1354ae7c173532b6702ea68b611047ff9b91c4d3af77da39c195d9) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> dejavu 2.37 Collecting legal info LICENSE: OK (sha256: 7a083b136e64d064794c3419751e5c7dd10d2f64c108fe5ba161eae5e5958a93) >>> host-dosfstools 4.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> fbdump 0.4.2 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> ficl 4.1.0 Collecting legal info ReadMe.txt: OK (sha256: 1d1dd1f1cde52e8b607c5ccb6a2e5de878fd1719b8c5a4d31b9cdb343c203d0d) >>> fswebcam 20200725 Collecting legal info LICENSE: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> gd 2.3.3 Collecting legal info COPYING: OK (sha256: 005f4b6b0141d1bd11d371bbf7d4f67947f85a4906b7f5465f942204cf918ba3) >>> jpeg Collecting legal info >>> libjpeg 9e Collecting legal info README: OK (sha256: 50c1c5978d490c7f13062d91c4b89affc83774f87bc4568a714f748b62a5b216) >>> tiff 4.5.1 Collecting legal info LICENSE.md: OK (sha256: 0780558a8bfba0af1160ec1ff11ade4f41c0d7deafd6ecfc796b492a788e380d) >>> host-genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> genromfs 0.5.2 Collecting legal info COPYING: OK (sha256: cc2a6651c315b233ebc110b49ea3c6452eff9a28f8bc051ffd2bb92a8dcfa3d2) >>> gnuplot 5.4.7 Collecting legal info Copyright: OK (sha256: 895928ec0735cca1c8cec42656c7e314a065d0242813bb8693c0c1bf61fd4e4d) >>> htop 3.2.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> hwdata 0.371 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSE: OK (sha256: 21d0406f93e884a050426ebc21931839a45d56bfcbcbfdda7686d583f36f107f) >>> imlib2 1.7.3 Collecting legal info COPYING: OK (sha256: fb70339dd33a77b6213c7ae067fccf93d04af44ff3f937c61f8863f7970e73f6) COPYING-PLAIN: OK (sha256: 8c9a2e92ed4937e2d30c2ea95439c36ed3002fc47e34efee43455a460fee8ef5) >>> inconsolata 001.010 Collecting legal info OFL.txt: OK (sha256: 8bbed014d1c85a9e3f36703816833c9538e140fea88c2bc3a745ce2449dc18ab) >>> initscripts Collecting legal info >>> jsmn 1.1.0 Collecting legal info LICENSE: OK (sha256: 4675b94a50d2afe811c52785463c854f1156056632cce17cc7133939eac8ed55) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> kexec 2.0.26 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> libavl 0.3.5 Collecting legal info COPYING: OK (sha256: 767a9accfe3b110153b567983b98889469dfaae02899a632aeadbb81ad611293) >>> libconfig 1.7.3 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libcurl 8.2.1 Collecting legal info COPYING: OK (sha256: b1d7feb949ea5023552029fbe0bf5db4f23c2f85e9b8e51e18536f0ecbf9c524) >>> nghttp2 1.41.0 Collecting legal info COPYING: OK (sha256: 6b94f3abc1aabd0c72a7c7d92a77f79dda7c8a0cb3df839a97890b4116a2de2a) >>> openssl Collecting legal info >>> libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdisplay-info 0.1.1 Collecting legal info LICENSE: OK (sha256: 15b396244e58830c5614b9394f4deccfe684970cd507f299383ab57ad339eedd) >>> libev 4.33 Collecting legal info LICENSE: OK (sha256: c4dd1a5bc38b041a320b93c5d6c08f5c41a63f2ce718ee16cfcb757fad448199) >>> libgcrypt 1.10.2 Collecting legal info COPYING.LIB: OK (sha256: ca0061fc1381a3ab242310e4b3f56389f28e3d460eb2fd822ed7a21c6f030532) >>> libgpg-error 1.47 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) COPYING.LIB: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libhttpparser 2.9.4 Collecting legal info LICENSE-MIT: OK (sha256: 79e6ba8b687cb54786207342b9b6fcee0ac10218453ed9009b84d949b2233cc0) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libidn 1.41 Collecting legal info COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYINGv3: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libkrb5 1.21 Collecting legal info NOTICE: OK (sha256: 0d5373486138cb176c063db98274b4c4ab6ef3518c4191360736384b780306c2) >>> libksba 1.6.3 Collecting legal info AUTHORS: OK (sha256: 8f1b87e551d97b2b23b6d3403a5d598c63ea89824cb8ee351f631f6cab2beaa5) COPYING: OK (sha256: 6197b98c6bf69838c624809c509d84333de1bc847155168c0e84527446a27076) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) COPYING.LGPLv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libmad 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libscrypt 1.22 Collecting legal info LICENSE: OK (sha256: aacbfd9e19e5b38ea09616cebf0751ef0cc7b6a19ea0fd78f4b0598b2c503394) >>> libsrtp 2.4.2 Collecting legal info LICENSE: OK (sha256: 8e19d42a1eec9561f3f347253ddf2e385c55f392f025bb0fd41b88dbf38db5ae) >>> libsysfs 2.1.1 Collecting legal info cmd/GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) lib/LGPL: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> libclc 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: 3c536c052db9afd997809e38785c9f2a9e54e2892330fa7c5b438e18a7413479) >>> host-clang 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: ebcd9bbf783a73d05c53ba4d586b8d5813dcdf3bbec50265860ccc885e606f47) >>> host-libxml2 2.11.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-llvm 15.0.3 Collecting legal info LICENSE.TXT: OK (sha256: 8d85c1057d742e597985c7d4e6320b015a9139385cff4cbae06ffc0ebe89afee) >>> host-llvm-cmake 15.0.3 Collecting legal info >>> host-spirv-llvm-translator v15.0.0-46-ge82ecc2bd7295604fcf1824e47c95fa6a09c6e63 Collecting legal info LICENSE.TXT: OK (sha256: e3bc36440fc927c62d5cc24efeefe225a14d4e34ffeb0c92e430625cce9ee444) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> host-lttng-babeltrace 1.5.7 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: 12d4222ac628fe4092cba8ed90bc5227a4dedd0b94973273cecbc393325bf1c2) >>> host-elfutils 0.189 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING-GPLV2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING-LGPLV3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-bzip2 1.0.8 Collecting legal info LICENSE: OK (sha256: c6dbbf828498be844a89eaa3b84adbab3199e342eb5cb2ed2f0d4ba7ec0f38a3) >>> host-xz 5.4.3 Collecting legal info COPYING: OK (sha256: 72d7ef9c98be319fd34ce88b45203b36d5936f9c49e82bf3198ffee5e0c7d87e) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libglib2 2.76.1 Collecting legal info COPYING: OK (sha256: fa6f36630bb1e0c571d34b2bbdf188d08495c9dbf58f28cac112f303fc1f58fb) >>> host-pcre2 10.42 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> host-popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> lynx 2.8.9rel.1 Collecting legal info COPYING: OK (sha256: 8406a30ff3134ec23cf752d1ceda92ddaabbe41b4f2dc07ea3cfa139de12d6d6) >>> madplay 0.15.2b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 915bfd70548f31d11f9b4ffb21f343d1196af96c79d6aaac5663ea46c39dd3a3) >>> memtester 4.5.1 Collecting legal info COPYING: OK (sha256: dcc100d4161cc0b7177545ab6e47216f84857cda3843847c792a25289852dcaa) >>> netperf 2.7.0 Collecting legal info COPYING: OK (sha256: dc874b3047b6259336431e813961fb6c5945561c6ad7a732aa8531a3c6b1a9fa) >>> oniguruma 6.9.8 Collecting legal info COPYING: OK (sha256: 70ba5469ea0bab6e18a32d7009068f996503168d27be57747e08da34337ff26f) >>> host-opkg-utils 0.4.5 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-lz4 1.9.4 Collecting legal info lib/LICENSE: OK (sha256: 8b58c446121a109ccf32edc094bba3010a3d85e4ee3702950db55e4d3e87736c) programs/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-parted 3.6 Collecting legal info COPYING: OK (sha256: 0abbff814cd00e2b0b6d08395af2b419c1a92026c4b4adacbb65ccda45fa58cf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-qemu 8.0.3 Collecting legal info COPYING: OK (sha256: 6f04ae8364d0079a192b14635f4b1da294ce18724c034c39a6a41d1b09df6100) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-dtc 1.6.1 Collecting legal info README.license: OK (sha256: 78e1e1ce5728a990d59c7de61d4741c49185d5129daf783b386380a214328d68) GPL: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) BSD-2-Clause: OK (sha256: 6313108c23efffa36948f8b2cff1560a5935373b527b0e1a837cc77e6ed1bacd) >>> host-pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> host-slirp 4.7.0 Collecting legal info COPYRIGHT: OK (sha256: b28aecf4796a6a22054167f0a976de13d9db335669d37afd2dc7ea4c335e1e13) >>> raptor 2.0.16 Collecting legal info LICENSE.txt: OK (sha256: 0f0c719a05c9f7a0be2051ab83c1470837f595ed23e34989f46fd8eb45cfc251) >>> read-edid 3.0.2 Collecting legal info LICENSE: OK (sha256: 1f8e8a59865d73076ab0a015330bc5bde7332384281260093878a3c366b778b7) >>> rtty 8.1.0 Collecting legal info LICENSE: OK (sha256: 99efed4bbc0b62f96f999ef23399e38234fb91651af734fd389a52b033a85b55) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> spandsp 3.0.0-6ec23e5a7e Collecting legal info COPYING: OK (sha256: 366576cb0b869cd9e95a4882878607314650488ac635e5df0692180382e9666a) >>> sqlite 3.42.0 Collecting legal info tea/license.terms: OK (sha256: 66e056b6e8687f32af30d5187611b98b12a8f46f07aaf62f43585f276e8f0ac9) >>> stb 8b5f1f37b5b75829fc72d38e7b5d4bcbf8a26d55 Collecting legal info LICENSE: OK (sha256: bebfe904b14301657e4e5d655c811d51fd31b97c455b9cc2d8600d6bac6cff63) >>> uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> udpxy 1.0.23-9-prod Collecting legal info README: OK (sha256: 60ead3913246c7cd930fe653c0053aba1af2cd9f82b266befdbbd6e0b8ecb750) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> unixodbc 2.3.11 Collecting legal info COPYING: OK (sha256: a6b9aa1e9bfade121164c06fd975e9b913a8e38bf33d25ff967dfa3ed07d12f8) exe/COPYING: OK (sha256: 1e594f4c7fd6d099eca4bd1340b39d871ce0298331d8ebd4b68935548ee45cf4) >>> host-vboot-utils bbdd62f9b030db7ad8eef789aaf58a7ff9a25656 Collecting legal info LICENSE: OK (sha256: cb9dc8e96aedf9120b6757a60387db10f3c1a8e3fd97bb9d0f11327be5a7ed4d) >>> host-openssl Collecting legal info >>> host-libopenssl 3.0.10 Collecting legal info LICENSE.txt: OK (sha256: 7d5450cb2d142651b8afa315b5f238efc805dad827d91ba367d8516bc9d49e7a) >>> wireless_tools 30.pre9 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> wolfssl 5.6.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) LICENSING: OK (sha256: b23c1da1f85d699d3288d73c952b4cd02760d23dc1ddc1b221cbb8be82387189) >>> wolftpm 2.7.0 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xvisor 0.3.2 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> ytree 2.04 Collecting legal info COPYING: OK (sha256: eb6bf7204569b4fe8eaf9d4dffc57e44047c5efb5deba1b2d99069ddbc99d031) >>> zip 3.0 Collecting legal info LICENSE: OK (sha256: 8ecd6c1bab449127eb665cef1561e73a8bce52e217375f6f466939e137b1e110) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.32.1 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-mtd 2.1.5 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 WARNING: gcc-final-12.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: llvm-cmake-15.0.3: cannot save license (HOST_LLVM_CMAKE_LICENSE_FILES not defined) Legal info produced in /home/autobuild/autobuild/instance-2/output-1/legal-info make: Leaving directory '/home/autobuild/autobuild/instance-2/buildroot'