C compiler for the host machine: /home/autobuild/autobuild/instance-5/output-1/host/bin/i686-buildroot-linux-uclibc-gcc (gcc 10.3.0 "i686-buildroot-linux-uclibc-gcc.br_real (Buildroot 2022.02-543-gbbc318be17) 10.3.0") C linker for the host machine: /home/autobuild/autobuild/instance-5/output-1/host/bin/i686-buildroot-linux-uclibc-gcc ld.bfd 2.36.1 C compiler for the build machine: /usr/bin/gcc (gcc 11.2.0 "gcc (GCC) 11.2.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.38 Build machine cpu family: aarch64 Build machine cpu: aarch64 Host machine cpu family: x86 Host machine cpu: Target machine cpu family: x86 Target machine cpu: Compiler for C supports arguments -Wunused-result: YES Found pkg-config: /home/autobuild/autobuild/instance-5/output-1/host/bin/pkgconf (1.6.3) Run-time dependency libcurl found: YES 7.82.0 Library argp found: YES Run-time dependency openssl found: YES 1.1.1n Configuring zck.h using configuration Build targets in project: 16 NOTICE: Future-deprecated features used: * 0.56.0: {'meson.source_root'} zck 1.1.16 User defined options Cross files : /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16//build/cross-compilation.conf build.cmake_prefix_path: /home/autobuild/autobuild/instance-5/output-1/host/lib/cmake build.pkg_config_path : /home/autobuild/autobuild/instance-5/output-1/host/lib/pkgconfig buildtype : release default_library : shared libdir : lib prefix : /usr strip : false b_pie : false with-openssl : enabled with-zstd : disabled Found ninja-1.10.2 at /home/autobuild/autobuild/instance-5/output-1/host/bin/ninja >>> zchunk 1.1.16 Building PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-5/output-1/host/bin/ninja -j1 -C /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16//build ninja: Entering directory `/home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16//build' [1/170] Compiling C object src/lib/libzck.so.1.1.16.p/buzhash_buzhash.c.o [2/170] Compiling C object src/lib/libzck.so.1.1.16.p/comp_comp.c.o [3/170] Compiling C object src/lib/libzck.so.1.1.16.p/comp_nocomp_nocomp.c.o [4/170] Compiling C object src/lib/libzck.so.1.1.16.p/hash_hash.c.o [5/170] Compiling C object src/lib/libzck.so.1.1.16.p/index_index_create.c.o [6/170] Compiling C object src/lib/libzck.so.1.1.16.p/index_index_read.c.o [7/170] Compiling C object src/lib/libzck.so.1.1.16.p/index_index_common.c.o [8/170] Compiling C object src/lib/libzck.so.1.1.16.p/dl_range.c.o [9/170] Compiling C object src/lib/libzck.so.1.1.16.p/dl_dl.c.o [10/170] Compiling C object src/lib/libzck.so.1.1.16.p/dl_multipart.c.o [11/170] Compiling C object src/lib/libzck.so.1.1.16.p/zck.c.o [12/170] Compiling C object src/lib/libzck.so.1.1.16.p/header.c.o [13/170] Compiling C object src/lib/libzck.so.1.1.16.p/io.c.o [14/170] Compiling C object src/lib/libzck.so.1.1.16.p/log.c.o [15/170] Compiling C object src/lib/libzck.so.1.1.16.p/compint.c.o [16/170] Compiling C object src/lib/libzck.so.1.1.16.p/error.c.o [17/170] Linking target src/lib/libzck.so.1.1.16 [18/170] Generating symbol file src/lib/libzck.so.1.1.16.p/libzck.so.1.1.16.symbols [19/170] Compiling C object src/zck.p/zck.c.o [20/170] Compiling C object src/zck.p/util_common.c.o [21/170] Linking target src/zck [22/170] Compiling C object src/unzck.p/unzck.c.o ../src/unzck.c: In function 'main': ../src/unzck.c:184:67: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 184 | "Dict size doesn't match expected size: %li != %li\n", | ~~^ | | | long int | %i 185 | read_size, dict_size); | ~~~~~~~~~ | | | ssize_t {aka int} ../src/unzck.c:184:74: warning: format '%li' expects argument of type 'long int', but argument 4 has type 'ssize_t' {aka 'int'} [-Wformat=] 184 | "Dict size doesn't match expected size: %li != %li\n", | ~~^ | | | long int | %i 185 | read_size, dict_size); | ~~~~~~~~~ | | | ssize_t {aka int} [23/170] Compiling C object src/unzck.p/util_common.c.o [24/170] Linking target src/unzck [25/170] Compiling C object src/zckdl.p/zck_dl.c.o [26/170] Compiling C object src/zckdl.p/util_common.c.o [27/170] Linking target src/zckdl [28/170] Compiling C object src/zck_gen_zdict.p/zck_gen_zdict.c.o ../src/zck_gen_zdict.c: In function 'main': ../src/zck_gen_zdict.c:223:34: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 223 | "Chunk %li size doesn't match expected size: %li != %li\n", | ~~^ | | | long int | %i 224 | zck_get_chunk_number(idx), read_size, chunk_size); | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} ../src/zck_gen_zdict.c:223:72: warning: format '%li' expects argument of type 'long int', but argument 4 has type 'ssize_t' {aka 'int'} [-Wformat=] 223 | "Chunk %li size doesn't match expected size: %li != %li\n", | ~~^ | | | long int | %i 224 | zck_get_chunk_number(idx), read_size, chunk_size); | ~~~~~~~~~ | | | ssize_t {aka int} ../src/zck_gen_zdict.c:223:79: warning: format '%li' expects argument of type 'long int', but argument 5 has type 'ssize_t' {aka 'int'} [-Wformat=] 223 | "Chunk %li size doesn't match expected size: %li != %li\n", | ~~^ | | | long int | %i 224 | zck_get_chunk_number(idx), read_size, chunk_size); | ~~~~~~~~~~ | | | ssize_t {aka int} ../src/zck_gen_zdict.c:230:76: warning: format '%li' expects argument of type 'long int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 230 | snprintf(dict_block, strlen(dir) + strlen(out_name) + 12, "%s/%s.%li", | ~~^ | | | long int | %i 231 | dir, out_name, zck_get_chunk_number(idx)); | ~~~~~~~~~~~~~~~~~~~~~~~~~ | | | ssize_t {aka int} [29/170] Compiling C object src/zck_gen_zdict.p/util_common.c.o [30/170] Linking target src/zck_gen_zdict [31/170] Compiling C object src/zck_read_header.p/zck_read_header.c.o ../src/zck_read_header.c: In function 'main': ../src/zck_read_header.c:156:32: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'ssize_t' {aka 'int'} [-Wformat=] 156 | printf("Header size: %lu\n", zck_get_header_length(zck)); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | ssize_t {aka int} | long unsigned int | %u ../src/zck_read_header.c:160:30: warning: format '%lu' expects argument of type 'long unsigned int', but argument 2 has type 'ssize_t' {aka 'int'} [-Wformat=] 160 | printf("Data size: %lu\n", zck_get_data_length(zck)); | ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~ | | | | | ssize_t {aka int} | long unsigned int | %u [32/170] Compiling C object src/zck_read_header.p/util_common.c.o [33/170] Linking target src/zck_read_header [34/170] Compiling C object src/zck_delta_size.p/zck_delta_size.c.o [35/170] Compiling C object src/zck_delta_size.p/util_common.c.o [36/170] Compiling C object src/zck_delta_size.p/memmem.c.o [37/170] Linking target src/zck_delta_size [38/170] Compiling C object test/empty.p/empty.c.o [39/170] Compiling C object test/empty.p/.._src_lib_buzhash_buzhash.c.o [40/170] Compiling C object test/empty.p/.._src_lib_comp_comp.c.o [41/170] Compiling C object test/empty.p/.._src_lib_comp_nocomp_nocomp.c.o [42/170] Compiling C object test/empty.p/.._src_lib_hash_hash.c.o [43/170] Compiling C object test/empty.p/.._src_lib_index_index_create.c.o [44/170] Compiling C object test/empty.p/.._src_lib_index_index_read.c.o [45/170] Compiling C object test/empty.p/.._src_lib_index_index_common.c.o [46/170] Compiling C object test/empty.p/.._src_lib_dl_range.c.o [47/170] Compiling C object test/empty.p/.._src_lib_dl_dl.c.o [48/170] Compiling C object test/empty.p/.._src_lib_dl_multipart.c.o [49/170] Compiling C object test/empty.p/.._src_lib_zck.c.o [50/170] Compiling C object test/empty.p/.._src_lib_header.c.o [51/170] Compiling C object test/empty.p/.._src_lib_io.c.o [52/170] Compiling C object test/empty.p/.._src_lib_log.c.o [53/170] Compiling C object test/empty.p/.._src_lib_compint.c.o [54/170] Compiling C object test/empty.p/.._src_lib_error.c.o [55/170] Compiling C object test/empty.p/lib_util.c.o [56/170] Linking target test/empty [57/170] Compiling C object test/optelems.p/optelems.c.o [58/170] Compiling C object test/optelems.p/.._src_lib_buzhash_buzhash.c.o [59/170] Compiling C object test/optelems.p/.._src_lib_comp_comp.c.o [60/170] Compiling C object test/optelems.p/.._src_lib_comp_nocomp_nocomp.c.o [61/170] Compiling C object test/optelems.p/.._src_lib_hash_hash.c.o [62/170] Compiling C object test/optelems.p/.._src_lib_index_index_create.c.o [63/170] Compiling C object test/optelems.p/.._src_lib_index_index_read.c.o [64/170] Compiling C object test/optelems.p/.._src_lib_index_index_common.c.o [65/170] Compiling C object test/optelems.p/.._src_lib_dl_range.c.o [66/170] Compiling C object test/optelems.p/.._src_lib_dl_dl.c.o [67/170] Compiling C object test/optelems.p/.._src_lib_dl_multipart.c.o [68/170] Compiling C object test/optelems.p/.._src_lib_zck.c.o [69/170] Compiling C object test/optelems.p/.._src_lib_header.c.o [70/170] Compiling C object test/optelems.p/.._src_lib_io.c.o [71/170] Compiling C object test/optelems.p/.._src_lib_log.c.o [72/170] Compiling C object test/optelems.p/.._src_lib_compint.c.o [73/170] Compiling C object test/optelems.p/.._src_lib_error.c.o [74/170] Compiling C object test/optelems.p/lib_util.c.o [75/170] Compiling C object test/copy_chunks.p/.._src_lib_index_index_read.c.o [76/170] Linking target test/optelems [77/170] Compiling C object test/copy_chunks.p/copy_chunks.c.o [78/170] Compiling C object test/copy_chunks.p/.._src_lib_buzhash_buzhash.c.o [79/170] Compiling C object test/copy_chunks.p/.._src_lib_comp_comp.c.o [80/170] Compiling C object test/copy_chunks.p/.._src_lib_comp_nocomp_nocomp.c.o [81/170] Compiling C object test/copy_chunks.p/.._src_lib_hash_hash.c.o [82/170] Compiling C object test/copy_chunks.p/.._src_lib_index_index_create.c.o [83/170] Compiling C object test/copy_chunks.p/.._src_lib_index_index_common.c.o [84/170] Compiling C object test/copy_chunks.p/.._src_lib_dl_range.c.o [85/170] Compiling C object test/copy_chunks.p/.._src_lib_dl_dl.c.o [86/170] Compiling C object test/copy_chunks.p/.._src_lib_dl_multipart.c.o [87/170] Compiling C object test/copy_chunks.p/.._src_lib_zck.c.o [88/170] Compiling C object test/copy_chunks.p/.._src_lib_header.c.o [89/170] Compiling C object test/copy_chunks.p/.._src_lib_io.c.o [90/170] Compiling C object test/copy_chunks.p/.._src_lib_log.c.o [91/170] Compiling C object test/copy_chunks.p/.._src_lib_compint.c.o [92/170] Compiling C object test/copy_chunks.p/.._src_lib_error.c.o [93/170] Compiling C object test/copy_chunks.p/lib_util.c.o [94/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_buzhash_buzhash.c.o [95/170] Linking target test/copy_chunks [96/170] Compiling C object test/invalid_input_checksum.p/invalid_input_checksum.c.o [97/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_comp_comp.c.o [98/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_comp_nocomp_nocomp.c.o [99/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_hash_hash.c.o [100/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_create.c.o [101/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_read.c.o [102/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_common.c.o [103/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_range.c.o [104/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_dl.c.o [105/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_multipart.c.o [106/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_zck.c.o [107/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_header.c.o [108/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_io.c.o [109/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_log.c.o [110/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_compint.c.o [111/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_error.c.o [112/170] Compiling C object test/invalid_input_checksum.p/lib_util.c.o [113/170] Linking target test/invalid_input_checksum [114/170] Compiling C object test/read_single_chunk.p/read_single_chunk.c.o ../test/read_single_chunk.c: In function 'main': ../test/read_single_chunk.c:94:62: warning: format '%li' expects argument of type 'long int', but argument 2 has type 'ssize_t' {aka 'int'} [-Wformat=] 94 | printf("chunk size didn't match expected size: %li != %li\n", | ~~^ | | | long int | %i 95 | read_size, chunk_size); | ~~~~~~~~~ | | | ssize_t {aka int} ../test/read_single_chunk.c:94:69: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 94 | printf("chunk size didn't match expected size: %li != %li\n", | ~~^ | | | long int | %i 95 | read_size, chunk_size); | ~~~~~~~~~~ | | | ssize_t {aka int} [115/170] Compiling C object test/read_single_chunk.p/.._src_lib_buzhash_buzhash.c.o [116/170] Compiling C object test/read_single_chunk.p/.._src_lib_comp_comp.c.o [117/170] Compiling C object test/read_single_chunk.p/.._src_lib_comp_nocomp_nocomp.c.o [118/170] Compiling C object test/read_single_chunk.p/.._src_lib_hash_hash.c.o [119/170] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_create.c.o [120/170] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_read.c.o [121/170] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_common.c.o [122/170] Compiling C object test/read_single_chunk.p/.._src_lib_dl_range.c.o [123/170] Compiling C object test/read_single_chunk.p/.._src_lib_dl_dl.c.o [124/170] Compiling C object test/read_single_chunk.p/.._src_lib_dl_multipart.c.o [125/170] Compiling C object test/read_single_chunk.p/.._src_lib_zck.c.o [126/170] Compiling C object test/read_single_chunk.p/.._src_lib_header.c.o [127/170] Compiling C object test/read_single_chunk.p/.._src_lib_io.c.o [128/170] Compiling C object test/read_single_chunk.p/.._src_lib_log.c.o [129/170] Compiling C object test/read_single_chunk.p/.._src_lib_compint.c.o [130/170] Compiling C object test/read_single_chunk.p/.._src_lib_error.c.o [131/170] Compiling C object test/read_single_chunk.p/lib_util.c.o [132/170] Linking target test/read_single_chunk [133/170] Compiling C object test/read_single_comp_chunk.p/read_single_comp_chunk.c.o ../test/read_single_comp_chunk.c: In function 'main': ../test/read_single_comp_chunk.c:83:62: warning: format '%li' expects argument of type 'long int', but argument 2 has type 'ssize_t' {aka 'int'} [-Wformat=] 83 | printf("chunk size didn't match expected size: %li != %li\n", | ~~^ | | | long int | %i 84 | read_size, chunk_size); | ~~~~~~~~~ | | | ssize_t {aka int} ../test/read_single_comp_chunk.c:83:69: warning: format '%li' expects argument of type 'long int', but argument 3 has type 'ssize_t' {aka 'int'} [-Wformat=] 83 | printf("chunk size didn't match expected size: %li != %li\n", | ~~^ | | | long int | %i 84 | read_size, chunk_size); | ~~~~~~~~~~ | | | ssize_t {aka int} [134/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_buzhash_buzhash.c.o [135/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_comp.c.o [136/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_nocomp_nocomp.c.o [137/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_hash.c.o [138/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_create.c.o [139/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_read.c.o [140/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_common.c.o [141/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_range.c.o [142/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_dl.c.o [143/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_multipart.c.o [144/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_zck.c.o [145/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_header.c.o [146/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_io.c.o [147/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_log.c.o [148/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_compint.c.o [149/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_error.c.o [150/170] Compiling C object test/read_single_comp_chunk.p/lib_util.c.o [151/170] Linking target test/read_single_comp_chunk [152/170] Compiling C object test/shacheck.p/shacheck.c.o [153/170] Compiling C object test/shacheck.p/.._src_lib_buzhash_buzhash.c.o [154/170] Compiling C object test/shacheck.p/.._src_lib_comp_comp.c.o [155/170] Compiling C object test/shacheck.p/.._src_lib_comp_nocomp_nocomp.c.o [156/170] Compiling C object test/shacheck.p/.._src_lib_hash_hash.c.o [157/170] Compiling C object test/shacheck.p/.._src_lib_index_index_create.c.o [158/170] Compiling C object test/shacheck.p/.._src_lib_index_index_read.c.o [159/170] Compiling C object test/shacheck.p/.._src_lib_index_index_common.c.o [160/170] Compiling C object test/shacheck.p/.._src_lib_dl_range.c.o [161/170] Compiling C object test/shacheck.p/.._src_lib_dl_dl.c.o [162/170] Compiling C object test/shacheck.p/.._src_lib_dl_multipart.c.o [163/170] Compiling C object test/shacheck.p/.._src_lib_zck.c.o [164/170] Compiling C object test/shacheck.p/.._src_lib_header.c.o [165/170] Compiling C object test/shacheck.p/.._src_lib_io.c.o [166/170] Compiling C object test/shacheck.p/.._src_lib_log.c.o [167/170] Compiling C object test/shacheck.p/.._src_lib_compint.c.o [168/170] Compiling C object test/shacheck.p/.._src_lib_error.c.o [169/170] Compiling C object test/shacheck.p/lib_util.c.o [170/170] Linking target test/shacheck >>> zchunk 1.1.16 Installing to staging directory PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" DESTDIR=/home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-5/output-1/host/bin/ninja -j1 -C /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16//build install ninja: Entering directory `/home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16//build' [0/1] Installing files. Installing src/lib/libzck.so.1.1.16 to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib Installing src/zck to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin Installing src/unzck to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zckdl to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_gen_zdict to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_read_header to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_delta_size to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/bin Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/build/include/zck.h to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/include Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/unzck.1 to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zck.1 to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zck_delta_size.1 to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zck_gen_zdict.1 to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zck_read_header.1 to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zckdl.1 to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/build/meson-private/zck.pc to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.1.16 to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib/libzck.so >>> zchunk 1.1.16 Fixing libtool files for la in $(find /home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /usr/bin/sed -i -e "s:/home/autobuild/autobuild/instance-5/output-1:@BASE_DIR@:g" \ -e "s:/home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot:@STAGING_DIR@:g" \ \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ \ -e "s:@STAGING_DIR@:/home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/home/autobuild/autobuild/instance-5/output-1:g" \ "${la}.fixed" && \ if cmp -s "${la}" "${la}.fixed"; then \ rm -f "${la}.fixed"; \ else \ mv "${la}.fixed" "${la}"; \ fi || exit 1; \ done >>> zchunk 1.1.16 Installing to target PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" DESTDIR=/home/autobuild/autobuild/instance-5/output-1/target PYTHONNOUSERSITE=y /home/autobuild/autobuild/instance-5/output-1/host/bin/ninja -j1 -C /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16//build install ninja: Entering directory `/home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16//build' [0/1] Installing files. Installing src/lib/libzck.so.1.1.16 to /home/autobuild/autobuild/instance-5/output-1/target/usr/lib Installing src/zck to /home/autobuild/autobuild/instance-5/output-1/target/usr/bin Installing src/unzck to /home/autobuild/autobuild/instance-5/output-1/target/usr/bin Installing src/zckdl to /home/autobuild/autobuild/instance-5/output-1/target/usr/bin Installing src/zck_gen_zdict to /home/autobuild/autobuild/instance-5/output-1/target/usr/bin Installing src/zck_read_header to /home/autobuild/autobuild/instance-5/output-1/target/usr/bin Installing src/zck_delta_size to /home/autobuild/autobuild/instance-5/output-1/target/usr/bin Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/build/include/zck.h to /home/autobuild/autobuild/instance-5/output-1/target/usr/include Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/unzck.1 to /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zck.1 to /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zck_delta_size.1 to /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zck_gen_zdict.1 to /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zck_read_header.1 to /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/doc/zckdl.1 to /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man/man1 Installing /home/autobuild/autobuild/instance-5/output-1/build/zchunk-1.1.16/build/meson-private/zck.pc to /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/pkgconfig Installing symlink pointing to libzck.so.1.1.16 to /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/libzck.so >>> Finalizing host directory >>> Finalizing target directory mkdir -p /home/autobuild/autobuild/instance-5/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-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', '-O3', '-g0'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-5/output-1/host/bin/i686-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-5/output-1/host/bin/i686-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-5/output-1/host/bin/i686-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-5/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/home/autobuild/autobuild/instance-5/output-1/host/bin/i686-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/home/autobuild/autobuild/instance-5/output-1/host/bin/i686-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/home/autobuild/autobuild/instance-5/output-1/host/bin/i686-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%x86%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%little%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@TARGET_LDFLAGS@%%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-O3', '-g0'%g" -e "s%@BR2_CMAKE@%/usr/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/home/autobuild/autobuild/instance-5/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/home/autobuild/autobuild/instance-5/output-1/host/i686-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%false%g" /home/autobuild/autobuild/instance-5/buildroot/support/misc/cross-compilation.conf.in > /home/autobuild/autobuild/instance-5/output-1/host/etc/meson/cross-compilation.conf /usr/bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~#ttyS0::respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab /usr/bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /home/autobuild/autobuild/instance-5/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/ash$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/ash" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /home/autobuild/autobuild/instance-5/output-1/build/busybox-1.35.0/.config; then grep -qsE '^/bin/hush$' /home/autobuild/autobuild/instance-5/output-1/target/etc/shells || echo "/bin/hush" >> /home/autobuild/autobuild/instance-5/output-1/target/etc/shells; fi mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc echo "buildroot" > /home/autobuild/autobuild/instance-5/output-1/target/etc/hostname /usr/bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /home/autobuild/autobuild/instance-5/output-1/target/etc/hosts mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc echo "Welcome to Buildroot" > /home/autobuild/autobuild/instance-5/output-1/target/etc/issue /usr/bin/sed -i -e s,^root:[^:]*:,root:"*":, /home/autobuild/autobuild/instance-5/output-1/target/etc/shadow rm -f /home/autobuild/autobuild/instance-5/output-1/target/bin/sh if [ -x /home/autobuild/autobuild/instance-5/output-1/target/sbin/swapon -a -x /home/autobuild/autobuild/instance-5/output-1/target/sbin/swapoff ]; then /usr/bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab; else /usr/bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /home/autobuild/autobuild/instance-5/output-1/target/etc/inittab; fi rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/include /home/autobuild/autobuild/instance-5/output-1/target/usr/share/aclocal \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/pkgconfig /home/autobuild/autobuild/instance-5/output-1/target/usr/share/pkgconfig \ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/cmake /home/autobuild/autobuild/instance-5/output-1/target/usr/share/cmake \ /home/autobuild/autobuild/instance-5/output-1/target/usr/doc find /home/autobuild/autobuild/instance-5/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /home/autobuild/autobuild/instance-5/output-1/target/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/ /home/autobuild/autobuild/instance-5/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/home/autobuild/autobuild/instance-5/output-1/target/usr/libexec/': No such file or directory rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gdb rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/bash-completion rm -rf /home/autobuild/autobuild/instance-5/output-1/target/etc/bash_completion.d rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/zsh rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/man /home/autobuild/autobuild/instance-5/output-1/target/usr/share/man rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/info /home/autobuild/autobuild/instance-5/output-1/target/usr/share/info rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/doc /home/autobuild/autobuild/instance-5/output-1/target/usr/share/doc rm -rf /home/autobuild/autobuild/instance-5/output-1/target/usr/share/gtk-doc rmdir /home/autobuild/autobuild/instance-5/output-1/target/usr/share 2>/dev/null || true rm -rf /home/autobuild/autobuild/instance-5/output-1/target/lib/debug /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/debug find /home/autobuild/autobuild/instance-5/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/autobuild/autobuild/instance-5/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /bin/true 2>/dev/null || true test -f /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /home/autobuild/autobuild/instance-5/output-1/target/etc/ld.so.conf.d && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf.d directory"; exit 1; } || true mkdir -p /home/autobuild/autobuild/instance-5/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-543-gbbc318be17"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /home/autobuild/autobuild/instance-5/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /home/autobuild/autobuild/instance-5/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/home/autobuild/autobuild/instance-5/output-1/per-package /home/autobuild/autobuild/instance-5/buildroot/support/scripts/fix-rpath target touch /home/autobuild/autobuild/instance-5/output-1/target/usr >>> Generating root filesystems common tables rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt printf ' /bin/busybox f 4755 0 0 - - - - -\n\n' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.f2fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/images rm -rf /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs mkdir -p /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /home/autobuild/autobuild/instance-5/output-1/target/ /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" /home/autobuild/autobuild/instance-5/buildroot/support/scripts/mkusers /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_users_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/target >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot echo "/home/autobuild/autobuild/instance-5/output-1/host/bin/makedevs -d /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/full_devices_table.txt /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/target" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /home/autobuild/autobuild/instance-5/output-1/images/rootfs.f2fs\n truncate -s 100M /home/autobuild/autobuild/instance-5/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-5/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /home/autobuild/autobuild/instance-5/output-1/images/rootfs.f2fs\n /home/autobuild/autobuild/instance-5/output-1/host/sbin/sload.f2fs -f /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/target /home/autobuild/autobuild/instance-5/output-1/images/rootfs.f2fs\n' >> /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/home/autobuild/autobuild/instance-5/output-1/host/bin:/home/autobuild/autobuild/instance-5/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/bin:/usr/lib/jvm/default/bin:/usr/bin/site_perl:/usr/bin/vendor_perl:/usr/bin/core_perl" FAKEROOTDONTTRYCHOWN=1 /home/autobuild/autobuild/instance-5/output-1/host/bin/fakeroot -- /home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/home/autobuild/autobuild/instance-5/output-1/build/buildroot-fs/f2fs/target table='/home/autobuild/autobuild/instance-5/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.17.0-rc7-asahi-next-20220310-5-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #2 SMP PREEMPT Tue, 22 Mar 2022 14:28:10 +0000" 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.17.0-rc7-asahi-next-20220310-5-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #2 SMP PREEMPT Tue, 22 Mar 2022 14:28:10 +0000" Info: FSCK version from "Linux version 5.17.0-rc7-asahi-next-20220310-5-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #2 SMP PREEMPT Tue, 22 Mar 2022 14:28:10 +0000" to "Linux version 5.17.0-rc7-asahi-next-20220310-5-2-ARCH (linux-asahi@archlinux) (gcc (GCC) 11.2.0, GNU ld (GNU Binutils) 2.38) #2 SMP PREEMPT Tue, 22 Mar 2022 14:28:10 +0000" Info: superblock features = 0 : Info: superblock encrypt level = 0, salt = 00000000000000000000000000000000 Info: total FS sectors = 204800 (100 MB) Info: CKPT version = 2fbdc05 Info: Duplicate valid checkpoint to mirror position 512 -> 1024 Info: Write valid nat_bits in checkpoint [ - ] Free segments: 0x23 [ * ] 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: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x20 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x20 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x20 [ - ] Free segments: 0x20 [ * ] Free segments: 0x20 [ | ] Free segments: 0x20 [ * ] Free segments: 0x20 [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1f [ - ] Free segments: 0x1f [ * ] Free segments: 0x1f [ | ] Free segments: 0x1f [ * ] Free segments: 0x1f [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1e [ - ] Free segments: 0x1e [ - ] Free segments: 0x1e [ * ] Free segments: 0x1e [ | ] Free segments: 0x1e [ * ] Free segments: 0x1d [ - ] Free segments: 0x1d [ - ] Free segments: 0x1d [ * ] Free segments: 0x1d [ | ] Free segments: 0x1d [ * ] Free segments: 0x1d [ - ] Free segments: 0x1d [ - ] Free segments: 0x1d [ * ] Free segments: 0x1d [ | ] Free segments: 0x1d [ * ] 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: 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: 0x19 [ * ] Free segments: 0x19 [ | ] Free segments: 0x19 [ * ] Free segments: 0x19 [ - ] Free segments: 0x19 [ - ] Free segments: 0x19 [ * ] Free segments: 0x19 [ | ] Free segments: 0x19 [ * ] 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: 0x17 [ - ] 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: 0x17 [ * ] Free segments: 0x17 [ - ] Free segments: 0x17 [ - ] Free segments: 0x17 [ * ] Free segments: 0x17 [ | ] Free segments: 0x17 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x16 [ * ] Free segments: 0x16 [ - ] Free segments: 0x16 [ - ] Free segments: 0x16 [ * ] Free segments: 0x16 [ | ] Free segments: 0x15 [ * ] Free segments: 0x15 [ - ] Free segments: 0x15 [ - ] Free segments: 0x15 [ * ] Free segments: 0x14 [ | ] Free segments: 0x14 [ * ] Free segments: 0x13 [ - ] Free segments: 0x13 [ - ] Free segments: 0x12 [ * ] Free segments: 0x12 [ | ] Free segments: 0x12 [ * ] Free segments: 0x12 [ - ] Free segments: 0x12 [ - ] Free segments: 0x12 [ * ] Free segments: 0x12 [ | ] Free segments: 0x12 [ * ] Free segments: 0x11 [ - ] Free segments: 0x11 [ - ] Free segments: 0x11 [ * ] Free segments: 0x11 [ | ] Free segments: 0x11 [ * ] Free segments: 0x11 [ - ] Free segments: 0x11[reserve_new_block:57] Can't find free block[ASSERT] (reserve_new_block: 58) 0 make: *** [fs/f2fs/f2fs.mk:64: /home/autobuild/autobuild/instance-5/output-1/images/rootfs.f2fs] Error 255 make: Leaving directory '/home/autobuild/autobuild/instance-5/buildroot'