In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:848:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 848 | (u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ ../spi/cadence_qspi_apb.c:848:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 848 | (u32)plat->regbase + CQSPI_REG_INDIRECTRD); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c: In function 'cadence_qspi_apb_indirect_write_setup': ../spi/cadence_qspi_apb.c:865:10: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 865 | writel(((u32)plat->ahbbase & CQSPI_INDIRECTTRIGGER_ADDR_MASK), | ^ ../spi/cadence_qspi_apb.c:866:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 866 | (u32)plat->regbase + CQSPI_REG_INDIRECTTRIGGER); | ^ ../spi/cadence_qspi_apb.c:866:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 866 | (u32)plat->regbase + CQSPI_REG_INDIRECTTRIGGER); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:879:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 879 | writel(reg, (u32)plat->regbase + CQSPI_REG_WR_INSTR); | ^ ../spi/cadence_qspi_apb.c:879:33: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 879 | writel(reg, (u32)plat->regbase + CQSPI_REG_WR_INSTR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:884:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 884 | writel(reg, (u32)plat->regbase + CQSPI_REG_INDIRECTWRSTARTADDR); | ^ ../spi/cadence_qspi_apb.c:884:33: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 884 | writel(reg, (u32)plat->regbase + CQSPI_REG_INDIRECTWRSTARTADDR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:886:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 886 | reg = readl((u32)plat->regbase + CQSPI_REG_SIZE); | ^ ../spi/cadence_qspi_apb.c:886:33: warning: passing argument 1 of 'readl' makes pointer from integer without a cast [-Wint-conversion] 886 | reg = readl((u32)plat->regbase + CQSPI_REG_SIZE); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:132:40: note: expected 'volatile void *' but argument is of type 'unsigned int' 132 | static inline u32 readl(volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:889:14: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 889 | writel(reg, (u32)plat->regbase + CQSPI_REG_SIZE); | ^ ../spi/cadence_qspi_apb.c:889:33: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 889 | writel(reg, (u32)plat->regbase + CQSPI_REG_SIZE); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c: In function 'cadence_qspi_apb_indirect_write_execute': ../spi/cadence_qspi_apb.c:900:16: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 900 | writel(txlen, (u32)plat->regbase + CQSPI_REG_INDIRECTWRBYTES); | ^ ../spi/cadence_qspi_apb.c:900:35: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 900 | writel(txlen, (u32)plat->regbase + CQSPI_REG_INDIRECTWRBYTES); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:904:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 904 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ ../spi/cadence_qspi_apb.c:904:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 904 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:912:33: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 912 | reg = CQSPI_GET_WR_SRAM_LEVEL((u32)plat->regbase); | ^ ../spi/cadence_qspi_apb.c:196:11: note: in definition of macro 'CQSPI_GET_WR_SRAM_LEVEL' 196 | (((readl(reg_base + CQSPI_REG_SDRAMLEVEL)) >> \ | ^~~~~~~~ ../spi/cadence_qspi_apb.c:196:20: warning: passing argument 1 of 'readl' makes pointer from integer without a cast [-Wint-conversion] 196 | (((readl(reg_base + CQSPI_REG_SDRAMLEVEL)) >> \ | ^ | | | unsigned int ../spi/cadence_qspi_apb.c:912:9: note: in expansion of macro 'CQSPI_GET_WR_SRAM_LEVEL' 912 | reg = CQSPI_GET_WR_SRAM_LEVEL((u32)plat->regbase); | ^~~~~~~~~~~~~~~~~~~~~~~ In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:132:40: note: expected 'volatile void *' but argument is of type 'unsigned int' 132 | static inline u32 readl(volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:927:15: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 927 | reg = readl((u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ ../spi/cadence_qspi_apb.c:927:34: warning: passing argument 1 of 'readl' makes pointer from integer without a cast [-Wint-conversion] 927 | reg = readl((u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:132:40: note: expected 'volatile void *' but argument is of type 'unsigned int' 132 | static inline u32 readl(volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:941:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 941 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ ../spi/cadence_qspi_apb.c:941:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 941 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ ../spi/cadence_qspi_apb.c:948:9: warning: cast from pointer to integer of different size [-Wpointer-to-int-cast] 948 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ ../spi/cadence_qspi_apb.c:948:28: warning: passing argument 2 of 'writel' makes pointer from integer without a cast [-Wint-conversion] 948 | (u32)plat->regbase + CQSPI_REG_INDIRECTWR); | ^ | | | unsigned int In file included from ../spi/cadence_qspi_apb.c:28: ../common/comdef.h:125:51: note: expected 'volatile void *' but argument is of type 'unsigned int' 125 | static inline void writel(u32 val, volatile void *addr) | ~~~~~~~~~~~~~~~^~~~ /home/buildroot/autobuild/instance-3/output-1/host/bin/riscv64-unknown-elf-gcc -O2 -g -c -Wall -DVERSION=\"buildroot-e17302063c9a4b74475b18ff24dd149c27257354\" -DJH7100 -march=rv64imafdc -mabi=lp64d -mcmodel=medany -I. -I../boot -I../common -I../gpio -I../spi -I../system -I../uart -I../timer -o ../timer/timer.o -c ../timer/timer.c ../spi/spi_flash.c: In function 'spi_flash_cmd_write_mode': ../spi/spi_flash.c:379:6: warning: 'ret' may be used uninitialized in this function [-Wmaybe-uninitialized] 379 | int ret; | ^~~ ================================================================================ /home/buildroot/autobuild/instance-3/output-1/host/bin/riscv64-unknown-elf-gcc -o bootloader-JH7100-buildroot.elf -march=rv64imafdc -mabi=lp64d -T bootloader.lds -nostartfiles --specs=nano.specs -Wl,-Map,bootloader.map ../boot/start.o ../boot/bootmain.o ../boot/trap.o ../uart/uart.o ../common/util.o ../spi/spi.o ../spi/spi_probe.o ../spi/cadence_qspi.o ../spi/spi_flash.o ../spi/cadence_qspi_apb.o ../timer/timer.o bootloader-JH7100-buildroot.elf LINK SUCCEED! /home/buildroot/autobuild/instance-3/output-1/host/bin/riscv64-unknown-elf-objcopy -O binary bootloader-JH7100-buildroot.elf bootloader-JH7100-buildroot.bin /home/buildroot/autobuild/instance-3/output-1/host/bin/riscv64-unknown-elf-objdump -S bootloader-JH7100-buildroot.elf > bootloader-JH7100-buildroot.asm inFile: bootloader-JH7100-buildroot.bin inSize: 9492 (0x00002514, LE:0x14250000) outFile: bootloader-JH7100-buildroot.bin.out outSize: 9496 (0x00002518) make[1]: Leaving directory '/home/buildroot/autobuild/instance-3/output-1/build/beaglev-secondboot-e17302063c9a4b74475b18ff24dd149c27257354/build' >>> beaglev-secondboot e17302063c9a4b74475b18ff24dd149c27257354 Installing to images directory /usr/bin/install -D -m 0644 /home/buildroot/autobuild/instance-3/output-1/build/beaglev-secondboot-e17302063c9a4b74475b18ff24dd149c27257354/build/bootloader-JH7100-buildroot.bin.out /home/buildroot/autobuild/instance-3/output-1/images/bootloader-JH7100-buildroot.bin.out >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-3/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%riscv64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/riscv64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-3/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-3/output-1/host/bin/riscv64-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%riscv64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_FCFLAGS@%'-Os', '-g0', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-fPIC', '-Wl,-elf2flt=-r', '-static', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-3/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-3/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-3/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-3/output-1/host/riscv64-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /home/buildroot/autobuild/instance-3/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-3/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab /usr/bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/ash$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/ash" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/buildroot/autobuild/instance-3/output-1/build/busybox-1.36.1/.config; then grep -qsE '^/bin/hush$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/hush" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells; fi mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-3/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-3/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-3/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-3/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-3/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-3/output-1/target/etc/shells if [ -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapon -a -x /home/buildroot/autobuild/instance-3/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/buildroot/autobuild/instance-3/output-1/target/etc/inittab; fi rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/include /home/buildroot/autobuild/instance-3/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-3/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-3/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-3/output-1/target/usr/doc find /home/buildroot/autobuild/instance-3/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/buildroot/autobuild/instance-3/output-1/target/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/ /home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/buildroot/autobuild/instance-3/output-1/target/usr/libexec/': No such file or directory rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gdb rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/bash-completion rm -rf /home/buildroot/autobuild/instance-3/output-1/target/etc/bash_completion.d rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/zsh rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/man /home/buildroot/autobuild/instance-3/output-1/target/usr/share/man rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/info /home/buildroot/autobuild/instance-3/output-1/target/usr/share/info rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/doc /home/buildroot/autobuild/instance-3/output-1/target/usr/share/doc rm -rf /home/buildroot/autobuild/instance-3/output-1/target/usr/share/gtk-doc rmdir /home/buildroot/autobuild/instance-3/output-1/target/usr/share 2>/dev/null || true rm -rf /home/buildroot/autobuild/instance-3/output-1/target/lib/debug /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/debug find /home/buildroot/autobuild/instance-3/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-3/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/buildroot/autobuild/instance-3/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-3/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-3/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2023.02.6-35-g915f157d47"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2023.02.6"; \ echo "PRETTY_NAME=\"Buildroot 2023.02.6\"" \ ) > /home/buildroot/autobuild/instance-3/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/buildroot/autobuild/instance-3/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/buildroot/autobuild/instance-3/output-1/per-package /home/buildroot/autobuild/instance-3/buildroot/support/scripts/fix-rpath target touch /home/buildroot/autobuild/instance-3/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/images rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 mkdir -p /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2 rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/buildroot/autobuild/instance-3/output-1/target/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target echo '#!/bin/sh' > /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "set -e" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "chown -h -R 0:0 /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" /home/buildroot/autobuild/instance-3/buildroot/support/scripts/mkusers /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_users_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "/home/buildroot/autobuild/instance-3/output-1/host/bin/makedevs -d /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/full_devices_table.txt /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' rm -rf /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/usr/lib/udev/hwdb.d/ /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/etc/udev/hwdb.d/\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot echo "find /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' \n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot printf ' /home/buildroot/autobuild/instance-3/output-1/host/bin/mkyaffs2 --all-root /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target /home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2\n' >> /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot chmod a+x /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot PATH="/home/buildroot/autobuild/instance-3/output-1/host/bin:/home/buildroot/autobuild/instance-3/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin" FAKEROOTDONTTRYCHOWN=1 /home/buildroot/autobuild/instance-3/output-1/host/bin/fakeroot -- /home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/fakeroot rootdir=/home/buildroot/autobuild/instance-3/output-1/build/buildroot-fs/yaffs2/target table='/home/buildroot/autobuild/instance-3/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-3/output-1/build/buildroot-fs/yaffs2/target'... [*][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][|][/][-][\][done] scanning complete, total 829 objects. stage 2: creating image '/home/buildroot/autobuild/instance-3/output-1/images/rootfs.yaffs2' [ ] 1/829 0% [ ] 2/829 0% [ ] 3/829 0% [ ] 4/829 0% [ ] 5/829 0% [ ] 6/829 0% [ ] 7/829 0% [ ] 8/829 0% [ ] 9/829 1% [ ] 10/829 1% [ ] 11/829 1% [ ] 12/829 1% [= ] 13/829 1% [= ] 14/829 1% [= ] 15/829 1% [= ] 16/829 1% [= ] 17/829 2% [= ] 18/829 2% [= ] 19/829 2% [= ] 20/829 2% [= ] 21/829 2% [= ] 22/829 2% [= ] 23/829 2% [= ] 24/829 2% [= ] 25/829 3% [== ] 26/829 3% [== ] 27/829 3% [== ] 28/829 3% [== ] 29/829 3% [== ] 30/829 3% [== ] 31/829 3% [== ] 32/829 3% [== ] 33/829 3% [== ] 34/829 4% [== ] 35/829 4% [== ] 36/829 4% [== ] 37/829 4% [== ] 38/829 4% [=== ] 39/829 4% [=== ] 40/829 4% [=== ] 41/829 4% [=== ] 42/829 5% [=== ] 43/829 5% [=== ] 44/829 5% [=== ] 45/829 5% [=== ] 46/829 5% [=== ] 47/829 5% [=== ] 48/829 5% [=== ] 49/829 5% [=== ] 50/829 6% [=== ] 51/829 6% [==== ] 52/829 6% [==== ] 53/829 6% [==== ] 54/829 6% [==== ] 55/829 6% [==== ] 56/829 6% [==== ] 57/829 6% [==== ] 58/829 6% [==== ] 59/829 7% [==== ] 60/829 7% [==== ] 61/829 7% [==== ] 62/829 7% [==== ] 63/829 7% [==== ] 64/829 7% [===== ] 65/829 7% [===== ] 66/829 7% [===== ] 67/829 8% [===== ] 68/829 8% [===== ] 69/829 8% [===== ] 70/829 8% [===== ] 71/829 8% [===== ] 72/829 8% [===== ] 73/829 8% [===== ] 74/829 8% [===== ] 75/829 9% [===== ] 76/829 9% [===== ] 77/829 9% [====== ] 78/829 9% [====== ] 79/829 9% [====== ] 80/829 9% [====== ] 81/829 9% [====== ] 82/829 9% [====== ] 83/829 10% [====== ] 84/829 10% [====== ] 85/829 10% [====== ] 86/829 10% [====== ] 87/829 10% [====== ] 88/829 10% [====== ] 89/829 10% [====== ] 90/829 10% [======= ] 91/829 10% [======= ] 92/829 11% [======= ] 93/829 11% [======= ] 94/829 11% [======= ] 95/829 11% [======= ] 96/829 11% [======= ] 97/829 11% [======= ] 98/829 11% [======= ] 99/829 11% [======= ] 100/829 12% [======= ] 101/829 12% [======= ] 102/829 12% [======= ] 103/829 12% [======== ] 104/829 12% [======== ] 105/829 12% [======== ] 106/829 12% [======== ] 107/829 12% [======== ] 108/829 13% [======== ] 109/829 13% [======== ] 110/829 13% [======== ] 111/829 13% [======== ] 112/829 13% [======== ] 113/829 13% [======== ] 114/829 13% [======== ] 115/829 13% [======== ] 116/829 13% [========= ] 117/829 14% [========= ] 118/829 14% [========= ] 119/829 14% [========= ] 120/829 14% [========= ] 121/829 14% [========= ] 122/829 14% [========= ] 123/829 14% [========= ] 124/829 14% [========= ] 125/829 15% [========= ] 126/829 15% [========= ] 127/829 15% [========= ] 128/829 15% [========= ] 129/829 15% [========== ] 130/829 15% [========== ] 131/829 15% [========== ] 132/829 15% [========== ] 133/829 16% [========== ] 134/829 16% [========== ] 135/829 16% [========== ] 136/829 16% [========== ] 137/829 16% [========== ] 138/829 16% [========== ] 139/829 16% [========== ] 140/829 16% [========== ] 141/829 17% [========== ] 142/829 17% [=========== ] 143/829 17% [=========== ] 144/829 17% [=========== ] 145/829 17% [=========== ] 146/829 17% [=========== ] 147/829 17% [=========== ] 148/829 17% [=========== ] 149/829 17% [=========== ] 150/829 18% [=========== ] 151/829 18% [=========== ] 152/829 18% [=========== ] 153/829 18% [=========== ] 154/829 18% [=========== ] 155/829 18% [============ ] 156/829 18% [============ ] 157/829 18% [============ ] 158/829 19% [============ ] 159/829 19% [============ ] 160/829 19% [============ ] 161/829 19% [============ ] 162/829 19% [============ ] 163/829 19% [============ ] 164/829 19% [============ ] 165/829 19% [============ ] 166/829 20% [============ ] 167/829 20% [============ ] 168/829 20% [============= ] 169/829 20% [============= ] 170/829 20% [============= ] 171/829 20% [============= ] 172/829 20% [============= ] 173/829 20% [============= ] 174/829 20% [============= ] 175/829 21% [============= ] 176/829 21% [============= ] 177/829 21% [============= ] 178/829 21% [============= ] 179/829 21% [============= ] 180/829 21% [============= ] 181/829 21% [============== ] 182/829 21% [============== ] 183/829 22% [============== ] 184/829 22% [============== ] 185/829 22% [============== ] 186/829 22% [============== ] 187/829 22% [============== ] 188/829 22% [============== ] 189/829 22% [============== ] 190/829 22% [============== ] 191/829 23% [============== ] 192/829 23% [============== ] 193/829 23% [============== ] 194/829 23% [=============== ] 195/829 23% [=============== ] 196/829 23% [=============== ] 197/829 23% [=============== ] 198/829 23% [=============== ] 199/829 24% [=============== ] 200/829 24% [=============== ] 201/829 24% [=============== ] 202/829 24% [=============== ] 203/829 24% [=============== ] 204/829 24% [=============== ] 205/829 24% [=============== ] 206/829 24% [=============== ] 207/829 24% [================ ] 208/829 25% [================ ] 209/829 25% [================ ] 210/829 25% [================ ] 211/829 25% [================ ] 212/829 25% [================ ] 213/829 25% [================ ] 214/829 25% [================ ] 215/829 25% [================ ] 216/829 26% [================ ] 217/829 26% [================ ] 218/829 26% [================ ] 219/829 26% [================ ] 220/829 26% [================= ] 221/829 26% [================= ] 222/829 26% [================= ] 223/829 26% [================= ] 224/829 27% [================= ] 225/829 27% [================= ] 226/829 27% [================= ] 227/829 27% [================= ] 228/829 27% [================= ] 229/829 27% [================= ] 230/829 27% [================= ] 231/829 27% [================= ] 232/829 27% [================= ] 233/829 28% [================== ] 234/829 28% [================== ] 235/829 28% [================== ] 236/829 28% [================== ] 237/829 28% [================== ] 238/829 28% [================== ] 239/829 28% [================== ] 240/829 28% [================== ] 241/829 29% [================== ] 242/829 29% [================== ] 243/829 29% [================== ] 244/829 29% [================== ] 245/829 29% [================== ] 246/829 29% [=================== ] 247/829 29% [=================== ] 248/829 29% [=================== ] 249/829 30% [=================== ] 250/829 30% [=================== ] 251/829 30% [=================== ] 252/829 30% [=================== ] 253/829 30% [=================== ] 254/829 30% [=================== ] 255/829 30% [=================== ] 256/829 30% [=================== ] 257/829 31% [=================== ] 258/829 31% [=================== ] 259/829 31% [==================== ] 260/829 31% [==================== ] 261/829 31% [==================== ] 262/829 31% [==================== ] 263/829 31% [==================== ] 264/829 31% [==================== ] 265/829 31% [==================== ] 266/829 32% [==================== ] 267/829 32% [==================== ] 268/829 32% [==================== ] 269/829 32% [==================== ] 270/829 32% [==================== ] 271/829 32% [==================== ] 272/829 32% [===================== ] 273/829 32% [===================== ] 274/829 33% [===================== ] 275/829 33% [===================== ] 276/829 33% [===================== ] 277/829 33% [===================== ] 278/829 33% [===================== ] 279/829 33% [===================== ] 280/829 33% [===================== ] 281/829 33% [===================== ] 282/829 34% [===================== ] 283/829 34% [===================== ] 284/829 34% [====================== ] 285/829 34% [====================== ] 286/829 34% [====================== ] 287/829 34% [====================== ] 288/829 34% [====================== ] 289/829 34% [====================== ] 290/829 34% [====================== ] 291/829 35% [====================== ] 292/829 35% [====================== ] 293/829 35% [====================== ] 294/829 35% [====================== ] 295/829 35% [====================== ] 296/829 35% [====================== ] 297/829 35% [======================= ] 298/829 35% [======================= ] 299/829 36% [======================= ] 300/829 36% [======================= ] 301/829 36% [======================= ] 302/829 36% [======================= ] 303/829 36% [======================= ] 304/829 36% [======================= ] 305/829 36% [======================= ] 306/829 36% [======================= ] 307/829 37% [======================= ] 308/829 37% [======================= ] 309/829 37% [======================= ] 310/829 37% [======================== ] 311/829 37% [======================== ] 312/829 37% [======================== ] 313/829 37% [======================== ] 314/829 37% [======================== ] 315/829 37% [======================== ] 316/829 38% [======================== ] 317/829 38% [======================== ] 318/829 38% [======================== ] 319/829 38% [======================== ] 320/829 38% [======================== ] 321/829 38% [======================== ] 322/829 38% [======================== ] 323/829 38% [========================= ] 324/829 39% [========================= ] 325/829 39% [========================= ] 326/829 39% [========================= ] 327/829 39% [========================= ] 328/829 39% [========================= ] 329/829 39% [========================= ] 330/829 39% [========================= ] 331/829 39% [========================= ] 332/829 40% [========================= ] 333/829 40% [========================= ] 334/829 40% [========================= ] 335/829 40% [========================= ] 336/829 40% [========================== ] 337/829 40% [========================== ] 338/829 40% [========================== ] 339/829 40% [========================== ] 340/829 41% [========================== ] 341/829 41% [========================== ] 342/829 41% [========================== ] 343/829 41% [========================== ] 344/829 41% [========================== ] 345/829 41% [========================== ] 346/829 41% [========================== ] 347/829 41% [========================== ] 348/829 41% [========================== ] 349/829 42% [=========================== ] 350/829 42% [=========================== ] 351/829 42% [=========================== ] 352/829 42% [=========================== ] 353/829 42% [=========================== ] 354/829 42% [=========================== ] 355/829 42% [=========================== ] 356/829 42% [=========================== ] 357/829 43% [=========================== ] 358/829 43% [=========================== ] 359/829 43% [=========================== ] 360/829 43% [=========================== ] 361/829 43% [=========================== ] 362/829 43% [============================ ] 363/829 43% [============================ ] 364/829 43% [============================ ] 365/829 44% [============================ ] 366/829 44% [============================ ] 367/829 44% [============================ ] 368/829 44% [============================ ] 369/829 44% [============================ ] 370/829 44% [============================ ] 371/829 44% [============================ ] 372/829 44% [============================ ] 373/829 44% [============================ ] 374/829 45% [============================ ] 375/829 45% [============================= ] 376/829 45% [============================= ] 377/829 45% [============================= ] 378/829 45% [============================= ] 379/829 45% [============================= ] 380/829 45% [============================= ] 381/829 45% [============================= ] 382/829 46% [============================= ] 383/829 46% [============================= ] 384/829 46% [============================= ] 385/829 46% [============================= ] 386/829 46% [============================= ] 387/829 46% [============================= ] 388/829 46% [============================== ] 389/829 46% [============================== ] 390/829 47% [============================== ] 391/829 47% [============================== ] 392/829 47% [============================== ] 393/829 47% [============================== ] 394/829 47% [============================== ] 395/829 47% [============================== ] 396/829 47% [============================== ] 397/829 47% [============================== ] 398/829 48% [============================== ] 399/829 48% [============================== ] 400/829 48% [============================== ] 401/829 48% [=============================== ] 402/829 48% [=============================== ] 403/829 48% [=============================== ] 404/829 48% [=============================== ] 405/829 48% [=============================== ] 406/829 48% [=============================== ] 407/829 49% [=============================== ] 408/829 49% [=============================== ] 409/829 49% [=============================== ] 410/829 49% [=============================== ] 411/829 49% [=============================== ] 412/829 49% [=============================== ] 413/829 49% [=============================== ] 414/829 49% [================================ ] 415/829 50% [================================ ] 416/829 50% [================================ ] 417/829 50% [================================ ] 418/829 50% [================================ ] 419/829 50% [================================ ] 420/829 50% [================================ ] 421/829 50% [================================ ] 422/829 50% [================================ ] 423/829 51% [================================ ] 424/829 51% [================================ ] 425/829 51% [================================ ] 426/829 51% [================================ ] 427/829 51% [================================= ] 428/829 51% [================================= ] 429/829 51% [================================= ] 430/829 51% [================================= ] 431/829 51% [================================= ] 432/829 52% [================================= ] 433/829 52% [================================= ] 434/829 52% [================================= ] 435/829 52% [================================= ] 436/829 52% [================================= ] 437/829 52% [================================= ] 438/829 52% [================================= ] 439/829 52% [================================= ] 440/829 53% [================================== ] 441/829 53% [================================== ] 442/829 53% [================================== ] 443/829 53% [================================== ] 444/829 53% [================================== ] 445/829 53% [================================== ] 446/829 53% [================================== ] 447/829 53% [================================== ] 448/829 54% [================================== ] 449/829 54% [================================== ] 450/829 54% [================================== ] 451/829 54% [================================== ] 452/829 54% [================================== ] 453/829 54% [=================================== ] 454/829 54% [=================================== ] 455/829 54% [=================================== ] 456/829 55% [=================================== ] 457/829 55% [=================================== ] 458/829 55% [=================================== ] 459/829 55% [=================================== ] 460/829 55% [=================================== ] 461/829 55% [=================================== ] 462/829 55% [=================================== ] 463/829 55% [=================================== ] 464/829 55% [=================================== ] 465/829 56% [=================================== ] 466/829 56% [==================================== ] 467/829 56% [==================================== ] 468/829 56% [==================================== ] 469/829 56% [==================================== ] 470/829 56% [==================================== ] 471/829 56% [==================================== ] 472/829 56% [==================================== ] 473/829 57% [==================================== ] 474/829 57% [==================================== ] 475/829 57% [==================================== ] 476/829 57% [==================================== ] 477/829 57% [==================================== ] 478/829 57% [==================================== ] 479/829 57% [===================================== ] 480/829 57% [===================================== ] 481/829 58% [===================================== ] 482/829 58% [===================================== ] 483/829 58% [===================================== ] 484/829 58% [===================================== ] 485/829 58% [===================================== ] 486/829 58% [===================================== ] 487/829 58% [===================================== ] 488/829 58% [===================================== ] 489/829 58% [===================================== ] 490/829 59% [===================================== ] 491/829 59% [===================================== ] 492/829 59% [====================================== ] 493/829 59% [====================================== ] 494/829 59% [====================================== ] 495/829 59% [====================================== ] 496/829 59% [====================================== ] 497/829 59% [====================================== ] 498/829 60% [====================================== ] 499/829 60% [====================================== ] 500/829 60% [====================================== ] 501/829 60% [====================================== ] 502/829 60% [====================================== ] 503/829 60% [====================================== ] 504/829 60% [====================================== ] 505/829 60% [======================================= ] 506/829 61% [======================================= ] 507/829 61% [======================================= ] 508/829 61% [======================================= ] 509/829 61% [======================================= ] 510/829 61% [======================================= ] 511/829 61% [======================================= ] 512/829 61% [======================================= ] 513/829 61% [======================================= ] 514/829 62% [======================================= ] 515/829 62% [======================================= ] 516/829 62% [======================================= ] 517/829 62% [======================================= ] 518/829 62% [======================================== ] 519/829 62% [======================================== ] 520/829 62% [======================================== ] 521/829 62% [======================================== ] 522/829 62% [======================================== ] 523/829 63% [======================================== ] 524/829 63% [======================================== ] 525/829 63% [======================================== ] 526/829 63% [======================================== ] 527/829 63% [======================================== ] 528/829 63% [======================================== ] 529/829 63% [======================================== ] 530/829 63% [======================================== ] 531/829 64% [========================================= ] 532/829 64% [========================================= ] 533/829 64% [========================================= ] 534/829 64% [========================================= ] 535/829 64% [========================================= ] 536/829 64% [========================================= ] 537/829 64% [========================================= ] 538/829 64% [========================================= ] 539/829 65% [========================================= ] 540/829 65% [========================================= ] 541/829 65% [========================================= ] 542/829 65% [========================================= ] 543/829 65% [========================================= ] 544/829 65% [========================================== ] 545/829 65% [========================================== ] 546/829 65% [========================================== ] 547/829 65% [========================================== ] 548/829 66% [========================================== ] 549/829 66% [========================================== ] 550/829 66% [========================================== ] 551/829 66% [========================================== ] 552/829 66% [========================================== ] 553/829 66% [========================================== ] 554/829 66% [========================================== ] 555/829 66% [========================================== ] 556/829 67% [=========================================== ] 557/829 67% [=========================================== ] 558/829 67% [=========================================== ] 559/829 67% [=========================================== ] 560/829 67% [=========================================== ] 561/829 67% [=========================================== ] 562/829 67% [=========================================== ] 563/829 67% [=========================================== ] 564/829 68% [=========================================== ] 565/829 68% [=========================================== ] 566/829 68% [=========================================== ] 567/829 68% [=========================================== ] 568/829 68% [=========================================== ] 569/829 68% [============================================ ] 570/829 68% [============================================ ] 571/829 68% [============================================ ] 572/829 68% [============================================ ] 573/829 69% [============================================ ] 574/829 69% [============================================ ] 575/829 69% [============================================ ] 576/829 69% [============================================ ] 577/829 69% [============================================ ] 578/829 69% [============================================ ] 579/829 69% [============================================ ] 580/829 69% [============================================ ] 581/829 70% [============================================ ] 582/829 70% [============================================= ] 583/829 70% [============================================= ] 584/829 70% [============================================= ] 585/829 70% [============================================= ] 586/829 70% [============================================= ] 587/829 70% [============================================= ] 588/829 70% [============================================= ] 589/829 71% [============================================= ] 590/829 71% [============================================= ] 591/829 71% [============================================= ] 592/829 71% [============================================= ] 593/829 71% [============================================= ] 594/829 71% [============================================= ] 595/829 71% [============================================== ] 596/829 71% [============================================== ] 597/829 72% [============================================== ] 598/829 72% [============================================== ] 599/829 72% [============================================== ] 600/829 72% [============================================== ] 601/829 72% [============================================== ] 602/829 72% [============================================== ] 603/829 72% [============================================== ] 604/829 72% [============================================== ] 605/829 72% [============================================== ] 606/829 73% [============================================== ] 607/829 73% [============================================== ] 608/829 73% [=============================================== ] 609/829 73% [=============================================== ] 610/829 73% [=============================================== ] 611/829 73% [=============================================== ] 612/829 73% [=============================================== ] 613/829 73% [=============================================== ] 614/829 74% [=============================================== ] 615/829 74% [=============================================== ] 616/829 74% [=============================================== ] 617/829 74% [=============================================== ] 618/829 74% [=============================================== ] 619/829 74% [=============================================== ] 620/829 74% [=============================================== ] 621/829 74% [================================================ ] 622/829 75% [================================================ ] 623/829 75% [================================================ ] 624/829 75% [================================================ ] 625/829 75% [================================================ ] 626/829 75% [================================================ ] 627/829 75% [================================================ ] 628/829 75% [================================================ ] 629/829 75% [================================================ ] 630/829 75% [================================================ ] 631/829 76% [================================================ ] 632/829 76% [================================================ ] 633/829 76% [================================================ ] 634/829 76% [================================================= ] 635/829 76% [================================================= ] 636/829 76% [================================================= ] 637/829 76% [================================================= ] 638/829 76% [================================================= ] 639/829 77% [================================================= ] 640/829 77% [================================================= ] 641/829 77% [================================================= ] 642/829 77% [================================================= ] 643/829 77% [================================================= ] 644/829 77% [================================================= ] 645/829 77% [================================================= ] 646/829 77% [================================================= ] 647/829 78% [================================================== ] 648/829 78% [================================================== ] 649/829 78% [================================================== ] 650/829 78% [================================================== ] 651/829 78% [================================================== ] 652/829 78% [================================================== ] 653/829 78% [================================================== ] 654/829 78% [================================================== ] 655/829 79% [================================================== ] 656/829 79% [================================================== ] 657/829 79% [================================================== ] 658/829 79% [================================================== ] 659/829 79% [================================================== ] 660/829 79% [=================================================== ] 661/829 79% [=================================================== ] 662/829 79% [=================================================== ] 663/829 79% [=================================================== ] 664/829 80% [=================================================== ] 665/829 80% [=================================================== ] 666/829 80% [=================================================== ] 667/829 80% [=================================================== ] 668/829 80% [=================================================== ] 669/829 80% [=================================================== ] 670/829 80% [=================================================== ] 671/829 80% [=================================================== ] 672/829 81% [=================================================== ] 673/829 81% [==================================================== ] 674/829 81% [==================================================== ] 675/829 81% [==================================================== ] 676/829 81% [==================================================== ] 677/829 81% [==================================================== ] 678/829 81% [==================================================== ] 679/829 81% [==================================================== ] 680/829 82% [==================================================== ] 681/829 82% [==================================================== ] 682/829 82% [==================================================== ] 683/829 82% [==================================================== ] 684/829 82% [==================================================== ] 685/829 82% [==================================================== ] 686/829 82% [===================================================== ] 687/829 82% [===================================================== ] 688/829 82% [===================================================== ] 689/829 83% [===================================================== ] 690/829 83% [===================================================== ] 691/829 83% [===================================================== ] 692/829 83% [===================================================== ] 693/829 83% [===================================================== ] 694/829 83% [===================================================== ] 695/829 83% [===================================================== ] 696/829 83% [===================================================== ] 697/829 84% [===================================================== ] 698/829 84% [===================================================== ] 699/829 84% [====================================================== ] 700/829 84% [====================================================== ] 701/829 84% [====================================================== ] 702/829 84% [====================================================== ] 703/829 84% [====================================================== ] 704/829 84% [====================================================== ] 705/829 85% [====================================================== ] 706/829 85% [====================================================== ] 707/829 85% [====================================================== ] 708/829 85% [====================================================== ] 709/829 85% [====================================================== ] 710/829 85% [====================================================== ] 711/829 85% [====================================================== ] 712/829 85% [======================================================= ] 713/829 86% [======================================================= ] 714/829 86% [======================================================= ] 715/829 86% [======================================================= ] 716/829 86% [======================================================= ] 717/829 86% [======================================================= ] 718/829 86% [======================================================= ] 719/829 86% [======================================================= ] 720/829 86% [======================================================= ] 721/829 86% [======================================================= ] 722/829 87% [======================================================= ] 723/829 87% [======================================================= ] 724/829 87% [======================================================= ] 725/829 87% [======================================================== ] 726/829 87% [======================================================== ] 727/829 87% [======================================================== ] 728/829 87% [======================================================== ] 729/829 87% [======================================================== ] 730/829 88% [======================================================== ] 731/829 88% [======================================================== ] 732/829 88% [======================================================== ] 733/829 88% [======================================================== ] 734/829 88% [======================================================== ] 735/829 88% [======================================================== ] 736/829 88% [======================================================== ] 737/829 88% [======================================================== ] 738/829 89% [========================================================= ] 739/829 89% [========================================================= ] 740/829 89% [========================================================= ] 741/829 89% [========================================================= ] 742/829 89% [========================================================= ] 743/829 89% [========================================================= ] 744/829 89% [========================================================= ] 745/829 89% [========================================================= ] 746/829 89% [========================================================= ] 747/829 90% [========================================================= ] 748/829 90% [========================================================= ] 749/829 90% [========================================================= ] 750/829 90% [========================================================= ] 751/829 90% [========================================================== ] 752/829 90% [========================================================== ] 753/829 90% [========================================================== ] 754/829 90% [========================================================== ] 755/829 91% [========================================================== ] 756/829 91% [========================================================== ] 757/829 91% [========================================================== ] 758/829 91% [========================================================== ] 759/829 91% [========================================================== ] 760/829 91% [========================================================== ] 761/829 91% [========================================================== ] 762/829 91% [========================================================== ] 763/829 92% [========================================================== ] 764/829 92% [=========================================================== ] 765/829 92% [=========================================================== ] 766/829 92% [=========================================================== ] 767/829 92% [=========================================================== ] 768/829 92% [=========================================================== ] 769/829 92% [=========================================================== ] 770/829 92% [=========================================================== ] 771/829 93% [=========================================================== ] 772/829 93% [=========================================================== ] 773/829 93% [=========================================================== ] 774/829 93% [=========================================================== ] 775/829 93% [=========================================================== ] 776/829 93% [=========================================================== ] 777/829 93% [============================================================ ] 778/829 93% [============================================================ ] 779/829 93% [============================================================ ] 780/829 94% [============================================================ ] 781/829 94% [============================================================ ] 782/829 94% [============================================================ ] 783/829 94% [============================================================ ] 784/829 94% [============================================================ ] 785/829 94% [============================================================ ] 786/829 94% [============================================================ ] 787/829 94% [============================================================ ] 788/829 95% [============================================================ ] 789/829 95% [============================================================ ] 790/829 95% [============================================================= ] 791/829 95% [============================================================= ] 792/829 95% [============================================================= ] 793/829 95% [============================================================= ] 794/829 95% [============================================================= ] 795/829 95% [============================================================= ] 796/829 96% [============================================================= ] 797/829 96% [============================================================= ] 798/829 96% [============================================================= ] 799/829 96% [============================================================= ] 800/829 96% [============================================================= ] 801/829 96% [============================================================= ] 802/829 96% [============================================================= ] 803/829 96% [============================================================== ] 804/829 96% [============================================================== ] 805/829 97% [============================================================== ] 806/829 97% [============================================================== ] 807/829 97% [============================================================== ] 808/829 97% [============================================================== ] 809/829 97% [============================================================== ] 810/829 97% [============================================================== ] 811/829 97% [============================================================== ] 812/829 97% [============================================================== ] 813/829 98% [============================================================== ] 814/829 98% [============================================================== ] 815/829 98% [============================================================== ] 816/829 98% [=============================================================== ] 817/829 98% [=============================================================== ] 818/829 98% [=============================================================== ] 819/829 98% [=============================================================== ] 820/829 98% [=============================================================== ] 821/829 99% [=============================================================== ] 822/829 99% [=============================================================== ] 823/829 99% [=============================================================== ] 824/829 99% [=============================================================== ] 825/829 99% [=============================================================== ] 826/829 99% [=============================================================== ] 827/829 99% [=============================================================== ] 828/829 99% [================================================================] 829/829 100% operation complete, 829 objects in 5425 NAND pages. ln -snf /home/buildroot/autobuild/instance-3/output-1/host/riscv64-buildroot-linux-uclibc/sysroot /home/buildroot/autobuild/instance-3/output-1/staging make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot' make: Entering directory '/home/buildroot/autobuild/instance-3/buildroot' >>> Buildroot 2023.02.6-35-g915f157d47 Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 11.4.0 Collecting legal info >>> host-binutils 2.38 Collecting legal info COPYING3: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) COPYING.LIB: OK (sha256: 56bdea73b6145ef6ac5259b3da390b981d840c24cb03b8e1cbc678de7ecfa18d) >>> host-skeleton Collecting legal info >>> host-elf2flt 2021.08 Collecting legal info LICENSE.TXT: OK (sha256: f20bc5007904094e3a4e9fbcc3526cdd40893f91d458c3139b308e5c4c0899c6) >>> 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-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> 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) >>> 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) >>> uclibc 1.0.44 Collecting legal info COPYING.LIB: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> host-gcc-initial 11.4.0 Collecting legal info >>> linux-headers 6.1.60 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 >>> acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> busybox 1.36.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> cgroupfs-mount 1.4 Collecting legal info debian/copyright: OK (sha256: e52f47a650734f70c40c8fd9318f85e42777bf3fba7ff1dfb72f845bb417f7e6) >>> cjson 1.7.16 Collecting legal info LICENSE: OK (sha256: a36dda207c36db5818729c54e7ad4e8b0c6fba847491ba64f372c1a2037b6d5c) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> corkscrew 2.0 Collecting legal info COPYING: OK (sha256: 204d8eff92f95aac4df6c8122bc1505f468f3a901e5a4cc08940e0ede1938994) >>> host-crudini 0.9.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> host-python-iniparse 0.5 Collecting legal info LICENSE-PSF: OK (sha256: 9b02e3dfe433ccd2bd94636ef6eb08638b5a54deafe5f87a3d9d9104356c48e0) LICENSE: OK (sha256: ff45637d8a96adc414179e502fbed40160e57205bf2e302140e79a0c71eceaa7) >>> host-python-setuptools 65.6.3 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.11.6 Collecting legal info LICENSE: OK (sha256: 3b2f81fe21d181c499c59a256c8e1968455d6689d269aa85373bfb6af41da3bf) >>> host-autoconf-archive 2022.09.03 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.5.0 Collecting legal info COPYING: OK (sha256: 122f2c27000472a201d337b9b31f7eb2b52d091b02857061a8880371612d9534) >>> host-libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> host-python-six 1.16.0 Collecting legal info LICENSE: OK (sha256: 8bb850c565aa389fdc16f3a46965ad23d82adff60f2393fc2762b63185e8e6c9) >>> host-environment-setup Collecting legal info >>> fb-test-app 1.1.1 Collecting legal info COPYING: OK (sha256: e6d6a009505e345fe949e1310334fcb0747f28dae2856759de102ab66b722cb4) >>> flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-flatcc 0.6.1 Collecting legal info LICENSE: OK (sha256: c8f0d9c1f92c658d87ebd854ee7447a3d3912d2c3a5c78c117787be5d5da8af3) >>> host-fwup 1.9.1 Collecting legal info LICENSE: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-libarchive 3.6.2 Collecting legal info COPYING: OK (sha256: b2cdf763345de2de34cebf54394df3c61a105c3b71288603c251f2fa638200ba) >>> host-libconfuse 3.3 Collecting legal info LICENSE: OK (sha256: dc3ff4b62f851dd2e94a151061ffeb7d28ddfc880a442068dc5283dbaa927306) >>> genext2fs 1.5.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-genimage 16 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) >>> gettext Collecting legal info >>> host-imx-mkimage lf-5.10.72_2.2.0 Collecting legal info COPYING: OK (sha256: 231f7edcc7352d7734a96eef0b8030f77982678c516876fcb81e25b32d68564c) >>> initscripts Collecting legal info >>> jszip 3.10.0 Collecting legal info LICENSE.markdown: OK (sha256: 566c953c6090b1218ca6217dd7359d45dde46581968586dc607d59a78af6a9c4) >>> leptonica 1.82.0 Collecting legal info leptonica-license.txt: OK (sha256: 87829abb5bbb00b55a107365da89e9a33f86c4250169e5a1e5588505be7d5806) >>> zlib Collecting legal info >>> zlib-ng 2.0.6 Collecting legal info LICENSE.md: OK (sha256: d3c80be055d94d798eaa786116e84fa0b010bc11420b5d2060d978ea77845436) >>> libcgi 1.3.0 Collecting legal info LICENSES/LGPL-2.1.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: f32c31e26ec840753a8cd47cd2681e48be4cee853212d16a4b1d85ac4d677669) >>> libdeflate 1.15 Collecting legal info COPYING: OK (sha256: 5d246dd2537307b80fed9ba5fdddf5d0fe7a8f023393a071182b9daed56b40fe) >>> libdvdcss 1.4.3 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> libmnl 1.0.5 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmpeg2 0.5.1 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> libnetfilter_cttimeout 1.0.1 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) >>> libogg 1.3.5 Collecting legal info COPYING: OK (sha256: d2ab5758336489da61c12cc5bb757da5339c4ae9001f9bb0562b4370249af814) >>> libopusenc 0.2.1 Collecting legal info COPYING: OK (sha256: 93b17ab56b8230127fea532be0dcb4e6d71e66ab5e8ce5d6ae8785d7288b164f) >>> opus 1.3.1 Collecting legal info COPYING: OK (sha256: 8338ce8d922bb4416ce3dd1e5680173332435e3f0755007ac7801ccd674fe682) >>> linenoise 97d2850af13c339369093b78abe5265845d78220 Collecting legal info LICENSE: OK (sha256: efe1692aa5b869edaa0ac88f95eb0276c1125304ffc636a299db3ebbab47f62b) >>> mawk 1.3.4-20200120 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) >>> minizip-zlib 1.3 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> opusfile 0.12 Collecting legal info COPYING: OK (sha256: 0267ae795ab744c4e0f9c45e249440fdf2e75dac8c804f36066b28649bf74aaf) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> procrank_linux 21c30ab4514a5b15ac6e813e21bee0d3d714cb08 Collecting legal info NOTICE: OK (sha256: 38751245389e1e23f73e6f5384b5cbe7fa972cc4410c5adc9c04b082a0b9561a) >>> quotatool 1.6.2 Collecting legal info COPYING: OK (sha256: 94686eeb98a40edc64106c6f8644068d8a08816a510a3cde75e50f1bf470564d) >>> urandom-scripts Collecting legal info >>> wireless-regdb 2023.09.01 Collecting legal info LICENSE: OK (sha256: 678b0df753c86198fc496d1f1033429bbd57f101472132ee7eaaf9f5e0a7fae1) >>> xkeyboard-config 2.37 Collecting legal info COPYING: OK (sha256: 6ca90f4b67dced4062894d6d77f4cc39343df9e359fc12f5e5d3c89ef2a3ef6d) >>> host-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> 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-xapp_xkbcomp 1.4.6 Collecting legal info COPYING: OK (sha256: 6b833fdc05906ce57f016dc791db86830d49ee4da2861ce45806c50b3f4dda9e) >>> host-xlib_libX11 1.8.7 Collecting legal info COPYING: OK (sha256: 2e7012a140f000735a7172674a2d314398d79622444fba65d108b029b29ab283) >>> host-libxcb 1.15 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-libxslt 1.1.38 Collecting legal info COPYING: OK (sha256: 7e48e290b6bfccc2ec1b297023a1d77f2fd87417f71fbb9f50aabef40a851819) >>> host-libxml2 2.10.4 Collecting legal info Copyright: OK (sha256: c5c63674f8a83c4d2e385d96d1c670a03cb871ba2927755467017317878574bd) >>> host-xcb-proto 1.15.2 Collecting legal info COPYING: OK (sha256: c5ffbfeaa501071ceeb97b7de2c0d703fdaa35de01c0fb6cbac1c28453a3e9fd) >>> host-xlib_libXau 1.0.11 Collecting legal info COPYING: OK (sha256: 56abe29bb1d9806a9e04fa9f80fed2c0f18027594df3f098148d814aef6bddfa) >>> host-xorgproto 2022.2 Collecting legal info COPYING-applewmproto: OK (sha256: aacd931f191b610902aee1e526090c2858aabc07969441fa2537ffd3e7049555) COPYING-bigreqsproto: OK (sha256: dabc025f93129a0eb2d17f37c719dbe5ecbcb5bc8f7bc7f4ce89fe04576cc0c2) COPYING-compositeproto: OK (sha256: ab587ca94282c1e60797ffe4a77aea195418387db20ec7e0c24cedf2c844f8c1) COPYING-damageproto: OK (sha256: f67a18cb46c4c203c5122b4a901cfcc3178b2a62f83f31ca5fef5bdca3966094) COPYING-dmxproto: OK (sha256: 819e8dcd3dd2a44850c350331aa492230f86bccb0983dd739dec5ba36d7d2b8e) COPYING-dri2proto: OK (sha256: 0c306691492c4d7a8cda1ec3847668b797887dddcd7e986b4c166ae27619af7d) COPYING-dri3proto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-evieproto: OK (sha256: 0aa43d03da3cedbd9882c0ded621b0d855353eb9e551f9eed940d75c8a0b03c1) COPYING-fixesproto: OK (sha256: 65cb0b867b00fb27f066a37353713b265645b3301146562570d7638ed2ddd548) COPYING-fontcacheproto: OK (sha256: 1ab381e978bff63d68be2e4f235d51935f3f16f3ba3bebf83afa99a70c0484a2) COPYING-fontsproto: OK (sha256: f4af05774b02ae149357cc26f7bf5ef1116c2e09373c2492081a3a1892c58417) COPYING-glproto: OK (sha256: 823deb4673d3f26aa8c90e704888299648f00be3262f9363eaeecedcd65b936d) COPYING-inputproto: OK (sha256: 5e083a2ace0215a6084c877c023a6079952ba803d692488203ba4269196debe3) COPYING-kbproto: OK (sha256: d397a67d4b28e897bc5fce79b2b917df9905b54f961fc3ad1f49c7fe3803f92c) COPYING-lg3dproto: OK (sha256: 7a5dd5d4c989c167da50f15879959f42bbda960e06d0a0aea7197f61fe1dc846) COPYING-pmproto: OK (sha256: 8442b5f22f2fb13017a4302a906e7dedc899267b41f613558970941120170128) COPYING-presentproto: OK (sha256: 64a579d1a0b3347301d87c94698a58ea7933d0ae6ca7e8fdd702fde2ea376301) COPYING-printproto: OK (sha256: 6b890b118261694865988378dbba876bcd9caa1a421c5c0d626116948bc0ae35) COPYING-randrproto: OK (sha256: 41c13dcd09147ed2440286f2fb8151df8ebee06deee4ed78ddf094601c216d3d) COPYING-recordproto: OK (sha256: ee10aee0f1697ffdbe870a39f037361d4f7136f2976bb7919a41b3f66407caee) COPYING-renderproto: OK (sha256: 9e48921a94da36d7a69fe71809223ee0bb46370db9842dccdeeb55b5a9946872) COPYING-resourceproto: OK (sha256: 403e7be948674530ad40669b1e3a31adeddb656502f3b0ef810d5d3cc35d0b52) COPYING-scrnsaverproto: OK (sha256: fcbd3c628bf4d28ee3e6032054bf44bbe58f3b1a944dad856a8d3eb6b37ea412) COPYING-trapproto: OK (sha256: d6d3513f5a7099748dc387f54498d799380b45f8a444f13aa98aa45a860ae55b) COPYING-videoproto: OK (sha256: f8f49bbad61967ebc890fb79fff5bfb7cfc1c341aa8f8dee13eb3fb534040b47) COPYING-windowswmproto: OK (sha256: eb183a00c61bb47992f096b6993ed7ec17518bea9c285fe87efff7f622cc6c12) COPYING-x11proto: OK (sha256: 3bd8e0c41497bfe6ab8d11c3c90c5e79edd0b2437f2bf81161575f54bae53f21) COPYING-xcmiscproto: OK (sha256: 5531d18cfcc944dab39991f63f182cbbce3fe493ba0c7cf08a25c0d01ee84482) COPYING-xextproto: OK (sha256: fb42146c6c06a200a9b121220eb692ff9101ba0fbd0b224b9e16a016c59ae86a) COPYING-xf86bigfontproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86dgaproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86driproto: OK (sha256: 4a05d06752388d9db71ee1006f371d4fb2c316a821fc2fc272db90b3ef978334) COPYING-xf86miscproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86rushproto: OK (sha256: 3591964e01a9cdfc9cc4149a847a431a3f3d98328cc9e5864c7a7831b29c4058) COPYING-xf86vidmodeproto: OK (sha256: 942bb46a3503a708948491699171b00b9e0dfb47818d9268b160bccc5f51a4b9) COPYING-xineramaproto: OK (sha256: b2d8cda803e900915ce10f0ba735ff2c033b39c7cc5a8a436667ca583d4066fa) >>> host-xutil_util-macros 1.20.0 Collecting legal info COPYING: OK (sha256: 7db0516389152a90c20ea910e8839d10204ebc25ccbc71fc7f5809dfb98e80ac) >>> host-xlib_libXdmcp 1.1.4 Collecting legal info COPYING: OK (sha256: 8a3c3f35b0dbcb60a4e242b9e4394a352a65bb27deb2938ea1e2e62a626e16e9) >>> host-xlib_xtrans 1.4.0 Collecting legal info COPYING: OK (sha256: a9c96c832e00774266b492d4d41556f12a64f039ba3ef645c4b8c6010fcb8f2a) >>> host-xlib_libxkbfile 1.1.2 Collecting legal info COPYING: OK (sha256: e1b3fdad8037ab3f986ef9caaa7c8da47d8d55875e680c7d6011f6c07363ea7c) >>> beaglev-secondboot e17302063c9a4b74475b18ff24dd149c27257354 Collecting legal info LICENSE: OK (sha256: 284d26192537710910ec1f112ec5f4c981601ae23702391986d6ce0b8ba90813) >>> host-riscv64-elf-toolchain 2020.12.8 Collecting legal info >>> 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-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-11.4.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-11.4.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: riscv64-elf-toolchain-2020.12.8: cannot save license (HOST_RISCV64_ELF_TOOLCHAIN_LICENSE_FILES not defined) Legal info produced in /home/buildroot/autobuild/instance-3/output-1/legal-info make: Leaving directory '/home/buildroot/autobuild/instance-3/buildroot'