6500K .......... .......... .......... .......... .......... 197M 6550K .......... .......... .......... .......... .......... 975K 6600K .......... .......... .......... .......... .......... 163M 6650K .......... .......... .......... .......... .......... 187M 6700K .......... .......... .......... .......... .......... 196M 6750K .... 72.5M=0.7s 2022-11-11 12:02:53 (9.12 MB/s) - '/home/buildroot/autobuild/instance-0/output-1/build/.swupdate-2022.05.tar.gz.R6Df4r/output' saved [6916697] swupdate-2022.05.tar.gz: OK (sha256: 1e819f71b19626bde1a4906ced39d3406ca240b458d3c4a998bd9c7333eba260) >>> swupdate 2022.05 Extracting gzip -d -c /home/buildroot/autobuild/instance-0/dl/swupdate/swupdate-2022.05.tar.gz | tar --strip-components=1 -C /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05 -xf - >>> swupdate 2022.05 Patching Applying 0001-swupdate-core-bootloader.c-fix-build-without-reallocarray.patch using patch: patching file core/bootloader.c Using /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05/.config as base # # merged configuration written to /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05/.config (needs make) # make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o SHIPPED scripts/kconfig/zconf.tab.c SHIPPED scripts/kconfig/zconf.lex.c SHIPPED scripts/kconfig/zconf.hash.c HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05' /bin/sed -i -e '/^\(# \)\?CONFIG_SYSTEMD\>/d' /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05//.config && echo '# CONFIG_SYSTEMD is not set' >> /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05//.config /bin/sed -i -e '/^\(# \)\?CONFIG_WEBSERVER\>/d' /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05//.config && echo '# CONFIG_WEBSERVER is not set' >> /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05//.config make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05' scripts/kconfig/conf --olddefconfig Kconfig # # configuration written to .config # make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05' >>> swupdate 2022.05 Configuring >>> swupdate 2022.05 Building 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:/sbin:/bin" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-gcc" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-gcc" SKIP_STRIP=y HAVE_LIBEXT2FS=n HAVE_JSON_C=y HAVE_LIBARCHIVE=n HAVE_LIBBLKID=y HAVE_LIBCONFIG=n HAVE_LIBCURL=n HAVE_LIBFDISK=n HAVE_LIBGPIOD=n HAVE_URIPARSER=n HAVE_LIBWEBSOCKETS=n HAVE_LUA=n HAVE_MBEDTLS=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=y HAVE_LIBCRYPTO=y HAVE_P11KIT=n HAVE_LIBSYSTEMD=n HAVE_WOLFSSL=n HAVE_ZCK=n HAVE_LIBZEROMQ=n HAVE_ZLIB=y HAVE_ZSTD=n HAVE_LIBRSYNC=n /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05 SWU_VER="2022.05 (Buildroot 2021.05-8131-g593c64eaf9d)" CROSS_COMPILE="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-" CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CONFIG_EXTRA_LDFLAGS="" make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05' HOSTCC scripts/basic/fixdep HOSTCC scripts/kconfig/conf.o HOSTCC scripts/kconfig/zconf.tab.o HOSTLD scripts/kconfig/conf scripts/kconfig/conf --silentoldconfig Kconfig CC core/swupdate.o CC handlers/dummy_handler.o CC ipc/network_ipc.o CC bootloader/none.o LD bootloader/built-in.o CC ipc/network_ipc-if.o CC handlers/raw_handler.o CC corelib/multipart_parser.o CC ipc/progress_ipc.o CC core/cpio_utils.o LD ipc/built-in.o AR mongoose/lib.a CC parser/parse_external.o In file included from core/cpio_utils.c:22: core/cpio_utils.c: In function 'copy_write': include/util.h:92:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 92 | "ERROR %s : %s : %d : " format, \ | ^~~~~~~~~~~~~~~~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:141:25: note: in expansion of macro 'ERROR' 141 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ include/util.h:99:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 99 | "ERROR : " format, ## arg); \ | ^~~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:141:25: note: in expansion of macro 'ERROR' 141 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ include/util.h:103:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 103 | "[%s] : " format, __func__, ## arg); \ | ^~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:141:25: note: in expansion of macro 'ERROR' 141 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ include/util.h:92:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 92 | "ERROR %s : %s : %d : " format, \ | ^~~~~~~~~~~~~~~~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:146:25: note: in expansion of macro 'ERROR' 146 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ include/util.h:99:49: warning: format '%lu' expects argument of type 'long unsigned int', but argument 4 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 99 | "ERROR : " format, ## arg); \ | ^~~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:146:25: note: in expansion of macro 'ERROR' 146 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ include/util.h:103:41: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 103 | "[%s] : " format, __func__, ## arg); \ | ^~~~~~~~~ include/util.h:110:9: note: in expansion of macro 'swupdate_notify' 110 | swupdate_notify(FAILURE, format, ERRORLEVEL, ## arg) | ^~~~~~~~~~~~~~~ core/cpio_utils.c:146:25: note: in expansion of macro 'ERROR' 146 | ERROR("cannot write %lu bytes: %s", len, strerror(errno)); | ^~~~~ AR corelib/lib.a CC parser/parser.o LD handlers/built-in.o CC core/notifier.o CC core/handler.o AR parser/lib.a AR suricatta/lib.a CC core/bootloader.o CC core/install_from_file.o CC core/util.o CC core/parser.o AR fs/lib.a CC core/pctl.o CC core/state.o CC core/syslog.o CC core/installer.o CC core/network_thread.o CC tools/swupdate-client.o CC tools/swupdate-ipc.o CC core/stream_interface.o CC core/progress_thread.o CC core/parsing_library.o CC tools/swupdate-progress.o CC core/artifacts_versions.o CC core/swupdate_dict.o AR tools/lib.a CC core/semver.o CC core/strlcpy.o LD libswupdate.so.0.1 LD core/built-in.o LD swupdate_unstripped LD tools/swupdate-ipc LD tools/swupdate-client LD tools/swupdate-progress echo swupdate echo tools/swupdate-progress echo tools/swupdate-ipc echo tools/swupdate-client make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05' >>> swupdate 2022.05 Installing to target 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:/sbin:/bin" CC="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-gcc" LD="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-gcc" SKIP_STRIP=y HAVE_LIBEXT2FS=n HAVE_JSON_C=y HAVE_LIBARCHIVE=n HAVE_LIBBLKID=y HAVE_LIBCONFIG=n HAVE_LIBCURL=n HAVE_LIBFDISK=n HAVE_LIBGPIOD=n HAVE_URIPARSER=n HAVE_LIBWEBSOCKETS=n HAVE_LUA=n HAVE_MBEDTLS=n HAVE_LIBMTD=n HAVE_LIBUBI=n HAVE_LIBSSL=y HAVE_LIBCRYPTO=y HAVE_P11KIT=n HAVE_LIBSYSTEMD=n HAVE_WOLFSSL=n HAVE_ZCK=n HAVE_LIBZEROMQ=n HAVE_ZLIB=y HAVE_ZSTD=n HAVE_LIBRSYNC=n /usr/bin/make -j4 -C /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05 SWU_VER="2022.05 (Buildroot 2021.05-8131-g593c64eaf9d)" CROSS_COMPILE="/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-" CONFIG_EXTRA_CFLAGS="-D_LARGEFILE_SOURCE -D_LARGEFILE64_SOURCE -D_FILE_OFFSET_BITS=64 -O2 -g0 " CONFIG_EXTRA_LDFLAGS="" DESTDIR=/home/buildroot/autobuild/instance-0/output-1/target install make[1]: Entering directory '/home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05' install -d /home/buildroot/autobuild/instance-0/output-1/target//usr/bin install -d /home/buildroot/autobuild/instance-0/output-1/target//usr/include install -d /home/buildroot/autobuild/instance-0/output-1/target//usr/lib install -m 755 swupdate /home/buildroot/autobuild/instance-0/output-1/target//usr/bin for i in tools/swupdate-progress tools/swupdate-ipc tools/swupdate-client;do \ install -m 755 $i /home/buildroot/autobuild/instance-0/output-1/target//usr/bin; \ done install -m 0644 /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05/include/network_ipc.h /home/buildroot/autobuild/instance-0/output-1/target//usr/include install -m 0644 /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05/include/swupdate_status.h /home/buildroot/autobuild/instance-0/output-1/target//usr/include install -m 0644 /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05/include/progress_ipc.h /home/buildroot/autobuild/instance-0/output-1/target//usr/include install -m 0755 /home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05/libswupdate.so.0.1 /home/buildroot/autobuild/instance-0/output-1/target//usr/lib ln -sfr /home/buildroot/autobuild/instance-0/output-1/target//usr/lib/libswupdate.so.0.1 /home/buildroot/autobuild/instance-0/output-1/target//usr/lib/libswupdate.so if [ n = y ]; then \ install -d /home/buildroot/autobuild/instance-0/output-1/target//usr/lib/lua/; \ install -m 0755 /home/buildroot/autobuild/instance-0/output-1/target//usr/lib/lua/; \ ln -sf /home/buildroot/autobuild/instance-0/output-1/target//usr/lib/lua//lua_swupdate.so; \ fi make[1]: Leaving directory '/home/buildroot/autobuild/instance-0/output-1/build/swupdate-2022.05' mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc/swupdate/conf.d /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/swupdate/conf.d /usr/bin/install -D -m 755 package/swupdate//swupdate.sh /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/swupdate/swupdate.sh /usr/bin/install -D -m 755 package/swupdate//S80swupdate /home/buildroot/autobuild/instance-0/output-1/target/etc/init.d/S80swupdate /usr/bin/install -D -m 644 package/swupdate//90-start-progress /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/swupdate/conf.d/90-start-progress >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/buildroot/autobuild/instance-0/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'@PKG_TARGET_FCFLAGS@%g" -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-gcc%g" -e "s%@TARGET_CXX@%/bin/false%g" -e "s%@TARGET_AR@%/home/buildroot/autobuild/instance-0/output-1/host/bin/mips64-buildroot-linux-gnu-gcc-ar%g" -e "s%@TARGET_FC@%/bin/false%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%mips64%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_FCFLAGS@%'-O2', '-g0'%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O2', '-g0'%g" -e "s%@BR2_CMAKE@%/home/buildroot/autobuild/instance-0/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/buildroot/autobuild/instance-0/output-1/host/bin/pkgconf%g" -e "s%@HOST_DIR@%/home/buildroot/autobuild/instance-0/output-1/host%g" -e "s%@STAGING_DIR@%/home/buildroot/autobuild/instance-0/output-1/host/mips64-buildroot-linux-gnu/sysroot%g" -e "s%@STATIC@%false%g" /home/buildroot/autobuild/instance-0/buildroot/support/misc/cross-compilation.conf.in > /home/buildroot/autobuild/instance-0/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/dash" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells rm -f /home/buildroot/autobuild/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.xml /home/buildroot/autobuild/instance-0/output-1/target/usr/share/glib-2.0/schemas/*.dtd /home/buildroot/autobuild/instance-0/output-1/host/bin/glib-compile-schemas /home/buildroot/autobuild/instance-0/output-1/host/mips64-buildroot-linux-gnu/sysroot/usr/share/glib-2.0/schemas --targetdir=/home/buildroot/autobuild/instance-0/output-1/target/usr/share/glib-2.0/schemas No schema files found: doing nothing. rm -f -r /home/buildroot/autobuild/instance-0/output-1/target/usr/share/openrc { echo "baud=\"0\""; echo "term_type=\"vt100\"" ; echo "agetty_options=\"-L \""; } > /home/buildroot/autobuild/instance-0/output-1/target/etc/conf.d/agetty.console ln -sf agetty /home/buildroot/autobuild/instance-0/output-1/target/etc/init.d/agetty.console ln -sf /etc/init.d/agetty.console /home/buildroot/autobuild/instance-0/output-1/target/etc/runlevels/default/agetty.console mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/buildroot/autobuild/instance-0/output-1/target/etc/hosts mkdir -p /home/buildroot/autobuild/instance-0/output-1/target/etc echo "Welcome to Buildroot" > /home/buildroot/autobuild/instance-0/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /home/buildroot/autobuild/instance-0/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /home/buildroot/autobuild/instance-0/output-1/target/etc/shells || echo "/bin/sh" >> /home/buildroot/autobuild/instance-0/output-1/target/etc/shells ln -sf dash /home/buildroot/autobuild/instance-0/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /home/buildroot/autobuild/instance-0/output-1/target/etc/passwd rm -rf /home/buildroot/autobuild/instance-0/output-1/target/usr/include /home/buildroot/autobuild/instance-0/output-1/target/usr/share/aclocal \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/pkgconfig /home/buildroot/autobuild/instance-0/output-1/target/usr/share/pkgconfig \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/cmake /home/buildroot/autobuild/instance-0/output-1/target/usr/share/cmake \ /home/buildroot/autobuild/instance-0/output-1/target/usr/lib/rpm /home/buildroot/autobuild/instance-0/output-1/target/usr/doc 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 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 /bin/true 2>/dev/null || true find /home/buildroot/autobuild/instance-0/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-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=2021.05-8131-g593c64eaf9d"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.11-rc1"; \ echo "PRETTY_NAME=\"Buildroot 2022.11-rc1\"" \ ) > /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 ' \n' > /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/buildroot/autobuild/instance-0/output-1/build/buildroot-fs/full_devices_table.txt >>> 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:/sbin:/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 ' \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:/sbin:/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 1043 objects. stage 2: creating image '/home/buildroot/autobuild/instance-0/output-1/images/rootfs.yaffs2' [ ] 1/1043 0% [ ] 2/1043 0% [ ] 3/1043 0% [ ] 4/1043 0% [ ] 5/1043 0% [ ] 6/1043 0% [ ] 7/1043 0% [ ] 8/1043 0% [ ] 9/1043 0% [ ] 10/1043 0% [ ] 11/1043 1% [ ] 12/1043 1% [ ] 13/1043 1% [ ] 14/1043 1% [ ] 15/1043 1% [ ] 16/1043 1% [= ] 17/1043 1% [= ] 18/1043 1% [= ] 19/1043 1% [= ] 20/1043 1% [= ] 21/1043 2% [= ] 22/1043 2% [= ] 23/1043 2% [= ] 24/1043 2% [= ] 25/1043 2% [= ] 26/1043 2% [= ] 27/1043 2% [= ] 28/1043 2% [= ] 29/1043 2% [= ] 30/1043 2% [= ] 31/1043 2% [= ] 32/1043 3% [= ] 33/1043 3% [== ] 34/1043 3% [== ] 35/1043 3% [== ] 36/1043 3% [== ] 37/1043 3% [== ] 38/1043 3% [== ] 39/1043 3% [== ] 40/1043 3% [== ] 41/1043 3% [== ] 42/1043 4% [== ] 43/1043 4% [== ] 44/1043 4% [== ] 45/1043 4% [== ] 46/1043 4% [== ] 47/1043 4% [== ] 48/1043 4% [== ] 49/1043 4% [== ] 50/1043 4% [=== ] 51/1043 4% [=== ] 52/1043 4% [=== ] 53/1043 5% [=== ] 54/1043 5% [=== ] 55/1043 5% [=== ] 56/1043 5% [=== ] 57/1043 5% [=== ] 58/1043 5% [=== ] 59/1043 5% [=== ] 60/1043 5% [=== ] 61/1043 5% [=== ] 62/1043 5% [=== ] 63/1043 6% [=== ] 64/1043 6% [=== ] 65/1043 6% [=== ] 66/1043 6% [=== ] 67/1043 6% [==== ] 68/1043 6% [==== ] 69/1043 6% [==== ] 70/1043 6% [==== ] 71/1043 6% [==== ] 72/1043 6% [==== ] 73/1043 6% [==== ] 74/1043 7% [==== ] 75/1043 7% [==== ] 76/1043 7% [==== ] 77/1043 7% [==== ] 78/1043 7% [==== ] 79/1043 7% [==== ] 80/1043 7% [==== ] 81/1043 7% [==== ] 82/1043 7% [==== ] 83/1043 7% [==== ] 84/1043 8% [===== ] 85/1043 8% [===== ] 86/1043 8% [===== ] 87/1043 8% [===== ] 88/1043 8% [===== ] 89/1043 8% [===== ] 90/1043 8% [===== ] 91/1043 8% [===== ] 92/1043 8% [===== ] 93/1043 8% [===== ] 94/1043 9% [===== ] 95/1043 9% [===== ] 96/1043 9% [===== ] 97/1043 9% [===== ] 98/1043 9% [===== ] 99/1043 9% [===== ] 100/1043 9% [====== ] 101/1043 9% [====== ] 102/1043 9% [====== ] 103/1043 9% [====== ] 104/1043 9% [====== ] 105/1043 10% [====== ] 106/1043 10% [====== ] 107/1043 10% [====== ] 108/1043 10% [====== ] 109/1043 10% [====== ] 110/1043 10% [====== ] 111/1043 10% [====== ] 112/1043 10% [====== ] 113/1043 10% [====== ] 114/1043 10% [====== ] 115/1043 11% [====== ] 116/1043 11% [====== ] 117/1043 11% [======= ] 118/1043 11% [======= ] 119/1043 11% [======= ] 120/1043 11% [======= ] 121/1043 11% [======= ] 122/1043 11% [======= ] 123/1043 11% [======= ] 124/1043 11% [======= ] 125/1043 11% [======= ] 126/1043 12% [======= ] 127/1043 12% [======= ] 128/1043 12% [======= ] 129/1043 12% [======= ] 130/1043 12% [======= ] 131/1043 12% [======= ] 132/1043 12% [======= ] 133/1043 12% [======= ] 134/1043 12% [======== ] 135/1043 12% [======== ] 136/1043 13% [======== ] 137/1043 13% [======== ] 138/1043 13% [======== ] 139/1043 13% [======== ] 140/1043 13% [======== ] 141/1043 13% [======== ] 142/1043 13% [======== ] 143/1043 13% [======== ] 144/1043 13% [======== ] 145/1043 13% [======== ] 146/1043 13% [======== ] 147/1043 14% [======== ] 148/1043 14% [======== ] 149/1043 14% [======== ] 150/1043 14% [======== ] 151/1043 14% [========= ] 152/1043 14% [========= ] 153/1043 14% [========= ] 154/1043 14% [========= ] 155/1043 14% [========= ] 156/1043 14% [========= ] 157/1043 15% [========= ] 158/1043 15% [========= ] 159/1043 15% [========= ] 160/1043 15% [========= ] 161/1043 15% [========= ] 162/1043 15% [========= ] 163/1043 15% [========= ] 164/1043 15% [========= ] 165/1043 15% [========= ] 166/1043 15% [========= ] 167/1043 16% [========= ] 168/1043 16% [========== ] 169/1043 16% [========== ] 170/1043 16% [========== ] 171/1043 16% [========== ] 172/1043 16% [========== ] 173/1043 16% [========== ] 174/1043 16% [========== ] 175/1043 16% [========== ] 176/1043 16% [========== ] 177/1043 16% [========== ] 178/1043 17% [========== ] 179/1043 17% [========== ] 180/1043 17% [========== ] 181/1043 17% [========== ] 182/1043 17% [========== ] 183/1043 17% [========== ] 184/1043 17% [========== ] 185/1043 17% [=========== ] 186/1043 17% [=========== ] 187/1043 17% [=========== ] 188/1043 18% [=========== ] 189/1043 18% [=========== ] 190/1043 18% [=========== ] 191/1043 18% [=========== ] 192/1043 18% [=========== ] 193/1043 18% [=========== ] 194/1043 18% [=========== ] 195/1043 18% [=========== ] 196/1043 18% [=========== ] 197/1043 18% [=========== ] 198/1043 18% [=========== ] 199/1043 19% [=========== ] 200/1043 19% [=========== ] 201/1043 19% [============ ] 202/1043 19% [============ ] 203/1043 19% [============ ] 204/1043 19% [============ ] 205/1043 19% [============ ] 206/1043 19% [============ ] 207/1043 19% [============ ] 208/1043 19% [============ ] 209/1043 20% [============ ] 210/1043 20% [============ ] 211/1043 20% [============ ] 212/1043 20% [============ ] 213/1043 20% [============ ] 214/1043 20% [============ ] 215/1043 20% [============ ] 216/1043 20% [============ ] 217/1043 20% [============ ] 218/1043 20% [============= ] 219/1043 20% [============= ] 220/1043 21% [============= ] 221/1043 21% [============= ] 222/1043 21% [============= ] 223/1043 21% [============= ] 224/1043 21% [============= ] 225/1043 21% [============= ] 226/1043 21% [============= ] 227/1043 21% [============= ] 228/1043 21% [============= ] 229/1043 21% [============= ] 230/1043 22% [============= ] 231/1043 22% [============= ] 232/1043 22% [============= ] 233/1043 22% [============= ] 234/1043 22% [============= ] 235/1043 22% [============== ] 236/1043 22% [============== ] 237/1043 22% [============== ] 238/1043 22% [============== ] 239/1043 22% [============== ] 240/1043 23% [============== ] 241/1043 23% [============== ] 242/1043 23% [============== ] 243/1043 23% [============== ] 244/1043 23% [============== ] 245/1043 23% [============== ] 246/1043 23% [============== ] 247/1043 23% [============== ] 248/1043 23% [============== ] 249/1043 23% [============== ] 250/1043 23% [============== ] 251/1043 24% [============== ] 252/1043 24% [=============== ] 253/1043 24% [=============== ] 254/1043 24% [=============== ] 255/1043 24% [=============== ] 256/1043 24% [=============== ] 257/1043 24% [=============== ] 258/1043 24% [=============== ] 259/1043 24% [=============== ] 260/1043 24% [=============== ] 261/1043 25% [=============== ] 262/1043 25% [=============== ] 263/1043 25% [=============== ] 264/1043 25% [=============== ] 265/1043 25% [=============== ] 266/1043 25% [=============== ] 267/1043 25% [=============== ] 268/1043 25% [=============== ] 269/1043 25% [================ ] 270/1043 25% [================ ] 271/1043 25% [================ ] 272/1043 26% [================ ] 273/1043 26% [================ ] 274/1043 26% [================ ] 275/1043 26% [================ ] 276/1043 26% [================ ] 277/1043 26% [================ ] 278/1043 26% [================ ] 279/1043 26% [================ ] 280/1043 26% [================ ] 281/1043 26% [================ ] 282/1043 27% [================ ] 283/1043 27% [================ ] 284/1043 27% [================ ] 285/1043 27% [================= ] 286/1043 27% [================= ] 287/1043 27% [================= ] 288/1043 27% [================= ] 289/1043 27% [================= ] 290/1043 27% [================= ] 291/1043 27% [================= ] 292/1043 27% [================= ] 293/1043 28% [================= ] 294/1043 28% [================= ] 295/1043 28% [================= ] 296/1043 28% [================= ] 297/1043 28% [================= ] 298/1043 28% [================= ] 299/1043 28% [================= ] 300/1043 28% [================= ] 301/1043 28% [================= ] 302/1043 28% [================== ] 303/1043 29% [================== ] 304/1043 29% [================== ] 305/1043 29% [================== ] 306/1043 29% [================== ] 307/1043 29% [================== ] 308/1043 29% [================== ] 309/1043 29% [================== ] 310/1043 29% [================== ] 311/1043 29% [================== ] 312/1043 29% [================== ] 313/1043 30% [================== ] 314/1043 30% [================== ] 315/1043 30% [================== ] 316/1043 30% [================== ] 317/1043 30% [================== ] 318/1043 30% [================== ] 319/1043 30% [=================== ] 320/1043 30% [=================== ] 321/1043 30% [=================== ] 322/1043 30% [=================== ] 323/1043 30% [=================== ] 324/1043 31% [=================== ] 325/1043 31% [=================== ] 326/1043 31% [=================== ] 327/1043 31% [=================== ] 328/1043 31% [=================== ] 329/1043 31% [=================== ] 330/1043 31% [=================== ] 331/1043 31% [=================== ] 332/1043 31% [=================== ] 333/1043 31% [=================== ] 334/1043 32% [=================== ] 335/1043 32% [=================== ] 336/1043 32% [==================== ] 337/1043 32% [==================== ] 338/1043 32% [==================== ] 339/1043 32% [==================== ] 340/1043 32% [==================== ] 341/1043 32% [==================== ] 342/1043 32% [==================== ] 343/1043 32% [==================== ] 344/1043 32% [==================== ] 345/1043 33% [==================== ] 346/1043 33% [==================== ] 347/1043 33% [==================== ] 348/1043 33% [==================== ] 349/1043 33% [==================== ] 350/1043 33% [==================== ] 351/1043 33% [==================== ] 352/1043 33% [==================== ] 353/1043 33% [===================== ] 354/1043 33% [===================== ] 355/1043 34% [===================== ] 356/1043 34% [===================== ] 357/1043 34% [===================== ] 358/1043 34% [===================== ] 359/1043 34% [===================== ] 360/1043 34% [===================== ] 361/1043 34% [===================== ] 362/1043 34% [===================== ] 363/1043 34% [===================== ] 364/1043 34% [===================== ] 365/1043 34% [===================== ] 366/1043 35% [===================== ] 367/1043 35% [===================== ] 368/1043 35% [===================== ] 369/1043 35% [===================== ] 370/1043 35% [====================== ] 371/1043 35% [====================== ] 372/1043 35% [====================== ] 373/1043 35% [====================== ] 374/1043 35% [====================== ] 375/1043 35% [====================== ] 376/1043 36% [====================== ] 377/1043 36% [====================== ] 378/1043 36% [====================== ] 379/1043 36% [====================== ] 380/1043 36% [====================== ] 381/1043 36% [====================== ] 382/1043 36% [====================== ] 383/1043 36% [====================== ] 384/1043 36% [====================== ] 385/1043 36% [====================== ] 386/1043 37% [======================= ] 387/1043 37% [======================= ] 388/1043 37% [======================= ] 389/1043 37% [======================= ] 390/1043 37% [======================= ] 391/1043 37% [======================= ] 392/1043 37% [======================= ] 393/1043 37% [======================= ] 394/1043 37% [======================= ] 395/1043 37% [======================= ] 396/1043 37% [======================= ] 397/1043 38% [======================= ] 398/1043 38% [======================= ] 399/1043 38% [======================= ] 400/1043 38% [======================= ] 401/1043 38% [======================= ] 402/1043 38% [======================= ] 403/1043 38% [======================== ] 404/1043 38% [======================== ] 405/1043 38% [======================== ] 406/1043 38% [======================== ] 407/1043 39% [======================== ] 408/1043 39% [======================== ] 409/1043 39% [======================== ] 410/1043 39% [======================== ] 411/1043 39% [======================== ] 412/1043 39% [======================== ] 413/1043 39% [======================== ] 414/1043 39% [======================== ] 415/1043 39% [======================== ] 416/1043 39% [======================== ] 417/1043 39% [======================== ] 418/1043 40% [======================== ] 419/1043 40% [======================== ] 420/1043 40% [========================= ] 421/1043 40% [========================= ] 422/1043 40% [========================= ] 423/1043 40% [========================= ] 424/1043 40% [========================= ] 425/1043 40% [========================= ] 426/1043 40% [========================= ] 427/1043 40% [========================= ] 428/1043 41% [========================= ] 429/1043 41% [========================= ] 430/1043 41% [========================= ] 431/1043 41% [========================= ] 432/1043 41% [========================= ] 433/1043 41% [========================= ] 434/1043 41% [========================= ] 435/1043 41% [========================= ] 436/1043 41% [========================= ] 437/1043 41% [========================== ] 438/1043 41% [========================== ] 439/1043 42% [========================== ] 440/1043 42% [========================== ] 441/1043 42% [========================== ] 442/1043 42% [========================== ] 443/1043 42% [========================== ] 444/1043 42% [========================== ] 445/1043 42% [========================== ] 446/1043 42% [========================== ] 447/1043 42% [========================== ] 448/1043 42% [========================== ] 449/1043 43% [========================== ] 450/1043 43% [========================== ] 451/1043 43% [========================== ] 452/1043 43% [========================== ] 453/1043 43% [========================== ] 454/1043 43% [=========================== ] 455/1043 43% [=========================== ] 456/1043 43% [=========================== ] 457/1043 43% [=========================== ] 458/1043 43% [=========================== ] 459/1043 44% [=========================== ] 460/1043 44% [=========================== ] 461/1043 44% [=========================== ] 462/1043 44% [=========================== ] 463/1043 44% [=========================== ] 464/1043 44% [=========================== ] 465/1043 44% [=========================== ] 466/1043 44% [=========================== ] 467/1043 44% [=========================== ] 468/1043 44% [=========================== ] 469/1043 44% [=========================== ] 470/1043 45% [=========================== ] 471/1043 45% [============================ ] 472/1043 45% [============================ ] 473/1043 45% [============================ ] 474/1043 45% [============================ ] 475/1043 45% [============================ ] 476/1043 45% [============================ ] 477/1043 45% [============================ ] 478/1043 45% [============================ ] 479/1043 45% [============================ ] 480/1043 46% [============================ ] 481/1043 46% [============================ ] 482/1043 46% [============================ ] 483/1043 46% [============================ ] 484/1043 46% [============================ ] 485/1043 46% [============================ ] 486/1043 46% [============================ ] 487/1043 46% [============================= ] 488/1043 46% [============================= ] 489/1043 46% [============================= ] 490/1043 46% [============================= ] 491/1043 47% [============================= ] 492/1043 47% [============================= ] 493/1043 47% [============================= ] 494/1043 47% [============================= ] 495/1043 47% [============================= ] 496/1043 47% [============================= ] 497/1043 47% [============================= ] 498/1043 47% [============================= ] 499/1043 47% [============================= ] 500/1043 47% [============================= ] 501/1043 48% [============================= ] 502/1043 48% [============================= ] 503/1043 48% [============================= ] 504/1043 48% [============================== ] 505/1043 48% [============================== ] 506/1043 48% [============================== ] 507/1043 48% [============================== ] 508/1043 48% [============================== ] 509/1043 48% [============================== ] 510/1043 48% [============================== ] 511/1043 48% [============================== ] 512/1043 49% [============================== ] 513/1043 49% [============================== ] 514/1043 49% [============================== ] 515/1043 49% [============================== ] 516/1043 49% [============================== ] 517/1043 49% [============================== ] 518/1043 49% [============================== ] 519/1043 49% [============================== ] 520/1043 49% [============================== ] 521/1043 49% [=============================== ] 522/1043 50% [=============================== ] 523/1043 50% [=============================== ] 524/1043 50% [=============================== ] 525/1043 50% [=============================== ] 526/1043 50% [=============================== ] 527/1043 50% [=============================== ] 528/1043 50% [=============================== ] 529/1043 50% [=============================== ] 530/1043 50% [=============================== ] 531/1043 50% [=============================== ] 532/1043 51% [=============================== ] 533/1043 51% [=============================== ] 534/1043 51% [=============================== ] 535/1043 51% [=============================== ] 536/1043 51% [=============================== ] 537/1043 51% [=============================== ] 538/1043 51% [================================ ] 539/1043 51% [================================ ] 540/1043 51% [================================ ] 541/1043 51% [================================ ] 542/1043 51% [================================ ] 543/1043 52% [================================ ] 544/1043 52% [================================ ] 545/1043 52% [================================ ] 546/1043 52% [================================ ] 547/1043 52% [================================ ] 548/1043 52% [================================ ] 549/1043 52% [================================ ] 550/1043 52% [================================ ] 551/1043 52% [================================ ] 552/1043 52% [================================ ] 553/1043 53% [================================ ] 554/1043 53% [================================ ] 555/1043 53% [================================= ] 556/1043 53% [================================= ] 557/1043 53% [================================= ] 558/1043 53% [================================= ] 559/1043 53% [================================= ] 560/1043 53% [================================= ] 561/1043 53% [================================= ] 562/1043 53% [================================= ] 563/1043 53% [================================= ] 564/1043 54% [================================= ] 565/1043 54% [================================= ] 566/1043 54% [================================= ] 567/1043 54% [================================= ] 568/1043 54% [================================= ] 569/1043 54% [================================= ] 570/1043 54% [================================= ] 571/1043 54% [================================== ] 572/1043 54% [================================== ] 573/1043 54% [================================== ] 574/1043 55% [================================== ] 575/1043 55% [================================== ] 576/1043 55% [================================== ] 577/1043 55% [================================== ] 578/1043 55% [================================== ] 579/1043 55% [================================== ] 580/1043 55% [================================== ] 581/1043 55% [================================== ] 582/1043 55% [================================== ] 583/1043 55% [================================== ] 584/1043 55% [================================== ] 585/1043 56% [================================== ] 586/1043 56% [================================== ] 587/1043 56% [================================== ] 588/1043 56% [=================================== ] 589/1043 56% [=================================== ] 590/1043 56% [=================================== ] 591/1043 56% [=================================== ] 592/1043 56% [=================================== ] 593/1043 56% [=================================== ] 594/1043 56% [=================================== ] 595/1043 57% [=================================== ] 596/1043 57% [=================================== ] 597/1043 57% [=================================== ] 598/1043 57% [=================================== ] 599/1043 57% [=================================== ] 600/1043 57% [=================================== ] 601/1043 57% [=================================== ] 602/1043 57% [=================================== ] 603/1043 57% [=================================== ] 604/1043 57% [=================================== ] 605/1043 58% [==================================== ] 606/1043 58% [==================================== ] 607/1043 58% [==================================== ] 608/1043 58% [==================================== ] 609/1043 58% [==================================== ] 610/1043 58% [==================================== ] 611/1043 58% [==================================== ] 612/1043 58% [==================================== ] 613/1043 58% [==================================== ] 614/1043 58% [==================================== ] 615/1043 58% [==================================== ] 616/1043 59% [==================================== ] 617/1043 59% [==================================== ] 618/1043 59% [==================================== ] 619/1043 59% [==================================== ] 620/1043 59% [==================================== ] 621/1043 59% [==================================== ] 622/1043 59% [===================================== ] 623/1043 59% [===================================== ] 624/1043 59% [===================================== ] 625/1043 59% [===================================== ] 626/1043 60% [===================================== ] 627/1043 60% [===================================== ] 628/1043 60% [===================================== ] 629/1043 60% [===================================== ] 630/1043 60% [===================================== ] 631/1043 60% [===================================== ] 632/1043 60% [===================================== ] 633/1043 60% [===================================== ] 634/1043 60% [===================================== ] 635/1043 60% [===================================== ] 636/1043 60% [===================================== ] 637/1043 61% [===================================== ] 638/1043 61% [===================================== ] 639/1043 61% [====================================== ] 640/1043 61% [====================================== ] 641/1043 61% [====================================== ] 642/1043 61% [====================================== ] 643/1043 61% [====================================== ] 644/1043 61% [====================================== ] 645/1043 61% [====================================== ] 646/1043 61% [====================================== ] 647/1043 62% [====================================== ] 648/1043 62% [====================================== ] 649/1043 62% [====================================== ] 650/1043 62% [====================================== ] 651/1043 62% [====================================== ] 652/1043 62% [====================================== ] 653/1043 62% [====================================== ] 654/1043 62% [====================================== ] 655/1043 62% [====================================== ] 656/1043 62% [======================================= ] 657/1043 62% [======================================= ] 658/1043 63% [======================================= ] 659/1043 63% [======================================= ] 660/1043 63% [======================================= ] 661/1043 63% [======================================= ] 662/1043 63% [======================================= ] 663/1043 63% [======================================= ] 664/1043 63% [======================================= ] 665/1043 63% [======================================= ] 666/1043 63% [======================================= ] 667/1043 63% [======================================= ] 668/1043 64% [======================================= ] 669/1043 64% [======================================= ] 670/1043 64% [======================================= ] 671/1043 64% [======================================= ] 672/1043 64% [======================================== ] 673/1043 64% [======================================== ] 674/1043 64% [======================================== ] 675/1043 64% [======================================== ] 676/1043 64% [======================================== ] 677/1043 64% [======================================== ] 678/1043 65% [======================================== ] 679/1043 65% [======================================== ] 680/1043 65% [======================================== ] 681/1043 65% [======================================== ] 682/1043 65% [======================================== ] 683/1043 65% [======================================== ] 684/1043 65% [======================================== ] 685/1043 65% [======================================== ] 686/1043 65% [======================================== ] 687/1043 65% [======================================== ] 688/1043 65% [======================================== ] 689/1043 66% [========================================= ] 690/1043 66% [========================================= ] 691/1043 66% [========================================= ] 692/1043 66% [========================================= ] 693/1043 66% [========================================= ] 694/1043 66% [========================================= ] 695/1043 66% [========================================= ] 696/1043 66% [========================================= ] 697/1043 66% [========================================= ] 698/1043 66% [========================================= ] 699/1043 67% [========================================= ] 700/1043 67% [========================================= ] 701/1043 67% [========================================= ] 702/1043 67% [========================================= ] 703/1043 67% [========================================= ] 704/1043 67% [========================================= ] 705/1043 67% [========================================= ] 706/1043 67% [========================================== ] 707/1043 67% [========================================== ] 708/1043 67% [========================================== ] 709/1043 67% [========================================== ] 710/1043 68% [========================================== ] 711/1043 68% [========================================== ] 712/1043 68% [========================================== ] 713/1043 68% [========================================== ] 714/1043 68% [========================================== ] 715/1043 68% [========================================== ] 716/1043 68% [========================================== ] 717/1043 68% [========================================== ] 718/1043 68% [========================================== ] 719/1043 68% [========================================== ] 720/1043 69% [========================================== ] 721/1043 69% [========================================== ] 722/1043 69% [========================================== ] 723/1043 69% [=========================================== ] 724/1043 69% [=========================================== ] 725/1043 69% [=========================================== ] 726/1043 69% [=========================================== ] 727/1043 69% [=========================================== ] 728/1043 69% [=========================================== ] 729/1043 69% [=========================================== ] 730/1043 69% [=========================================== ] 731/1043 70% [=========================================== ] 732/1043 70% [=========================================== ] 733/1043 70% [=========================================== ] 734/1043 70% [=========================================== ] 735/1043 70% [=========================================== ] 736/1043 70% [=========================================== ] 737/1043 70% [=========================================== ] 738/1043 70% [=========================================== ] 739/1043 70% [=========================================== ] 740/1043 70% [============================================ ] 741/1043 71% [============================================ ] 742/1043 71% [============================================ ] 743/1043 71% [============================================ ] 744/1043 71% [============================================ ] 745/1043 71% [============================================ ] 746/1043 71% [============================================ ] 747/1043 71% [============================================ ] 748/1043 71% [============================================ ] 749/1043 71% [============================================ ] 750/1043 71% [============================================ ] 751/1043 72% [============================================ ] 752/1043 72% [============================================ ] 753/1043 72% [============================================ ] 754/1043 72% [============================================ ] 755/1043 72% [============================================ ] 756/1043 72% [============================================ ] 757/1043 72% [============================================= ] 758/1043 72% [============================================= ] 759/1043 72% [============================================= ] 760/1043 72% [============================================= ] 761/1043 72% [============================================= ] 762/1043 73% [============================================= ] 763/1043 73% [============================================= ] 764/1043 73% [============================================= ] 765/1043 73% [============================================= ] 766/1043 73% [============================================= ] 767/1043 73% [============================================= ] 768/1043 73% [============================================= ] 769/1043 73% [============================================= ] 770/1043 73% [============================================= ] 771/1043 73% [============================================= ] 772/1043 74% [============================================= ] 773/1043 74% [============================================== ] 774/1043 74% [============================================== ] 775/1043 74% [============================================== ] 776/1043 74% [============================================== ] 777/1043 74% [============================================== ] 778/1043 74% [============================================== ] 779/1043 74% [============================================== ] 780/1043 74% [============================================== ] 781/1043 74% [============================================== ] 782/1043 74% [============================================== ] 783/1043 75% [============================================== ] 784/1043 75% [============================================== ] 785/1043 75% [============================================== ] 786/1043 75% [============================================== ] 787/1043 75% [============================================== ] 788/1043 75% [============================================== ] 789/1043 75% [============================================== ] 790/1043 75% [=============================================== ] 791/1043 75% [=============================================== ] 792/1043 75% [=============================================== ] 793/1043 76% [=============================================== ] 794/1043 76% [=============================================== ] 795/1043 76% [=============================================== ] 796/1043 76% [=============================================== ] 797/1043 76% [=============================================== ] 798/1043 76% [=============================================== ] 799/1043 76% [=============================================== ] 800/1043 76% [=============================================== ] 801/1043 76% [=============================================== ] 802/1043 76% [=============================================== ] 803/1043 76% [=============================================== ] 804/1043 77% [=============================================== ] 805/1043 77% [=============================================== ] 806/1043 77% [=============================================== ] 807/1043 77% [================================================ ] 808/1043 77% [================================================ ] 809/1043 77% [================================================ ] 810/1043 77% [================================================ ] 811/1043 77% [================================================ ] 812/1043 77% [================================================ ] 813/1043 77% [================================================ ] 814/1043 78% [================================================ ] 815/1043 78% [================================================ ] 816/1043 78% [================================================ ] 817/1043 78% [================================================ ] 818/1043 78% [================================================ ] 819/1043 78% [================================================ ] 820/1043 78% [================================================ ] 821/1043 78% [================================================ ] 822/1043 78% [================================================ ] 823/1043 78% [================================================ ] 824/1043 79% [================================================= ] 825/1043 79% [================================================= ] 826/1043 79% [================================================= ] 827/1043 79% [================================================= ] 828/1043 79% [================================================= ] 829/1043 79% [================================================= ] 830/1043 79% [================================================= ] 831/1043 79% [================================================= ] 832/1043 79% [================================================= ] 833/1043 79% [================================================= ] 834/1043 79% [================================================= ] 835/1043 80% [================================================= ] 836/1043 80% [================================================= ] 837/1043 80% [================================================= ] 838/1043 80% [================================================= ] 839/1043 80% [================================================= ] 840/1043 80% [================================================= ] 841/1043 80% [================================================== ] 842/1043 80% [================================================== ] 843/1043 80% [================================================== ] 844/1043 80% [================================================== ] 845/1043 81% [================================================== ] 846/1043 81% [================================================== ] 847/1043 81% [================================================== ] 848/1043 81% [================================================== ] 849/1043 81% [================================================== ] 850/1043 81% [================================================== ] 851/1043 81% [================================================== ] 852/1043 81% [================================================== ] 853/1043 81% [================================================== ] 854/1043 81% [================================================== ] 855/1043 81% [================================================== ] 856/1043 82% [================================================== ] 857/1043 82% [=================================================== ] 858/1043 82% [=================================================== ] 859/1043 82% [=================================================== ] 860/1043 82% [=================================================== ] 861/1043 82% [=================================================== ] 862/1043 82% [=================================================== ] 863/1043 82% [=================================================== ] 864/1043 82% [=================================================== ] 865/1043 82% [=================================================== ] 866/1043 83% [=================================================== ] 867/1043 83% [=================================================== ] 868/1043 83% [=================================================== ] 869/1043 83% [=================================================== ] 870/1043 83% [=================================================== ] 871/1043 83% [=================================================== ] 872/1043 83% [=================================================== ] 873/1043 83% [=================================================== ] 874/1043 83% [==================================================== ] 875/1043 83% [==================================================== ] 876/1043 83% [==================================================== ] 877/1043 84% [==================================================== ] 878/1043 84% [==================================================== ] 879/1043 84% [==================================================== ] 880/1043 84% [==================================================== ] 881/1043 84% [==================================================== ] 882/1043 84% [==================================================== ] 883/1043 84% [==================================================== ] 884/1043 84% [==================================================== ] 885/1043 84% [==================================================== ] 886/1043 84% [==================================================== ] 887/1043 85% [==================================================== ] 888/1043 85% [==================================================== ] 889/1043 85% [==================================================== ] 890/1043 85% [==================================================== ] 891/1043 85% [===================================================== ] 892/1043 85% [===================================================== ] 893/1043 85% [===================================================== ] 894/1043 85% [===================================================== ] 895/1043 85% [===================================================== ] 896/1043 85% [===================================================== ] 897/1043 86% [===================================================== ] 898/1043 86% [===================================================== ] 899/1043 86% [===================================================== ] 900/1043 86% [===================================================== ] 901/1043 86% [===================================================== ] 902/1043 86% [===================================================== ] 903/1043 86% [===================================================== ] 904/1043 86% [===================================================== ] 905/1043 86% [===================================================== ] 906/1043 86% [===================================================== ] 907/1043 86% [===================================================== ] 908/1043 87% [====================================================== ] 909/1043 87% [====================================================== ] 910/1043 87% [====================================================== ] 911/1043 87% [====================================================== ] 912/1043 87% [====================================================== ] 913/1043 87% [====================================================== ] 914/1043 87% [====================================================== ] 915/1043 87% [====================================================== ] 916/1043 87% [====================================================== ] 917/1043 87% [====================================================== ] 918/1043 88% [====================================================== ] 919/1043 88% [====================================================== ] 920/1043 88% [====================================================== ] 921/1043 88% [====================================================== ] 922/1043 88% [====================================================== ] 923/1043 88% [====================================================== ] 924/1043 88% [====================================================== ] 925/1043 88% [======================================================= ] 926/1043 88% [======================================================= ] 927/1043 88% [======================================================= ] 928/1043 88% [======================================================= ] 929/1043 89% [======================================================= ] 930/1043 89% [======================================================= ] 931/1043 89% [======================================================= ] 932/1043 89% [======================================================= ] 933/1043 89% [======================================================= ] 934/1043 89% [======================================================= ] 935/1043 89% [======================================================= ] 936/1043 89% [======================================================= ] 937/1043 89% [======================================================= ] 938/1043 89% [======================================================= ] 939/1043 90% [======================================================= ] 940/1043 90% [======================================================= ] 941/1043 90% [======================================================= ] 942/1043 90% [======================================================== ] 943/1043 90% [======================================================== ] 944/1043 90% [======================================================== ] 945/1043 90% [======================================================== ] 946/1043 90% [======================================================== ] 947/1043 90% [======================================================== ] 948/1043 90% [======================================================== ] 949/1043 90% [======================================================== ] 950/1043 91% [======================================================== ] 951/1043 91% [======================================================== ] 952/1043 91% [======================================================== ] 953/1043 91% [======================================================== ] 954/1043 91% [======================================================== ] 955/1043 91% [======================================================== ] 956/1043 91% [======================================================== ] 957/1043 91% [======================================================== ] 958/1043 91% [========================================================= ] 959/1043 91% [========================================================= ] 960/1043 92% [========================================================= ] 961/1043 92% [========================================================= ] 962/1043 92% [========================================================= ] 963/1043 92% [========================================================= ] 964/1043 92% [========================================================= ] 965/1043 92% [========================================================= ] 966/1043 92% [========================================================= ] 967/1043 92% [========================================================= ] 968/1043 92% [========================================================= ] 969/1043 92% [========================================================= ] 970/1043 93% [========================================================= ] 971/1043 93% [========================================================= ] 972/1043 93% [========================================================= ] 973/1043 93% [========================================================= ] 974/1043 93% [========================================================= ] 975/1043 93% [========================================================== ] 976/1043 93% [========================================================== ] 977/1043 93% [========================================================== ] 978/1043 93% [========================================================== ] 979/1043 93% [========================================================== ] 980/1043 93% [========================================================== ] 981/1043 94% [========================================================== ] 982/1043 94% [========================================================== ] 983/1043 94% [========================================================== ] 984/1043 94% [========================================================== ] 985/1043 94% [========================================================== ] 986/1043 94% [========================================================== ] 987/1043 94% [========================================================== ] 988/1043 94% [========================================================== ] 989/1043 94% [========================================================== ] 990/1043 94% [========================================================== ] 991/1043 95% [========================================================== ] 992/1043 95% [=========================================================== ] 993/1043 95% [=========================================================== ] 994/1043 95% [=========================================================== ] 995/1043 95% [=========================================================== ] 996/1043 95% [=========================================================== ] 997/1043 95% [=========================================================== ] 998/1043 95% [=========================================================== ] 999/1043 95% [=========================================================== ] 1000/1043 95% [=========================================================== ] 1001/1043 95% [=========================================================== ] 1002/1043 96% [=========================================================== ] 1003/1043 96% [=========================================================== ] 1004/1043 96% [=========================================================== ] 1005/1043 96% [=========================================================== ] 1006/1043 96% [=========================================================== ] 1007/1043 96% [=========================================================== ] 1008/1043 96% [=========================================================== ] 1009/1043 96% [============================================================ ] 1010/1043 96% [============================================================ ] 1011/1043 96% [============================================================ ] 1012/1043 97% [============================================================ ] 1013/1043 97% [============================================================ ] 1014/1043 97% [============================================================ ] 1015/1043 97% [============================================================ ] 1016/1043 97% [============================================================ ] 1017/1043 97% [============================================================ ] 1018/1043 97% [============================================================ ] 1019/1043 97% [============================================================ ] 1020/1043 97% [============================================================ ] 1021/1043 97% [============================================================ ] 1022/1043 97% [============================================================ ] 1023/1043 98% [============================================================ ] 1024/1043 98% [============================================================ ] 1025/1043 98% [============================================================ ] 1026/1043 98% [============================================================= ] 1027/1043 98% [============================================================= ] 1028/1043 98% [============================================================= ] 1029/1043 98% [============================================================= ] 1030/1043 98% [============================================================= ] 1031/1043 98% [============================================================= ] 1032/1043 98% [============================================================= ] 1033/1043 99% [============================================================= ] 1034/1043 99% [============================================================= ] 1035/1043 99% [============================================================= ] 1036/1043 99% [============================================================= ] 1037/1043 99% [============================================================= ] 1038/1043 99% [============================================================= ] 1039/1043 99% [============================================================= ] 1040/1043 99% [============================================================= ] 1041/1043 99% [============================================================= ] 1042/1043 99% [==============================================================] 1043/1043 100% operation complete, 1043 objects in 25630 NAND pages. ln -snf /home/buildroot/autobuild/instance-0/output-1/host/mips64-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 2021.05-8131-g593c64eaf9d Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-buildroot Collecting legal info >>> host-gcc-final 12.2.0 Collecting legal info >>> glibc 2.36-66-ga1dc0be03c9dd850b864bd7a9c03cf8e396eb7ca Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES: OK (sha256: b33d0bd9f685b46853548814893a6135e74430d12f6d94ab3eba42fc591f83bc) >>> host-bison 3.8.2 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-skeleton Collecting legal info >>> host-gawk 5.2.0 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-gcc-initial 12.2.0 Collecting legal info >>> host-binutils 2.38 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.0 Collecting legal info COPYING.LESSER: OK (sha256: e3a994d82e644b03a792a930f574002658412f62407f5fee083f2555c5f23118) >>> linux-headers 6.0.1 Collecting legal info COPYING: OK (sha256: fb5a425bd3b3cd6071a3a9aff9909a859e7c1158d54d32e07658398cd67eb6a0) LICENSES/preferred/GPL-2.0: OK (sha256: f6b78c087c3ebdf0f3c13415070dd480a3f35d8fc76f3d02180a407c1c812f79) LICENSES/exceptions/Linux-syscall-note: OK (sha256: 8e378ab93586eb55135d3bc119cce787f7324f48394777d00c34fa3d0be3303f) >>> skeleton Collecting legal info >>> skeleton-init-openrc Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain Collecting legal info >>> argus 3.0.8.2 Collecting legal info README: OK (sha256: c68221f7207486bfce863fada4ba9b2aaf4adc9e1c672f965ae98e88143e5f16) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libpcap 1.10.1 Collecting legal info LICENSE: OK (sha256: 8a54594d257e14a5260ac770f1633516cb51e3fc28c40136ce2697014eda7afd) >>> host-flex 2.6.4 Collecting legal info COPYING: OK (sha256: 97fd685958d93be7f8dab939bb8161dbd6afb0718c63bfc337c24321aea44273) >>> 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-gettext Collecting legal info >>> host-gettext-tiny 0.3.2 Collecting legal info LICENSE: OK (sha256: 4c938aa3d8fa3c184bba5e87a8a2febc89560627c9d0567536879e3eca1a7b4f) extra/COPYING: OK (sha256: e79e9c8a0c85d735ff98185918ec94ed7d175efc377012787aebcf3b80f0d90b) >>> libnl 3.7.0 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libtirpc 1.3.3 Collecting legal info COPYING: OK (sha256: 17cf6098f95bdbb269f0bbc68e76c88fe20487ca7ec53f454923ab4256ecd2e7) >>> babeltrace2 2.0.4 Collecting legal info mit-license.txt: OK (sha256: 2f801b7c2494850c3d91da820eb230502dc0192c9d0db024db37ec08d0be1434) lgpl-2.1.txt: OK (sha256: c68fd1ffc1623ea0dace21abf57305818e4998a4ae0c79010aaaa943eb660b55) gpl-2.0.txt: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) LICENSE: OK (sha256: d919c6347409efde6dea63c6f349fb06bc060a2b721fc3df07b5f720b5f1d60e) >>> libglib2 2.72.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> 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 0.63.3 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2.g51db2.kitware.jobserver-1 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-cmake 3.22.3 Collecting legal info Copyright.txt: OK (sha256: f1a4326266aada65b307dac05161a9d02d3dba4fb08b50cb26e3c24cc8a86e97) >>> host-python-setuptools 65.5.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) >>> host-python3 3.10.8 Collecting legal info LICENSE: OK (sha256: d4a223f033419313218c9b8444167e91e87a5bebdb43fb8490df441df5220a8b) >>> host-autoconf-archive 2021.02.19 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-zlib Collecting legal info >>> host-libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> 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) >>> libffi 3.4.4 Collecting legal info LICENSE: OK (sha256: 2c9c2acb9743e6b007b91350475308aee44691d96aa20eacef8e199988c8c388) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> zlib Collecting legal info >>> libzlib 1.2.13 Collecting legal info LICENSE: OK (sha256: 845efc77857d485d91fb3e0b884aaa929368c717ae8186b66fe1ed2495753243) >>> cpio 2.13 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> cryptsetup 2.5.0 Collecting legal info COPYING: OK (sha256: 45670cce8b6a0ddd66c8016cd8ccef6cd71f35717cbacc7f1e895b3855207b33) COPYING.LGPL: OK (sha256: 8c33cc37871654ec7ed87e6fbb896c8cf33ef5ef05b1611a5aed857596ffafa5) >>> json-c 0.16 Collecting legal info COPYING: OK (sha256: 74c1e6ca5eba76b54d0ad00d4815c8315c1b3bc45ff99de61d103dc92486284c) >>> libargon2 20190702 Collecting legal info LICENSE: OK (sha256: 220f8736a89ff51c92ef3d497f413b48e6cf1df3d6278bc909c6308c78e1718e) >>> lvm2 2.03.14 Collecting legal info COPYING: OK (sha256: e76fbcd2fb97cf202da330301327754d2db5c58b5b4bebd3a8a749393e7603d1) COPYING.LIB: OK (sha256: 5df07007198989c622f5d41de8d703e7bef3d0e79d62e24332ee739a452af62a) >>> libaio 0.3.113 Collecting legal info COPYING: OK (sha256: 5bbcbb737e60fe9deba08ecbd00920cfcc3403ba2e534c64fdeea49d6bb87509) >>> openssl Collecting legal info >>> libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> popt 1.19 Collecting legal info COPYING: OK (sha256: 2b488b239927935f34769a39309c0680be16e3725a1f55dbb06ed20d53852801) >>> 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.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> host-ncurses 6.1 Collecting legal info COPYING: OK (sha256: 4d1fde61868c73776a539366dccf5d5a4857e7fd7299efb1f02e07c2afe9ea87) >>> pcre2 10.40 Collecting legal info LICENCE: OK (sha256: 87d884eceb7fc54611470ce9f74280d28612b0c877adfc767e9676892a638987) >>> readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> dash 0.5.11.5 Collecting legal info COPYING: OK (sha256: 254a7894923ff62e69184a991dcbccae97edee58a1105e8efbe78caf10595d72) >>> ed 1.18 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> host-lzip 1.23 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> fbgrab 1.5 Collecting legal info COPYING: OK (sha256: fa5fc1d1eec39532ea517518eeefd7b6e3c14341a55e5880a0e2a49eee47a5b7) >>> libpng 1.6.38 Collecting legal info LICENSE: OK (sha256: dfe5a536b0e5a531f844fb9c101a3089aca60772a503893b8e15f9457e369960) >>> font-awesome 4.7.0 Collecting legal info >>> jansson 2.14 Collecting legal info LICENSE: OK (sha256: 1fff7d37d22157bcd81ab53b6c54da755d7c2f868f15807d9bde920f10730da0) >>> kmod 30 Collecting legal info libkmod/COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) COPYING: OK (sha256: 6095e9ffa777dd22839f7801aa845b31c9ed07f3d6bf8a26dc5d2dec8ccc0ef3) >>> libcorrect ce6c17f1f988765ae3695315d7cce1f2a2e6cf0d Collecting legal info LICENSE: OK (sha256: 135138cd4304aa637836758dc5edfb5f21b7d09ecc637d25288d206b151a5768) >>> libdaemon 0.14 Collecting legal info LICENSE: OK (sha256: a9bdde5616ecdd1e980b44f360600ee8783b1f99b8cc83a2beb163a0a390e861) >>> libdvbpsi 1.3.3 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libmms 0.6.4 Collecting legal info COPYING.LIB: OK (sha256: d80c9d084ebfb50ea1ed91bfbc2410d6ce542097a32c43b00781b83adcb8c77f) >>> libsilk 4268a02240c35c6055b0f237c46b09b2dcf79e45 Collecting legal info COPYING: OK (sha256: 62a5963f034024665641f4a9888b208f1e39aa7e29e87c9634fdcf07d3073baf) >>> libteam 1.31 Collecting legal info COPYING: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> libyang 2.0.194 Collecting legal info LICENSE: OK (sha256: 0b7ec43747d211a1e49c53588b0822062947bab6bdcc95238578beab34cba5bb) >>> lmbench 3.0-a9 Collecting legal info COPYING: OK (sha256: 91df39d1816bfb17a4dda2d3d2c83b1f6f2d38d53e53e41e8f97ad5ac46a0cad) COPYING-2: OK (sha256: 3be7a155efa448db90071a95fbf81796f8f90edf9204f0463cfd23402dc90a72) >>> host-lpc3250loader 1.0 Collecting legal info LPC3250loader.py: OK (sha256: 9a817497240e8e92f09ccfec7568a74673dc30ec008b541c8706663677b4e7a9) >>> luksmeta 9 Collecting legal info COPYING: OK (sha256: 4b72eb6b5a336cd3ec837cc2d6347c23bf7574168db6b4802267700b93021abf) >>> openrc 0.43.3 Collecting legal info LICENSE: OK (sha256: 96862463f4e77e2508e4fc2c83773fd24807cb699368b63fd93a5e2b466dd624) >>> host-patchelf 0.13 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> rhash 1.4.3 Collecting legal info COPYING: OK (sha256: 953e55838353335148c90b5a38a4894292680b1d4c37228ffddddbf18ce54bf5) >>> softether 4.30-9700-beta Collecting legal info LICENSE: OK (sha256: 5da6241ddb987c4543bf1cbba6b40a3cd3ecb624dbd4a63daf04440911656bde) >>> host-softether 4.30-9700-beta Collecting legal info LICENSE: OK (sha256: 5da6241ddb987c4543bf1cbba6b40a3cd3ecb624dbd4a63daf04440911656bde) >>> host-libopenssl 1.1.1q Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-readline 8.1.2 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> sound-theme-freedesktop 0.7 Collecting legal info >>> host-intltool 0.51.0 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) >>> host-libxml-parser-perl 2.46 Collecting legal info README: OK (sha256: 6a2e768443ed00f09d3d4bc4dd14451035eac13c6864d68d8e2f76edf5a044f2) >>> swupdate 2022.05 Collecting legal info LICENSES/BSD-1-Clause.txt: OK (sha256: 4cf04ed34ff0ebbf5c71345b56e6af5093fc17206364cca0ebbae92ef3940683) LICENSES/BSD-3-Clause.txt: OK (sha256: e27a3e87706b3aa5ff2e50eaafe2e6ed5397fbf2d7679eaf444a6d000518a3a6) LICENSES/CC0-1.0.txt: OK (sha256: 0558101984550fa84d1d13c2af11d116c20079d2be58711e8d99cadce7009192) LICENSES/CC-BY-SA-4.0.txt: OK (sha256: cde7883b9050a1104f4ac19a1572aafd6e5d7323b68351aaf51fbf4beba54966) LICENSES/GPL-2.0-only.txt: OK (sha256: 5d51b52a40391a26cbb2accf5dc5d1c165de49a022d9d5efb50b22204d2682ec) LICENSES/GPL-2.0-or-later.txt: OK (sha256: 43fd695e9b198a9a4997cc2d02e10d26cae937e2c4930b9eff9c6d349c85cd32) LICENSES/ISC.txt: OK (sha256: 492e801f1b0632185431472f148885a4fe8e990b10da57b4986a8bcf140a5374) LICENSES/LGPL-2.1-or-later.txt: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) LICENSES/MIT.txt: OK (sha256: 89807acf2309bd285f033404ee78581602f3cd9b819a16ac2f0e5f60ff4a473e) LICENSES/OFL-1.1.txt: OK (sha256: 8f2368a292194be10b1223a8875815240a9208bb30785cb13d8849eb6a750fe9) >>> host-acl 2.3.1 Collecting legal info doc/COPYING: OK (sha256: a45a845012742796534f7e91fe623262ccfb99460a2bd04015bd28d66fba95b8) doc/COPYING.LGPL: OK (sha256: 01b1f9f2c8ee648a7a596a1abe8aa4ed7899b1c9e5551bda06da6e422b04aa55) >>> host-attr 2.5.1 Collecting legal info doc/COPYING: OK (sha256: 98f318493be6b08bff3cd295791cde06c54e17882a3c74a1ed245eaa02533d52) doc/COPYING.LGPL: OK (sha256: 5decad7e58d90d44335bf2f45ce27563bd911065c6a1a02dfa7647c4efee75c8) >>> host-fakeroot 1.26 Collecting legal info COPYING: OK (sha256: fc82ca8b6fdb18d4e3e85cfd8ab58d1bcd3f1b29abe782895abd91d64763f8e7) >>> host-makedevs Collecting legal info >>> host-yaffs2utils 0.2.9 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) WARNING: the Buildroot source code has not been saved WARNING: gcc-final-12.2.0: cannot save license (HOST_GCC_FINAL_LICENSE_FILES not defined) WARNING: gcc-initial-12.2.0: cannot save license (HOST_GCC_INITIAL_LICENSE_FILES not defined) WARNING: font-awesome-4.7.0: cannot save license (FONT_AWESOME_LICENSE_FILES not defined) WARNING: sound-theme-freedesktop-0.7: cannot save license (SOUND_THEME_FREEDESKTOP_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'