checking for a working dd... /bin/dd checking how to truncate binary pipes... /bin/dd bs=4096 count=1 checking for mt... mt checking if mt is a manifest tool... no checking how to run the C preprocessor... /usr/bin/cpp checking for ANSI C header files... yes checking for sys/types.h... yes checking for sys/stat.h... yes checking for stdlib.h... yes checking for string.h... yes checking for memory.h... yes checking for strings.h... yes checking for inttypes.h... yes checking for stdint.h... yes checking for unistd.h... yes checking for dlfcn.h... yes checking for objdir... .libs checking if /usr/bin/gcc supports -fno-rtti -fno-exceptions... no checking for /usr/bin/gcc option to produce PIC... -fPIC -DPIC checking if /usr/bin/gcc PIC flag -fPIC -DPIC works... yes checking if /usr/bin/gcc static flag -static works... yes checking if /usr/bin/gcc supports -c -o file.o... yes checking if /usr/bin/gcc supports -c -o file.o... (cached) yes checking whether the /usr/bin/gcc linker (/usr/bin/ld -m elf_x86_64) supports shared libraries... yes checking whether -lc should be explicitly linked in... no checking dynamic linker characteristics... GNU/Linux ld.so checking how to hardcode library paths into programs... immediate checking whether stripping libraries is possible... yes checking if libtool supports shared libraries... yes checking whether to build shared libraries... yes checking whether to build static libraries... no checking for gcc... (cached) /usr/bin/gcc checking whether we are using the GNU C compiler... (cached) yes checking whether /usr/bin/gcc accepts -g... (cached) yes checking for /usr/bin/gcc option to accept ISO C89... (cached) none needed checking whether /usr/bin/gcc understands -c and -o together... (cached) yes checking dependency style of /usr/bin/gcc... (cached) none checking for special C compiler options needed for large files... no checking for _FILE_OFFSET_BITS value needed for large files... no checking pkg-config is at least version 0.9.0... yes checking whether compiler handles -Wall... yes checking whether compiler handles -Wextra... yes checking whether compiler handles -Wunused... yes checking whether compiler handles -Wmissing-prototypes... yes checking whether compiler handles -Wmissing-declarations... yes checking whether compiler handles -Wwrite-strings... yes checking whether compiler handles -Wjump-misses-init... yes checking whether compiler handles -Wuninitialized... yes checking whether compiler handles -Winit-self... yes checking whether compiler handles -Wlogical-op... yes checking whether compiler handles -Wunused-but-set-parameter... yes checking whether compiler handles -Wunused-but-set-variable... yes checking whether compiler handles -Wunused-parameter... yes checking whether compiler handles -Wunused-result... yes checking whether compiler handles -Wunused-variable... yes checking whether compiler handles -Wduplicated-cond... yes checking whether compiler handles -Wduplicated-branches... yes checking whether compiler handles -Wrestrict... yes checking whether compiler handles -Wnull-dereference... yes checking whether compiler handles -Wno-shadow... yes checking whether compiler handles -Wno-sign-compare... yes checking for ZLIB... yes checking for UUID... yes checking for lzo1x_1_15_compress in -llzo2... yes checking for ZSTD... yes checking sys/xattr.h usability... yes checking sys/xattr.h presence... yes checking for sys/xattr.h... yes checking sys/acl.h usability... yes checking sys/acl.h presence... yes checking for sys/acl.h... yes checking sys/random.h usability... yes checking sys/random.h presence... yes checking for sys/random.h... yes checking execinfo.h usability... yes checking execinfo.h presence... yes checking for execinfo.h... yes checking size of off_t... 8 checking size of loff_t... 8 checking that generated files are newer than configure... done configure: creating ./config.status config.status: creating tests/fs-tests/fs_help_all.sh config.status: creating tests/fs-tests/fs_run_all.sh config.status: creating tests/fs-tests/stress/fs_stress00.sh config.status: creating tests/fs-tests/stress/fs_stress01.sh config.status: creating tests/ubi-tests/runubitests.sh config.status: creating tests/ubi-tests/ubi-stress-test.sh config.status: creating Makefile config.status: creating include/config.h config.status: executing depfiles commands config.status: executing libtool commands configure: WARNING: unrecognized options: --disable-gtk-doc, --disable-gtk-doc-html, --disable-doc, --disable-docs, --disable-documentation, --disable-debug, --with-xmlto, --with-fop, --disable-nls >>> host-mtd 2.1.3 Building PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 -C /nvmedata/autobuild/instance-25/output-1/build/host-mtd-2.1.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-mtd-2.1.3' CC ubi-utils/ubiupdatevol.o CC lib/libmtd.o CC lib/libfec.o In file included from /usr/include/string.h:495, from lib/libfec.c:47: In function 'memset', inlined from 'invert_mat' at lib/libfec.c:422:5, inlined from 'build_decode_matrix' at lib/libfec.c:818:9, inlined from 'fec_decode' at lib/libfec.c:849:13: /usr/include/x86_64-linux-gnu/bits/string_fortified.h:71:10: warning: '__builtin_memset' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] 71 | return __builtin___memset_chk (__dest, __ch, __len, __bos0 (__dest)); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ /usr/include/x86_64-linux-gnu/bits/string_fortified.h:71:10: warning: '__builtin_memset' specified size between 18446744071562067968 and 18446744073709551615 exceeds maximum object size 9223372036854775807 [-Wstringop-overflow=] CC lib/common.o CC lib/libcrc32.o CC lib/libmtd_legacy.o AR libmtd.a /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CC lib/libubi.o AR libubi.a /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CCLD ubiupdatevol CC ubi-utils/ubimkvol.o CCLD ubimkvol CC ubi-utils/ubirmvol.o CCLD ubirmvol CC ubi-utils/ubicrc32.o CCLD ubicrc32 CC ubi-utils/ubinfo.o CCLD ubinfo CC ubi-utils/ubiattach.o CCLD ubiattach CC ubi-utils/ubidetach.o CCLD ubidetach CC ubi-utils/ubinize.o CC lib/libubigen.o AR libubigen.a /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CC lib/libiniparser.o lib/libiniparser.c: In function 'iniparser_load': lib/libiniparser.c:560:30: warning: '%s' directive writing up to 1024 bytes into a region of size between 0 and 1024 [-Wformat-overflow=] 560 | sprintf(tmp, "%s:%s", section, key); | ^~ ~~~ In file included from /usr/include/stdio.h:867, from ./include/libiniparser.h:24, from lib/libiniparser.c:18: /usr/include/x86_64-linux-gnu/bits/stdio2.h:36:10: note: '__builtin___sprintf_chk' output between 2 and 2050 bytes into a destination of size 1025 36 | return __builtin___sprintf_chk (__s, __USE_FORTIFY_LEVEL - 1, | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 37 | __bos (__s), __fmt, __va_arg_pack ()); | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ CC lib/dictionary.o AR libiniparser.a /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CCLD ubinize CC ubi-utils/ubiformat.o CC lib/libscan.o AR libscan.a /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') CCLD ubiformat CC ubi-utils/ubirename.o CCLD ubirename CC ubi-utils/mtdinfo.o In file included from ubi-utils/mtdinfo.c:34: ./include/libubigen.h:124:18: warning: 'struct ubi_ec_hdr' declared inside parameter list will not be visible outside of this definition or declaration 124 | struct ubi_ec_hdr *hdr, long long ec); | ^~~~~~~~~~ ./include/libubigen.h:140:12: warning: 'struct ubi_vid_hdr' declared inside parameter list will not be visible outside of this definition or declaration 140 | struct ubi_vid_hdr *hdr, int lnum, | ^~~~~~~~~~~ CCLD mtdinfo CC ubi-utils/ubirsvol.o CCLD ubirsvol CC ubi-utils/ubiblock.o CCLD ubiblock CC ubi-utils/ubihealthd.o CCLD ubihealthd CC misc-utils/ftl_format.o CCLD ftl_format CC misc-utils/doc_loadbios.o CCLD doc_loadbios CC misc-utils/ftl_check.o CCLD ftl_check CC misc-utils/mtd_debug.o CCLD mtd_debug CC misc-utils/docfdisk.o CCLD docfdisk CC misc-utils/serve_image.o CCLD serve_image CC misc-utils/recv_image.o CCLD recv_image CC misc-utils/fectest.o misc-utils/fectest.c: In function 'main': misc-utils/fectest.c:81:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 81 | write(fd, buf, ERASE_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~ misc-utils/fectest.c:85:4: warning: ignoring return value of 'write', declared with attribute warn_unused_result [-Wunused-result] 85 | write(fd, pktbuf, ERASE_SIZE); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ misc-utils/fectest.c:37:11: warning: iteration 47 invokes undefined behavior [-Waggressive-loop-optimizations] 37 | srcs[i] = buf + (i * PKT_SIZE); | ~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~ misc-utils/fectest.c:36:2: note: within this loop 36 | for (i=0; i < NR_PKTS + DROPS; i++) | ^~~ CCLD fectest CC misc-utils/flash_erase.o CCLD flash_erase CC misc-utils/flash_lock.o CCLD flash_lock CC misc-utils/flash_unlock.o CCLD flash_unlock CC misc-utils/flash_otp_info.o CCLD flash_otp_info CC misc-utils/flash_otp_dump.o CCLD flash_otp_dump CC misc-utils/flash_otp_lock.o CCLD flash_otp_lock CC misc-utils/flash_otp_erase.o CCLD flash_otp_erase CC misc-utils/flash_otp_write.o CCLD flash_otp_write CC misc-utils/flashcp.o misc-utils/flashcp.c: In function 'main': misc-utils/flashcp.c:277:2: warning: #warning "Check for smaller erase regions" [-Wcpp] 277 | #warning "Check for smaller erase regions" | ^~~~~~~ CCLD flashcp CC misc-utils/mtdpart.o CCLD mtdpart CC misc-utils/lsmtd-lsmtd.o CC misc-utils/lsmtd-lsmtd_scan.o CCLD lsmtd CC nand-utils/nanddump.o nand-utils/nanddump.c: In function 'process_options': nand-utils/nanddump.c:165:10: warning: passing argument 1 of 'free' discards 'const' qualifier from pointer target type [-Wdiscarded-qualifiers] 165 | free(dumpfile); | ^~~~~~~~ In file included from nand-utils/nanddump.c:23: /usr/include/stdlib.h:565:25: note: expected 'void *' but argument is of type 'const char *' 565 | extern void free (void *__ptr) __THROW; | ~~~~~~^~~~~ CCLD nanddump CC nand-utils/nandwrite.o CCLD nandwrite CC nand-utils/nandtest.o CCLD nandtest CC nand-utils/nftldump.o CCLD nftldump CC nand-utils/nftl_format.o CCLD nftl_format CC nand-utils/nandflipbits.o nand-utils/nandflipbits.c: In function 'main': nand-utils/nandflipbits.c:206:44: warning: format '%lld' expects argument of type 'long long int', but argument 3 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 206 | fprintf(stderr, "Invalid byte offset %lld (max %lld)\n", | ~~~^ | | | long long int | %ld 207 | bits_to_flip[i].offset, mtdlen); | ~~~~~~~~~~~~~~~~~~~~~~ | | | uint64_t {aka long unsigned int} nand-utils/nandflipbits.c:206:54: warning: format '%lld' expects argument of type 'long long int', but argument 4 has type 'uint64_t' {aka 'long unsigned int'} [-Wformat=] 206 | fprintf(stderr, "Invalid byte offset %lld (max %lld)\n", | ~~~^ | | | long long int | %ld 207 | bits_to_flip[i].offset, mtdlen); | ~~~~~~ | | | uint64_t {aka long unsigned int} CCLD nandflipbits CC nor-utils/rfddump.o CCLD rfddump CC nor-utils/rfdformat.o CCLD rfdformat CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-mkfs.ubifs.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-crc16.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-lpt.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-compr.o CC ubifs-utils/mkfs.ubifs/hashtable/mkfs_ubifs-hashtable.o CC ubifs-utils/mkfs.ubifs/hashtable/mkfs_ubifs-hashtable_itr.o CC ubifs-utils/mkfs.ubifs/mkfs_ubifs-devtable.o CCLD mkfs.ubifs CC jffsX-utils/mkfs_jffs2-mkfs.jffs2.o CC jffsX-utils/mkfs_jffs2-compr_zlib.o CC jffsX-utils/mkfs_jffs2-rbtree.o CC jffsX-utils/mkfs_jffs2-compr_lzo.o CC jffsX-utils/mkfs_jffs2-compr.o CC jffsX-utils/mkfs_jffs2-compr_rtime.o CCLD mkfs.jffs2 CC jffsX-utils/jffs2dump-jffs2dump.o CCLD jffs2dump CC jffsX-utils/jffs2reader-jffs2reader.o jffsX-utils/jffs2reader.c: In function 'printdir': jffsX-utils/jffs2reader.c:340:37: warning: taking address of packed member of 'struct jffs2_raw_inode' may result in an unaligned pointer value [-Waddress-of-packed-member] 340 | filetime = ctime((const time_t *) &(ri->ctime)); | ^~~~~~~~~~~~ jffsX-utils/jffs2reader.c: In function 'resolvepath0': jffsX-utils/jffs2reader.c:691:6: warning: potential null pointer dereference [-Wnull-dereference] 691 | if (*path == '/') { | ^~~~~ CCLD jffs2reader CC jffsX-utils/sumtool.o CCLD sumtool CC lib/execinfo.o AR libmissing.a /usr/bin/ar: `u' modifier ignored since `D' is the default (see `U') make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-mtd-2.1.3' >>> host-mtd 2.1.3 Installing to host directory PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PKG_CONFIG="/nvmedata/autobuild/instance-25/output-1/host/bin/pkg-config" PKG_CONFIG_SYSROOT_DIR="/" PKG_CONFIG_ALLOW_SYSTEM_CFLAGS=1 PKG_CONFIG_ALLOW_SYSTEM_LIBS=1 PKG_CONFIG_LIBDIR="/nvmedata/autobuild/instance-25/output-1/host/lib/pkgconfig:/nvmedata/autobuild/instance-25/output-1/host/share/pkgconfig" /usr/bin/make -j1 install -C /nvmedata/autobuild/instance-25/output-1/build/host-mtd-2.1.3/ make[1]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-mtd-2.1.3' make[2]: Entering directory '/nvmedata/autobuild/instance-25/output-1/build/host-mtd-2.1.3' /bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/sbin' /usr/bin/install -c ubifs-utils/mount.ubifs '/nvmedata/autobuild/instance-25/output-1/host/sbin' /bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/sbin' /bin/bash ./libtool --mode=install /usr/bin/install -c ubiupdatevol ubimkvol ubirmvol ubicrc32 ubinfo ubiattach ubidetach ubinize ubiformat ubirename mtdinfo ubirsvol ubiblock ubihealthd ftl_format doc_loadbios ftl_check mtd_debug docfdisk serve_image recv_image fectest flash_erase flash_lock flash_unlock flash_otp_info flash_otp_dump flash_otp_lock flash_otp_erase flash_otp_write flashcp mtdpart lsmtd nanddump nandwrite nandtest nftldump nftl_format nandflipbits rfddump rfdformat mkfs.ubifs mkfs.jffs2 jffs2dump jffs2reader sumtool '/nvmedata/autobuild/instance-25/output-1/host/sbin' libtool: install: /usr/bin/install -c ubiupdatevol /nvmedata/autobuild/instance-25/output-1/host/sbin/ubiupdatevol libtool: install: /usr/bin/install -c ubimkvol /nvmedata/autobuild/instance-25/output-1/host/sbin/ubimkvol libtool: install: /usr/bin/install -c ubirmvol /nvmedata/autobuild/instance-25/output-1/host/sbin/ubirmvol libtool: install: /usr/bin/install -c ubicrc32 /nvmedata/autobuild/instance-25/output-1/host/sbin/ubicrc32 libtool: install: /usr/bin/install -c ubinfo /nvmedata/autobuild/instance-25/output-1/host/sbin/ubinfo libtool: install: /usr/bin/install -c ubiattach /nvmedata/autobuild/instance-25/output-1/host/sbin/ubiattach libtool: install: /usr/bin/install -c ubidetach /nvmedata/autobuild/instance-25/output-1/host/sbin/ubidetach libtool: install: /usr/bin/install -c ubinize /nvmedata/autobuild/instance-25/output-1/host/sbin/ubinize libtool: install: /usr/bin/install -c ubiformat /nvmedata/autobuild/instance-25/output-1/host/sbin/ubiformat libtool: install: /usr/bin/install -c ubirename /nvmedata/autobuild/instance-25/output-1/host/sbin/ubirename libtool: install: /usr/bin/install -c mtdinfo /nvmedata/autobuild/instance-25/output-1/host/sbin/mtdinfo libtool: install: /usr/bin/install -c ubirsvol /nvmedata/autobuild/instance-25/output-1/host/sbin/ubirsvol libtool: install: /usr/bin/install -c ubiblock /nvmedata/autobuild/instance-25/output-1/host/sbin/ubiblock libtool: install: /usr/bin/install -c ubihealthd /nvmedata/autobuild/instance-25/output-1/host/sbin/ubihealthd libtool: install: /usr/bin/install -c ftl_format /nvmedata/autobuild/instance-25/output-1/host/sbin/ftl_format libtool: install: /usr/bin/install -c doc_loadbios /nvmedata/autobuild/instance-25/output-1/host/sbin/doc_loadbios libtool: install: /usr/bin/install -c ftl_check /nvmedata/autobuild/instance-25/output-1/host/sbin/ftl_check libtool: install: /usr/bin/install -c mtd_debug /nvmedata/autobuild/instance-25/output-1/host/sbin/mtd_debug libtool: install: /usr/bin/install -c docfdisk /nvmedata/autobuild/instance-25/output-1/host/sbin/docfdisk libtool: install: /usr/bin/install -c serve_image /nvmedata/autobuild/instance-25/output-1/host/sbin/serve_image libtool: install: /usr/bin/install -c recv_image /nvmedata/autobuild/instance-25/output-1/host/sbin/recv_image libtool: install: /usr/bin/install -c fectest /nvmedata/autobuild/instance-25/output-1/host/sbin/fectest libtool: install: /usr/bin/install -c flash_erase /nvmedata/autobuild/instance-25/output-1/host/sbin/flash_erase libtool: install: /usr/bin/install -c flash_lock /nvmedata/autobuild/instance-25/output-1/host/sbin/flash_lock libtool: install: /usr/bin/install -c flash_unlock /nvmedata/autobuild/instance-25/output-1/host/sbin/flash_unlock libtool: install: /usr/bin/install -c flash_otp_info /nvmedata/autobuild/instance-25/output-1/host/sbin/flash_otp_info libtool: install: /usr/bin/install -c flash_otp_dump /nvmedata/autobuild/instance-25/output-1/host/sbin/flash_otp_dump libtool: install: /usr/bin/install -c flash_otp_lock /nvmedata/autobuild/instance-25/output-1/host/sbin/flash_otp_lock libtool: install: /usr/bin/install -c flash_otp_erase /nvmedata/autobuild/instance-25/output-1/host/sbin/flash_otp_erase libtool: install: /usr/bin/install -c flash_otp_write /nvmedata/autobuild/instance-25/output-1/host/sbin/flash_otp_write libtool: install: /usr/bin/install -c flashcp /nvmedata/autobuild/instance-25/output-1/host/sbin/flashcp libtool: install: /usr/bin/install -c mtdpart /nvmedata/autobuild/instance-25/output-1/host/sbin/mtdpart libtool: install: /usr/bin/install -c lsmtd /nvmedata/autobuild/instance-25/output-1/host/sbin/lsmtd libtool: install: /usr/bin/install -c nanddump /nvmedata/autobuild/instance-25/output-1/host/sbin/nanddump libtool: install: /usr/bin/install -c nandwrite /nvmedata/autobuild/instance-25/output-1/host/sbin/nandwrite libtool: install: /usr/bin/install -c nandtest /nvmedata/autobuild/instance-25/output-1/host/sbin/nandtest libtool: install: /usr/bin/install -c nftldump /nvmedata/autobuild/instance-25/output-1/host/sbin/nftldump libtool: install: /usr/bin/install -c nftl_format /nvmedata/autobuild/instance-25/output-1/host/sbin/nftl_format libtool: install: /usr/bin/install -c nandflipbits /nvmedata/autobuild/instance-25/output-1/host/sbin/nandflipbits libtool: install: /usr/bin/install -c rfddump /nvmedata/autobuild/instance-25/output-1/host/sbin/rfddump libtool: install: /usr/bin/install -c rfdformat /nvmedata/autobuild/instance-25/output-1/host/sbin/rfdformat libtool: install: /usr/bin/install -c mkfs.ubifs /nvmedata/autobuild/instance-25/output-1/host/sbin/mkfs.ubifs libtool: install: /usr/bin/install -c mkfs.jffs2 /nvmedata/autobuild/instance-25/output-1/host/sbin/mkfs.jffs2 libtool: install: /usr/bin/install -c jffs2dump /nvmedata/autobuild/instance-25/output-1/host/sbin/jffs2dump libtool: install: /usr/bin/install -c jffs2reader /nvmedata/autobuild/instance-25/output-1/host/sbin/jffs2reader libtool: install: /usr/bin/install -c sumtool /nvmedata/autobuild/instance-25/output-1/host/sbin/sumtool /bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/sbin' /usr/bin/install -c misc-utils/flash_eraseall '/nvmedata/autobuild/instance-25/output-1/host/sbin' /bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /usr/bin/install -c -m 644 jffsX-utils/mkfs.jffs2.1 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man1' /bin/mkdir -p '/nvmedata/autobuild/instance-25/output-1/host/share/man/man8' /usr/bin/install -c -m 644 ubi-utils/ubinize.8 misc-utils/lsmtd.8 '/nvmedata/autobuild/instance-25/output-1/host/share/man/man8' make[2]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-mtd-2.1.3' make[1]: Leaving directory '/nvmedata/autobuild/instance-25/output-1/build/host-mtd-2.1.3' >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-25/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-25/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-25/output-1/host/bin/m68k-buildroot-uclinux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-25/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-25/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-25/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-25/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-25/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-25/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-25/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-25/output-1/host/bin/m68k-buildroot-uclinux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-25/output-1/host/bin/m68k-buildroot-uclinux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%m68k%g" -e "s%@TARGET_CPU@%5208%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-Wl,-elf2flt=-r', '-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static', '-fno-dwarf2-cfi-asm', '-Wl,-elf2flt=-r', '-static'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-25/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-25/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-25/output-1/host/m68k-buildroot-uclinux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-25/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-25/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-25/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-25/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /nvmedata/autobuild/instance-25/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /nvmedata/autobuild/instance-25/output-1/target/etc/shells || echo "/bin/ash" >> /nvmedata/autobuild/instance-25/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /nvmedata/autobuild/instance-25/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /nvmedata/autobuild/instance-25/output-1/target/etc/shells || echo "/bin/hush" >> /nvmedata/autobuild/instance-25/output-1/target/etc/shells; fi mkdir -p /nvmedata/autobuild/instance-25/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-25/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-25/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-25/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-25/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root:"*":, /nvmedata/autobuild/instance-25/output-1/target/etc/shadow rm -f /nvmedata/autobuild/instance-25/output-1/target/bin/sh if [ -x /nvmedata/autobuild/instance-25/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-25/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-25/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-25/output-1/target/etc/inittab; fi rm -rf /nvmedata/autobuild/instance-25/output-1/target/usr/include /nvmedata/autobuild/instance-25/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-25/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-25/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-25/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-25/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-25/output-1/target/usr/doc find /nvmedata/autobuild/instance-25/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-25/output-1/target/lib/ /nvmedata/autobuild/instance-25/output-1/target/usr/lib/ /nvmedata/autobuild/instance-25/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-25/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-25/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-25/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-25/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-25/output-1/target/usr/man /nvmedata/autobuild/instance-25/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-25/output-1/target/usr/info /nvmedata/autobuild/instance-25/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-25/output-1/target/usr/doc /nvmedata/autobuild/instance-25/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-25/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-25/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-25/output-1/target/lib/debug /nvmedata/autobuild/instance-25/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-25/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 /nvmedata/autobuild/instance-25/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /nvmedata/autobuild/instance-25/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /nvmedata/autobuild/instance-25/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 /nvmedata/autobuild/instance-25/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-438-gac91235797"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-25/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-25/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-25/output-1/per-package /nvmedata/autobuild/instance-25/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-25/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs printf ' \n' >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.cpio mkdir -p /nvmedata/autobuild/instance-25/output-1/images rm -rf /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio mkdir -p /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-25/output-1/target/ /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-25/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot echo "/nvmedata/autobuild/instance-25/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot printf ' if [ ! -e /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target/init ]; then /usr/bin/install -m 0755 fs/cpio/init /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target/init; fi\n mkdir -p /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target/dev\n mknod -m 0622 /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target/dev/console c 5 1\n' >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot echo "find /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot echo "find /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot printf ' cd /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target && find . | LC_ALL=C sort | cpio --quiet -o -H newc > /nvmedata/autobuild/instance-25/output-1/images/rootfs.cpio\n' >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot chmod a+x /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-25/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/fakeroot rootdir=/nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/cpio/target table='/nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/full_devices_table.txt' PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" lz4 -l -9 -c /nvmedata/autobuild/instance-25/output-1/images/rootfs.cpio > /nvmedata/autobuild/instance-25/output-1/images/rootfs.cpio.lz4 >>> Generating filesystem image rootfs.f2fs mkdir -p /nvmedata/autobuild/instance-25/output-1/images rm -rf /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs mkdir -p /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-25/output-1/target/ /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/target" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-25/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/target >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot echo "/nvmedata/autobuild/instance-25/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/target" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /nvmedata/autobuild/instance-25/output-1/images/rootfs.f2fs\n truncate -s 100M /nvmedata/autobuild/instance-25/output-1/images/rootfs.f2fs\n /nvmedata/autobuild/instance-25/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /nvmedata/autobuild/instance-25/output-1/images/rootfs.f2fs\n /nvmedata/autobuild/instance-25/output-1/host/sbin/sload.f2fs -f /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/target /nvmedata/autobuild/instance-25/output-1/images/rootfs.f2fs\n' >> /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/nvmedata/autobuild/instance-25/output-1/host/bin:/nvmedata/autobuild/instance-25/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-25/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/f2fs/target table='/nvmedata/autobuild/instance-25/output-1/build/buildroot-fs/full_devices_table.txt' F2FS-tools: mkfs.f2fs Ver: 1.14.0 (2020-08-24) Info: Disable heap-based policy Info: Debug level = 0 Info: Trim is disabled Info: Segments per section = 1 Info: Sections per zone = 1 Info: sector size = 512 Info: total sectors = 204800 (100 MB) Info: zone aligned segment0 blkaddr: 512 Info: format version with "Linux version 5.13.0-39-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022" Info: Overprovision ratio = 25.000% Info: Overprovision segments = 22 (GC reserved = 16) Info: format successful Info: Segments per section = 1 Info: Sections per zone = 1 Info: sector size = 512 Info: total sectors = 204800 (100 MB) Info: MKFS version "Linux version 5.13.0-39-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022" Info: FSCK version from "Linux version 5.13.0-39-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022" to "Linux version 5.13.0-39-generic (buildd@lcy02-amd64-080) (gcc (Ubuntu 9.4.0-1ubuntu1~20.04.1) 9.4.0, GNU ld (GNU Binutils for Ubuntu) 2.34) #44~20.04.1-Ubuntu SMP Thu Mar 24 16:43:35 UTC 2022" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: total FS sectors = 204800 (100 MB) Info: CKPT version = 34ea45e1 Info: Duplicate valid checkpoint to mirror position 512 -> 1024 Info: Write valid nat_bits in checkpoint [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x22 [ | ] Free segments: 0x22 [ * ] Free segments: 0x22 [ - ] Free segments: 0x22 [ - ] Free segments: 0x22 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1d [ - ] Free segments: 0x1d [ - ] Free segments: 0x1c [ * ] Free segments: 0x1c [ | ] Free segments: 0x1c [ * ] Free segments: 0x1c [ - ] Free segments: 0x1c [ - ] Free segments: 0x1c [ * ] Free segments: 0x1c [ | ] Free segments: 0x1c [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] Free segments: 0x1b [ * ] Free segments: 0x1b [ | ] Free segments: 0x1b [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x1a [ | ] Free segments: 0x1a [ * ] Free segments: 0x1a [ - ] Free segments: 0x1a [ - ] Free segments: 0x1a [ * ] Free segments: 0x19 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x18 [ - ] Free segments: 0x18 [ - ] Free segments: 0x18 [ * ] Free segments: 0x18 [ | ] Free segments: 0x18 [ * ] Free segments: 0x17 [ - ] Free segments: 0x17 [ - ] Free segments: 0x17 [ * ] Free segments: 0x17 [ | ] Free segments: 0x17 [ * ] Free segments: 0x17 [ - ] Free segments: 0x17 [ - ] Free segments: 0x17 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x15 [ - ] Free segments: 0x14 [ - ] Free segments: 0x14 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x13 [ * ] Free segments: 0x13 [ | ] Free segments: 0x13 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13[reserve_new_block:57] Can't find free block[ASSERT] (reserve_new_block: 58) 0 make: *** [fs/f2fs/f2fs.mk:64: /nvmedata/autobuild/instance-25/output-1/images/rootfs.f2fs] Error 255 make: Leaving directory '/nvmedata/autobuild/instance-25/buildroot'