CC reftable/tree_test.o In file included from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_config.h:27, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:27: /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c: In function 'flb_input_chunk_find_space_new_data': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:575:31: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 575 | flb_debug("[input chunk] chunk %s has no output route, " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 576 | "remove %ld bytes from fs_chunks_size", 577 | flb_input_chunk_get_name(ic), bytes); | ~~~~~ | | | ssize_t {aka int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:198:47: note: in definition of macro 'flb_debug' 198 | flb_log_print(FLB_LOG_DEBUG, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c: In function 'flb_input_chunk_has_overlimit_routes': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:668:19: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 668 | flb_debug("[input chunk] chunk %s required %ld bytes and %ld bytes left " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | "in plugin %s", flb_input_chunk_get_name(ic), chunk_size, | ~~~~~~~~~~ | | | size_t {aka unsigned int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:198:47: note: in definition of macro 'flb_debug' 198 | flb_log_print(FLB_LOG_DEBUG, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:668:54: note: format string is defined here 668 | flb_debug("[input chunk] chunk %s required %ld bytes and %ld bytes left " | ~~^ | | | long int | %d /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:668:19: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 668 | flb_debug("[input chunk] chunk %s required %ld bytes and %ld bytes left " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 669 | "in plugin %s", flb_input_chunk_get_name(ic), chunk_size, 670 | o_ins->total_limit_size - | ~~~~~~~~~~~~~~~~~~~~~~~~~ 671 | o_ins->fs_backlog_chunks_size - | ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} 672 | o_ins->fs_chunks_size, | ~~~~~~~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:198:47: note: in definition of macro 'flb_debug' 198 | flb_log_print(FLB_LOG_DEBUG, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:668:68: note: format string is defined here 668 | flb_debug("[input chunk] chunk %s required %ld bytes and %ld bytes left " | ~~^ | | | long int | %d In file included from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:30: /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c: In function 'flb_input_chunk_map': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_input_plugin.h:41:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 41 | flb_log_print(FLB_LOG_WARN, NULL, 0, "[input:%s:%s] " fmt, \ | ^~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:750:17: note: in expansion of macro 'flb_plg_warn' 750 | flb_plg_warn(in, | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_input_plugin.h:35:51: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 35 | flb_log_print(FLB_LOG_ERROR, NULL, 0, "[input:%s:%s] " fmt, \ | ^~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:760:17: note: in expansion of macro 'flb_plg_error' 760 | flb_plg_error(in, | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_input_plugin.h:41:50: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 41 | flb_log_print(FLB_LOG_WARN, NULL, 0, "[input:%s:%s] " fmt, \ | ^~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:781:17: note: in expansion of macro 'flb_plg_warn' 781 | flb_plg_warn(in, | ^~~~~~~~~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_input_plugin.h:35:51: warning: format '%lu' expects argument of type 'long unsigned int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 35 | flb_log_print(FLB_LOG_ERROR, NULL, 0, "[input:%s:%s] " fmt, \ | ^~~~~~~~~~~~~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:791:17: note: in expansion of macro 'flb_plg_error' 791 | flb_plg_error(in, | ^~~~~~~~~~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c: In function 'flb_input_chunk_destroy_corrupted': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:1069:27: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 1069 | flb_debug("[input chunk] remove chunk %s with %ld bytes from plugin %s, " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1070 | "the updated fs_chunks_size is %ld bytes", flb_input_chunk_get_name(ic), 1071 | bytes, o_ins->name, o_ins->fs_chunks_size); | ~~~~~ | | | ssize_t {aka int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:198:47: note: in definition of macro 'flb_debug' 198 | flb_log_print(FLB_LOG_DEBUG, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:1069:65: note: format string is defined here 1069 | flb_debug("[input chunk] remove chunk %s with %ld bytes from plugin %s, " | ~~^ | | | long int | %d /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:1069:27: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1069 | flb_debug("[input chunk] remove chunk %s with %ld bytes from plugin %s, " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1070 | "the updated fs_chunks_size is %ld bytes", flb_input_chunk_get_name(ic), 1071 | bytes, o_ins->name, o_ins->fs_chunks_size); | ~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:198:47: note: in definition of macro 'flb_debug' 198 | flb_log_print(FLB_LOG_DEBUG, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c: In function 'flb_input_chunk_destroy': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:1141:27: warning: format '%ld' expects argument of type 'long int', but argument 6 has type 'ssize_t' {aka 'int'} [-Wformat=] 1141 | flb_debug("[input chunk] remove chunk %s with %ld bytes from plugin %s, " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1142 | "the updated fs_chunks_size is %ld bytes", flb_input_chunk_get_name(ic), 1143 | bytes, o_ins->name, o_ins->fs_chunks_size); | ~~~~~ | | | ssize_t {aka int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:198:47: note: in definition of macro 'flb_debug' 198 | flb_log_print(FLB_LOG_DEBUG, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:1141:65: note: format string is defined here 1141 | flb_debug("[input chunk] remove chunk %s with %ld bytes from plugin %s, " | ~~^ | | | long int | %d /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:1141:27: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 1141 | flb_debug("[input chunk] remove chunk %s with %ld bytes from plugin %s, " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 1142 | "the updated fs_chunks_size is %ld bytes", flb_input_chunk_get_name(ic), 1143 | bytes, o_ins->name, o_ins->fs_chunks_size); | ~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:198:47: note: in definition of macro 'flb_debug' 198 | flb_log_print(FLB_LOG_DEBUG, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c: In function 'flb_input_chunk_update_output_instances': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:2175:23: warning: format '%ld' expects argument of type 'long int', but argument 7 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 2175 | flb_debug("[input chunk] chunk %s update plugin %s fs_chunks_size by %ld bytes, " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2176 | "the current fs_chunks_size is %ld bytes", flb_input_chunk_get_name(ic), 2177 | o_ins->name, chunk_size, o_ins->fs_chunks_size); | ~~~~~~~~~~ | | | size_t {aka unsigned int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:198:47: note: in definition of macro 'flb_debug' 198 | flb_log_print(FLB_LOG_DEBUG, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:2175:84: note: format string is defined here 2175 | flb_debug("[input chunk] chunk %s update plugin %s fs_chunks_size by %ld bytes, " | ~~^ | | | long int | %d /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:2175:23: warning: format '%ld' expects argument of type 'long int', but argument 8 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 2175 | flb_debug("[input chunk] chunk %s update plugin %s fs_chunks_size by %ld bytes, " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 2176 | "the current fs_chunks_size is %ld bytes", flb_input_chunk_get_name(ic), 2177 | o_ins->name, chunk_size, o_ins->fs_chunks_size); | ~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:198:47: note: in definition of macro 'flb_debug' 198 | flb_log_print(FLB_LOG_DEBUG, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c: In function 'flb_input_chunk_find_space_new_data': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:642:8: warning: 'count' may be used uninitialized [-Wmaybe-uninitialized] 642 | if (count != 0) { | ^ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_input_chunk.c:508:9: note: 'count' was declared here 508 | int count; | ^~~~~ [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_input_metric.c.o [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_input_trace.c.o [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_input_thread.c.o CC t/helper/test-tool.o [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_filter.c.o [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_output.c.o [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_output_thread.c.o [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_config.c.o CC t/helper/test-advise.o [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_config_map.c.o [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_socket.c.o /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_config.c: In function 'configure_plugins_type': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_config.c:825:16: warning: 'ret' may be used uninitialized [-Wmaybe-uninitialized] 825 | if (ret == -1) { | ^ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_config.c:703:9: note: 'ret' was declared here 703 | int ret; | ^~~ [ 91%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_network.c.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_utils.c.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_slist.c.o CC t/helper/test-bitmap.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_engine.c.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_engine_dispatch.c.o CC t/helper/test-bloom.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_task.c.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_unescape.c.o CC t/helper/test-bundle-uri.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_scheduler.c.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_io.c.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_storage.c.o /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_io.c: In function 'net_io_restore_event': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_io.c:272:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] 272 | int result; | ^~~~~~ [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_connection.c.o [ 92%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_downstream.c.o [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_upstream.c.o CC t/helper/test-cache-tree.o CC t/helper/test-chmtime.o [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_upstream_ha.c.o /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_downstream.c: In function 'prepare_destroy_conn': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_downstream.c:184:24: warning: variable 'stream' set but not used [-Wunused-but-set-variable] 184 | struct flb_stream *stream; | ^~~~~~ [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_upstream_node.c.o [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_router.c.o CC t/helper/test-config.o [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_worker.c.o [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_coro.c.o [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_time.c.o [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_sosreport.c.o [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_hmac.c.o In file included from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_time.c:25: /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_time.c: In function 'flb_time_pop_from_mpack': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_time.c:371:26: warning: format '%lld' expects argument of type 'long long int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 371 | flb_warn("expecting ext_len is 8, got %" PRId64, ext_len); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~ | | | size_t {aka unsigned int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:180:46: note: in definition of macro 'flb_warn' 180 | flb_log_print(FLB_LOG_WARN, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_hash.c.o CC t/helper/test-crontab.o [ 93%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_crypto.c.o CC t/helper/test-csprng.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_random.c.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_plugin.c.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_gzip.c.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_snappy.c.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_compression.c.o CC t/helper/test-ctype.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_http_client.c.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_callback.c.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_strptime.c.o CC t/helper/test-date.o In file included from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_http_client.c:38: /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_http_client.c: In function 'flb_http_buffer_size': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_http_client.c:798:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 798 | flb_error("[http] requested buffer size %lu (bytes) needs to be greater than " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 799 | "minimum size allowed %lu (bytes)", 800 | size, c->resp.data_size_max); | ~~~~ | | | size_t {aka unsigned int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:171:47: note: in definition of macro 'flb_error' 171 | flb_log_print(FLB_LOG_ERROR, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_http_client.c:798:51: note: format string is defined here 798 | flb_error("[http] requested buffer size %lu (bytes) needs to be greater than " | ~~^ | | | long unsigned int | %u /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_http_client.c:798:19: warning: format '%lu' expects argument of type 'long unsigned int', but argument 6 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 798 | flb_error("[http] requested buffer size %lu (bytes) needs to be greater than " | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ 799 | "minimum size allowed %lu (bytes)", 800 | size, c->resp.data_size_max); | ~~~~~~~~~~~~~~~~~~~~~ | | | size_t {aka unsigned int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:171:47: note: in definition of macro 'flb_error' 171 | flb_log_print(FLB_LOG_ERROR, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ CC t/helper/test-delta.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_fstore.c.o [ 94%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_thread_pool.c.o /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_strptime.c: In function '_flb_strptime': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_strptime.c:405:47: warning: passing argument 1 of 'gmtime_r' from incompatible pointer type [-Wincompatible-pointer-types] 405 | if (!gmtime_r(&i64, &tm->tm)) | ^~~~ | | | int64_t * {aka long long int *} In file included from /home/thomas/autobuild/instance-3/output-1/per-package/fluent-bit/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/pthread.h:25, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/lib/monkey/include/monkey/mk_core/mk_pthread.h:26, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/lib/monkey/include/monkey/mk_core.h:34, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_compat.h:34, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_strptime.c:42: /home/thomas/autobuild/instance-3/output-1/per-package/fluent-bit/host/xtensa-buildroot-linux-uclibc/sysroot/usr/include/time.h:244:54: note: expected 'const time_t * restrict' {aka 'const long int * restrict'} but argument is of type 'int64_t *' {aka 'long long int *'} 244 | extern struct tm *gmtime_r (const time_t *__restrict __timer, | ~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~ [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_routes_mask.c.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_typecast.c.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_event.c.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_base64.c.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_ring_buffer.c.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_log_event_decoder.c.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_log_event_encoder.c.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_log_event_encoder_primitives.c.o CC t/helper/test-dir-iterator.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_log_event_encoder_dynamic_field.c.o CC t/helper/test-drop-caches.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_processor.c.o CC t/helper/test-dump-cache-tree.o [ 95%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_reload.c.o make[3]: Leaving directory '/home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7' [ 95%] Built target fluent-bit-bin [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/config_format/flb_config_format.c.o [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/config_format/flb_cf_fluentbit.c.o [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/config_format/flb_cf_yaml.c.o [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_parser_cri.c.o In file included from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_config.h:27, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_lib.h:24, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_reload.c:23: /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_reload.c: In function 'flb_reload': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_reload.c:397:14: warning: format '%lu' expects argument of type 'long unsigned int', but argument 5 has type '__pid_t' {aka 'int'} [-Wformat=] 397 | flb_info("reloading instance pid=%lu tid=%u", getpid(), pthread_self()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~ | | | __pid_t {aka int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:189:46: note: in definition of macro 'flb_info' 189 | flb_log_print(FLB_LOG_INFO, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_reload.c:397:40: note: format string is defined here 397 | flb_info("reloading instance pid=%lu tid=%u", getpid(), pthread_self()); | ~~^ | | | long unsigned int | %u /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_reload.c:397:14: warning: format '%u' expects argument of type 'unsigned int', but argument 6 has type 'pthread_t' {aka 'long unsigned int'} [-Wformat=] 397 | flb_info("reloading instance pid=%lu tid=%u", getpid(), pthread_self()); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~~~ | | | pthread_t {aka long unsigned int} /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_log.h:189:46: note: in definition of macro 'flb_info' 189 | flb_log_print(FLB_LOG_INFO, NULL, 0, fmt, ##__VA_ARGS__) | ^~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_reload.c:397:47: note: format string is defined here 397 | flb_info("reloading instance pid=%lu tid=%u", getpid(), pthread_self()); | ~^ | | | unsigned int | %lu /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_reload.c:370:9: warning: unused variable 'enable_reloading' [-Wunused-variable] 370 | int enable_reloading; | ^~~~~~~~~~~~~~~~ [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_parser_docker.c.o [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_parser_python.c.o [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_parser_java.c.o [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_parser_go.c.o CC t/helper/test-dump-fsmonitor.o CC t/helper/test-dump-split-index.o [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_parser_ruby.c.o [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_stream.c.o [ 96%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_parser.c.o CC t/helper/test-dump-untracked-cache.o [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_group.c.o [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml_rule.c.o [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/multiline/flb_ml.c.o [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_parser.c.o [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_parser_regex.c.o [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_parser_json.c.o CC t/helper/test-env-helper.o In file included from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/lib/monkey/include/monkey/mk_core.h:37, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_macros.h:23, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/include/fluent-bit/flb_mem.h:28, from /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/multiline/flb_ml.c:21: /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/lib/monkey/include/monkey/mk_core/mk_list.h: In function 'flb_ml_append_object': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/lib/monkey/include/monkey/mk_core/mk_list.h:205:47: warning: 'group' may be used uninitialized [-Wmaybe-uninitialized] 205 | #define mk_list_foreach(curr, head) for( curr = (head)->next; curr != (head); curr = curr->next ) | ^ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/multiline/flb_ml.c:763:26: note: 'group' was declared here 763 | struct flb_ml_group *group; | ^~~~~ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/lib/monkey/include/monkey/mk_core/mk_list.h: In function 'flb_ml_append_text': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/lib/monkey/include/monkey/mk_core/mk_list.h:205:47: warning: 'group' may be used uninitialized [-Wmaybe-uninitialized] 205 | #define mk_list_foreach(curr, head) for( curr = (head)->next; curr != (head); curr = curr->next ) | ^ /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/multiline/flb_ml.c:659:26: note: 'group' was declared here 659 | struct flb_ml_group *group; | ^~~~~ [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_parser_decoder.c.o [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_parser_ltsv.c.o [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_parser_logfmt.c.o [ 97%] Building C object src/CMakeFiles/fluent-bit-shared.dir/tls/flb_tls.c.o CC t/helper/test-example-decorate.o CC t/helper/test-fast-rebase.o /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_parser_decoder.c: In function 'flb_parser_decoder_do': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_parser_decoder.c:224:9: warning: 'in_type' may be used uninitialized [-Wmaybe-uninitialized] 224 | int in_type; | ^~~~~~~ [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_oauth2.c.o [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_plugin_proxy.c.o [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_metrics.c.o [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_metrics_exporter.c.o /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/tls/flb_tls.c: In function 'io_tls_restore_event': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/tls/flb_tls.c:101:9: warning: variable 'result' set but not used [-Wunused-but-set-variable] 101 | int result; | ^~~~~~ [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_signv4.c.o [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_kafka.c.o CC t/helper/test-fsmonitor-client.o /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_metrics.c: In function 'flb_metrics_print': /home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7/src/flb_metrics.c:209:29: warning: format '%lu' expects argument of type 'long unsigned int', but argument 3 has type 'size_t' {aka 'unsigned int'} [-Wformat=] 209 | printf(", '%s' => %lu", m->title, m->val); | ~~^ ~~~~~~ | | | | | size_t {aka unsigned int} | long unsigned int | %u [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_regex.c.o CC t/helper/test-genrandom.o [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_sqldb.c.o [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_record_accessor.c.o [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/flb_ra_key.c.o [ 98%] Building C object src/CMakeFiles/fluent-bit-shared.dir/__/lib/lwrb/lwrb/src/lwrb/lwrb.c.o [100%] Linking C shared library ../lib/libfluent-bit.so CC t/helper/test-genzeros.o CC t/helper/test-getcwd.o CC t/helper/test-hash-speed.o CC t/helper/test-hash.o CC t/helper/test-hashmap.o CC t/helper/test-hexdump.o CC t/helper/test-index-version.o CC t/helper/test-json-writer.o CC t/helper/test-lazy-init-name-hash.o CC t/helper/test-match-trees.o CC t/helper/test-mergesort.o CC t/helper/test-mktemp.o CC t/helper/test-oid-array.o CC t/helper/test-oidmap.o CC t/helper/test-oidtree.o CC t/helper/test-online-cpus.o make[3]: Leaving directory '/home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7' [100%] Built target fluent-bit-shared make[2]: Leaving directory '/home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7' make[1]: Leaving directory '/home/thomas/autobuild/instance-3/output-1/build/fluent-bit-2.1.7' CC t/helper/test-pack-mtimes.o CC t/helper/test-parse-options.o CC t/helper/test-parse-pathspec-file.o CC t/helper/test-partial-clone.o CC t/helper/test-path-utils.o CC t/helper/test-pcre2-config.o CC t/helper/test-pkt-line.o CC t/helper/test-prio-queue.o CC t/helper/test-proc-receive.o CC t/helper/test-progress.o CC t/helper/test-reach.o CC t/helper/test-read-cache.o CC t/helper/test-read-graph.o CC t/helper/test-read-midx.o CC t/helper/test-ref-store.o CC t/helper/test-reftable.o CC t/helper/test-regex.o CC t/helper/test-rot13-filter.o CC t/helper/test-repository.o CC t/helper/test-revision-walking.o CC t/helper/test-run-command.o CC t/helper/test-scrap-cache-tree.o CC t/helper/test-serve-v2.o CC t/helper/test-sha1.o CC t/helper/test-sha256.o CC t/helper/test-sigchain.o CC t/helper/test-simple-ipc.o CC t/helper/test-strcmp-offset.o CC t/helper/test-string-list.o CC t/helper/test-submodule-config.o CC t/helper/test-submodule-nested-repo-config.o CC t/helper/test-submodule.o CC t/helper/test-subprocess.o CC t/helper/test-trace2.o CC t/helper/test-urlmatch-normalization.o CC t/helper/test-userdiff.o CC t/helper/test-wildmatch.o CC t/helper/test-windows-named-pipe.o CC t/helper/test-write-cache.o CC t/helper/test-xml-encode.o MKDIR -p bin-wrappers GEN bin-wrappers/git GEN bin-wrappers/scalar GEN bin-wrappers/git-receive-pack GEN bin-wrappers/git-shell GEN bin-wrappers/git-upload-archive GEN bin-wrappers/git-upload-pack GEN bin-wrappers/git-cvsserver GEN bin-wrappers/test-fake-ssh GEN bin-wrappers/test-tool AR reftable/libreftable_test.a LINK t/helper/test-fake-ssh LINK t/helper/test-tool GEN gitweb/static/gitweb.js GEN gitweb/gitweb.cgi make[1]: Leaving directory '/home/thomas/autobuild/instance-3/output-1/build/git-2.42.0' make: Leaving directory '/home/thomas/autobuild/instance-3/buildroot'