C linker for the host machine: /tmp/instance-1/output-1/host/bin/nds32le-linux-gcc ld.bfd 2.30.51.20180307 C compiler for the build machine: /usr/bin/gcc (gcc 9.3.0 "gcc (Ubuntu 9.3.0-17ubuntu1~20.04) 9.3.0") C linker for the build machine: /usr/bin/gcc ld.bfd 2.34 Build machine cpu family: x86_64 Build machine cpu: x86_64 Host machine cpu family: nds32le Host machine cpu: Target machine cpu family: nds32le Target machine cpu: Compiler for C supports arguments -Wunused-result: YES Found pkg-config: /tmp/instance-1/output-1/host/bin/pkgconf (1.6.3) Run-time dependency libcurl found: YES 7.81.0 Run-time dependency openssl found: YES 1.1.1m 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 : /tmp/instance-1/output-1/build/zchunk-1.1.16//build/cross-compilation.conf build.pkg_config_path: /tmp/instance-1/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 /tmp/instance-1/output-1/host/bin/ninja >>> zchunk 1.1.16 Building PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" PYTHONNOUSERSITE=y /tmp/instance-1/output-1/host/bin/ninja -j32 -C /tmp/instance-1/output-1/build/zchunk-1.1.16//build ninja: Entering directory `/tmp/instance-1/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_nocomp_nocomp.c.o [3/170] Compiling C object src/lib/libzck.so.1.1.16.p/hash_hash.c.o [4/170] Compiling C object src/lib/libzck.so.1.1.16.p/index_index_create.c.o [5/170] Compiling C object src/lib/libzck.so.1.1.16.p/index_index_common.c.o [6/170] Compiling C object src/lib/libzck.so.1.1.16.p/dl_range.c.o [7/170] Compiling C object src/lib/libzck.so.1.1.16.p/dl_multipart.c.o [8/170] Compiling C object src/lib/libzck.so.1.1.16.p/io.c.o [9/170] Compiling C object src/lib/libzck.so.1.1.16.p/log.c.o [10/170] Compiling C object src/lib/libzck.so.1.1.16.p/compint.c.o [11/170] Compiling C object src/lib/libzck.so.1.1.16.p/error.c.o [12/170] Compiling C object src/zck.p/util_common.c.o [13/170] Compiling C object src/unzck.p/util_common.c.o [14/170] Compiling C object src/zckdl.p/util_common.c.o [15/170] Compiling C object src/zck_gen_zdict.p/util_common.c.o [16/170] Compiling C object src/zck_read_header.p/util_common.c.o [17/170] Compiling C object src/lib/libzck.so.1.1.16.p/comp_comp.c.o [18/170] Compiling C object src/lib/libzck.so.1.1.16.p/index_index_read.c.o [19/170] Compiling C object src/lib/libzck.so.1.1.16.p/dl_dl.c.o [20/170] Compiling C object src/lib/libzck.so.1.1.16.p/zck.c.o [21/170] Compiling C object src/zck.p/zck.c.o [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=] "Dict size doesn't match expected size: %li != %li\n", ~~^ %i read_size, dict_size); ~~~~~~~~~ ../src/unzck.c:184:74: warning: format '%li' expects argument of type 'long int', but argument 4 has type 'ssize_t' {aka 'int'} [-Wformat=] "Dict size doesn't match expected size: %li != %li\n", ~~^ %i read_size, dict_size); ~~~~~~~~~ [23/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=] "Chunk %li size doesn't match expected size: %li != %li\n", ~~^ %i zck_get_chunk_number(idx), read_size, chunk_size); ~~~~~~~~~~~~~~~~~~~~~~~~~ ../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=] "Chunk %li size doesn't match expected size: %li != %li\n", ~~^ %i zck_get_chunk_number(idx), read_size, chunk_size); ~~~~~~~~~ ../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=] "Chunk %li size doesn't match expected size: %li != %li\n", ~~^ %i zck_get_chunk_number(idx), read_size, chunk_size); ~~~~~~~~~~ ../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=] snprintf(dict_block, strlen(dir) + strlen(out_name) + 12, "%s/%s.%li", ~~^ %i dir, out_name, zck_get_chunk_number(idx)); ~~~~~~~~~~~~~~~~~~~~~~~~~ [24/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=] printf("Header size: %lu\n", zck_get_header_length(zck)); ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~~~ %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=] printf("Data size: %lu\n", zck_get_data_length(zck)); ~~^ ~~~~~~~~~~~~~~~~~~~~~~~~ %u [25/170] Compiling C object src/zck_delta_size.p/zck_delta_size.c.o [26/170] Compiling C object src/zck_delta_size.p/util_common.c.o [27/170] Compiling C object src/zck_delta_size.p/memmem.c.o [28/170] Compiling C object test/empty.p/empty.c.o [29/170] Compiling C object test/empty.p/.._src_lib_buzhash_buzhash.c.o [30/170] Compiling C object src/lib/libzck.so.1.1.16.p/header.c.o [31/170] Compiling C object src/zckdl.p/zck_dl.c.o [32/170] Compiling C object test/empty.p/.._src_lib_comp_nocomp_nocomp.c.o [33/170] Compiling C object test/empty.p/.._src_lib_hash_hash.c.o [34/170] Compiling C object test/empty.p/.._src_lib_index_index_create.c.o [35/170] Compiling C object test/empty.p/.._src_lib_index_index_common.c.o [36/170] Compiling C object test/empty.p/.._src_lib_dl_range.c.o [37/170] Compiling C object test/empty.p/.._src_lib_io.c.o [38/170] Compiling C object test/empty.p/.._src_lib_log.c.o [39/170] Compiling C object test/empty.p/.._src_lib_compint.c.o [40/170] Compiling C object test/empty.p/.._src_lib_error.c.o [41/170] Compiling C object test/empty.p/lib_util.c.o [42/170] Compiling C object test/optelems.p/optelems.c.o [43/170] Compiling C object test/optelems.p/.._src_lib_buzhash_buzhash.c.o [44/170] Compiling C object test/optelems.p/.._src_lib_index_index_common.c.o [45/170] Compiling C object test/empty.p/.._src_lib_comp_comp.c.o [46/170] Compiling C object test/empty.p/.._src_lib_index_index_read.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/optelems.p/.._src_lib_comp_nocomp_nocomp.c.o [52/170] Compiling C object test/optelems.p/.._src_lib_index_index_create.c.o [53/170] Compiling C object test/optelems.p/.._src_lib_dl_range.c.o [54/170] Compiling C object test/optelems.p/.._src_lib_dl_multipart.c.o [55/170] Compiling C object test/optelems.p/.._src_lib_log.c.o [56/170] Compiling C object test/optelems.p/.._src_lib_index_index_read.c.o [57/170] Compiling C object test/optelems.p/.._src_lib_dl_dl.c.o [58/170] Compiling C object test/optelems.p/.._src_lib_zck.c.o [59/170] Compiling C object test/optelems.p/.._src_lib_io.c.o [60/170] Linking target src/lib/libzck.so.1.1.16 [61/170] Compiling C object test/optelems.p/.._src_lib_compint.c.o [62/170] Compiling C object test/optelems.p/.._src_lib_error.c.o [63/170] Compiling C object test/optelems.p/lib_util.c.o [64/170] Compiling C object test/copy_chunks.p/copy_chunks.c.o [65/170] Compiling C object test/copy_chunks.p/.._src_lib_buzhash_buzhash.c.o [66/170] Compiling C object test/copy_chunks.p/.._src_lib_comp_nocomp_nocomp.c.o [67/170] Compiling C object test/copy_chunks.p/.._src_lib_index_index_common.c.o [68/170] Compiling C object test/optelems.p/.._src_lib_hash_hash.c.o [69/170] Compiling C object test/optelems.p/.._src_lib_header.c.o [70/170] Compiling C object test/copy_chunks.p/.._src_lib_hash_hash.c.o [71/170] Compiling C object test/copy_chunks.p/.._src_lib_index_index_create.c.o [72/170] Compiling C object test/copy_chunks.p/.._src_lib_dl_range.c.o [73/170] Compiling C object test/copy_chunks.p/.._src_lib_dl_dl.c.o [74/170] Compiling C object test/copy_chunks.p/.._src_lib_io.c.o [75/170] Compiling C object test/copy_chunks.p/.._src_lib_log.c.o [76/170] Linking target test/empty [77/170] Compiling C object test/copy_chunks.p/.._src_lib_compint.c.o [78/170] Compiling C object test/copy_chunks.p/.._src_lib_error.c.o [79/170] Compiling C object test/copy_chunks.p/lib_util.c.o [80/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_buzhash_buzhash.c.o [81/170] Compiling C object test/invalid_input_checksum.p/invalid_input_checksum.c.o [82/170] Compiling C object test/optelems.p/.._src_lib_comp_comp.c.o [83/170] Compiling C object test/copy_chunks.p/.._src_lib_index_index_read.c.o [84/170] Compiling C object test/copy_chunks.p/.._src_lib_dl_multipart.c.o [85/170] Compiling C object test/copy_chunks.p/.._src_lib_zck.c.o [86/170] Compiling C object test/copy_chunks.p/.._src_lib_header.c.o [87/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_comp_nocomp_nocomp.c.o [88/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_create.c.o [89/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_common.c.o [90/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_range.c.o [91/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_io.c.o [92/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_log.c.o [93/170] Compiling C object test/invalid_input_checksum.p/lib_util.c.o [94/170] Compiling C object test/copy_chunks.p/.._src_lib_comp_comp.c.o [95/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_hash_hash.c.o [96/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_multipart.c.o [97/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_compint.c.o [98/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_error.c.o [99/170] Compiling C object test/read_single_chunk.p/.._src_lib_buzhash_buzhash.c.o [100/170] Compiling C object test/read_single_chunk.p/.._src_lib_comp_nocomp_nocomp.c.o [101/170] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_create.c.o [102/170] Linking target test/optelems [103/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_index_index_read.c.o [104/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_zck.c.o [105/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=] printf("chunk size didn't match expected size: %li != %li\n", ~~^ %i read_size, chunk_size); ~~~~~~~~~ ../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=] printf("chunk size didn't match expected size: %li != %li\n", ~~^ %i read_size, chunk_size); ~~~~~~~~~~ [106/170] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_common.c.o [107/170] Compiling C object test/read_single_chunk.p/.._src_lib_dl_range.c.o [108/170] Compiling C object test/read_single_chunk.p/.._src_lib_dl_multipart.c.o [109/170] Compiling C object test/read_single_chunk.p/.._src_lib_io.c.o [110/170] Compiling C object test/read_single_chunk.p/.._src_lib_log.c.o [111/170] Compiling C object test/read_single_chunk.p/.._src_lib_compint.c.o [112/170] Compiling C object test/read_single_chunk.p/lib_util.c.o [113/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_buzhash_buzhash.c.o [114/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_comp_comp.c.o [115/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_dl_dl.c.o [116/170] Compiling C object test/invalid_input_checksum.p/.._src_lib_header.c.o [117/170] Compiling C object test/read_single_chunk.p/.._src_lib_hash_hash.c.o [118/170] Compiling C object test/read_single_chunk.p/.._src_lib_dl_dl.c.o [119/170] Compiling C object test/read_single_chunk.p/.._src_lib_zck.c.o [120/170] Compiling C object test/read_single_chunk.p/.._src_lib_header.c.o [121/170] Compiling C object test/read_single_chunk.p/.._src_lib_error.c.o [122/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=] printf("chunk size didn't match expected size: %li != %li\n", ~~^ %i read_size, chunk_size); ~~~~~~~~~ ../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=] printf("chunk size didn't match expected size: %li != %li\n", ~~^ %i read_size, chunk_size); ~~~~~~~~~~ [123/170] Linking target test/copy_chunks [124/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_nocomp_nocomp.c.o [125/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_create.c.o [126/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_common.c.o [127/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_range.c.o [128/170] Generating symbol file src/lib/libzck.so.1.1.16.p/libzck.so.1.1.16.symbols [129/170] Compiling C object test/read_single_chunk.p/.._src_lib_comp_comp.c.o [130/170] Compiling C object test/read_single_chunk.p/.._src_lib_index_index_read.c.o [131/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_comp_comp.c.o [132/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_hash_hash.c.o [133/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_dl_multipart.c.o [134/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_zck.c.o [135/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_io.c.o [136/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_log.c.o [137/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_compint.c.o [138/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_error.c.o [139/170] Compiling C object test/read_single_comp_chunk.p/lib_util.c.o [140/170] Compiling C object test/shacheck.p/.._src_lib_index_index_common.c.o [141/170] Compiling C object test/read_single_comp_chunk.p/.._src_lib_index_index_read.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_header.c.o [144/170] Compiling C object test/shacheck.p/shacheck.c.o [145/170] Compiling C object test/shacheck.p/.._src_lib_buzhash_buzhash.c.o [146/170] Compiling C object test/shacheck.p/.._src_lib_comp_nocomp_nocomp.c.o [147/170] Linking target test/invalid_input_checksum [148/170] Compiling C object test/shacheck.p/.._src_lib_index_index_create.c.o [149/170] Compiling C object test/shacheck.p/.._src_lib_dl_range.c.o [150/170] Compiling C object test/shacheck.p/.._src_lib_log.c.o [151/170] Compiling C object test/shacheck.p/.._src_lib_io.c.o [152/170] Linking target src/zck [153/170] Compiling C object test/shacheck.p/.._src_lib_compint.c.o [154/170] Linking target src/unzck [155/170] Linking target src/zck_read_header [156/170] Linking target src/zck_delta_size [157/170] Compiling C object test/shacheck.p/.._src_lib_error.c.o [158/170] Compiling C object test/shacheck.p/.._src_lib_dl_multipart.c.o [159/170] Linking target src/zck_gen_zdict [160/170] Compiling C object test/shacheck.p/lib_util.c.o [161/170] Compiling C object test/shacheck.p/.._src_lib_index_index_read.c.o [162/170] Compiling C object test/shacheck.p/.._src_lib_dl_dl.c.o [163/170] Compiling C object test/shacheck.p/.._src_lib_comp_comp.c.o [164/170] Linking target test/read_single_chunk [165/170] Linking target src/zckdl [166/170] Linking target test/read_single_comp_chunk [167/170] Compiling C object test/shacheck.p/.._src_lib_zck.c.o [168/170] Compiling C object test/shacheck.p/.._src_lib_header.c.o [169/170] Compiling C object test/shacheck.p/.._src_lib_hash_hash.c.o [170/170] Linking target test/shacheck >>> zchunk 1.1.16 Installing to staging directory PATH="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot PYTHONNOUSERSITE=y /tmp/instance-1/output-1/host/bin/ninja -j32 -C /tmp/instance-1/output-1/build/zchunk-1.1.16//build install ninja: Entering directory `/tmp/instance-1/output-1/build/zchunk-1.1.16//build' [0/1] Installing files. Installing src/lib/libzck.so.1.1.16 to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib Installing symlink pointing to libzck.so.1.1.16 to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/libzck.so Installing src/zck to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin Installing src/unzck to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin Installing src/zckdl to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_gen_zdict to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_read_header to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin Installing src/zck_delta_size to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/bin Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/build/include/zck.h to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/include Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/unzck.1 to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zck.1 to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zck_delta_size.1 to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zck_gen_zdict.1 to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zck_read_header.1 to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zckdl.1 to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/build/meson-private/zck.pc to /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib/pkgconfig >>> zchunk 1.1.16 Fixing libtool files for la in $(find /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot/usr/lib* -name "*.la"); do \ cp -a "${la}" "${la}.fixed" && \ /bin/sed -i -e "s:/tmp/instance-1/output-1:@BASE_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot:@STAGING_DIR@:g" \ -e "s:/tmp/instance-1/output-1/host/opt/ext-toolchain:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:g" \ -e "s:\(['= ]\)/usr:\\1@STAGING_DIR@/usr:g" \ -e "s:\(['= ]\)/lib:\\1@STAGING_DIR@/lib:g" \ -e "s:@TOOLCHAIN_EXTERNAL_INSTALL_DIR@:/tmp/instance-1/output-1/host/opt/ext-toolchain:g" \ -e "s:@STAGING_DIR@:/tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot:g" \ -e "s:@BASE_DIR@:/tmp/instance-1/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="/tmp/instance-1/output-1/host/bin:/tmp/instance-1/output-1/host/sbin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/snap/bin" DESTDIR=/tmp/instance-1/output-1/target PYTHONNOUSERSITE=y /tmp/instance-1/output-1/host/bin/ninja -j32 -C /tmp/instance-1/output-1/build/zchunk-1.1.16//build install ninja: Entering directory `/tmp/instance-1/output-1/build/zchunk-1.1.16//build' [0/1] Installing files. Installing src/lib/libzck.so.1.1.16 to /tmp/instance-1/output-1/target/usr/lib Installing symlink pointing to libzck.so.1.1.16 to /tmp/instance-1/output-1/target/usr/lib/libzck.so.1 Installing symlink pointing to libzck.so.1 to /tmp/instance-1/output-1/target/usr/lib/libzck.so Installing src/zck to /tmp/instance-1/output-1/target/usr/bin Installing src/unzck to /tmp/instance-1/output-1/target/usr/bin Installing src/zckdl to /tmp/instance-1/output-1/target/usr/bin Installing src/zck_gen_zdict to /tmp/instance-1/output-1/target/usr/bin Installing src/zck_read_header to /tmp/instance-1/output-1/target/usr/bin Installing src/zck_delta_size to /tmp/instance-1/output-1/target/usr/bin Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/build/include/zck.h to /tmp/instance-1/output-1/target/usr/include Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/unzck.1 to /tmp/instance-1/output-1/target/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zck.1 to /tmp/instance-1/output-1/target/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zck_delta_size.1 to /tmp/instance-1/output-1/target/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zck_gen_zdict.1 to /tmp/instance-1/output-1/target/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zck_read_header.1 to /tmp/instance-1/output-1/target/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/doc/zckdl.1 to /tmp/instance-1/output-1/target/usr/share/man/man1 Installing /tmp/instance-1/output-1/build/zchunk-1.1.16/build/meson-private/zck.pc to /tmp/instance-1/output-1/target/usr/lib/pkgconfig >>> Finalizing host directory >>> Finalizing target directory mkdir -p /tmp/instance-1/output-1/host/etc/meson sed -e 's%@TARGET_CROSS@%/tmp/instance-1/output-1/host/bin/nds32le-linux-%g' -e 's%@TARGET_ARCH@%nds32le%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', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_LDFLAGS@%@PKG_TARGET_CFLAGS@%g" -e "s%@TARGET_CXXFLAGS@%'-D_LARGEFILE_SOURCE', '-D_LARGEFILE64_SOURCE', '-D_FILE_OFFSET_BITS=64', '-Os', '-g0', '-D_FORTIFY_SOURCE=1'@PKG_TARGET_CFLAGS@%g" -e 's%@HOST_DIR@%/tmp/instance-1/output-1/host%g' -e 's%@STAGING_DIR@%/tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot%g' -e 's%@STATIC@%false%g' package/meson//cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf.in sed -e 's%@PKG_TARGET_CFLAGS@%%g' -e 's%@PKG_TARGET_LDFLAGS@%%g' -e 's%@PKG_TARGET_CXXFLAGS@%%g' /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf.in > /tmp/instance-1/output-1/host/etc/meson/cross-compilation.conf /bin/sed -i -e '/# GENERIC_SERIAL$/s~^.*#~console::respawn:/sbin/getty -L console 0 vt100 #~' /tmp/instance-1/output-1/target/etc/inittab /bin/sed -i -e '/^#.*-o remount,rw \/$/s~^#\+~~' /tmp/instance-1/output-1/target/etc/inittab if grep -q CONFIG_ASH=y /tmp/instance-1/output-1/build/busybox-1.34.1/.config; then grep -qsE '^/bin/ash$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/ash" >> /tmp/instance-1/output-1/target/etc/shells; fi if grep -q CONFIG_HUSH=y /tmp/instance-1/output-1/build/busybox-1.34.1/.config; then grep -qsE '^/bin/hush$' /tmp/instance-1/output-1/target/etc/shells || echo "/bin/hush" >> /tmp/instance-1/output-1/target/etc/shells; fi mkdir -p /tmp/instance-1/output-1/target/etc echo "buildroot" > /tmp/instance-1/output-1/target/etc/hostname /bin/sed -i -e '$a \127.0.1.1\tbuildroot' -e '/^127.0.1.1/d' /tmp/instance-1/output-1/target/etc/hosts mkdir -p /tmp/instance-1/output-1/target/etc echo "Welcome to Buildroot" > /tmp/instance-1/output-1/target/etc/issue /bin/sed -i -e s,^root:[^:]*:,root::, /tmp/instance-1/output-1/target/etc/shadow rm -f /tmp/instance-1/output-1/target/bin/sh if [ -x /tmp/instance-1/output-1/target/sbin/swapon -a -x /tmp/instance-1/output-1/target/sbin/swapoff ]; then /bin/sed -i -e '/^#.*\/sbin\/swap/s/^#\+[[:blank:]]*//' /tmp/instance-1/output-1/target/etc/inittab; else /bin/sed -i -e '/^[^#].*\/sbin\/swap/s/^/#/' /tmp/instance-1/output-1/target/etc/inittab; fi printf '%s\n' C en_US locale-archive > /tmp/instance-1/output-1/build/locales.nopurge for dir in /tmp/instance-1/output-1/target/usr/share/locale /tmp/instance-1/output-1/target/usr/share/X11/locale /tmp/instance-1/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##*/}" /tmp/instance-1/output-1/build/locales.nopurge || rm -rf $langdir; fi done; done if [ -d /tmp/instance-1/output-1/target/usr/share/X11/locale ]; then for lang in C en_US; do if [ -f /tmp/instance-1/output-1/target/usr/share/X11/locale/$lang/XLC_LOCALE ]; then echo "$lang/XLC_LOCALE: $lang"; fi done > /tmp/instance-1/output-1/target/usr/share/X11/locale/locale.dir; fi rm -rf /tmp/instance-1/output-1/target/usr/include /tmp/instance-1/output-1/target/usr/share/aclocal \ /tmp/instance-1/output-1/target/usr/lib/pkgconfig /tmp/instance-1/output-1/target/usr/share/pkgconfig \ /tmp/instance-1/output-1/target/usr/lib/cmake /tmp/instance-1/output-1/target/usr/share/cmake \ /tmp/instance-1/output-1/target/usr/doc find /tmp/instance-1/output-1/target/usr/{lib,share}/ -name '*.cmake' -print0 | xargs -0 rm -f find /tmp/instance-1/output-1/target/lib/ /tmp/instance-1/output-1/target/usr/lib/ /tmp/instance-1/output-1/target/usr/libexec/ \ \( -name '*.a' -o -name '*.la' -o -name '*.prl' \) -print0 | xargs -0 rm -f find: '/tmp/instance-1/output-1/target/usr/libexec/': No such file or directory rm -rf /tmp/instance-1/output-1/target/usr/share/gdb rm -rf /tmp/instance-1/output-1/target/usr/share/bash-completion rm -rf /tmp/instance-1/output-1/target/etc/bash_completion.d rm -rf /tmp/instance-1/output-1/target/usr/share/zsh rm -rf /tmp/instance-1/output-1/target/usr/man /tmp/instance-1/output-1/target/usr/share/man rm -rf /tmp/instance-1/output-1/target/usr/info /tmp/instance-1/output-1/target/usr/share/info rm -rf /tmp/instance-1/output-1/target/usr/doc /tmp/instance-1/output-1/target/usr/share/doc rm -rf /tmp/instance-1/output-1/target/usr/share/gtk-doc rmdir /tmp/instance-1/output-1/target/usr/share 2>/dev/null || true rm -rf /tmp/instance-1/output-1/target/lib/debug /tmp/instance-1/output-1/target/usr/lib/debug find /tmp/instance-1/output-1/target -type f \( -perm /111 -o -name '*.so*' \) -not \( -name 'libpthread*.so*' -o -name 'ld-*.so*' -o -name '*.ko' \) -print0 | xargs -0 /tmp/instance-1/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note 2>/dev/null || true find /tmp/instance-1/output-1/target \( -name 'ld-*.so*' -o -name 'libpthread*.so*' \) -print0 | xargs -0 -r /tmp/instance-1/output-1/host/bin/nds32le-linux-strip --remove-section=.comment --remove-section=.note --strip-debug 2>/dev/null || true test -f /tmp/instance-1/output-1/target/etc/ld.so.conf && \ { echo "ERROR: we shouldn't have a /etc/ld.so.conf file"; exit 1; } || true test -d /tmp/instance-1/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 /tmp/instance-1/output-1/target/etc ( \ echo "NAME=Buildroot"; \ echo "VERSION=2021.11-1130-g4b7ea7a67a"; \ echo "ID=buildroot"; \ echo "VERSION_ID=2022.02-git"; \ echo "PRETTY_NAME=\"Buildroot 2022.02-git\"" \ ) > /tmp/instance-1/output-1/target/usr/lib/os-release ln -sf ../usr/lib/os-release /tmp/instance-1/output-1/target/etc >>> Sanitizing RPATH in target tree PER_PACKAGE_DIR=/tmp/instance-1/output-1/per-package /tmp/instance-1/buildroot/support/scripts/fix-rpath target touch /tmp/instance-1/output-1/target/usr ln -snf /tmp/instance-1/output-1/host/nds32le-buildroot-linux-gnu/sysroot /tmp/instance-1/output-1/staging make: Leaving directory '/tmp/instance-1/buildroot' make: Entering directory '/tmp/instance-1/buildroot' >>> Buildroot 2021.11-1130-g4b7ea7a67a Collecting legal info COPYING: OK (sha256: 9755181e27175cb3510b4da8629caa406fb355a19aa8e7d55f06bf8ab33323c4) >>> toolchain-external Collecting legal info >>> host-skeleton Collecting legal info >>> skeleton Collecting legal info >>> skeleton-init-sysv Collecting legal info >>> skeleton-init-common Collecting legal info >>> toolchain-external-andes-nds32 Collecting legal info >>> toolchain Collecting legal info >>> berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> busybox 1.34.1 Collecting legal info LICENSE: OK (sha256: bbfc9843646d483c334664f651c208b9839626891d8f17604db2146962f43548) archival/libarchive/bz/LICENSE: OK (sha256: b5a136ed67798e51fe2e0ca0b2a21cb01b904ff0c9f7d563a6292e276607e58f) >>> util-linux 2.37.2 Collecting legal info README.licensing: OK (sha256: 869660b5269f4f40a8a679da7f403ea3a6e71d46087aab5e14871b09bcb55955) Documentation/licenses/COPYING.BSD-3-Clause: OK (sha256: 9b718a9460fed5952466421235bc79eb49d4e9eacc920d7a9dd6285ab8fd6c6d) Documentation/licenses/COPYING.BSD-4-Clause-UC: OK (sha256: ba7640f00d93e72e92b94b9d71f25ec53bac2f1682f5c4adcccb0018359f60f8) Documentation/licenses/COPYING.GPL-2.0-or-later: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) Documentation/licenses/COPYING.ISC: OK (sha256: e53348ce276358e9997014071c5294b36a18c4b34f32f00ee57b9acce0aafd63) Documentation/licenses/COPYING.LGPL-2.1-or-later: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-pkgconf 1.6.3 Collecting legal info COPYING: OK (sha256: 07ee94b50a41ee3fc4e13a9b9c60b26fc28488494c465639f7e5f07a3952ec04) >>> libcap-ng 0.8.2 Collecting legal info COPYING: OK (sha256: 32b1062f7da84967e7019d01ab805935caa7ab7321a7ced0e30ebe75e5df1670) COPYING.LIB: OK (sha256: f18a0811fa0e220ccbc42f661545e77f0388631e209585ed582a1c693029c6aa) >>> zlib Collecting legal info >>> libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> exim 4.95 Collecting legal info LICENCE: OK (sha256: 49240db527b7e55b312a46fc59794fde5dd006422e422257f4f057bfd27b3c8f) >>> host-berkeleydb 5.3.28 Collecting legal info LICENSE: OK (sha256: b78815181a53241f9347c6b47d1031fd669946f863e1edc807a291354cec024b) >>> host-openssl Collecting legal info >>> host-libopenssl 1.1.1m Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> host-zlib Collecting legal info >>> host-libzlib 1.2.11 Collecting legal info README: OK (sha256: 7960b6b1cc63e619abb77acaea5427159605afee8c8b362664f4effc7d7f7d15) >>> host-pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> openssl Collecting legal info >>> libopenssl 1.1.1m Collecting legal info LICENSE: OK (sha256: c32913b33252e71190af2066f08115c69bc9fddadf3bf29296e20c835389841c) >>> pcre 8.45 Collecting legal info LICENCE: OK (sha256: 51b3dea44f63338b84b9c97b3d793826a8397309068cf9379a423216ab8ea5b2) >>> f2fs-tools 1.14.0 Collecting legal info COPYING: OK (sha256: 662abb3a8a80b36ae7036c289dd1e03b361ee5dd2e6fd5211d0d8d029146449f) >>> host-autoconf 2.71 Collecting legal info COPYINGv3: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) COPYING.EXCEPTION: OK (sha256: 1f1cde9fb68b9b3cff18c420894bec5bd4defacd700b7d13df54a887301e5350) >>> host-libtool 2.4.6 Collecting legal info COPYING: OK (sha256: 8177f97513213526df2cf6184d8ff986c675afb514d4e68a404010521b880643) libltdl/COPYING.LIB: OK (sha256: dc626520dcd53a22f727af3ee42c770e56c97a64fe3adb063799d8ab032fe551) >>> host-m4 1.4.19 Collecting legal info COPYING: OK (sha256: 3972dc9744f6499f0f9b2dbf76696f2ae7ad8af9b23dde66d6af86c9dfb36986) >>> host-automake 1.16.5 Collecting legal info COPYING: OK (sha256: ab15fd526bd8dd18a9e77ebc139656bf4d33e97fc7238cd11bf60e2b9b8666c6) >>> initscripts Collecting legal info >>> libcurl 7.81.0 Collecting legal info COPYING: OK (sha256: 6fd1a1c008b5ef4c4741dd188c3f8af6944c14c25afa881eb064f98fb98358e7) >>> libuecc 7 Collecting legal info COPYRIGHT: OK (sha256: ec4d9fcc3a37a7998a9ea4decf38f4c0c91a44fd05bb17638c52fe16f2b12e23) >>> host-mtools 4.0.36 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> host-lzip 1.22 Collecting legal info COPYING: OK (sha256: 3d77c1a58fbde5ddba612d1fe09965e20a3804953eca12e8c1892298bb8a5eef) >>> openvpn 2.5.5 Collecting legal info COPYRIGHT.GPL: OK (sha256: 1fcb78d7e478bb8a9408010bdc91b36e213b1facfad093df3f7ce7e28af19043) >>> host-patchelf 0.9 Collecting legal info COPYING: OK (sha256: 8ceb4b9ee5adedde47b31e975c1d90c73ad27b6b165a1dcd80c7c545eb65b903) >>> qprint 1.1 Collecting legal info COPYING: OK (sha256: 3bd4089942977a357fed0d3c84b6ea877000c20c7c344c2feabf4b10db9f7495) >>> redis 6.2.6 Collecting legal info COPYING: OK (sha256: 97f0a15b7bbae580d2609dad2e11f1956ae167be296ab60f4691ab9c30ee9828) >>> s6-dns 2.3.5.1 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> skalibs 2.10.0.3 Collecting legal info COPYING: OK (sha256: adecb8bedfaae27fcfe65ecb3ef0e2e71aa2a2b49dc21886a200bc677d93e6ec) >>> vuejs 3.2.22 Collecting legal info LICENSE: OK (sha256: 1bb85cc9b13b81ef41c81c51866172fc345e0503c86726a6755b796590b70175) >>> zchunk 1.1.16 Collecting legal info LICENSE: OK (sha256: 3c6a4fd5a93cacec6bf694d0537246bc15a95a274f5c5301749754e56d27b797) >>> host-meson 0.61.0 Collecting legal info COPYING: OK (sha256: cfc7749b96f63bd31c3c42b5c471bf756814053e847c10f3eb003417bc523d30) >>> host-ninja 1.10.2 Collecting legal info COPYING: OK (sha256: eb7e9ab9690124c5c9f42bdc81383d886a3dede26345b6ed15bbad7caf81f7ea) >>> host-python3 3.10.1 Collecting legal info LICENSE: OK (sha256: d0285b61e1a8e420c7deb95836738a5d4a0d26463138b17601f5971212684c4b) >>> host-autoconf-archive 2021.02.19 Collecting legal info COPYING: OK (sha256: e6037104443f9a7829b2aa7c5370d0789a7bda3ca65a0b904cdc0c2e285d9195) COPYING.EXCEPTION: OK (sha256: 23ed0b84fa023bfa33433b498192cd08a3bfb1f4864a8ed791a84f3eb48b2dd2) >>> host-expat 2.4.1 Collecting legal info COPYING: OK (sha256: 8c6b5b6de8fae20b317f4992729abc0e520bfba4c7606cd1e9eeb87418eebdec) >>> host-libffi 3.4.2 Collecting legal info LICENSE: OK (sha256: a61d06e8f7be57928e71e800eb9273b05cb8868c484108afe41e4305bb320dde) >>> host-python3-setuptools 59.8.0 Collecting legal info LICENSE: OK (sha256: db3f0246b1f9278f15845b99fec478b8b506eb76487993722f8c6e254285faf8) WARNING: the Buildroot source code has not been saved WARNING: toolchain-external-andes-nds32: cannot save license (TOOLCHAIN_EXTERNAL_ANDES_NDS32_LICENSE_FILES not defined) Legal info produced in /tmp/instance-1/output-1/legal-info make: Leaving directory '/tmp/instance-1/buildroot'