default_library : static libdir : lib prefix : /usr strip : false b_pie : false with-openssl : enabled with-zstd : disabled Found ninja-1.10.2 at /nvmedata/autobuild/instance-27/output-1/host/bin/ninja >>> zchunk 1.1.16 Building PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -j1 -C /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16//build ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16//build' [1/169] Compiling C object src/lib/libzck.a.p/buzhash_buzhash.c.o [2/169] Compiling C object src/lib/libzck.a.p/comp_comp.c.o [3/169] Compiling C object src/lib/libzck.a.p/comp_nocomp_nocomp.c.o [4/169] Compiling C object src/lib/libzck.a.p/hash_hash.c.o [5/169] Compiling C object src/lib/libzck.a.p/index_index_create.c.o [6/169] Compiling C object src/lib/libzck.a.p/index_index_read.c.o [7/169] Compiling C object src/lib/libzck.a.p/index_index_common.c.o [8/169] Compiling C object src/lib/libzck.a.p/dl_range.c.o [9/169] Compiling C object src/lib/libzck.a.p/dl_dl.c.o [10/169] Compiling C object src/lib/libzck.a.p/dl_multipart.c.o [11/169] Compiling C object src/lib/libzck.a.p/zck.c.o [12/169] Compiling C object src/lib/libzck.a.p/header.c.o [13/169] Compiling C object src/lib/libzck.a.p/io.c.o [14/169] Compiling C object src/lib/libzck.a.p/log.c.o [15/169] Compiling C object src/lib/libzck.a.p/compint.c.o [16/169] Compiling C object src/lib/libzck.a.p/error.c.o [17/169] Linking static target src/lib/libzck.a [18/169] Compiling C object src/zck.p/zck.c.o [19/169] Compiling C object src/zck.p/util_common.c.o [20/169] Linking target src/zck [21/169] 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} [22/169] Compiling C object src/unzck.p/util_common.c.o [23/169] Linking target src/unzck [24/169] Compiling C object src/zckdl.p/zck_dl.c.o [25/169] Compiling C object src/zckdl.p/util_common.c.o [26/169] 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} [27/169] Linking target src/zckdl [28/169] Compiling C object src/zck_gen_zdict.p/util_common.c.o [29/169] Linking target src/zck_gen_zdict [30/169] 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 [31/169] Compiling C object src/zck_read_header.p/util_common.c.o [32/169] Linking target src/zck_read_header [33/169] Compiling C object src/zck_delta_size.p/zck_delta_size.c.o [34/169] Compiling C object src/zck_delta_size.p/util_common.c.o [35/169] Compiling C object src/zck_delta_size.p/memmem.c.o [36/169] Linking target src/zck_delta_size [37/169] Compiling C object test/empty.p/empty.c.o [38/169] Compiling C object test/empty.p/.._src_lib_buzhash_buzhash.c.o [39/169] Compiling C object test/empty.p/.._src_lib_comp_comp.c.o [40/169] Compiling C object test/empty.p/.._src_lib_comp_nocomp_nocomp.c.o [41/169] Compiling C object test/empty.p/.._src_lib_hash_hash.c.o [42/169] Compiling C object test/empty.p/.._src_lib_index_index_create.c.o [43/169] Compiling C object test/empty.p/.._src_lib_index_index_read.c.o [44/169] Compiling C object test/empty.p/.._src_lib_index_index_common.c.o [45/169] Compiling C object test/empty.p/.._src_lib_dl_range.c.o [46/169] Compiling C object test/empty.p/.._src_lib_dl_dl.c.o [47/169] Compiling C object test/empty.p/.._src_lib_dl_multipart.c.o [48/169] Compiling C object test/empty.p/.._src_lib_zck.c.o [49/169] Compiling C object test/empty.p/.._src_lib_header.c.o [50/169] Compiling C object test/empty.p/.._src_lib_io.c.o [51/169] Compiling C object test/empty.p/.._src_lib_log.c.o [52/169] Compiling C object test/empty.p/.._src_lib_compint.c.o [53/169] Compiling C object test/empty.p/.._src_lib_error.c.o [54/169] Compiling C object test/empty.p/lib_util.c.o [55/169] Linking target test/empty [56/169] Compiling C object test/optelems.p/optelems.c.o [57/169] Compiling C object test/optelems.p/.._src_lib_buzhash_buzhash.c.o [58/169] Compiling C object test/optelems.p/.._src_lib_comp_comp.c.o [59/169] Compiling C object test/optelems.p/.._src_lib_comp_nocomp_nocomp.c.o [60/169] Compiling C object test/optelems.p/.._src_lib_hash_hash.c.o [61/169] Compiling C object test/optelems.p/.._src_lib_index_index_create.c.o [62/169] Compiling C object test/optelems.p/.._src_lib_index_index_read.c.o [63/169] Compiling C object test/optelems.p/.._src_lib_index_index_common.c.o [64/169] Compiling C object test/optelems.p/.._src_lib_dl_range.c.o [65/169] Compiling C object test/optelems.p/.._src_lib_dl_dl.c.o [66/169] Compiling C object test/optelems.p/.._src_lib_dl_multipart.c.o [67/169] Compiling C object test/optelems.p/.._src_lib_zck.c.o [68/169] Compiling C object test/optelems.p/.._src_lib_header.c.o [69/169] Compiling C object test/optelems.p/.._src_lib_io.c.o [70/169] Compiling C object test/optelems.p/.._src_lib_log.c.o [71/169] Compiling C object test/optelems.p/.._src_lib_compint.c.o [72/169] Compiling C object test/optelems.p/.._src_lib_error.c.o [73/169] Compiling C object test/optelems.p/lib_util.c.o [74/169] Compiling C object test/copy_chunks.p/copy_chunks.c.o [75/169] Linking target test/optelems [76/169] Compiling C object test/copy_chunks.p/.._src_lib_buzhash_buzhash.c.o [77/169] Compiling C object test/copy_chunks.p/.._src_lib_comp_comp.c.o [78/169] Compiling C object test/copy_chunks.p/.._src_lib_comp_nocomp_nocomp.c.o [79/169] Compiling C object test/copy_chunks.p/.._src_lib_hash_hash.c.o [80/169] Compiling C object test/copy_chunks.p/.._src_lib_index_index_create.c.o [81/169] Compiling C object test/copy_chunks.p/.._src_lib_index_index_read.c.o [82/169] Compiling C object test/copy_chunks.p/.._src_lib_index_index_common.c.o [83/169] Compiling C object test/copy_chunks.p/.._src_lib_dl_range.c.o [84/169] Compiling C object test/copy_chunks.p/.._src_lib_dl_dl.c.o [85/169] Compiling C object test/copy_chunks.p/.._src_lib_dl_multipart.c.o [86/169] Compiling C object test/copy_chunks.p/.._src_lib_zck.c.o [87/169] Compiling C object test/copy_chunks.p/.._src_lib_header.c.o [88/169] Compiling C object test/copy_chunks.p/.._src_lib_io.c.o [89/169] Compiling C object test/copy_chunks.p/.._src_lib_log.c.o [90/169] Compiling C object test/copy_chunks.p/.._src_lib_compint.c.o [91/169] Compiling C object test/copy_chunks.p/.._src_lib_error.c.o [92/169] Compiling C object test/copy_chunks.p/lib_util.c.o [93/169] Linking target test/copy_chunks [94/169] Compiling C object test/invalid_input_checksum.p/invalid_input_checksum.c.o [95/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_buzhash_buzhash.c.o [96/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_comp_comp.c.o [97/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_comp_nocomp_nocomp.c.o [98/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_hash_hash.c.o [99/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_create.c.o [100/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_read.c.o [101/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_common.c.o [102/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_range.c.o [103/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_dl.c.o [104/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_multipart.c.o [105/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_zck.c.o [106/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_header.c.o [107/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_io.c.o [108/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_log.c.o [109/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_compint.c.o [110/169] Compiling C object test/invalid_input_checksum.p/.._src_lib_error.c.o [111/169] Compiling C object test/invalid_input_checksum.p/lib_util.c.o [112/169] Linking target test/invalid_input_checksum [113/169] 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} [114/169] Compiling C object test/read_single_chunk.p/.._src_lib_buzhash_buzhash.c.o [115/169] Compiling C object test/read_single_chunk.p/.._src_lib_comp_comp.c.o [116/169] Compiling C object test/read_single_chunk.p/.._src_lib_comp_nocomp_nocomp.c.o [117/169] Compiling C object test/read_single_chunk.p/.._src_lib_hash_hash.c.o [118/169] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_create.c.o [119/169] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_read.c.o [120/169] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_common.c.o [121/169] Compiling C object test/read_single_chunk.p/.._src_lib_dl_range.c.o [122/169] Compiling C object test/read_single_chunk.p/.._src_lib_dl_dl.c.o [123/169] Compiling C object test/read_single_chunk.p/.._src_lib_dl_multipart.c.o [124/169] Compiling C object test/read_single_chunk.p/.._src_lib_zck.c.o [125/169] Compiling C object test/read_single_chunk.p/.._src_lib_header.c.o [126/169] Compiling C object test/read_single_chunk.p/.._src_lib_io.c.o [127/169] Compiling C object test/read_single_chunk.p/.._src_lib_log.c.o [128/169] Compiling C object test/read_single_chunk.p/.._src_lib_compint.c.o [129/169] Compiling C object test/read_single_chunk.p/.._src_lib_error.c.o [130/169] Compiling C object test/read_single_chunk.p/lib_util.c.o [131/169] Linking target test/read_single_chunk [132/169] 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} [133/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_buzhash_buzhash.c.o [134/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_comp.c.o [135/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_nocomp_nocomp.c.o [136/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_hash.c.o [137/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_create.c.o [138/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_read.c.o [139/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_common.c.o [140/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_range.c.o [141/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_dl.c.o [142/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_multipart.c.o [143/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_zck.c.o [144/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_header.c.o [145/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_io.c.o [146/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_log.c.o [147/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_compint.c.o [148/169] Compiling C object test/read_single_comp_chunk.p/.._src_lib_error.c.o [149/169] Compiling C object test/read_single_comp_chunk.p/lib_util.c.o [150/169] Linking target test/read_single_comp_chunk [151/169] Compiling C object test/shacheck.p/shacheck.c.o [152/169] Compiling C object test/shacheck.p/.._src_lib_buzhash_buzhash.c.o [153/169] Compiling C object test/shacheck.p/.._src_lib_comp_comp.c.o [154/169] Compiling C object test/shacheck.p/.._src_lib_comp_nocomp_nocomp.c.o [155/169] Compiling C object test/shacheck.p/.._src_lib_hash_hash.c.o [156/169] Compiling C object test/shacheck.p/.._src_lib_index_index_create.c.o [157/169] Compiling C object test/shacheck.p/.._src_lib_index_index_read.c.o [158/169] Compiling C object test/shacheck.p/.._src_lib_index_index_common.c.o [159/169] Compiling C object test/shacheck.p/.._src_lib_dl_range.c.o [160/169] Compiling C object test/shacheck.p/.._src_lib_dl_dl.c.o [161/169] Compiling C object test/shacheck.p/.._src_lib_dl_multipart.c.o [162/169] Compiling C object test/shacheck.p/.._src_lib_zck.c.o [163/169] Compiling C object test/shacheck.p/.._src_lib_header.c.o [164/169] Compiling C object test/shacheck.p/.._src_lib_io.c.o [165/169] Compiling C object test/shacheck.p/.._src_lib_log.c.o [166/169] Compiling C object test/shacheck.p/.._src_lib_compint.c.o [167/169] Compiling C object test/shacheck.p/.._src_lib_error.c.o [168/169] Compiling C object test/shacheck.p/lib_util.c.o [169/169] Linking target test/shacheck >>> zchunk 1.1.16 Installing to staging directory PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -j1 -C /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16//build install ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16//build' [0/1] Installing files. Installing src/lib/libzck.a to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib Installing src/zck to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/bin Installing src/unzck to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zckdl to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_gen_zdict to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_read_header to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/bin Installing src/zck_delta_size to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/bin Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/build/include/zck.h to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/include Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/unzck.1 to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zck.1 to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zck_delta_size.1 to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zck_gen_zdict.1 to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zck_read_header.1 to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zckdl.1 to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/build/meson-private/zck.pc to /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib/pkgconfig >>> zchunk 1.1.16 Fixing libtool files for la in $(find /nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/nvmedata/autobuild/instance-27/output-1:@BASE_DIR@:g" \ -e "s:/nvmedata/autobuild/instance-27/output-1/host/or1k-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@:/nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot:g" \ -e "s:@BASE_DIR@:/nvmedata/autobuild/instance-27/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="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/nvmedata/autobuild/instance-27/output-1/target PYTHONNOUSERSITE=y /nvmedata/autobuild/instance-27/output-1/host/bin/ninja -j1 -C /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16//build install ninja: Entering directory `/nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16//build' [0/1] Installing files. Installing src/lib/libzck.a to /nvmedata/autobuild/instance-27/output-1/target/usr/lib Installing src/zck to /nvmedata/autobuild/instance-27/output-1/target/usr/bin Installing src/unzck to /nvmedata/autobuild/instance-27/output-1/target/usr/bin Installing src/zckdl to /nvmedata/autobuild/instance-27/output-1/target/usr/bin Installing src/zck_gen_zdict to /nvmedata/autobuild/instance-27/output-1/target/usr/bin Installing src/zck_read_header to /nvmedata/autobuild/instance-27/output-1/target/usr/bin Installing src/zck_delta_size to /nvmedata/autobuild/instance-27/output-1/target/usr/bin Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/build/include/zck.h to /nvmedata/autobuild/instance-27/output-1/target/usr/include Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/unzck.1 to /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zck.1 to /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zck_delta_size.1 to /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zck_gen_zdict.1 to /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zck_read_header.1 to /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/doc/zckdl.1 to /nvmedata/autobuild/instance-27/output-1/target/usr/share/man/man1 Installing /nvmedata/autobuild/instance-27/output-1/build/zchunk-1.1.16/build/meson-private/zck.pc to /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig >>> Finalizing host directory >>> Finalizing target directory mkdir -p /nvmedata/autobuild/instance-27/output-1/host/etc/meson sed -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-static'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%'-static'@PKG_TARGET_LDFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-static', '-static'@PKG_TARGET_CXXFLAGS@%g" -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-27/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-27/output-1/host/bin/or1k-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-27/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%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-27/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-27/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-27/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-27/output-1/host/etc/meson/cross-compilation.conf.in sed -e "s%@TARGET_CC@%/nvmedata/autobuild/instance-27/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc%g" -e "s%@TARGET_CXX@%/nvmedata/autobuild/instance-27/output-1/host/bin/or1k-buildroot-linux-uclibc-g++%g" -e "s%@TARGET_AR@%/nvmedata/autobuild/instance-27/output-1/host/bin/or1k-buildroot-linux-uclibc-gcc-ar%g" -e "s%@TARGET_STRIP@%/bin/true%g" -e "s%@TARGET_ARCH@%or1k%g" -e "s%@TARGET_CPU@%%g" -e "s%@TARGET_ENDIAN@%big%g" -e "s%@TARGET_CFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-static'%g" -e "s%@TARGET_LDFLAGS@%'-static'%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Og', '-g0', '-static', '-static'%g" -e "s%@BR2_CMAKE@%/nvmedata/autobuild/instance-27/output-1/host/bin/cmake%g" -e "s%@PKGCONF_HOST_BINARY@%/nvmedata/autobuild/instance-27/output-1/host/bin/pkgconf%g" -e "s%@STAGING_DIR@%/nvmedata/autobuild/instance-27/output-1/host/or1k-buildroot-linux-uclibc/sysroot%g" -e "s%@STATIC@%true%g" /nvmedata/autobuild/instance-27/buildroot/support/misc/cross-compilation.conf.in > /nvmedata/autobuild/instance-27/output-1/host/etc/meson/cross-compilation.conf grep -qsE '^/bin/dash$' /nvmedata/autobuild/instance-27/output-1/target/etc/shells || echo "/bin/dash" >> /nvmedata/autobuild/instance-27/output-1/target/etc/shells mkdir -p /nvmedata/autobuild/instance-27/output-1/target/etc echo "buildroot" > /nvmedata/autobuild/instance-27/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /nvmedata/autobuild/instance-27/output-1/target/etc/hosts mkdir -p /nvmedata/autobuild/instance-27/output-1/target/etc echo "Welcome to Buildroot" > /nvmedata/autobuild/instance-27/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /nvmedata/autobuild/instance-27/output-1/target/etc/shadow grep -qsE '^/bin/sh$' /nvmedata/autobuild/instance-27/output-1/target/etc/shells || echo "/bin/sh" >> /nvmedata/autobuild/instance-27/output-1/target/etc/shells ln -sf dash /nvmedata/autobuild/instance-27/output-1/target/bin/sh /bin/sed -i -e '/^root:/s,[^/]*$,dash,' /nvmedata/autobuild/instance-27/output-1/target/etc/passwd if [ -x /nvmedata/autobuild/instance-27/output-1/target/sbin/swapon -a -x /nvmedata/autobuild/instance-27/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /nvmedata/autobuild/instance-27/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /nvmedata/autobuild/instance-27/output-1/target/etc/inittab; fi /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~# S0:1:respawn:/sbin/getty -L ttyS0 115200 vt100 #~' /nvmedata/autobuild/instance-27/output-1/target/etc/inittab /bin/sed -i -e '/^[^#].*-o remount,rw \/$/s~^~#~' /nvmedata/autobuild/instance-27/output-1/target/etc/inittab ./support/scripts/eclipse-register-toolchain `readlink -f /nvmedata/autobuild/instance-27/output-1` or1k-buildroot-linux-uclibc- "or1k" Testing /nvmedata/autobuild/instance-28/output-1 ... Testing /nvmedata/autobuild/instance-22/output-1 ... Testing /nvmedata/autobuild/instance-10/output-1 ... Testing /nvmedata/autobuild/instance-26/output-1 ... Testing /nvmedata/autobuild/instance-20/output-1 ... Testing /nvmedata/autobuild/instance-1/output-1 ... Testing /nvmedata/autobuild/instance-18/output-1 ... Testing /nvmedata/autobuild/instance-15/output-1 ... Testing /nvmedata/autobuild/instance-2/output-1 ... Testing /nvmedata/autobuild/instance-17/output-1 ... Testing /nvmedata/autobuild/instance-5/output-1 ... Testing /nvmedata/autobuild/instance-19/output-1 ... Testing /nvmedata/autobuild/instance-11/output-1 ... Testing /nvmedata/autobuild/instance-16/output-1 ... Testing /nvmedata/autobuild/instance-8/output-1 ... Testing /nvmedata/autobuild/instance-27/output-1 ... Testing /nvmedata/autobuild/instance-30/output-1 ... Testing /nvmedata/autobuild/instance-12/output-1 ... Testing /nvmedata/autobuild/instance-13/output-1 ... Testing /nvmedata/autobuild/instance-25/output-1 ... Testing /nvmedata/autobuild/instance-31/output-1 ... Testing /nvmedata/autobuild/instance-0/output-1 ... Testing /nvmedata/autobuild/instance-23/output-1 ... Testing /nvmedata/autobuild/instance-6/output-1 ... Testing /nvmedata/autobuild/instance-24/output-1 ... Testing /nvmedata/autobuild/instance-21/output-1 ... Testing /nvmedata/autobuild/instance-14/output-1 ... Testing /nvmedata/autobuild/instance-4/output-1 ... printf '%s\n' C en_US locale-archive > /nvmedata/autobuild/instance-27/output-1/build/locales.nopurge for dir in /nvmedata/autobuild/instance-27/output-1/target/usr/share/locale /nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/locale /nvmedata/autobuild/instance-27/output-1/target/usr/lib/locale; do if [ ! -d $dir ]; then continue; fi; for langdir in $dir/*; do if [ -e "${langdir}" ]; then grep -qx "${langdir##*/}" /nvmedata/autobuild/instance-27/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /nvmedata/autobuild/instance-27/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/include /nvmedata/autobuild/instance-27/output-1/target/usr/share/aclocal \ /nvmedata/autobuild/instance-27/output-1/target/usr/lib/pkgconfig /nvmedata/autobuild/instance-27/output-1/target/usr/share/pkgconfig \ /nvmedata/autobuild/instance-27/output-1/target/usr/lib/cmake /nvmedata/autobuild/instance-27/output-1/target/usr/share/cmake \ /nvmedata/autobuild/instance-27/output-1/target/usr/doc find /nvmedata/autobuild/instance-27/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /nvmedata/autobuild/instance-27/output-1/target/lib/ /nvmedata/autobuild/instance-27/output-1/target/usr/lib/ /nvmedata/autobuild/instance-27/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/share/gdb rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/share/bash-completion rm -rf /nvmedata/autobuild/instance-27/output-1/target/etc/bash_completion.d rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/share/zsh rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/man /nvmedata/autobuild/instance-27/output-1/target/usr/share/man rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/info /nvmedata/autobuild/instance-27/output-1/target/usr/share/info rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/doc /nvmedata/autobuild/instance-27/output-1/target/usr/share/doc rm -rf /nvmedata/autobuild/instance-27/output-1/target/usr/share/gtk-doc rmdir /nvmedata/autobuild/instance-27/output-1/target/usr/share 2>/dev/null || true rm -rf /nvmedata/autobuild/instance-27/output-1/target/lib/debug /nvmedata/autobuild/instance-27/output-1/target/usr/lib/debug find /nvmedata/autobuild/instance-27/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-27/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-27/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-27/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-27/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2022.02-521-g114487dfd2"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.05-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.05-git\"" \ ) > /nvmedata/autobuild/instance-27/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /nvmedata/autobuild/instance-27/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/nvmedata/autobuild/instance-27/output-1/per-package /nvmedata/autobuild/instance-27/buildroot/support/scripts/fix-rpath target touch /nvmedata/autobuild/instance-27/output-1/target/usr >>> Generating root filesystems common tables rm -rf /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs mkdir -p /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs printf ' dbus -1 dbus -1 * /run/dbus - dbus DBus messagebus user\n ntp -1 ntp -1 * - - - ntpd user\n - - sudo -1 - - - -\n\n' >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/full_users_table.txt printf ' /usr/libexec/dbus-daemon-launch-helper f 4750 0 dbus - - - - -\n /usr/bin/sudo f 4755 0 0 - - - - -\n\n' > /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/full_devices_table.txt cat system/device_table.txt >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/full_devices_table.txt >>> Generating filesystem image rootfs.f2fs mkdir -p /nvmedata/autobuild/instance-27/output-1/images rm -rf /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs mkdir -p /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs rsync -auH --exclude=/THIS_IS_NOT_YOUR_ROOT_FILESYSTEM /nvmedata/autobuild/instance-27/output-1/target/ /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/target echo '#!/bin/sh' > /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot echo "set -e" >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot echo "chown -h -R 0:0 /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/target" >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" /nvmedata/autobuild/instance-27/buildroot/support/scripts/mkusers /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/full_users_table.txt /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/target >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot echo "/nvmedata/autobuild/instance-27/output-1/host/bin/makedevs -d /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/full_devices_table.txt /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/target" >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/target/run/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot echo "find /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/target/tmp/ -mindepth 1 -prune -print0 | xargs -0r rm -rf --" >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot printf ' find /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/target -print0 | xargs -0 -r touch -hd @1649715168\n' >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot printf ' \n' >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot printf ' rm -f -f /nvmedata/autobuild/instance-27/output-1/images/rootfs.f2fs\n truncate -s 100M /nvmedata/autobuild/instance-27/output-1/images/rootfs.f2fs\n /nvmedata/autobuild/instance-27/output-1/host/sbin/mkfs.f2fs -f -l "" -t 0 -o 0 /nvmedata/autobuild/instance-27/output-1/images/rootfs.f2fs\n /nvmedata/autobuild/instance-27/output-1/host/sbin/sload.f2fs -f /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/target /nvmedata/autobuild/instance-27/output-1/images/rootfs.f2fs\n' >> /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot chmod a+x /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot PATH="/nvmedata/autobuild/instance-27/output-1/host/bin:/nvmedata/autobuild/instance-27/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" FAKEROOTDONTTRYCHOWN=1 /nvmedata/autobuild/instance-27/output-1/host/bin/fakeroot -- /nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/fakeroot rootdir=/nvmedata/autobuild/instance-27/output-1/build/buildroot-fs/f2fs/target table='/nvmedata/autobuild/instance-27/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 = 4392af09 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: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 0x21 [ * ] Free segments: 0x21 [ - ] Free segments: 0x21 [ - ] Free segments: 0x21 [ * ] Free segments: 0x21 [ | ] Free segments: 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: 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: 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: 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: 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: 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: 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: 0x1b [ * ] Free segments: 0x1b [ - ] Free segments: 0x1b [ - ] 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 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: 0x15 [ - ] Free segments: 0x15 [ - ] Free segments: 0x15 [ * ] Free segments: 0x15 [ | ] Free segments: 0x15 [ * ] Free segments: 0x14 [ - ] Free segments: 0x14 [ - ] Free segments: 0x14 [ * ] Free segments: 0x14 [ | ] Free segments: 0x14 [ * ] Free segments: 0x14 [ - ] Free segments: 0x14 [ - ] Free segments: 0x14 [ * ] Free segments: 0x14 [ | ] Free segments: 0x14 [ * ] Free segments: 0x14 [ - ] Free segments: 0x14 [ - ] 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: 0x12 [ - ] Free segments: 0x12 [ - ] Free segments: 0x11[reserve_new_block:57] Can't find free block[ASSERT] (reserve_new_block: 58) 0 make: *** [fs/f2fs/f2fs.mk:64: /nvmedata/autobuild/instance-27/output-1/images/rootfs.f2fs] Error 255 make: Leaving directory '/nvmedata/autobuild/instance-27/buildroot'