find /home/buildroot/autobuild/instance-0/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-0/output-1/target/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-0/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-0/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/man /home/buildroot/autobuild/instance-0/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/info /home/buildroot/autobuild/instance-0/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/doc /home/buildroot/autobuild/instance-0/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-0/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-0/output-1/target/lib/debug /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-0/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/buildroot/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /home/buildroot/autobuild/instance-0/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /home/buildroot/autobuild/instance-0/output-1/host/bin/riscv32-buildroot-linux-gnu-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/buildroot/autobuild/instance-0/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02-90-g7107a9876b"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2023.05-git\"" \ ) > /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-0/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-0/output-1/per-package /home/buildroot/autobuild/instance-0/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-0/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt system/device_table_dev.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.btrfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target -print0 | xargs -0 -r touch -hd @1678781348\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot printf ' rm -f -f /home/buildroot/autobuild/instance-0/output-1/images/rootfs.btrfs\n /home/buildroot/autobuild/instance-0/output-1/host/bin/mkfs.btrfs -f -r '\''/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target'\'' -L '\'''\'' --byte-count '\''100m'\'' --nodesize '\''16384'\'' --sectorsize '\''4096'\'' /home/buildroot/autobuild/instance-0/output-1/images/rootfs.btrfs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/btrfs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' ERROR: zoned: unable to stat /home/buildroot/autobuild/instance-0/output-1/images/rootfs.btrfs btrfs-progs v5.16.2 See http://btrfs.wiki.kernel.org for more information. NOTE: several default settings have changed in version 5.15, please make sure this does not affect your deployments: - DUP for metadata (-m dup) - enabled no-holes (-O no-holes) - enabled free-space-tree (-R free-space-tree) Making image is completed. Label: UUID: b18bd266-f4d2-4abd-8f8f-cfbf47994ccf Node size: 16384 Sector size: 4096 Filesystem size: 133.00MiB Block group profiles: Data: single 40.00MiB Metadata: DUP 32.00MiB System: DUP 8.00MiB SSD detected: no Zoned device: no Incompat features: extref, skinny-metadata, no-holes Runtime features: free-space-tree Checksum: crc32c Number of devices: 1 Devices: ID SIZE PATH 1 133.00MiB /home/buildroot/autobuild/instance-0/output-1/images/rootfs.btrfs >>> Generating filesystem image rootfs.ubifs mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target -print0 | xargs -0 -r touch -hd @1678781348\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/sbin/mkfs.ubifs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target -e 0x1f800 -c 2048 -m 0x800 -x lzo -o /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubifs/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" xz -9 -C crc32 -c /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs > /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs.xz >>> Generating filesystem image rootfs.ubi mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target -print0 | xargs -0 -r touch -hd @1678781348\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot printf ' sed '\''s;BR2_ROOTFS_UBIFS_PATH;/home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs;;s;BINARIES_DIR;/home/buildroot/autobuild/instance-0/output-1/images;'\'' fs/ubi/ubinize.cfg > /home/buildroot/autobuild/instance-0/output-1/build/ubinize.cfg\n /home/buildroot/autobuild/instance-0/output-1/host/sbin/ubinize -o /home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubi -m 0x800 -p 0x20000 -s 512 /home/buildroot/autobuild/instance-0/output-1/build/ubinize.cfg\n rm /home/buildroot/autobuild/instance-0/output-1/build/ubinize.cfg\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/ubi/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' ubinize: volume size was not specified in section "ubifs", assume minimum to fit image "/home/buildroot/autobuild/instance-0/output-1/images/rootfs.ubifs"17676288 bytes (16.8 MiB) >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/images rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-0/output-1/target/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-0/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-0/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' find /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target -print0 | xargs -0 -r touch -hd @1678781348\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-0/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-0/output-1/host/bin:/home/buildroot/autobuild/instance-0/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-0/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt' mkyaffs2 0.2.9: image building tool for YAFFS2. stage 1: scanning directory '/home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 945 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/945 0% [ ] 2/945 0% [ ] 3/945 0% [ ] 4/945 0% [ ] 5/945 0% [ ] 6/945 0% [ ] 7/945 0% [ ] 8/945 0% [ ] 9/945 0% [ ] 10/945 1% [ ] 11/945 1% [ ] 12/945 1% [ ] 13/945 1% [ ] 14/945 1% [= ] 15/945 1% [= ] 16/945 1% [= ] 17/945 1% [= ] 18/945 1% [= ] 19/945 2% [= ] 20/945 2% [= ] 21/945 2% [= ] 22/945 2% [= ] 23/945 2% [= ] 24/945 2% [= ] 25/945 2% [= ] 26/945 2% [= ] 27/945 2% [= ] 28/945 2% [= ] 29/945 3% [== ] 30/945 3% [== ] 31/945 3% [== ] 32/945 3% [== ] 33/945 3% [== ] 34/945 3% [== ] 35/945 3% [== ] 36/945 3% [== ] 37/945 3% [== ] 38/945 4% [== ] 39/945 4% [== ] 40/945 4% [== ] 41/945 4% [== ] 42/945 4% [== ] 43/945 4% [== ] 44/945 4% [=== ] 45/945 4% [=== ] 46/945 4% [=== ] 47/945 4% [=== ] 48/945 5% [=== ] 49/945 5% [=== ] 50/945 5% [=== ] 51/945 5% [=== ] 52/945 5% [=== ] 53/945 5% [=== ] 54/945 5% [=== ] 55/945 5% [=== ] 56/945 5% [=== ] 57/945 6% [=== ] 58/945 6% [=== ] 59/945 6% [==== ] 60/945 6% [==== ] 61/945 6% [==== ] 62/945 6% [==== ] 63/945 6% [==== ] 64/945 6% [==== ] 65/945 6% [==== ] 66/945 6% [==== ] 67/945 7% [==== ] 68/945 7% [==== ] 69/945 7% [==== ] 70/945 7% [==== ] 71/945 7% [==== ] 72/945 7% [==== ] 73/945 7% [===== ] 74/945 7% [===== ] 75/945 7% [===== ] 76/945 8% [===== ] 77/945 8% [===== ] 78/945 8% [===== ] 79/945 8% [===== ] 80/945 8% [===== ] 81/945 8% [===== ] 82/945 8% [===== ] 83/945 8% [===== ] 84/945 8% [===== ] 85/945 8% [===== ] 86/945 9% [===== ] 87/945 9% [===== ] 88/945 9% [====== ] 89/945 9% [====== ] 90/945 9% [====== ] 91/945 9% [====== ] 92/945 9% [====== ] 93/945 9% [====== ] 94/945 9% [====== ] 95/945 10% [====== ] 96/945 10% [====== ] 97/945 10% [====== ] 98/945 10% [====== ] 99/945 10% [====== ] 100/945 10% [====== ] 101/945 10% [====== ] 102/945 10% [====== ] 103/945 10% [======= ] 104/945 11% [======= ] 105/945 11% [======= ] 106/945 11% [======= ] 107/945 11% [======= ] 108/945 11% [======= ] 109/945 11% [======= ] 110/945 11% [======= ] 111/945 11% [======= ] 112/945 11% [======= ] 113/945 11% [======= ] 114/945 12% [======= ] 115/945 12% [======= ] 116/945 12% [======= ] 117/945 12% [======= ] 118/945 12% [======== ] 119/945 12% [======== ] 120/945 12% [======== ] 121/945 12% [======== ] 122/945 12% [======== ] 123/945 13% [======== ] 124/945 13% [======== ] 125/945 13% [======== ] 126/945 13% [======== ] 127/945 13% [======== ] 128/945 13% [======== ] 129/945 13% [======== ] 130/945 13% [======== ] 131/945 13% [======== ] 132/945 13% [========= ] 133/945 14% [========= ] 134/945 14% [========= ] 135/945 14% [========= ] 136/945 14% [========= ] 137/945 14% [========= ] 138/945 14% [========= ] 139/945 14% [========= ] 140/945 14% [========= ] 141/945 14% [========= ] 142/945 15% [========= ] 143/945 15% [========= ] 144/945 15% [========= ] 145/945 15% [========= ] 146/945 15% [========= ] 147/945 15% [========== ] 148/945 15% [========== ] 149/945 15% [========== ] 150/945 15% [========== ] 151/945 15% [========== ] 152/945 16% [========== ] 153/945 16% [========== ] 154/945 16% [========== ] 155/945 16% [========== ] 156/945 16% [========== ] 157/945 16% [========== ] 158/945 16% [========== ] 159/945 16% [========== ] 160/945 16% [========== ] 161/945 17% [========== ] 162/945 17% [=========== ] 163/945 17% [=========== ] 164/945 17% [=========== ] 165/945 17% [=========== ] 166/945 17% [=========== ] 167/945 17% [=========== ] 168/945 17% [=========== ] 169/945 17% [=========== ] 170/945 17% [=========== ] 171/945 18% [=========== ] 172/945 18% [=========== ] 173/945 18% [=========== ] 174/945 18% [=========== ] 175/945 18% [=========== ] 176/945 18% [=========== ] 177/945 18% [============ ] 178/945 18% [============ ] 179/945 18% [============ ] 180/945 19% [============ ] 181/945 19% [============ ] 182/945 19% [============ ] 183/945 19% [============ ] 184/945 19% [============ ] 185/945 19% [============ ] 186/945 19% [============ ] 187/945 19% [============ ] 188/945 19% [============ ] 189/945 20% [============ ] 190/945 20% [============ ] 191/945 20% [============= ] 192/945 20% [============= ] 193/945 20% [============= ] 194/945 20% [============= ] 195/945 20% [============= ] 196/945 20% [============= ] 197/945 20% [============= ] 198/945 20% [============= ] 199/945 21% [============= ] 200/945 21% [============= ] 201/945 21% [============= ] 202/945 21% [============= ] 203/945 21% [============= ] 204/945 21% [============= ] 205/945 21% [============= ] 206/945 21% [============== ] 207/945 21% [============== ] 208/945 22% [============== ] 209/945 22% [============== ] 210/945 22% [============== ] 211/945 22% [============== ] 212/945 22% [============== ] 213/945 22% [============== ] 214/945 22% [============== ] 215/945 22% [============== ] 216/945 22% [============== ] 217/945 22% [============== ] 218/945 23% [============== ] 219/945 23% [============== ] 220/945 23% [============== ] 221/945 23% [=============== ] 222/945 23% [=============== ] 223/945 23% [=============== ] 224/945 23% [=============== ] 225/945 23% [=============== ] 226/945 23% [=============== ] 227/945 24% [=============== ] 228/945 24% [=============== ] 229/945 24% [=============== ] 230/945 24% [=============== ] 231/945 24% [=============== ] 232/945 24% [=============== ] 233/945 24% [=============== ] 234/945 24% [=============== ] 235/945 24% [=============== ] 236/945 24% [================ ] 237/945 25% [================ ] 238/945 25% [================ ] 239/945 25% [================ ] 240/945 25% [================ ] 241/945 25% [================ ] 242/945 25% [================ ] 243/945 25% [================ ] 244/945 25% [================ ] 245/945 25% [================ ] 246/945 26% [================ ] 247/945 26% [================ ] 248/945 26% [================ ] 249/945 26% [================ ] 250/945 26% [================ ] 251/945 26% [================= ] 252/945 26% [================= ] 253/945 26% [================= ] 254/945 26% [================= ] 255/945 26% [================= ] 256/945 27% [================= ] 257/945 27% [================= ] 258/945 27% [================= ] 259/945 27% [================= ] 260/945 27% [================= ] 261/945 27% [================= ] 262/945 27% [================= ] 263/945 27% [================= ] 264/945 27% [================= ] 265/945 28% [================== ] 266/945 28% [================== ] 267/945 28% [================== ] 268/945 28% [================== ] 269/945 28% [================== ] 270/945 28% [================== ] 271/945 28% [================== ] 272/945 28% [================== ] 273/945 28% [================== ] 274/945 28% [================== ] 275/945 29% [================== ] 276/945 29% [================== ] 277/945 29% [================== ] 278/945 29% [================== ] 279/945 29% [================== ] 280/945 29% [=================== ] 281/945 29% [=================== ] 282/945 29% [=================== ] 283/945 29% [=================== ] 284/945 30% [=================== ] 285/945 30% [=================== ] 286/945 30% [=================== ] 287/945 30% [=================== ] 288/945 30% [=================== ] 289/945 30% [=================== ] 290/945 30% [=================== ] 291/945 30% [=================== ] 292/945 30% [=================== ] 293/945 31% [=================== ] 294/945 31% [=================== ] 295/945 31% [==================== ] 296/945 31% [==================== ] 297/945 31% [==================== ] 298/945 31% [==================== ] 299/945 31% [==================== ] 300/945 31% [==================== ] 301/945 31% [==================== ] 302/945 31% [==================== ] 303/945 32% [==================== ] 304/945 32% [==================== ] 305/945 32% [==================== ] 306/945 32% [==================== ] 307/945 32% [==================== ] 308/945 32% [==================== ] 309/945 32% [==================== ] 310/945 32% [===================== ] 311/945 32% [===================== ] 312/945 33% [===================== ] 313/945 33% [===================== ] 314/945 33% [===================== ] 315/945 33% [===================== ] 316/945 33% [===================== ] 317/945 33% [===================== ] 318/945 33% [===================== ] 319/945 33% [===================== ] 320/945 33% [===================== ] 321/945 33% [===================== ] 322/945 34% [===================== ] 323/945 34% [===================== ] 324/945 34% [====================== ] 325/945 34% [====================== ] 326/945 34% [====================== ] 327/945 34% [====================== ] 328/945 34% [====================== ] 329/945 34% [====================== ] 330/945 34% [====================== ] 331/945 35% [====================== ] 332/945 35% [====================== ] 333/945 35% [====================== ] 334/945 35% [====================== ] 335/945 35% [====================== ] 336/945 35% [====================== ] 337/945 35% [====================== ] 338/945 35% [====================== ] 339/945 35% [======================= ] 340/945 35% [======================= ] 341/945 36% [======================= ] 342/945 36% [======================= ] 343/945 36% [======================= ] 344/945 36% [======================= ] 345/945 36% [======================= ] 346/945 36% [======================= ] 347/945 36% [======================= ] 348/945 36% [======================= ] 349/945 36% [======================= ] 350/945 37% [======================= ] 351/945 37% [======================= ] 352/945 37% [======================= ] 353/945 37% [======================= ] 354/945 37% [======================== ] 355/945 37% [======================== ] 356/945 37% [======================== ] 357/945 37% [======================== ] 358/945 37% [======================== ] 359/945 37% [======================== ] 360/945 38% [======================== ] 361/945 38% [======================== ] 362/945 38% [======================== ] 363/945 38% [======================== ] 364/945 38% [======================== ] 365/945 38% [======================== ] 366/945 38% [======================== ] 367/945 38% [======================== ] 368/945 38% [======================== ] 369/945 39% [========================= ] 370/945 39% [========================= ] 371/945 39% [========================= ] 372/945 39% [========================= ] 373/945 39% [========================= ] 374/945 39% [========================= ] 375/945 39% [========================= ] 376/945 39% [========================= ] 377/945 39% [========================= ] 378/945 40% [========================= ] 379/945 40% [========================= ] 380/945 40% [========================= ] 381/945 40% [========================= ] 382/945 40% [========================= ] 383/945 40% [========================== ] 384/945 40% [========================== ] 385/945 40% [========================== ] 386/945 40% [========================== ] 387/945 40% [========================== ] 388/945 41% [========================== ] 389/945 41% [========================== ] 390/945 41% [========================== ] 391/945 41% [========================== ] 392/945 41% [========================== ] 393/945 41% [========================== ] 394/945 41% [========================== ] 395/945 41% [========================== ] 396/945 41% [========================== ] 397/945 42% [========================== ] 398/945 42% [=========================== ] 399/945 42% [=========================== ] 400/945 42% [=========================== ] 401/945 42% [=========================== ] 402/945 42% [=========================== ] 403/945 42% [=========================== ] 404/945 42% [=========================== ] 405/945 42% [=========================== ] 406/945 42% [=========================== ] 407/945 43% [=========================== ] 408/945 43% [=========================== ] 409/945 43% [=========================== ] 410/945 43% [=========================== ] 411/945 43% [=========================== ] 412/945 43% [=========================== ] 413/945 43% [============================ ] 414/945 43% [============================ ] 415/945 43% [============================ ] 416/945 44% [============================ ] 417/945 44% [============================ ] 418/945 44% [============================ ] 419/945 44% [============================ ] 420/945 44% [============================ ] 421/945 44% [============================ ] 422/945 44% [============================ ] 423/945 44% [============================ ] 424/945 44% [============================ ] 425/945 44% [============================ ] 426/945 45% [============================ ] 427/945 45% [============================ ] 428/945 45% [============================= ] 429/945 45% [============================= ] 430/945 45% [============================= ] 431/945 45% [============================= ] 432/945 45% [============================= ] 433/945 45% [============================= ] 434/945 45% [============================= ] 435/945 46% [============================= ] 436/945 46% [============================= ] 437/945 46% [============================= ] 438/945 46% [============================= ] 439/945 46% [============================= ] 440/945 46% [============================= ] 441/945 46% [============================= ] 442/945 46% [============================== ] 443/945 46% [============================== ] 444/945 46% [============================== ] 445/945 47% [============================== ] 446/945 47% [============================== ] 447/945 47% [============================== ] 448/945 47% [============================== ] 449/945 47% [============================== ] 450/945 47% [============================== ] 451/945 47% [============================== ] 452/945 47% [============================== ] 453/945 47% [============================== ] 454/945 48% [============================== ] 455/945 48% [============================== ] 456/945 48% [============================== ] 457/945 48% [=============================== ] 458/945 48% [=============================== ] 459/945 48% [=============================== ] 460/945 48% [=============================== ] 461/945 48% [=============================== ] 462/945 48% [=============================== ] 463/945 48% [=============================== ] 464/945 49% [=============================== ] 465/945 49% [=============================== ] 466/945 49% [=============================== ] 467/945 49% [=============================== ] 468/945 49% [=============================== ] 469/945 49% [=============================== ] 470/945 49% [=============================== ] 471/945 49% [=============================== ] 472/945 49% [================================ ] 473/945 50% [================================ ] 474/945 50% [================================ ] 475/945 50% [================================ ] 476/945 50% [================================ ] 477/945 50% [================================ ] 478/945 50% [================================ ] 479/945 50% [================================ ] 480/945 50% [================================ ] 481/945 50% [================================ ] 482/945 51% [================================ ] 483/945 51% [================================ ] 484/945 51% [================================ ] 485/945 51% [================================ ] 486/945 51% [================================ ] 487/945 51% [================================= ] 488/945 51% [================================= ] 489/945 51% [================================= ] 490/945 51% [================================= ] 491/945 51% [================================= ] 492/945 52% [================================= ] 493/945 52% [================================= ] 494/945 52% [================================= ] 495/945 52% [================================= ] 496/945 52% [================================= ] 497/945 52% [================================= ] 498/945 52% [================================= ] 499/945 52% [================================= ] 500/945 52% [================================= ] 501/945 53% [================================= ] 502/945 53% [================================== ] 503/945 53% [================================== ] 504/945 53% [================================== ] 505/945 53% [================================== ] 506/945 53% [================================== ] 507/945 53% [================================== ] 508/945 53% [================================== ] 509/945 53% [================================== ] 510/945 53% [================================== ] 511/945 54% [================================== ] 512/945 54% [================================== ] 513/945 54% [================================== ] 514/945 54% [================================== ] 515/945 54% [================================== ] 516/945 54% [=================================== ] 517/945 54% [=================================== ] 518/945 54% [=================================== ] 519/945 54% [=================================== ] 520/945 55% [=================================== ] 521/945 55% [=================================== ] 522/945 55% [=================================== ] 523/945 55% [=================================== ] 524/945 55% [=================================== ] 525/945 55% [=================================== ] 526/945 55% [=================================== ] 527/945 55% [=================================== ] 528/945 55% [=================================== ] 529/945 55% [=================================== ] 530/945 56% [=================================== ] 531/945 56% [==================================== ] 532/945 56% [==================================== ] 533/945 56% [==================================== ] 534/945 56% [==================================== ] 535/945 56% [==================================== ] 536/945 56% [==================================== ] 537/945 56% [==================================== ] 538/945 56% [==================================== ] 539/945 57% [==================================== ] 540/945 57% [==================================== ] 541/945 57% [==================================== ] 542/945 57% [==================================== ] 543/945 57% [==================================== ] 544/945 57% [==================================== ] 545/945 57% [==================================== ] 546/945 57% [===================================== ] 547/945 57% [===================================== ] 548/945 57% [===================================== ] 549/945 58% [===================================== ] 550/945 58% [===================================== ] 551/945 58% [===================================== ] 552/945 58% [===================================== ] 553/945 58% [===================================== ] 554/945 58% [===================================== ] 555/945 58% [===================================== ] 556/945 58% [===================================== ] 557/945 58% [===================================== ] 558/945 59% [===================================== ] 559/945 59% [===================================== ] 560/945 59% [===================================== ] 561/945 59% [====================================== ] 562/945 59% [====================================== ] 563/945 59% [====================================== ] 564/945 59% [====================================== ] 565/945 59% [====================================== ] 566/945 59% [====================================== ] 567/945 60% [====================================== ] 568/945 60% [====================================== ] 569/945 60% [====================================== ] 570/945 60% [====================================== ] 571/945 60% [====================================== ] 572/945 60% [====================================== ] 573/945 60% [====================================== ] 574/945 60% [====================================== ] 575/945 60% [======================================= ] 576/945 60% [======================================= ] 577/945 61% [======================================= ] 578/945 61% [======================================= ] 579/945 61% [======================================= ] 580/945 61% [======================================= ] 581/945 61% [======================================= ] 582/945 61% [======================================= ] 583/945 61% [======================================= ] 584/945 61% [======================================= ] 585/945 61% [======================================= ] 586/945 62% [======================================= ] 587/945 62% [======================================= ] 588/945 62% [======================================= ] 589/945 62% [======================================= ] 590/945 62% [======================================== ] 591/945 62% [======================================== ] 592/945 62% [======================================== ] 593/945 62% [======================================== ] 594/945 62% [======================================== ] 595/945 62% [======================================== ] 596/945 63% [======================================== ] 597/945 63% [======================================== ] 598/945 63% [======================================== ] 599/945 63% [======================================== ] 600/945 63% [======================================== ] 601/945 63% [======================================== ] 602/945 63% [======================================== ] 603/945 63% [======================================== ] 604/945 63% [======================================== ] 605/945 64% [========================================= ] 606/945 64% [========================================= ] 607/945 64% [========================================= ] 608/945 64% [========================================= ] 609/945 64% [========================================= ] 610/945 64% [========================================= ] 611/945 64% [========================================= ] 612/945 64% [========================================= ] 613/945 64% [========================================= ] 614/945 64% [========================================= ] 615/945 65% [========================================= ] 616/945 65% [========================================= ] 617/945 65% [========================================= ] 618/945 65% [========================================= ] 619/945 65% [========================================= ] 620/945 65% [========================================== ] 621/945 65% [========================================== ] 622/945 65% [========================================== ] 623/945 65% [========================================== ] 624/945 66% [========================================== ] 625/945 66% [========================================== ] 626/945 66% [========================================== ] 627/945 66% [========================================== ] 628/945 66% [========================================== ] 629/945 66% [========================================== ] 630/945 66% [========================================== ] 631/945 66% [========================================== ] 632/945 66% [========================================== ] 633/945 66% [========================================== ] 634/945 67% [=========================================== ] 635/945 67% [=========================================== ] 636/945 67% [=========================================== ] 637/945 67% [=========================================== ] 638/945 67% [=========================================== ] 639/945 67% [=========================================== ] 640/945 67% [=========================================== ] 641/945 67% [=========================================== ] 642/945 67% [=========================================== ] 643/945 68% [=========================================== ] 644/945 68% [=========================================== ] 645/945 68% [=========================================== ] 646/945 68% [=========================================== ] 647/945 68% [=========================================== ] 648/945 68% [=========================================== ] 649/945 68% [============================================ ] 650/945 68% [============================================ ] 651/945 68% [============================================ ] 652/945 68% [============================================ ] 653/945 69% [============================================ ] 654/945 69% [============================================ ] 655/945 69% [============================================ ] 656/945 69% [============================================ ] 657/945 69% [============================================ ] 658/945 69% [============================================ ] 659/945 69% [============================================ ] 660/945 69% [============================================ ] 661/945 69% [============================================ ] 662/945 70% [============================================ ] 663/945 70% [============================================ ] 664/945 70% [============================================= ] 665/945 70% [============================================= ] 666/945 70% [============================================= ] 667/945 70% [============================================= ] 668/945 70% [============================================= ] 669/945 70% [============================================= ] 670/945 70% [============================================= ] 671/945 71% [============================================= ] 672/945 71% [============================================= ] 673/945 71% [============================================= ] 674/945 71% [============================================= ] 675/945 71% [============================================= ] 676/945 71% [============================================= ] 677/945 71% [============================================= ] 678/945 71% [============================================= ] 679/945 71% [============================================== ] 680/945 71% [============================================== ] 681/945 72% [============================================== ] 682/945 72% [============================================== ] 683/945 72% [============================================== ] 684/945 72% [============================================== ] 685/945 72% [============================================== ] 686/945 72% [============================================== ] 687/945 72% [============================================== ] 688/945 72% [============================================== ] 689/945 72% [============================================== ] 690/945 73% [============================================== ] 691/945 73% [============================================== ] 692/945 73% [============================================== ] 693/945 73% [=============================================== ] 694/945 73% [=============================================== ] 695/945 73% [=============================================== ] 696/945 73% [=============================================== ] 697/945 73% [=============================================== ] 698/945 73% [=============================================== ] 699/945 73% [=============================================== ] 700/945 74% [=============================================== ] 701/945 74% [=============================================== ] 702/945 74% [=============================================== ] 703/945 74% [=============================================== ] 704/945 74% [=============================================== ] 705/945 74% [=============================================== ] 706/945 74% [=============================================== ] 707/945 74% [=============================================== ] 708/945 74% [================================================ ] 709/945 75% [================================================ ] 710/945 75% [================================================ ] 711/945 75% [================================================ ] 712/945 75% [================================================ ] 713/945 75% [================================================ ] 714/945 75% [================================================ ] 715/945 75% [================================================ ] 716/945 75% [================================================ ] 717/945 75% [================================================ ] 718/945 75% [================================================ ] 719/945 76% [================================================ ] 720/945 76% [================================================ ] 721/945 76% [================================================ ] 722/945 76% [================================================ ] 723/945 76% [================================================= ] 724/945 76% [================================================= ] 725/945 76% [================================================= ] 726/945 76% [================================================= ] 727/945 76% [================================================= ] 728/945 77% [================================================= ] 729/945 77% [================================================= ] 730/945 77% [================================================= ] 731/945 77% [================================================= ] 732/945 77% [================================================= ] 733/945 77% [================================================= ] 734/945 77% [================================================= ] 735/945 77% [================================================= ] 736/945 77% [================================================= ] 737/945 77% [================================================= ] 738/945 78% [================================================== ] 739/945 78% [================================================== ] 740/945 78% [================================================== ] 741/945 78% [================================================== ] 742/945 78% [================================================== ] 743/945 78% [================================================== ] 744/945 78% [================================================== ] 745/945 78% [================================================== ] 746/945 78% [================================================== ] 747/945 79% [================================================== ] 748/945 79% [================================================== ] 749/945 79% [================================================== ] 750/945 79% [================================================== ] 751/945 79% [================================================== ] 752/945 79% [================================================== ] 753/945 79% [=================================================== ] 754/945 79% [=================================================== ] 755/945 79% [=================================================== ] 756/945 80% [=================================================== ] 757/945 80% [=================================================== ] 758/945 80% [=================================================== ] 759/945 80% [=================================================== ] 760/945 80% [=================================================== ] 761/945 80% [=================================================== ] 762/945 80% [=================================================== ] 763/945 80% [=================================================== ] 764/945 80% [=================================================== ] 765/945 80% [=================================================== ] 766/945 81% [=================================================== ] 767/945 81% [==================================================== ] 768/945 81% [==================================================== ] 769/945 81% [==================================================== ] 770/945 81% [==================================================== ] 771/945 81% [==================================================== ] 772/945 81% [==================================================== ] 773/945 81% [==================================================== ] 774/945 81% [==================================================== ] 775/945 82% [==================================================== ] 776/945 82% [==================================================== ] 777/945 82% [==================================================== ] 778/945 82% [==================================================== ] 779/945 82% [==================================================== ] 780/945 82% [==================================================== ] 781/945 82% [==================================================== ] 782/945 82% [===================================================== ] 783/945 82% [===================================================== ] 784/945 82% [===================================================== ] 785/945 83% [===================================================== ] 786/945 83% [===================================================== ] 787/945 83% [===================================================== ] 788/945 83% [===================================================== ] 789/945 83% [===================================================== ] 790/945 83% [===================================================== ] 791/945 83% [===================================================== ] 792/945 83% [===================================================== ] 793/945 83% [===================================================== ] 794/945 84% [===================================================== ] 795/945 84% [===================================================== ] 796/945 84% [===================================================== ] 797/945 84% [====================================================== ] 798/945 84% [====================================================== ] 799/945 84% [====================================================== ] 800/945 84% [====================================================== ] 801/945 84% [====================================================== ] 802/945 84% [====================================================== ] 803/945 84% [====================================================== ] 804/945 85% [====================================================== ] 805/945 85% [====================================================== ] 806/945 85% [====================================================== ] 807/945 85% [====================================================== ] 808/945 85% [====================================================== ] 809/945 85% [====================================================== ] 810/945 85% [====================================================== ] 811/945 85% [====================================================== ] 812/945 85% [======================================================= ] 813/945 86% [======================================================= ] 814/945 86% [======================================================= ] 815/945 86% [======================================================= ] 816/945 86% [======================================================= ] 817/945 86% [======================================================= ] 818/945 86% [======================================================= ] 819/945 86% [======================================================= ] 820/945 86% [======================================================= ] 821/945 86% [======================================================= ] 822/945 86% [======================================================= ] 823/945 87% [======================================================= ] 824/945 87% [======================================================= ] 825/945 87% [======================================================= ] 826/945 87% [======================================================== ] 827/945 87% [======================================================== ] 828/945 87% [======================================================== ] 829/945 87% [======================================================== ] 830/945 87% [======================================================== ] 831/945 87% [======================================================== ] 832/945 88% [======================================================== ] 833/945 88% [======================================================== ] 834/945 88% [======================================================== ] 835/945 88% [======================================================== ] 836/945 88% [======================================================== ] 837/945 88% [======================================================== ] 838/945 88% [======================================================== ] 839/945 88% [======================================================== ] 840/945 88% [======================================================== ] 841/945 88% [========================================================= ] 842/945 89% [========================================================= ] 843/945 89% [========================================================= ] 844/945 89% [========================================================= ] 845/945 89% [========================================================= ] 846/945 89% [========================================================= ] 847/945 89% [========================================================= ] 848/945 89% [========================================================= ] 849/945 89% [========================================================= ] 850/945 89% [========================================================= ] 851/945 90% [========================================================= ] 852/945 90% [========================================================= ] 853/945 90% [========================================================= ] 854/945 90% [========================================================= ] 855/945 90% [========================================================= ] 856/945 90% [========================================================== ] 857/945 90% [========================================================== ] 858/945 90% [========================================================== ] 859/945 90% [========================================================== ] 860/945 91% [========================================================== ] 861/945 91% [========================================================== ] 862/945 91% [========================================================== ] 863/945 91% [========================================================== ] 864/945 91% [========================================================== ] 865/945 91% [========================================================== ] 866/945 91% [========================================================== ] 867/945 91% [========================================================== ] 868/945 91% [========================================================== ] 869/945 91% [========================================================== ] 870/945 92% [========================================================== ] 871/945 92% [=========================================================== ] 872/945 92% [=========================================================== ] 873/945 92% [=========================================================== ] 874/945 92% [=========================================================== ] 875/945 92% [=========================================================== ] 876/945 92% [=========================================================== ] 877/945 92% [=========================================================== ] 878/945 92% [=========================================================== ] 879/945 93% [=========================================================== ] 880/945 93% [=========================================================== ] 881/945 93% [=========================================================== ] 882/945 93% [=========================================================== ] 883/945 93% [=========================================================== ] 884/945 93% [=========================================================== ] 885/945 93% [============================================================ ] 886/945 93% [============================================================ ] 887/945 93% [============================================================ ] 888/945 93% [============================================================ ] 889/945 94% [============================================================ ] 890/945 94% [============================================================ ] 891/945 94% [============================================================ ] 892/945 94% [============================================================ ] 893/945 94% [============================================================ ] 894/945 94% [============================================================ ] 895/945 94% [============================================================ ] 896/945 94% [============================================================ ] 897/945 94% [============================================================ ] 898/945 95% [============================================================ ] 899/945 95% [============================================================ ] 900/945 95% [============================================================= ] 901/945 95% [============================================================= ] 902/945 95% [============================================================= ] 903/945 95% [============================================================= ] 904/945 95% [============================================================= ] 905/945 95% [============================================================= ] 906/945 95% [============================================================= ] 907/945 95% [============================================================= ] 908/945 96% [============================================================= ] 909/945 96% [============================================================= ] 910/945 96% [============================================================= ] 911/945 96% [============================================================= ] 912/945 96% [============================================================= ] 913/945 96% [============================================================= ] 914/945 96% [============================================================= ] 915/945 96% [============================================================== ] 916/945 96% [============================================================== ] 917/945 97% [============================================================== ] 918/945 97% [============================================================== ] 919/945 97% [============================================================== ] 920/945 97% [============================================================== ] 921/945 97% [============================================================== ] 922/945 97% [============================================================== ] 923/945 97% [============================================================== ] 924/945 97% [============================================================== ] 925/945 97% [============================================================== ] 926/945 97% [============================================================== ] 927/945 98% [============================================================== ] 928/945 98% [============================================================== ] 929/945 98% [============================================================== ] 930/945 98% [=============================================================== ] 931/945 98% [=============================================================== ] 932/945 98% [=============================================================== ] 933/945 98% [=============================================================== ] 934/945 98% [=============================================================== ] 935/945 98% [=============================================================== ] 936/945 99% [=============================================================== ] 937/945 99% [=============================================================== ] 938/945 99% [=============================================================== ] 939/945 99% [=============================================================== ] 940/945 99% [=============================================================== ] 941/945 99% [=============================================================== ] 942/945 99% [=============================================================== ] 943/945 99% [=============================================================== ] 944/945 99% [================================================================] 945/945 100% operation complete, 945 objects in 13366 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/riscv32-buildroot-linux-gnu/sysroot /home/buildroot/autobuild/instance-0/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-0/buildroot' >>> Buildroot 2023.02-90-g7107a9876b 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 11.3.0 Collecting legal info >>> glibc 2.36-81-g4f4d7a13edfd2fdc57c9d76e1fd6d017fb47550c Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 11.3.0 Collecting legal info >>> host-binutils 2.37 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-gmp 6.2.1 Collecting legal info COPYING.LESSERv3: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-mpc 1.2.1 Collecting legal info COPYING.LESSER: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> host-mpfr 4.1.1 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.1.14 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-agent-proxy 1.97 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> host-android-tools 4.2.2+git20130218 Collecting legal info debian/copyright: OK (sha256: 170c5939bf8c8eed1db8f66f2d6155e8c1a3e799e390b55e7aad253195b1ebf5) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> apg 2.3.0b Collecting legal info COPYING: OK (sha256: 5d0c892ea452c3828f1e311637cde4e3a04eb6431554308b3fcdac8c1b330168) >>> bc 1.07.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: a853c2ffec17057872340eee242ae4d96cbf2b520ae27d903e1b2fef1a5f9d1c) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> bitstream 1.5 Collecting legal info COPYING: OK (sha256: 9644a812f9a8377a59acb7092a36ce8882a39743425d9171a8fb84637e2f6e04) >>> brcmfmac_sdio-firmware-rpi ea9963f3f77b4bb6cd280577eb115152bdd67e8d Collecting legal info LICENCE.broadcom_bcm43xx: OK (sha256: b16056fc91b82a0e3e8de8f86c2dac98201aa9dc3cbd33e8d38f1b087fcec30d) >>> bridge-utils 1.7.1 Collecting legal info COPYING: OK (sha256: 995a31f60a9ddb4c609214cc7d17ca94cc3cbc7f37e1e64dba81e7f8ea9d4f91) >>> 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.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> busybox 1.36.0 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.38 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> host-ncurses 6.3-20221224 Collecting legal info COPYING: OK (sha256: 63de87399e9fc8860236082b6b0520e068e9eb1fad0ebd30202aa30bb6f690ac) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> bwm-ng 0.6.3 Collecting legal info COPYING: OK (sha256: 8556cc15ba3c0a411bf7d94bac5870829fb725f294b450c724c1e0856a601556) >>> cairo 1.16.0 Collecting legal info COPYING: OK (sha256: 67228a9f7c5f9b67c58f556f1be178f62da4d9e2e6285318d8c74d567255abdf) COPYING-LGPL-2.1: OK (sha256: 9e9e8608c4cdda51a78cc3a385f4ec9a2e4c96d5ecad74ac8bca5fca3e563b7d) COPYING-MPL-1.1: OK (sha256: 53692a2ed6c6a2c6ec9b32dd0b820dfae91e0a1fcdf625ca9ed0bdf8705fcc4f) >>> fontconfig 2.13.1 Collecting legal info COPYING: OK (sha256: fa4cd9ab005185e10cd8f7504518856c7dd36c01e766c2bac87f4fc638e9f886) >>> expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> freetype 2.12.1 Collecting legal info LICENSE.TXT: OK (sha256: c85e842b7ff04d95dab7d68e812773de0f8b67940e5449d35b42c66eb0f619fe) docs/FTL.TXT: OK (sha256: 08c135755dd589039470f1fdbb400daaabaaa50d0b366d19cebff4d22986baa1) docs/GPLv2.TXT: OK (sha256: c4120c6752c910c299e3bd9cb3a46ff262c268303ca2069b61f92f10a5656c18) >>> libpng 1.6.39 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> host-gperf 3.1 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> pixman 0.42.2 Collecting legal info COPYING: OK (sha256: fac9270f0987b96ff4533fca3548c633e02083cbba4a0172a3b149b2e4019793) >>> chartjs 3.9.1 Collecting legal info ERROR: No hash found for LICENSE.md >>> host-checksec 2.6.0 Collecting legal info LICENSE.txt: OK (sha256: 55154b4be6dfcb3ff29d1e3648d0d07b3943a5fcc3af7c2e0e799b074734f722) >>> cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-cracklib 2.9.8 Collecting legal info COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> host-dbus-python 1.2.18 Collecting legal info COPYING: OK (sha256: 1e4562245383fdb5203b1769789e5b28bba21af4923aea7e8b2614f7f93623c0) dbus-gmain/COPYING: OK (sha256: 064523e3ab64d6f03904132b2cc4a1bd8500586edb4cd050c2ff2b96aed4c33b) >>> host-dbus 1.12.24 Collecting legal info COPYING: OK (sha256: 0e46f54efb12d04ab5c33713bacd0e140c9a35b57ae29e03c853203266e8f3a1) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-meson 1.0.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.11.1.g95dee.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.2 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> host-dfu-util 0.11 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libusb 1.0.26 Collecting legal info COPYING: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> dmalloc 5.6.5 Collecting legal info LICENSE.txt: OK (sha256: 8657f6bc5ebb765dd792b2c3c54d5dc37b8b4e6bbe8aa48d464fd92081b1e720) >>> host-doxygen 1.8.18 Collecting legal info LICENSE: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> dvbsnoop 1.4.50 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> evemu 2.7.0 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libevdev 1.12.1 Collecting legal info COPYING: OK (sha256: 6f13de7ce28e4948ba95170e0723ee1254c1978ce1f127af82aeca597b567cb9) >>> evtest 1.35 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> flot 0.8.3 Collecting legal info LICENSE.txt: OK (sha256: 52cb566b16d84314b92b91361ed072eaaf166e8d3dfa3d0fd3577613925f205c) >>> host-gdb 11.2 Collecting legal info ERROR: No hash found for COPYING ERROR: No hash found for COPYING.LIB ERROR: No hash found for COPYING3 ERROR: No hash found for COPYING3.LIB >>> host-libiberty 2.32 Collecting legal info COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> genpart 1.0.2 Collecting legal info >>> host-gnupg 1.4.23 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> gumbo-parser 0.10.1 Collecting legal info COPYING: OK (sha256: c71d239df91726fc519c6eb72d318ec65820627232b2f796219e87dcf35d0ab4) >>> inih 56 Collecting legal info LICENSE.txt: OK (sha256: 9ae3b39e83e9158e44b67733baa3bb2d84e80efdcfb14a5820210a42c7abdf7f) >>> initscripts Collecting legal info >>> jpeg-turbo 2.1.4 Collecting legal info LICENSE.md: OK (sha256: ee1eaf194d5924b6360af8a6ba6a4e1554037091f7505943300cdeec65f1aebb) README.ijg: OK (sha256: 4b7b9f8c03bb8d60270dfd12684e70ab21e4abfd27e73905cd1a7c4cae6f5cdb) >>> jpeg Collecting legal info >>> host-jq a17dd3248a666d01be75f6b16be37e80e20b0954 Collecting legal info COPYING: OK (sha256: c8437d414ca5b394718784c3bf5bdff7f01fee417625fabf1fb722ca263037da) >>> jquery 3.5.1 Collecting legal info >>> host-jsmin 1bf6ce5f74a9f8752ac7f5d115b8d7ccb31cfe1b Collecting legal info jsmin.c: OK (sha256: b420f61778af09534adc836a5086f5625b8499124051c50baefa218e7c03a58c) >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> libargtable2 2.13 Collecting legal info COPYING: OK (sha256: d7bf9d064ac3e5840f9dd02422b7eeec4f1fd03f37fadbd043602be5e882304f) >>> libatomic_ops 7.6.14 Collecting legal info doc/LICENSING.txt: OK (sha256: 636c2bf07975765ab9aff17f7c9b6beb9540378f45b5a1b21691d14ea804f0ff) COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libbroadvoice f65b0f50c8c767229fbf1758370880abc0d78564 Collecting legal info COPYING: OK (sha256: 2550586c993ce4a8c23c8b11968ea36192116a896a2504799cc65307d769c094) >>> libcuefile 475 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libhtp 0.5.40 Collecting legal info LICENSE: OK (sha256: 87c93904e5434c81622ea690c2b90097b9f162aaa92a96542649a157dbf98d15) >>> libid3tag 0.15.1b Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYRIGHT: OK (sha256: 7f12ad28dc075763e91b91bfa60fad04062380011ddad8f6bac21dd7b1f44367) >>> libidn2 2.3.4 Collecting legal info COPYING: OK (sha256: 73483f797a83373fca1b968c11785b98c4fc4803cdc7d3210811ca8b075d6d76) COPYINGv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LESSERv3: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) COPYING.unicode: OK (sha256: 01d621eef165cf4d3d3dbb737aa0699178d94c6f18cf87e9dde6db3ca7790f46) >>> libmhash 0.9.9.9 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_acct 1.0.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libnetfilter_queue 1.0.5 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libnfnetlink 1.0.2 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopenssl 1.1.1t Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> libosip2 5.3.1 Collecting legal info COPYING: OK (sha256: 8d9e95ed0e48df46dc758eb0d86df611f771eab4eed94bebb77dca87f1c897de) >>> libpcap 1.10.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> libpwquality 1.4.5 Collecting legal info COPYING: OK (sha256: aa44d09f651bf99b56253187c7778a240740c767d28453ab7fdc9804c842baee) >>> libqrencode 4.1.1 Collecting legal info COPYING: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libserialport 0.1.1 Collecting legal info COPYING: OK (sha256: da7eabb7bafdf7d3ae5e9f223aa5bdc1eece45ac569dc21b3b037520b4464768) >>> libsvg 0.1.4 Collecting legal info COPYING: OK (sha256: d245807f90032872d1438d741ed21e2490e1175dc8aa3afa5ddb6c8e529b58e5) >>> libvorbis 1.3.7 Collecting legal info COPYING: OK (sha256: ec1815db59fcd302846df949d7424876cb2e2dc5ed1606c5fb0b36787b1cf43a) >>> libxml2 2.10.3 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> host-lzma-alone 9.22 Collecting legal info lzma.txt: OK (sha256: 65cd2f7b76266889cbdcec55ab8ce6e845beabb5f450d58287439b25666e3b6a) >>> mini-snmpd 1.6 Collecting legal info COPYING: OK (sha256: 8a43b895972a24567297f44f35dab0f5f9ed3b7db6dac0bf6094075b27ab9d56) >>> openssl Collecting legal info >>> opus-tools 0.2 Collecting legal info COPYING: OK (sha256: c28016e58544119d6b93aea28297d040f17dcef7a9f548d3e6a4d0b558c5d248) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-python-xlrd 2.0.1 Collecting legal info LICENSE: OK (sha256: b5a5dbce60265e305a815a6cb83ed07f24519d8ba644f2a307994488bced8815) >>> qoriq-cadence-dp-firmware lsdk2012 Collecting legal info COPYING: OK (sha256: 9c16421e7c702f56756650b8ac954d34556327e598a8666e6e8f4eb3a1aa95f1) EULA: OK (sha256: 72edc2072c86d93aa1993d15d4d19d96270af3749b0108995ad50c81d1461f52) EULA.txt: OK (sha256: 53e3eb0b2bd81c171fa04c17514e20b39b7bb1fe1224c593f7717f615fb9d52b) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> rcw-smarc-sal28 11 Collecting legal info COPYING: OK (sha256: 803c65088eed36a6697ca9f03f4379bbad24e276dc8da7fef5eb4dc4008415a1) >>> sbc 2.0 Collecting legal info COPYING: OK (sha256: b499eddebda05a8859e32b820a64577d91f1de2b52efa2a1575a2cb4000bc259) COPYING.LIB: OK (sha256: ec60b993835e2c6b79e6d9226345f4e614e686eb57dc13b6420c15a33a8996e5) >>> serd 0.30.14 Collecting legal info COPYING: OK (sha256: 13b62d3705cabee6a21730eb24f773249271c2d95e9ecbab16069e729d4ae147) >>> host-sloci-image 0.1.2 Collecting legal info LICENSE: OK (sha256: 4c86c21e003875b85b4b9299156f8cec72c8e8e1abf5aa1f2d3c4dc665a3bea0) >>> sord 0.16.12 Collecting legal info COPYING: OK (sha256: e06562d6bcf0341b2ac2ad0f0ca36801d2ebf388d5ef297011625e4c36e963f0) >>> sox 7524160b29a476f7e87bc14fddf12d349f9a3c5e Collecting legal info LICENSE.GPL: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE.LGPL: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> speexdsp 1.2.1 Collecting legal info COPYING: OK (sha256: 2654a4264b2bfe298dedc508748d140111840c315cc8eb646a3a68c13fa75b01) >>> tcpdump 4.99.3 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> ti-uim a0236bc252e6484835ce266ae4a50b361f6a902d Collecting legal info uim.h: OK (sha256: 4e39276507524f938459b05d061ae77562f3f85926fe73027cfcac259cb03d0e) >>> host-uboot-tools 2021.07 Collecting legal info Licenses/gpl-2.0.txt: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> uemacs 1cdcf9df88144049750116e36fe20c8c39fa2517 Collecting legal info README: OK (sha256: 6e2a4cf41ec8d4379c154923349733bc0d3935c6fa72c4337cf1bc137b98b90a) >>> vis-network 9.1.0 Collecting legal info LICENSE-APACHE-2.0: OK (sha256: 1509904280a272780fd69c04b858f512cf216f8e3464a0dd98d8f34416feced9) LICENSE-MIT: OK (sha256: 1f65085e54c036645082257618db2c7b787e68c3b02485e214ecd09e0834ee8f) >>> webp 1.2.4 Collecting legal info COPYING: OK (sha256: 5aec868f669e384a22372a4e8a1a6cd7d44c64cd451f960ca69cc170d1e13acf) >>> xxhash 0.8.1 Collecting legal info LICENSE: OK (sha256: 553d0035773ddd1590045f8fdc3a4c6ead31e36336721aeca8421e88ed1c9f80) cli/COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-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.30.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.4 Collecting legal info LICENSE: OK (sha256: 7055266497633c9025b777c78eb7235af13922117480ed5c674677adc381c9d8) COPYING: OK (sha256: f9c375a1be4a41f7b70301dd83c91cb89e41567478859b77eef375a52d782505) >>> host-xz 5.2.10 Collecting legal info COPYING: OK (sha256: bcb02973ef6e87ea73d331b3a80df7748407f17efdb784b61b47e0e610d3bb5c) COPYING.GPLv2: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.GPLv3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LGPLv2.1: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.3.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.3.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: genpart-1.0.2: cannot save license (GENPART_LICENSE_FILES not defined) WARNING: jquery-3.5.1: cannot save license (JQUERY_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-0/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-0/buildroot'