Source: babeltrace2 Version: 2.0.6-2 Severity: serious Justification: FTBFS Tags: trixie sid ftbfs User: lu...@debian.org Usertags: ftbfs-20241222 ftbfs-trixie
Hi, During a rebuild of all packages in sid, your package failed to build on amd64. Relevant part (hopefully): > make[6]: Entering directory '/<<PKGBUILDDIR>>/src/bindings/python/bt2' > /usr/bin/swig -MD -python -I"../../../../include" -o "bt2/native_bt.c" > "bt2/native_bt.i" > touch copy-static-deps.stamp > CC="gcc" CFLAGS="-I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 > -pthread -pthread -I/usr/include/glib-2.0 > -I/usr/lib/x86_64-linux-gnu/glib-2.0/include -I/usr/include/sysprof-6 > -pthread -fno-strict-aliasing -Wnested-externs -Wmissing-prototypes > -Wstrict-prototypes -Wdeclaration-after-statement > -Wimplicit-function-declaration -Wold-style-definition -Wjump-misses-init > -Wall -Wextra -Wundef -Wwrite-strings -Wpointer-arith -Wmissing-declarations > -Wredundant-decls -Wno-unused-parameter -Wno-missing-field-initializers > -Wformat=2 -Wcast-align -Wformat-nonliteral -Wformat-security -Wsign-compare > -Wstrict-aliasing -Wshadow -Winline -Wpacked -Wmissing-format-attribute > -Wmissing-noreturn -Winit-self -Wmissing-include-dirs > -Wunused-but-set-variable -Warray-bounds -Wreturn-type -Wswitch-enum > -Wswitch-default -Wduplicated-cond -Wduplicated-branches -Wlogical-op > -Wrestrict -Wnull-dereference -Wdouble-promotion -Wno-sign-compare > -Wno-inline -Wno-declaration-after-statement -Wno-switch-enum > -Wno-switch-default -Wno-packed -Wno-pointer-arith -Wno-format-nonliteral > -Wno-double-promotion -Wno-cast-align -Wno-cast-function-type > -Wno-suggest-attribute=format -Wno-error=unused-parameter > -Wno-error=missing-field-initializers -Wno-error=sign-compare > -Wno-error=inline -Wno-error=declaration-after-statement > -Wno-error=switch-enum -Wno-error=switch-default -Wno-error=packed > -Wno-error=pointer-arith -Wno-error=format-nonliteral > -Wno-error=double-promotion -Wno-error=cast-align > -Wno-error=cast-function-type -Wold-style-definition > -Werror=implicit-function-declaration -g -O2 > -Werror=implicit-function-declaration -ffile-prefix-map=/<<PKGBUILDDIR>>=. > -fstack-protector-strong -fstack-clash-protection -Wformat > -Werror=format-security -fcf-protection -Wno-shadow -Wno-null-dereference > -Wno-deprecated-declarations -Wno-redundant-decls -Wno-undef > -Wno-missing-field-initializers -Wno-unused-parameter" > CPPFLAGS="-I../../../../include -I../../../../src -I../../../../src -include > common/config.h -Wdate-time -D_FORTIFY_SOURCE=2 -I./bt2" > LDFLAGS="-L../../../../src/lib/.libs -Wl,-z,relro -Wl,-z,now -lgmodule-2.0 > -pthread -lglib-2.0 -L/usr/lib/python3.12/config-3.12-x86_64-linux-gnu > -L/usr/lib/x86_64-linux-gnu -lpython3.12 -ldl -lm -lgmodule-2.0 -pthread > -lglib-2.0 " /usr/bin/python3 ./setup.py build --force > bt2/native_bt.c: In function ‘_wrap_clock_class_get_offset’: > bt2/native_bt.c:4256:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 4256 | resultobj = SWIG_Python_AppendOutput(resultobj, > SWIG_From_long_SS_long((*arg2))); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:4259:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 4259 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_clock_class_cycles_to_ns_from_origin’: > bt2/native_bt.c:4661:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 4661 | resultobj = SWIG_Python_AppendOutput(resultobj, > SWIG_From_long_SS_long((*arg3))); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_clock_snapshot_get_ns_from_origin’: > bt2/native_bt.c:4787:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 4787 | resultobj = SWIG_Python_AppendOutput(resultobj, > SWIG_From_long_SS_long((*arg2))); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_self_component_source_add_output_port’: > bt2/native_bt.c:5711:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 5711 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:5717:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 5717 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_self_component_filter_add_input_port’: > bt2/native_bt.c:5771:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 5771 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:5777:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 5777 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_self_component_filter_add_output_port’: > bt2/native_bt.c:5831:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 5831 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:5837:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 5837 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_self_component_sink_add_input_port’: > bt2/native_bt.c:5891:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 5891 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:5897:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 5897 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_event_class_get_log_level’: > bt2/native_bt.c:9510:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 9510 | resultobj = SWIG_Python_AppendOutput(resultobj, > SWIG_From_int(*arg2)); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_field_class_enumeration_unsigned_get_mapping_labels_for_value’: > bt2/native_bt.c:10502:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 10502 | resultobj = SWIG_Python_AppendOutput(resultobj, py_label_list); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:10505:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 10505 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_field_class_enumeration_signed_get_mapping_labels_for_value’: > bt2/native_bt.c:10735:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 10735 | resultobj = SWIG_Python_AppendOutput(resultobj, py_label_list); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:10738:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 10738 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_field_enumeration_unsigned_get_mapping_labels’: > bt2/native_bt.c:12803:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 12803 | resultobj = SWIG_Python_AppendOutput(resultobj, py_label_list); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:12806:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 12806 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_field_enumeration_signed_get_mapping_labels’: > bt2/native_bt.c:12850:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 12850 | resultobj = SWIG_Python_AppendOutput(resultobj, py_label_list); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:12853:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 12853 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_graph_add_source_component’: > bt2/native_bt.c:13902:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 13902 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:13908:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 13908 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_graph_add_source_component_with_initialize_method_data’: > bt2/native_bt.c:13983:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 13983 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:13989:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 13989 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_graph_add_filter_component’: > bt2/native_bt.c:14058:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14058 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:14064:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14064 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_graph_add_filter_component_with_initialize_method_data’: > bt2/native_bt.c:14139:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14139 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:14145:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14145 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_graph_add_sink_component’: > bt2/native_bt.c:14214:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14214 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:14220:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14220 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_graph_add_sink_component_with_initialize_method_data’: > bt2/native_bt.c:14295:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14295 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:14301:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14301 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_graph_add_simple_sink_component’: > bt2/native_bt.c:14373:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14373 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:14379:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14379 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_graph_connect_ports’: > bt2/native_bt.c:14431:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14431 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:14437:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14437 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_graph_add_filter_component_input_port_added_listener’: > bt2/native_bt.c:14585:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14585 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_graph_add_sink_component_input_port_added_listener’: > bt2/native_bt.c:14630:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14630 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_graph_add_source_component_output_port_added_listener’: > bt2/native_bt.c:14675:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14675 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_graph_add_filter_component_output_port_added_listener’: > bt2/native_bt.c:14720:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14720 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_graph_add_source_component’: > bt2/native_bt.c:14866:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14866 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:14872:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14872 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_graph_add_filter_component’: > bt2/native_bt.c:14945:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14945 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:14951:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 14951 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_graph_add_sink_component’: > bt2/native_bt.c:15024:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 15024 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:15030:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 15030 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_message_stream_beginning_borrow_default_clock_snapshot_const’: > bt2/native_bt.c:15968:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 15968 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:15974:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 15974 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_message_stream_end_borrow_default_clock_snapshot_const’: > bt2/native_bt.c:16142:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 16142 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:16148:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 16148 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_message_discarded_events_get_count’: > bt2/native_bt.c:17033:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17033 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_message_discarded_packets_get_count’: > bt2/native_bt.c:17294:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17294 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_get_greatest_operative_mip_version’: > bt2/native_bt.c:17443:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17443 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_message_iterator_create_from_message_iterator’: > bt2/native_bt.c:17499:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17499 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:17505:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17505 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_message_iterator_create_from_sink_component’: > bt2/native_bt.c:17547:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17547 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:17553:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17553 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_message_iterator_next’: > bt2/native_bt.c:17617:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17617 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_message_iterator_can_seek_beginning’: > bt2/native_bt.c:17650:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17650 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_message_iterator_can_seek_ns_from_origin’: > bt2/native_bt.c:17714:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 17714 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_bt2_message_iterator_create_from_message_iterator’: > bt2/native_bt.c:18021:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18021 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18027:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18027 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_bt2_message_iterator_create_from_sink_component’: > bt2/native_bt.c:18069:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18069 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18075:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18075 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_plugin_find’: > bt2/native_bt.c:18535:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18535 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18541:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18541 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_plugin_find_all’: > bt2/native_bt.c:18589:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18589 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18595:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18595 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_plugin_find_all_from_file’: > bt2/native_bt.c:18634:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18634 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18640:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18640 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_plugin_find_all_from_dir’: > bt2/native_bt.c:18685:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18685 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18691:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18691 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_plugin_find_all_from_static’: > bt2/native_bt.c:18724:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18724 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18730:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18730 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_plugin_get_version’: > bt2/native_bt.c:18898:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18898 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18902:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18902 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18906:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18906 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18912:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18912 | resultobj = SWIG_Python_AppendOutput(resultobj, > SWIG_Python_str_FromChar(*arg5)); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:18916:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 18916 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_plugin_get_version’: > bt2/native_bt.c:19378:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19378 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:19382:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19382 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:19386:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19386 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:19392:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19392 | resultobj = SWIG_Python_AppendOutput(resultobj, > SWIG_Python_str_FromChar(*arg5)); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:19396:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19396 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_plugin_find’: > bt2/native_bt.c:19451:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19451 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:19457:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19457 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_plugin_find_all’: > bt2/native_bt.c:19505:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19505 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:19511:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19511 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_plugin_find_all_from_file’: > bt2/native_bt.c:19550:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19550 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:19556:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19556 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_plugin_find_all_from_dir’: > bt2/native_bt.c:19601:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19601 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:19607:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 19607 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_query_executor_query’: > bt2/native_bt.c:20306:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 20306 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:20312:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 20312 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function > ‘_wrap_trace_borrow_environment_entry_by_index_const’: > bt2/native_bt.c:22528:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 22528 | resultobj = SWIG_Python_AppendOutput(resultobj, > SWIG_Python_str_FromChar(*arg3)); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:22532:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 22532 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:22538:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 22538 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:22544:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 22544 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_trace_add_destruction_listener’: > bt2/native_bt.c:22703:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 22703 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_trace_add_destruction_listener’: > bt2/native_bt.c:22816:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 22816 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_trace_class_add_destruction_listener’: > bt2/native_bt.c:23170:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 23170 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_bt2_trace_class_add_destruction_listener’: > bt2/native_bt.c:23283:17: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 23283 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_value_array_append_empty_array_element’: > bt2/native_bt.c:24307:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 24307 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:24313:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 24313 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_value_array_append_empty_map_element’: > bt2/native_bt.c:24348:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 24348 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:24354:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 24354 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_value_map_insert_empty_array_entry’: > bt2/native_bt.c:24818:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 24818 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:24824:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 24824 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_value_map_insert_empty_map_entry’: > bt2/native_bt.c:24869:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 24869 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:24875:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 24875 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c: In function ‘_wrap_value_copy’: > bt2/native_bt.c:25183:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 25183 | resultobj = SWIG_Python_AppendOutput(resultobj, > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:25189:19: error: too few arguments to function > ‘SWIG_Python_AppendOutput’ > 25189 | resultobj = SWIG_Python_AppendOutput(resultobj, Py_None); > | ^~~~~~~~~~~~~~~~~~~~~~~~ > bt2/native_bt.c:1259:1: note: declared here > 1259 | SWIG_Python_AppendOutput(PyObject* result, PyObject* obj, int > is_void) { > | ^~~~~~~~~~~~~~~~~~~~~~~~ > error: command '/usr/bin/gcc' failed with exit code 1 > make[6]: *** [Makefile:714: build-python-bindings.stamp] Error 1 The full build log is available from: http://qa-logs.debian.net/2024/12/22/babeltrace2_2.0.6-2_unstable.log All bugs filed during this archive rebuild are listed at: https://bugs.debian.org/cgi-bin/pkgreport.cgi?tag=ftbfs-20241222;users=lu...@debian.org or: https://udd.debian.org/bugs/?release=na&merged=ign&fnewerval=7&flastmodval=7&fusertag=only&fusertagtag=ftbfs-20241222&fusertaguser=lu...@debian.org&allbugs=1&cseverity=1&ctags=1&caffected=1#results A list of current common problems and possible solutions is available at http://wiki.debian.org/qa.debian.org/FTBFS . You're welcome to contribute! If you reassign this bug to another package, please mark it as 'affects'-ing this package. See https://www.debian.org/Bugs/server-control#affects If you fail to reproduce this, please provide a build log and diff it with mine so that we can identify if something relevant changed in the meantime.